

/******************** général ********************/

body 
{
	width: 99%;
	background-repeat: no-repeat;
	background-color: #aac8ea;
	background-position: center top;
	font-family: "Trebuchet MS",Arial,sans-serif;
} 



#global
{
	width: 994px;
	margin: auto;
	height: 100%;	
}

/******************** /général ********************/


/******************** mise en place des div ********************/

#header
{
	width: 994px;
	height: 156px;	
	background-image:url(../images/header.jpg);	
}

#page
{
	width: 994px;
	height: 488px;
}

#menu_gauche
{
	width: 340px;
	height: 488px;	
	float: left;
	background-image:url(../images/menu_gauche.jpg);
}

#contenu
{
	width: 531px;	
	height: 488px;	
	float: left;
	background-image:url(../images/contenu.jpg);

}

#menu_droite
{
	width: 123px;
	height: 488px;	
	float: right;
	background-image:url(../images/menu_droite.jpg);
}

#footer
{
	width: 994px;
	height: 88px;
	background-image:url(../images/footer.jpg);
	font-size: 0.7em; 	
	text-align: right;
}




/******************** disposition du menu de gauche ********************/

#menu
{
	margin:0.9em;
	font-size: 0.9em; 
	font-family: Trebuchet MS;
}

#menu span, .ssmenu span 
{
	display:none;
}


#menuDeroulant
{
	
	
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
	 border: 0;
}

#menuDeroulant li
{
	text-align: right;
	margin-right: 50px;
	padding: 0;
	border: 0;
}	

	

#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	height: 25px;
	color: rgb(4,51,91);
	margin: 0;
	padding: 4px 8px;
	border-right: 1px solid #fff;
	text-decoration: none;
}

#menuDeroulant li a:hover, #menuDeroulant li a:active 
{ 
	text-decoration: underline;
	background-image:url(../images/vague.png);	
}



#menuDeroulant a.current_index,
#menuDeroulant a.current_activites,
#menuDeroulant a.current_missions,
#menuDeroulant a.current_contact,
#menuDeroulant a.current_telechargements,
#menuDeroulant a.current_identification,
#menuDeroulant a.current_plan,
#menuDeroulant a.current_savoir
{

	background-image:url(../images/vague.png);
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}

/******************** /disposition du menu de gauche ********************/



/******************** footer ********************/

#footer a
{
	color: rgb(4,51,91);
}

#footer a:hover, #footer a:active
{
	color: rgb(4,51,91);
	text-decoration: underline;	
}
/******************** /footer ********************/



/******************** texte général ********************/

h1
{
	margin-top : 20px;
	margin-right: 20px;
	margin-bottom: 20px;	
	color: rgb(4,51,91);
	font-size: 1em;
	text-align: center;
}

.p_texte
{
	
	margin-right: 40px;	
	color: rgb(4,51,91);
	font-size: 0.71em;
	text-align: justify;
}
.p_40
{
	margin-right: 20px;
	margin-left: 40px;	
	color: rgb(4,51,91);
	font-size: 0.71em;
	text-align: justify;
}

.p_centre
{
	margin-top : 20px;
	margin-right: 20px;
	margin-bottom: 20px;	
	color: rgb(4,51,91);
	font-size: 0.8em;
	text-align: center;
}

.p_droite
{
	margin-top: -25px;
	margin-right: 10px;
	color: gray;
	font-size: 0.50em;
	text-align: right;
}

.p_rouge
{
	margin-top : 20px;
	margin-right: 20px;
	margin-bottom: 20px;	
	color: red;
	font-size: 0.8em;
	text-align: center;
}

.p_footer
{
	margin-right: 123px;
}

#contenu a
{
	color: rgb(3,121,183);
	text-decoration: none;
	font-size: 1.1em;	
}

#contenu a:hover, #footer a:active
{
	color: rgb(4,51,91);
	text-decoration: underline;	
	font-size: 1.1em;
}


/******************** /texte général ********************/


.tableau_contact
{

	margin-right: 20px;
	margin-bottom: 20px;	
	color: rgb(4,51,91);
	font-size: 0.8em;
	text-align: justify;
}
































