/* CSS Document */

* { 
margin : 0;
padding : 0;
border:0;
}

html{
background-color:#990000;
}

body {
background:url(images/fond.jpg) repeat-x top;
font-family:Arial, Helvetica, sans-serif;
font-size : 0.8em;
color : #000;
}

h1{ 
margin:42px 0 0 0;
color:#FFFF00;
font-size:18px;
font-weight:normal;
}

h2{
margin:0.3em 0 0 1.5em;
color:#990000;
font-size:1.6em;
padding: 5px;
}

h3{
font-size:1.2em;
margin-top:0.5em;
margin-left:2em;
color:#CC0000;
}
h3 a:link{
color:#CC0000;
text-decoration:none;
}
h3 a:hover{
color:#CC0000;
text-decoration:underline;
}
h3 a:visited{
color:#CC0000;
text-decoration:none;
}
h3 a:active{
color:#CC0000;
text-decoration:none;
}

h4 {
text-align:center;
}

#wrapper{
width:975px;
height:848px;
margin:0 auto;
}

#marge_gauche{
float:left;
background:url(images/maquette_01bis.jpg) no-repeat;
height:848px;
width:160px;
}

#marge_droite{
float:right;
background:url(images/maquette_03bis.jpg) no-repeat;
height:848px;
width:141px;
}

#header{
background:url(images/maquette_02.jpg) no-repeat;
width:674px;
height:144px;
float : left;
}

#conteneur{
float:left;
width:443px;
height:623px;
}

#contenu{
background:url(images/maquette_04.jpg) no-repeat;
float:left;
width:443px;
height:570px;
overflow-y:auto;
overflow-x:hidden;
}

#contenu p{
margin-left:2em;
}

#contenu ul{
margin-left:2em;
}

#contenu a {
color:#FF0000;
text-decoration:none;
padding-bottom: 10px;
}

.plan{
margin:0.5em 0 0 1em;
}

.plan .photo{
width:150px;
margin-bottom:1em;
}

.carac{
width:60%;
text-align:left;
float:right;
}

.img {
float:left;
margin-right:10px;
margin-left:10px;
text-align:center;
}

#footer{
background:url(images/maquette_06.jpg) no-repeat;
float:left;
width:443px;
height:53px;
}
#footer p{
display:none;
}

#menu{
background:url(images/maquette_05.jpg) no-repeat;
float:left;
width:231px;
height:623px;
}

#marge_bas{
background:url(images/maquette_07bis.jpg) no-repeat;
float:left;
width:674px;
height:81px;
}

#marge_bas p{
margin-top:0.2em;
font-size:10px;
color:#FF0000;
}

#marge_bas p a:link{
color:#FF0000;
text-decoration:none;
}
#marge_bas p a:hover{
color:#FF0000;
text-decoration:underline;
}
#marge_bas p a:visited{
color:#FF0000;
text-decoration:none;
}
#marge_bas p a:active{
color:#FF0000;
text-decoration:underline;
}

#formulaire-contact{
float:left;
width:90%;
margin-left:2%;
}

#formulaire-contact .col_g{
margin-top:0.3em;
float:left;
width:33%;
text-align:right;
}

#formulaire-contact .col_g li{
margin:0.7em;
font-weight:bold;
list-style-type:none;
}

#formulaire-contact .col_d li{
margin:0.4em;
list-style-type:none;
}

#formulaire-contact .col_d{
margin-top:0.6em;
float:left;
width:67%;
text-align:left;
}

#formulaire-contact .mentions{
float:left;
width:100%;
text-align:center;
}

#formulaire-contact .col_d input,textarea{
border:#990000 dotted thin;
color:#990000;
}