/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background-color:#000000;
}
#header {
height: 200px;
background-image:url(img/ban.jpg);
background-repeat:no-repeat;
}

#header2 {
height: 200px;
background-image:url(img/ban-accueil.jpg);
background-repeat:no-repeat;
}

#haut {
height: 30px;
}
#conteneur {
position: relative;
width: 798px;
margin: 0 auto;
background-color:#000000;
background-image:url(img/fond.jpg);
background-repeat:repeat-y;
background-position:left;
border-color:#FFFFFF;
border-style:solid;
border-width:1px;
margin-top: 20px;
}
#centre {
margin-left: 270px;
margin-right: 0px;
padding-top:30px;
padding-left:15px;
padding-right:15px;
}
#gauche {
position: absolute;
left:0;
width: 147px;
padding-left:122px;
padding-top:35px;
}
#droite {
position: absolute;
right:0;
width: 150px;
}

.logo {
position: absolute;
left:110px;
width: 620px;
top:7px;
}

.entete {
position: absolute;
left:20px;
width:75px;
top:70px;
}

#pied {
height: 30px;
background-color: #99CC99;
}

.menuhaut {
list-style-type: none;
margin: 0;
padding:0;
}
.menuhaut li {
display: inline;
}
.menuhaut a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menuhaut a:hover {
text-decoration: none;
}
.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;
}
.menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
.menudroit li {
margin-bottom: 5px;
}
.menudroit a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menudroit a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}
.style1 {
	position: absolute;
	left: 110px;
	width: 620px;
	top: 7px;
	font-size: 9px;
	color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	display:inline;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

ul {
 
 padding: 0;
 margin: 10px;

 }
 
li {
	list-style-image:url(img/puce.jpg);
 	list-style-position:outside;
}

