@CHARSET "ISO-8859-1";

body
{
	
	background:url(../images/charte/back.jpg) repeat-x;
	background-color:#ffffff;
	color:#666666;
	margin-top: 0;
	padding:0;
	/*font-size: 16px ;*/
	font-family : "Times New Roman";
}

a {
	color:#000;
	font-weight:bold;
	}

ul, li {
	color:#6C5D22;
	}

#corpsSite {
	width:1000px;
	margin:0 auto 0 auto;
	
	background:url(../images/charte/margeHaute.jpg) repeat-x;
	background-color:#ffffff;	
	
}

#backRight {
background:url(../images/charte/colGrise2.jpg) 669px 0 repeat-y;	
}

#bandeauHaut {
	height:224px;
	background:url(../images/charte/bandeau2.jpg) 29px 0 no-repeat;	
}

#menuHaut {
	
	width:639px;
	
	
	
}

#menuHaut ul, ul.realisation { 
margin-top:0px;
width:636px;
list-style: none; 
margin:0;
padding: 0 0 0 3px;
height:30px;
}

#menuHaut ul li , .realisation li { 
float: left; 
position: relative; 
}

#menuHaut ul a, .realisation a { 
	color: #000; 
	text-decoration: none; 
	display: block;
	
	padding: 0 5px 5px 5px;
	line-height:28px;
	font-weight:bold;
	font-style:italic; 
}

.realisation a {
	color:#897D4E;
	text-decoration:underline;
	}

#menuHaut ul a:hover , .realisation a:hover
{
	color:#fff;
	background-color:#897D4E;
	text-decoration:none;
}
	
#footer
	{
	height:170px;
	background:url(../images/charte/footer.gif) repeat-x;
	background-color: #848484;

	
	margin:0 -16px -16px -16px;
	text-align:center;
	color:#ffffff;
	}

	#footer a.block
	{
		border:none;
		display:inline-block;

		margin: 0 16px 4px 16px;
		color:white;
		font-size:11px;
		text-align:center;

		
	}
	
