hr 
{
    color: #000000
}

body 
{
overflow: hidden;
background-image:url('images/motifbg.png');

}

.container
{
    width:1020px;
    
}

.menu
{
    width:1000px;
    height:30px;
    text-align:right;
    vertical-align:middle;
    background: #FFFFFF;
}
.menu a:link {font-family: Arial,Helvetica,sans-serif;color:rgb(129, 102, 93);font-size: 13px;text-decoration: none;}
.menu a:visited {font-family: Arial,Helvetica,sans-serif;color:rgb(129, 102, 93);font-size: 13px;text-decoration: none;}
.menu a:active {font-family: Arial,Helvetica,sans-serif;color:rgb(129, 102, 93);font-size: 13px;text-decoration: none;}
.menu a:hover {font-family: Arial,Helvetica,sans-serif;color:#FF6600;font-size: 13px;text-decoration: underline;}

.adresse
{
    font: 15px Verdana, Arial, Helvetica, sans-serif; 
    font-size: 15px;
    color:rgb(129, 102, 93);
    width:1000px;
    height:50px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left: -500px;
    margin-top: 158px;
    text-align:left;
    background-image:url('images/bg-bas.png');
    vertical-align:bottom;
}
.adresse h5 {
font: 9px Verdana, Arial, Helvetica, sans-serif; 
font-size: 13px;
color:rgb(129, 102, 93);
line-height: 13px; 
}


.top
{
    width:1020px;
    height:118px;
}


.contenu 
{
    width:402px; 
    height:244px; 
    overflow:hidden; 
    text-align:left;
    line-height: 13px; 
    font: 15px Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px;
    color:rgb(129, 102, 93);
}
.contenu a:link {font: 15px Verdana, Arial, Helvetica, sans-serif;color:rgb(129, 102, 93);font-size: 11px;text-decoration: none;}
.contenu a:visited {font: 15px Verdana, Arial, Helvetica, sans-serif;color:rgb(129, 102, 93);font-size: 11px;text-decoration: none;}
.contenu a:active {font: 15px Verdana, Arial, Helvetica, sans-serif;color:rgb(129, 102, 93);font-size: 11px;text-decoration: none;}
.contenu a:hover {font: 15px Verdana, Arial, Helvetica, sans-serif;color:#FF6600;font-size: 11px;text-decoration: underline;}
.contenu p {
    font: 15px Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px;
    color:rgb(129, 102, 93);
}
.right
{
    width:179px;
    valign:top;
    float:right;
}

.left
{
    width:128px;
    valign:bottom;
    position:relative;
    top:-100px;
    left:-3px;
    float:left;
}

.img-shadow {
float:right;
background: url(images/trans-shadow.png) no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}

.img-shadow img {
display: block; /* IE won't do well without this */
position: relative; /* Make the shadow's position relative to its image */
padding: 5px; /* This creates a border around the image */
background-color: #000; /* Background color of the border created by the padding */
border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
margin: -6px 6px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}

