@CHARSET "UTF-8";

*{
	margin : 0px;
	padding : 0px;
    font-family: Helvetica,Vernada;
    font-size:11px;
}


	
body      {  color: #f9f9f9; background: #101211;  font-size: 12px; font-family: Verdana; margin: 0px; }
a:link    { color: #000000;text-decoration: none;  }
a:visited { color: #3e3e3e;text-decoration: none;  }
a:hover   { color: #4e63e3; }



.global_container {
	background:url('../images/bg_body.jpg') no-repeat scroll center;
	margin-top:-115px;
	height:990px;
}

.global_contenu {
	  
	float : center;
	margin-bottom: 10px;
	margin : 0px auto 0px auto;
	padding : 0px;	
	clear:both;
	width:954px;
	height:720px;
	
}
#header_menu{
	margin-top:229px;
    width:100%;
    height:30px;
    float:left;
    text-align:center;
    margin:229px 0px 0px 0px;
    position:relative;
    z-index:4;
}

#header_menu a{
    color:#F9F9F9;
    font-weight:bold;
    font-size:10px;
    margin-right:10px;

}
#header_menu a:hover{
    color:#CCCCCC;
    font-weight:bold;
    font-size:10px;
    margin-right:10px;
   
}

#body{
    width:954px;
    height:594px;
    float:left;

	    	
}

#footer_line{
	float:left;
    background:url('./images/footer.png');
    width:954px;
    height:15px;
    margin:4px 0px 0px 0px;
}
#footer_text{
    
}
#footer_text_left{
    float:left;
    margin: 0px;
    width:454px;
    text-align:left;
}
#footer_text_right{
    float:left;
    margin: 0px;
    width:500px;
    text-align:right;    
}

.retourAuFluxNormal{
	clear:both;
}

.erreur{
	color :red;	
}

.confirm{
	color :green;	
}
.coment{
    color :orange;   
}



fieldtset {
	margin-top:10px;
}

fieldset > div {
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

table {
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
	font-size:10px;

}

#body_left p{
    margin-bottom:20px;
    line-height:20px;
    font-size:13px;
}

