/* CSS issu des tutoriels css.alsacreations.com */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
}
img {
border: none;
}
#header {
height: 195px;
}
#conteneur {
position: relative;
width: 1000px;
margin: 0 auto; 
background-color:#FFFFFF;
background-image:url('../../squelettes/images/background.jpg');
background-repeat:no-repeat;
}
#centre {
margin-left: 205px;
margin-right: 329px;
padding-left: 20px;
padding-right: 30px;
text-align: justify;
}
#gauche {
position: absolute;
left:0;
width: 211px;
}
#droite {
position: absolute;
right:0;
width: 329px;
}
#pied {
height: 30px;
background-color: #FFFFFF;
padding-left: 265px;
color: #9C9E9F;
font-size: 9px;
font-weight: bold;
}
.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;}
.title1 {color: #EE813C; margin-top: 0; margin-left: 0; margin-right: 80px; margin-bottom: 5px; font-size: 15px;}
.text1 {color: #EE813C; margin-top: 0; margin-left: 0; margin-right: 80px; margin-bottom: 20px; font-size: 12px;}
.text1 strong {
color: #EE813C;
}
.text1 a {
color: #EE813C;
text-decoration: underline;
}
.text1 a:hover {
color: #009ee2;
text-decoration: none;
}
hr {
height: 1px;
border: none 0;
border-top: 1px dashed #EE813C;
width: 250px;
margin: 0;
padding:0;
text-align:left;
}
.title2 {color: #A6A8A9; margin-top: 20px; margin-left: 0; margin-right: 80px; margin-bottom: 5px; font-size: 15px;}
.text2 {color: #A6A8A9; margin-top: 0; margin-bottom: 5px; margin-right: 80px; font-size: 12px;}
.text2 strong {
color: #A6A8A9;
}
.text2 a {
color: #EE813C;
text-decoration: underline;
}
.text2 a:hover {
color: #009ee2;
text-decoration: none;
}
fieldset {
	font-size: 11px;
	padding-left: 30px;
	padding-top: 170px;
	border: none;
}
<!-- 
/* CSS issu des tutoriels http://css.alsacreations.com */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 35px;
left: 32px;
}
dl#menu {
width: 200px;
border-top: 1px dashed #FBE6D8;
}
dl#menu dt {
cursor: pointer;
margin: 0;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
border-bottom: 1px dashed #FBE6D8;
}
dl#menu dd {
border: 1px solid gray;
}
dl#menu li {
text-align: center;
background-color: #FFFFFF;
}
dl#menu li a, dl#menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
padding-left: 30px;
font-size: 12px;
}

dl#menu li a:hover, dl#menu dt a:hover, dl#menu li a:focus, dl#menu dt a:focus {
background: #FFFFFF;
padding-left: 30px;
color: #F5A541;
font-size: 12px;
}

-->