body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #DDE466;
}
#header {
height: 280px;
background-color: #99CCCC;
}
#conteneur {
position: relative;
width: 1141px;
margin: 0 auto; 
background-color:#CCCCFF;
}
#centre {
background-image: url("img/fond_centre.gif");
background-repeat: no-repeat;
background-color: #FFFFFF ;
margin-left: 420px;
margin-right: 142px;
height: 455px;

}
#centre2 {
margin-left: 50px;
margin-right: 5px;
height: 455px;

}
#gauche {
	background-image: url("img/fond_menu.gif");
	background-color: #FFFFFF;
	position: absolute;
	left:106px;
	width: 317px;
	height: 455px;
}
#droite {
position: absolute;
right:0;
width: 142px;
}
#pied {
height: 68px;
}

.menugauche {
list-style-type: none;
margin: 5px;
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;}
#gauche2 {
	position: absolute;
	left:0;
	width: 108px;
}
.gras_vert {
	color: #3a9900;
	font-weight: bold;
	font-size: 11px;
}
.texte {
	font-size: 11px
}
.petit_texte {font-size: 10px}

.lien1 {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
.lien1:hover {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #3A9900;
}
INPUT	{
		border-top:#CCCCCC 1px solid;
		border-left:#CCCCCC 1px solid;
		border-right:#CCCCCC 1px solid;
		border-bottom:#CCCCCC 1px solid;
		background-color:#FFFFFF;
		font-size:10pt;
		color:#555555;
		font-family:Verdana
}
TEXTAREA	{
		border-top:#CCCCCC 1px solid;
		border-left:#CCCCCC 1px solid;
		border-right:#CCCCCC 1px solid;
		border-bottom:#CCCCCC 1px solid;
		background-color:#FFFFFF;
		font-size:10pt;
		color:#555555;
		font-family:Verdana
}