/* CSS Document */

body {
background-color:#E3E5E6;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
}

#site {
width:100%;
margin-top:0px;
min-width:750px;
}

#entete {
	color:#7f7f83;
	font-size:22px;
	margin-top:0px;
	margin-left:0px;
	width:100%;
	height: 100px;

}

#ent {
margin-top:0px;
margin-left:22px;
padding-left:33px;
background-image:url(image/fond.jpg);
background-repeat:no-repeat;
line-height:63px;
}

#corps {
float:left;
color:#96969a;
width:80%;
height:500px;
}

#news {
float:right;
width:220px;
height:200px;
padding-top:8px;
border-left:solid 2px #7f7f83;
padding-left:5px;
font-size:11px;
text-align:right;
margin-top:62px;
}

#menu {
float:left;
width:100px;
font-size:9px;
margin-top:150px;
line-height:30px;
z-index:15;
}

li {
list-style:none;
}

a {
text-decoration:none;
color:#999999;
}

a:hover {
text-decoration:none;
color:#666666;
}

#photo {
margin-top:40px;
font-size:12px;
}

#cont {
clear:both;
margin-top:40px;
font-size:9px;

z-index:5;
}

#contact {
position:relative;
width:100%;
margin-top:150px;
text-align:center;
}

h1 {
font-size:21px;
}

h2 {
font-size:13px;
}

#pied {
clear:both;
margin-top:20px;
margin-left:20px;
font-size:10px;
color:#999999;
}

