#en_tete
{
	background:transparent url("images/banniere.php") no-repeat;
	width:100%;
	height: 170px;
	padding-top:3px;
}
#corps
{
	width:972px;
	min-height:450px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	margin:25px auto auto;
	background: #FFFFFF none repeat scroll 0 0;
	color: #000000;
	min-height: 625px;
}
#texte
{
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
}
strong
{
	color: red;
	font-size: 15px;
	font-family: "trebuchet ms", "Arial", "Arial Black", "Times New Roman", serif;
	text-decoration: none;
}
#texte h3
{
	font-size: 17px;
	font-family: "trebuchet ms", Arial, serif;
	color: black;
	text-decoration: none;
}
#texte p
{
	color: black;
	font-size: 15px;
	font-family: "trebuchet ms", "Arial", "Times New Roman", serif;
	text-decoration: none;
	vertical-align: middle;
	text-align: justify;
}
h1
{
	color: #4d5057;
	font-family: "trebuchet ms", "Arial Black", "Times New Roman", "Thorndale", serif;
	text-decoration: none;
	text-align: center;
}
body
{
	background: #122870 url("images/fond.png") repeat-y scroll center center;
	margin-bottom: 20px;
}
a
{
	text-decoration:none;
	color: green;
}
a:hover
{
	color: green;
	text-decoration: none;
}
a:active, a:focus
{
	color:green;
	text-decoration: none;
}
strong
{
	color: red;
	text-decoration: underline;
	font-weight: bold;
}
.footer
{
	text-decoration: none;
	color: white;
	font-size: 10px;
	font-family: "trebuchet ms", "Times New Roman", "Thorndale", "Arial", serif;
}
#texte form 
{
background: transparent;
padding:0px;
font-family: "trebuchet ms",sans-serif;
}
#texte fieldset 
{
padding:3px;
margin-bottom:0px;
background-color:#fffddd;
-moz-border-radius:10px;
}
#texte img
{
vertical-align:middle;
border: none;
}
#texte a
{
vertical-align:top;
text-decoration:none;
border:none;
}
#texte legend 
{
color:black;
font-weight:bold;
font-family:"trebuchet ms", serif;
}
#texte label 
{
margin-top:20px;
display:block;
font-size:90%;
}
#texte label.inline 
{
display:inline
}
#cont
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #AAA;
	z-index:1;
	opacity:0.9;
	cursor:progress;
	filter: alpha(opacity=90);
}
