body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background-image: url(images/back.gif);
background-repeat: repeat-x;

}

a{
	text-decoration: none;
	color: red;
	font-weight: bold;
}


#titre{
	background-image: url(images/titre.jpg);
	height: 140px;
}

#conteneur {
margin-top: 4px;
position: relative;
background-image: url(images/container.gif);
width: 800px;
margin: 0 auto; 
border-style: solid;
border-color: #ffffff;

}
#centre {
margin-left: 150px;
height:375px;
min-height: 405px;
margin-right: 20px;
}

html>body #centre {
height: auto;
min-height: 405px;
} 

#titreTexte{
	border-top: 5px;
	text-align: center;
	height: 35px;
	width: 100%;
	font-size: x-large;
}

#gauche {
position: absolute;
left:0;
background-image: url(images/gauche.jpg);
width: 126px;
height:458px;
color: White;

}
#pied {
height: 80px;
background-image: url(images/fond.gif);
background-repeat: no-repeat;
color: White;
margin-left: 130px;
text-align: center;
font-size: x-small;
text-decoration: none;
}

#pied_black {
height: 80px;
background-image: url(images/fond_black.gif);
background-repeat: no-repeat;
color: White;
margin-left: 130px;
text-align: center;
font-size: x-small;
text-decoration: none;
}

.menugauche {
list-style-type: none;
text-align: center;

margin: 0;
padding:0;
height: 20px;
width: 100px;

}
.menugauche li {
margin-top: 5px;
}
.menugauche a {
margin: 0 6px;
color: #ffffff;
font-family: Tahoma;
font-weight: bolder;
font-size: small;
text-decoration: none;

}
.menugauche a:hover {
text-decoration: none;
color: #fe0000;
text-decoration: underline;
}
p {margin: 0 0 10px 0;}