/* CSS Document */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background-image: url(/images/fond.jpg);
background-color:#333333;
background-repeat: repeat-x;
}
#header {
height: 48px;
background-image: url(/images/header.gif);
background-repeat: no-repeat;
font-size: 12px;
font-weight: bold;
color: #FF0000; 
padding-top: 145px;
padding-left: 253px;
}
#menu {
position: absolute;
margin-top: -17px;
left: 230px;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
vertical-align: baseline;
/*word-spacing: 5px;*/
z-index:100;
}

#gauche {
	position: absolute;
	left:0;
	width: 369px;
	margin-top: -25px;
	z-index:0;
}

#menu a{
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
#menu a:hover{
color: #FFCC00;
text-decoration: underline;
}
#conteneur {
position: absolute;
width: 100%;
}
#centre {
margin-left: 369px;
margin-top: 10px;
padding: 10px;
}

#pied {
color: #FFFFFF;
border: solid 1px #FFFFFF;
text-align: center;
padding: 10px;
width: 590px;
}
#wp {
text-align: right;
padding: 10px;
width: 590px;
}
#wp a{
color: #FFFFFF;
}

p {margin:0;
color:#FFFFFF;}

h1{
font-size: 18px;
color: #FFCC00;
border-bottom: 1px solid #FFCC00;
margin: 0 0 10px 0;
}

b{
color: #FFCC00;
}