/* CSS Document */
/*********************** BODY ************************/
html,body {

background-color : #002f68;
padding:0px;
margin:0px;
background-repeat:no-repeat;

margin-top:0px;
} 
#content{
padding:0px;
padding-top:0px;


}

#contenu{
width:770px;
margin-left: 50px;
text-align:justify;

}


/*************************** Bouton Retour **************************/
/*   <img src="images/presentation_10.jpg" width="119" height="61" alt="">  */

.retouroll{
width:119px;
height:61px;
background-image:url(images/retouroll.jpg);
background-repeat:no-repeat;
background-color : #002f68;
}


.retouroll a{
display:block;
width:119px;
height:61px;
background-image:url(images/retouroll.jpg);
background-repeat:no-repeat;
background-position:0% 100%; 
text-decoration: none;
}

.retouroll a:hover{

background-image:url(images/retouroll.jpg);
background-repeat:no-repeat;
background-position:0% 0%;
text-decoration: none;
border-bottom:none;

}



/*************************** Presentation   ***************************************************/

/*   <img src="images/presentation_01.jpg" width="550" height="48" alt="">  */

.head{
width:550px;
height:48px;
background-image:url(images/presentation_01.jpg);
background-repeat:no-repeat;
background-color : #002f68;
}


/*   <img src="images/presentation_02.jpg" width="217" height="82" alt="">  */

.boutongauche{
width:217px;
height:82px;
background-image:url(images/presentation_02.jpg);
background-repeat:no-repeat;
background-color : #002f68;
}


/* <img src="images/presentation_03.jpg" width="117" height="82" alt="">  */

.presentation{
width:117px;
height:82px;
background-image:url(images/presentation_03.jpg);
background-repeat:no-repeat;
background-color : #002f68;
}

/*   <img src="images/presentation_04.jpg" width="216" height="82" alt="">  */

.boutondroite{
width:216px;
height:82px;
background-image:url(images/presentation_04.jpg);
background-repeat:no-repeat;
background-color : #002f68;
}



/*   <img src="images/presentation_05.jpg" width="71" height="400" alt="">  */

.bordgauche{
width:71px;
height:400px;
background-image:url(images/presentation_05.jpg);
background-repeat:no-repeat;
background-color : #002f68;
}




/*   <<img src="images/presentation_06.jpg" width="410" height="264" alt="">  */

.contenu{

width:410px;
height:264px;
background-image:url(images/presentation_06.jpg);
background-repeat:no-repeat;
background-color : #002f68;
padding-left:8px;

}


.gestioncontenu{

width:410px;
height:264px;
background-image:url(images/etudes/france.jpg);
background-repeat:no-repeat;

padding-left:8px;

}







/*   <img src="images/presentation_07.jpg" width="69" height="339" alt="">  */

.bordroite{
width:69px;
height:339px;
background-image:url(images/presentation_07.jpg);
background-repeat:no-repeat;
background-color : #002f68;
}



/*********************** PLAN DU SITE *************************/

.plan{
width:117px;
height:82px;
background-image:url(images/plantitre.jpg);
background-repeat:no-repeat;
background-color : #002f68;
padding-top:0px;
}



/*********************** STYLE ***********************/





h1{

font-family :   Arial, Verdana, Helvetica, Geneva, sans-serif; 
color: #009acf;
font-size:25px;
text-align:center;

}

h2{
font-family :   Arial, Verdana, Helvetica, Geneva, sans-serif; 
font-size:15px;
color:#ff4800; 
text-align: left;
margin-top:4px;
margin-bottom:2px;
margin-left:1em;
margin-right:5px;
padding-left:5px;
padding-right:0px;

}

h3{

font-family :   Arial, Verdana, Helvetica, Geneva, sans-serif; 
color: white;
font-size:14px;
text-align:center;
padding:5px;


}


p, ul, em{

font-family :   Arial, Verdana, Helvetica, Geneva, sans-serif; 
color: white;
font-size:14px;
padding:1px;
padding-bottom:1px;
padding-top:4px;
margin-bottom:3px;
margin-top:3px;
margin-left: 2.5em;
margin-right: 1em;
text-align:left;
}


h2 a{
color: #ff4800;  
text-decoration:underline;
text-decoration: none;
border-bottom: 1px dashed #009acf;


}


h2 a:visited {

color:#ff4800; 
text-decoration:underline;
text-decoration: none;
border-bottom: 1px dashed #ff4800;



}


h2 a:hover {

color:#ff4800;
text-decoration:underline;
text-decoration: none;
border-bottom: 1px dashed #ff4800;

}

.ssrub a{
color: white;
border-bottom:none;


}

.ssrub a:hover {
color: #e76600;
border-bottom: 1px dashed #e76600;

}

.ssrub a:visited {
color:white; 
text-decoration:underline;
text-decoration: none;
border-bottom: 1px dashed white;



}



/*********************** FOOTER ************************/


#footer{
width:551px;
height:10px;
background-attachment:red;
padding:0px;
font-family :  Arial, Verdana, Helvetica, Geneva, sans-serif;
font-size:0.7em;
color:#009acf; 
text-align:center;
padding-left:10px;
padding-top:10px;


}
#footer a{
	color: white;
	text-decoration: none;
	/*border-bottom: 2px dashed white;*/
}

#footer a:visited {
	color:white;
	text-decoration: none;
	/*border-bottom: 2px dashed #daa700;*/
}

#footer a:hover {
	color: #ff4800;
	border-color: #ff4800;
}



/*********************** Liens ************************/
a{
     color:#ff4800;	
	text-decoration:none;
	border:none;
	
}

a:visited {
	color:#ff4800;
	border:none;
	text-decoration:none;
}

a:hover{
	color: #009acf; 
	border-bottom:none;
	background-image:none;
	
	text-decoration:none;
}