/* D&eacute;finition du style pour le corps*/
html, body {
	height:100%;
	background-position:50% 50%;
	background-image:url(../fond.png);
	background-repeat:repeat-y;
	background-color: #000;
}
body{
	font-family:Arial,sans-serif;
	color:#FFFFFF;
	line-height:1.166;	
	margin:0px;
	padding:0px; 
	background-color:#000000;
}
/* Pour les liens */
a:link, a:visited, a:hover {
	/*color:#DA231D;*/
	font-weight:bold;
	text-decoration:none;
	color: #FF7200 !important;
	text-transform: uppercase;
}
/* Ici, uniquement les liens survol&eacute;s */
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Arial,sans-serif;
	margin:0px;
	padding:0px;
}
h1{
 font-family:Verdana,Arial,sans-serif;
 font-size:120%;
 color: #FF7200 !important;
}
fieldset {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

/*--------- id ---------------*/
div#titre{
    width:1015px;
	height:50px;
}
div#photo{
	background-color:#454545;
	position:absolute;
	width:770px;
	min-height:100%;
	padding-left:10px; 
	padding-top:10px; 
}
div#cont {
	/*background-color:#454545;*/
	text-align:left;
	width:1015px; 
	margin:0 auto 0 auto; 
	min-height:100%;
}
div#centre {
	width:1015px;
	background:transparent;
	text-align:left; 
	padding-bottom:30px;
	overflow:auto; 
}
div#centrage { 
	padding-left:0px; 
	padding-right:0px; 
	background:transparent; 
}
div#menu {
	float:left;  
	background:transparent;
	width:200px;
	text-align:left; 
	color:#FFFFFF;
}
div#contenu {
	float:left;  
	background-color:transparent;
	width:815px;
	padding-left:0px
}

/*---------- Class -------------*/

.centrer{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.Italic{
	font-style:italic;
}
.left{
	text-align:left;
}
.titre{
	margin:0px;
	padding:0px 0px 10px 10px;
	font-size:90%;
	text-align:center;
}
.tableau{
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}
.tableau td{
	border-width:2px;
	border-style:groove;
	border-color:#FFFFFF;
	border-collapse:collapse;
	padding:5px;
}

.enTeteTableau{	
	background:#9A231D;
	color:white;
	text-align:center;
}
.ligneTableau{	
	background:#252525;
}
.table200pxCentre{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:200px;
}
.lienRetourAccueil{
	padding:10px 0px 0px 10px;
	font-size:80%;
	font-weight:bold;
}
a.lienBureauGM{
	padding:10px 0px 0px 10px;
	font-size:80%;
	font-weight:bold;
	color:#FF9900;
}
.champObligatoire{
	font:bold 100% Arial,sans-serif;
	color:#FFFFFF;
}
.champObligatoireLegende{
	font-size:10px;
}
.formulaire{
	margin-left:auto;
	margin-right:auto;
}
.petit{
	font-size:9px;
	font-weight:bold;
}



a {
	color: #FF7200 !important;
}