body { 
	color: #0C7682; 
	/* color: #F2F2F2; */
	background-color: #F2F2F2; 
	
  margin:0;

	font-family:Verdana, Arial;

	font-size:12px;

	text-align:left;
	}
	
p {
	font: 12px verdana;
	text-align:left;
	color: #0C7682;
	margin-top: 0px;
	}

a:link { 
  font: 12px verdana; 
  
		text-decoration: none; 
	color: #0C7682;
	font-weight: bold;
	}
a:visited {  
  font: 12px verdana; 
  
	text-decoration: none; 
	color: #0C7682;
	font-weight: bold;
	}
a:hover, a:active { 
  font: 12px verdana; 
  
	text-decoration: none; 
	color: #9C1806;
	font-weight: bold;
	}




/* specific divs */


#pageHeader { 
	margin-bottom: 0px;
	margin-top: 0px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */



#container {
background-image: url(images/milieu.gif);
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
width: 696px;
text-align: left;
}


#haut {
background: url(images/fondh.jpg) no-repeat top left;
margin-top: 0px;
width: 696px;
height: 355px;
text-align: left;
}

#dessous2 {
width: 696px;
text-align: left;
margin: 0px 0px 0px 17px;
}

#menu {
float: left;
width: 145px; 
background: url(images/sousbouton.gif) repeat top left; 
/*background-color: red;*/
padding-left: 10px;
padding-right: 20px;
}

#contenu {
	margin-left: 185px;
	width: 440px;
	text-align: left;
	color: #0C7682;
}

#footer {
clear: both;
background-image: url(images/fondb.jpg);
background-repeat: no-repeat;
height: 50px;
text-align: left;
padding-top: 95px;
padding-left: 200px;
}

.p1{
  /*padding-left: 30px;*/
}

#footer p{
	color: #FFFFFF;
	font-size: 10px;
}
#footer a{
	color: #FFFFFF;
	font-size: 10px;
}


#bas a:link {  
	text-decoration: none; 
	color: #FFFFFF;
	font-weight: bold;
	}
#bas a:visited {  
	text-decoration: none; 
	color: #FFFFFF;
	font-weight: bold;
	}
#bas a:hover, a:active { 
	text-decoration: none; 
	color: #9C1806;
	font-weight: bold;
	}
	
	hr { clear: both; visibility: hidden; }

