/* CSS Document */

body {
	font-family: sans-serif;
	font-size: 11px;
	color:#000000;
}

#conteneur {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 1075px;
}

#tete{
background-image: url('images/tete.jpg');
background-repeat:no-repeat;
height: 216px;
width: 1075px;
}

#corps {
background-image: url('images/fond.jpg');
background-repeat: repeat-y;
padding-top:30px;
padding-left:180px;
padding-right:180px;
padding-bottom:30px;
}

#pied {
	width:auto;
	height:68px;
	background-image: url('images/pied.jpg');
	background-repeat:no-repeat;
	text-align: center;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {        /*barre menu*/
position:relative;
z-index:100;
width: 100%;
left: 0px;
top: 185px;
color:#FFFFFF;
font-size:14px;
}

#menu dl {
float: left;
width: 8em;
margin: 2px;
}

#menu dt {   /*cellules menu*/
cursor: pointer;
text-align: center;
color:#FFFFFF;
background-image: url('images/block2.png');
border: 0px solid #99FF00 ;
}

#menu dd {
border-width: 0px;
}

#menu li {  /*cellules sous menu*/
text-align: center;
height: 15px;
background-image: url('images/block.png');
background-repeat: no-repeat;
background-position: center;
background-position: top;
}

#menu li a, #menu dt a {
color: #7a899c;
text-decoration: none;
display: block;
height: 100%;
border-style: none;
}

#menu li a:hover, #menu dt a:hover {
background: black;
}#conteneur #tete #menu a {
	text-decoration: none;
}
