@charset "UTF-8";
/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
margin: 0;
padding: 0;
}
#header {
height: 160px;
background-color: #ffffff;
}
#conteneur {
position: relative;
width: 1000px;
margin: 0 auto; 
background-color:#ffffff;
border-color:#666666;
border-style:solid;
border-width:1px;
}
#centre {
background-color:#ffffff;
margin-left: 400px;
}
#gauche {
	position: absolute;
	left:0px;
	width: 400px;
	top: 158px;
}
#pied {
height: 206px;
background-color: #646567;
}

.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #646567;
}

a:link {
	color: #646567;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #646567;
}
a:hover {
	text-decoration: none;
	color: #97BE0D;
}
a:active {
	text-decoration: none;
	color: #646567;
}

.txtcentre {
padding-right:120px;
}

.titre {
	font-size: 14px;
	font-weight: bold;
	color: #97BE0D;
}

