/***********COMPOSITION***************/
body 
{
	color: #5F5F5E;
	font-size: 11px;
	font-family: Verdana;
	background-color: #F5F5F5;
	margin: 0px;
	margin-bottom: 0px;
	text-align: center;
}


#header
{
	position: relative;
	width: 800px;
	height: 178px;
	margin: auto;
	background: url(images/styles/header.jpg) no-repeat;
}

#header2
{
	position: relative;
	width: 800px;
	height: 257px;
	margin: auto;
	background: url(images/styles/header2.jpg) no-repeat;
}


#langues
{
	float: right;
}





#menuH 
{
	clear: both;	
	margin: 0 auto;
	padding: 0;
	height: 25px;
	width: 800px;
	font-size: 14px;
	font-weight: bold;

	
}

#menuH 
{
	position: relative;
	width: 800px;
	height: 40px;
	margin: auto;
	text-align: center; 
}

#navH 
{
	clear: both;	
	margin: 0 auto; 
	height: 45px;
	
	font-size: 14px;
	font-weight: bold;
	
	
}

#navH  ul 
{
 padding:0;
 margin:0;
 list-style-type:none;
}

#navH  li 
{
 float:left; /*pour IE*/
 border-left:1px solid #c9c9c9;
 border-right:1px solid #c9c9c9;
 border-bottom:1px solid #c9c9c9;		
}

#navH  ul li a 
{
 display:block;
 float:left;   
 width:98px;
 line-height:35px; /*hauteur de l'image de fond*/
 color:#dd0000;
 text-decoration:none;
 text-align:center;
 }

#navH  ul li a:hover a:active  
{
	color: #0F1D4B;	
	font-weight: bold;
	text-decoration: none;
}


#menuV
{	
	float: left;
	width: 200px;
	margin-top: 10px;
	padding-left: 20px;
}


#fond 
{
	width: 800px;
	margin: auto;
	background: #C9C9C9 url(images/styles/fond.jpg) repeat-y;
	text-align: left;
}

#conteneur 
{
	width: 570px;
	float: left;
}

#contenu 
{
	text-align: justify;
	margin-right: 20px;
}



#contenu a:link 
{
	color: #0F1D4B;

}

#contenu a:hover, a:active, a:visited 
{
	 
   	color: #FC2B02;
	text-decoration:underline;
	
}

#footer 
{
	width: 800px;
	height: 100px;
	margin: auto;
	background: url(images/styles/footer.jpg) top repeat-y;
}

#copyright 
{
	font-size: 10px;
	float: right;
    	padding-top: 25px;
	margin-right: 25px;
	text-align: right;
	color: #2a2a2a;
}

#copyright a:link, #copyright a:visited 
{
	color: #2a2a2a;
	text-decoration: none; 
}

#copyright a:hover, #copyright a:active 
{
	color: #2a2a2a;
	font-weight: bold;
	text-decoration: none; 
}
.clear 
{
	height: 0;
	clear: both;
}




/*************TEXTES ET IMAGES*******************/
td
{
	text-align:center;
}


a img 
{
    border: none;

}

.bandeau
{
	float:left;
	text-indent: 5px;
	font-size: 11px;
	color: #0f1d4b;
	
	
}

 
.droite
{
	float: right;
}


.new
{
	font-size: 12px;
	color: #0F1D4B;
	text-align:justify; 
   	width:160px; 
	text-indent:0px;
}

.orange
{
	color:#ff9966;
}

.rouge
{
	color:#dd0000;
}


p
{
	text-align:justify;
	text-indent:15px;
}

h1 { 
    	color: #dd0000;
	font-size: 14px;
    	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 0.5em;
	padding-bottom: 0.2em;  
	border-bottom: 1px dashed #C0C0C0; 
	border-left: 3px solid #C0C0C0;
	line-height: 1.0;
}

h2
{ 
    color: #0F1D4B;
    margin-bottom: 12px;
    padding-left: 0em;
    padding-bottom: 0.2em;
    line-height: 1.0;
    font-size: 1.2em; 
    text-decoration:underline;
}



h4
{ 
    color: #dd0000;
    margin-bottom: 11px;
    padding-left: 0em;
    padding-bottom: 0.2em;
    line-height: 1.0;
    font-size: 1.2em; 
}


/**************MENU VERTICAL***************/

#navV 
{
	font-size: 12px;
    	margin-left: 0px;	
	padding-right:45px;
	
}


#navV ul 
{
	
	background: none;
	list-style: none;
    	list-style-image:url('images/styles/puce.gif');
	padding-left:5px;
	margin: 0;
}

#navV li a:link, a:visited 
{
	text-decoration: none; 
    	color: #5F5F5E;
	
}

#navV li a:hover, a:active 
{
	text-decoration: none; 
   	color: #FC2B02;
	font-weight: bold;
	
}



#navV ul ul
{
	
	background: none;
	list-style: none;
    	list-style-image:url('images/styles/puce2.gif');
	padding-left:15px;
	margin: 0;
}

#navV li li a:link, a:visited 
{
	text-decoration: none; 
    	color: #5F5F5E;
	
}

#navV li li a:hover, a:active 
{
	text-decoration: none; 
   	color: #FF6600;
	font-weight: bold;
	
} 


