
#conteneur {
position: absolute;
width: 99%;
margin-top: 10;
margin-left: 10;
margin-right: 10;
margin-bottom: 10;
}
#header {
height: 200px;
background-image: url("../gfx/logoreverberefondbrunorange.jpg");
background-repeat:repeat-x;
background-color: #3C281D;
margin-top: 5;
margin-bottom: 20;
border-style: solid;
border-width: 0px;
border-color: green;
}
#MenuH {
height: 30px;
background-color: #87C5EC;
border-style: solid;
border-width: 0px;
border-color: green;
}

#centre {
background-color:#ffffff;
padding : 10;
margin-top: 20;
margin-left: 210px;
margin-right: 0px;
margin-bottom: 20;
border-style: solid;
border-width: 0px;
border-color: green;
}
#gauche {
position: absolute;
margin-top: 20;
margin-bottom: 20;
left:0;
width: 200px;
background-color:#87C5EC;
border-style: solid;
border-width: 0px;
border-color: green;
}
#droite {
position: absolute;
margin-top: 0;
margin-bottom: 0;
right:0;
width: 220px;
background-color:#3C281D;
border-style: solid;
border-width: 0px;
border-color: green;
}
#citations {
margin-top: 20;
margin-bottom: 20;
right:0;
width: 180px;
background-color:#EBE0A0;
text-align: justify;
padding : 10;
border-style: solid;
border-width: 0px;
border-color: green;
}
#avis {
margin-top: 20;
margin-bottom: 20;
right:0;
width: 180px;
background-color:#84B9AD;
text-align: left;
padding : 10;
border-style: solid;
border-width: 0px;
border-color: green;
}
#newsletter {
margin-top: 20;
margin-bottom: 20;
right:0;
width: 180px;
background-color:#A28F53;
text-align: justify;
padding : 10;
border-style: solid;
border-width: 0px;
border-color: green;
}
#neuf {
margin-top: 20;
margin-bottom: 20;
right:0;
width: 180px;
background-color:#684429;
text-align: justify;
padding : 10;
border-style: solid;
border-width: 0px;
border-color: green;
}
#pied {
height: 55px;
background-color: #87C5EC;
margin-top: 5;
margin-left: 210px;
margin-right: 5px;
margin-bottom: 10;
border-style: solid;
border-width: 0px;
border-color: green;
font-size = 9px;
}

.menugauche {
list-style-type: none;
margin: 0;
padding:5;
}
.menugauche li {
margin-bottom: 1px;
text-align:justify;
}
.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}
.menudroit {
list-style-type: none;
margin: 0;
padding:5;
}
.menudroit li {
margin-bottom: 1px;
}
.menudroit a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menudroit a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 12px;
}

h1 { 
font-size:20px; 
font-weight:bold; 
color: #336699; 
font-family:Verdanna; 
display:inline; 
} 
h5 { 
font-size:15px; 
font-weight:bold; 
color: #336699; 
font-family:Verdanna; 
display:inline; 
} 
a:link {
    text-decoration: none;
    font-weight: normal;
    font-style: italic ;
}
a:hover {
    text-decoration: underline;
    font-weight: bold;
    font-style: italic;
}
a:visited {
	color: #000000;
   	text-decoration: none;
        font-weight: normal;
	font-style: italic;
}
a:active {
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}
