/* CSS Document */
body {
	background-color:#E5E5E5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
}
a:visited {
	color:#000000;
}
a:hover {
	color:#C17A24;
}
a:active {
	color:#C17A24;
}
#conteneur {
width:1000px;
height:595px;
}
#banniere {
width:1000px;
height:150px;
}
#bordgauche {
width:200px;
height:400px;
float:left;
background-image:url(images/bord_gauche.jpg);
}
#borddroit {
width:200px;
height:400px;
float:left;
background-image:url(images/bord_droit.jpg);
}
#contenu {
background-image:url(images/contenu.jpg);
width:550px;
float:left;
color:#000000;
padding-top:40px;
padding-left:50px;
}
#menuconteneur {
width:1000px;
height:25px;
background-image:url(images/menu.jpg);
}
#menu {
width:149px;
height:20px;
float:left;
text-align:center;
padding-top:4px;
border:1px ridge #FFFFFF;
}
#menu1 {
width:231px;
height:20px;
float:left;
text-align:center;
padding-top:4px;
border:1px ridge #FFFFFF;
}
#menu2 {
width:146px;
height:20px;
float:left;
text-align:center;
padding-left:14px;
padding-top:4px;
border:1px ridge #FFFFFF;
}
#liste {
width:995px;
height:60px;
text-align:center;
font-family: Georgia, Times New Roman, Times, serif;
margin-left:5px;
}
#bouton2 {
width:76px;
height:30px;
background-image:url(images/bouton.jpg);
background-repeat:no-repeat;
float:left;
}
#bouton1 {
width:76px;
height:25px;
padding-top:5px;
background-image:url(images/bouton.jpg);
background-repeat:no-repeat;
float:left;
}
#pied {
width:1000px;
height:20px;
background-image:url(images/menu.jpg);
background-repeat:no-repeat;
text-align:center;
}