.rouge { color:rgb(240,0,0); }
.vert { color:rgb(0,240,0); }
.bleu { color:rgb(0,0,240); }

#page_php h3
{
	color:yellow;
	margin-bottom:2px;
	text-decoration:underline
}

#intro
{
	margin:4px;
	padding:2px;
	background-color:rgb(30,30,30);
	color:rgb(255,0,0);
	text-align:center;
}

.detail
{
	margin:4px;
	padding:4px;
	border:1px solid yellow;
}

.identite
{
	margin-bottom:12px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:4px;
	padding-right:4px;
	background-color:rgb(30,30,30);
}

.telecharge
{
	margin-left:240px;
	margin-top:10px;
	margin-bottom:10px;
}

.telecharge a
{
	width:200px;
	display:block;
	border:1px dotted rgb(240,0,0);
	padding-top:6px;
	padding-bottom:6px;
	text-align:center;
	background-color:rgb(30,30,30);
}

.telecharge a:hover
{
	text-decoration:none;
	color:yellow;
}

.specificites, .installation, .deplier
{
	margin-bottom:8px;
	font-size:0.9em;
}

.question
{
	font-weight:bold;
	margin-bottom:4px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:rgb(30,30,30);
	color:rgb(207,223,69);
	cursor:pointer;
}

.reponse
{
	font-weight:normal;
	padding-top:6px;
	margin-bottom:6px;
	margin-left:6px;
	margin-right:6px;
	color:rgb(255,255,255);
}
