/* CSS Document */

*{
margin:0;
padding:0;
position:relative;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#wrapper{
margin:0px auto;
width:780px;
height:100%;
min-height:597px;
}

#banniere{
float:left;
background:url(images/banniere.jpg) no-repeat;
width:780px;
height:246px;
}

#conteneur{
float:left;
background:url(images/motif_cont.jpg) repeat-y;
width:780px;
height:100%;
}

#top_contenu{
float:left;
background:url(images/conteneur.jpg) no-repeat;
width:780px;
height:100%;
}

#contenu_gauche{
float:left;
width:52%;
color:#7b7e48;
margin:0.5em 0 2em 2em;
text-align:justify;
}
#contenu_gauche1{
width:740px;
color:#7b7e48;
margin:0.5em 0 0.5em 0.5em;
text-align:justify;
float:left;
}
#contenu_gauche .condition {
font-size:x-small;
font-style:italic;
}

#contenu_droite #prix {
float:right;
text-align:center;
width:200px;
}
#contenu_droite .prix2 {
float:right;
text-align:center;
}

#contenu_gauche a {
color: #7B7E48;
text-decoration:underline;
}

#contenu_gauche a:hover {
color: #000000;
}

#contenu_gauche1 a {
color: #7B7E48;
text-decoration:underline;
}

#contenu_gauche1 a:hover {
color: #000000;
}

.lien1 {
float:left;
margin-right:100px;
}
.contact {
text-align:center;
}
table {
width:100%;
border:1px solid black;
}

th {
width:10%;
text-align:center;
border:1px solid black;
}

td {
width:10%;
text-align:center;
border:1px solid black;
}

tr {
height:20%;

}

h1{
color:#7b7e48;
font-size:14px;
}

a:link {
color: #7B7E48;
}

a:hover {
color: #000000;
}

#contenu_droite{
width:38%;
float:right;
color:#7b7e48;
margin:2.7em 2.5em 0 0;
}

.vignette{
border:#FFFFFF 2px solid;
margin:0.2em;
}

.legende{
font-size:10px;
color:#000000;
}

#footer{
background:url(images/footer.jpg) no-repeat;
float:left;
width:780px;
height:44px;
}

#footer p{
margin-top:0.3em;
font-weight:bold;
color:#a5a880;
}

