﻿@charset "utf-8";
/* CSS Document */



body  {
    	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
    	background: #0080b2;
    	margin: 0; 
    	padding: 0;
    	/*text-align: center;  ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
    	color: #000000;
    }
	
	
h1 {
	
	font-size: 22px;
	font-weight: bold;
	margin-bottom:0px;
	color: #D97441;
}



 
h2 {
	
	font-size: 18px;
	font-weight: bold;
	color: #D97441;
	
} 
h3 {
	
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	
} 
h4, h4 a{
	
	font-size: 14px;
	font-weight: bold;
	margin-right:0px;
	margin-left:20px;
	color: #FF9900;
}
p, td, li {
	color: #FFFFFF;
}
p{
	text-align: justify;
}
  
p, li, td {
font-family: "Trebuchet MS";
	font-size: 13px
}	


#menu td{
font-size: 12px;

}

#menu a{
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover{
	color: #D97441;
	text-decoration: none;
}
#haut {
background:url('../images/img_01.jpg')  no-repeat;
		height:145px;

}

#container { 
    	width: 955px;  
    	background: #0080b2;
		min-height:449px;
		margin:auto;
		
    } 
	
	#gauche { 
    	float: left;
	width: 210px;
	background: #0080b2;
	background:url('../images/gaucheA.jpg')  no-repeat;
	min-height:900px;
	height:900px;
	
		
    } 
#centre {
background: #0080b2;
margin-left:210px;
margin-right:230px;


}
#centre p{
margin-left:10px;
}
#centre li{
margin-left:20px;
}

#droite{
float: right; 
    	width: 160px;
		margin-top:10px;
		margin-right:30px

}

#risques{
width: 500px;


background-color:#74ac00;

}
#risques p, #risques h2{

margin-left:10px;
margin-right:10px;
color:#FFFFFF;


}
