*{
    margin:0;
    padding:0;
}
.break{clear:both;}

body{
    font: 72.5% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    background:url('../grfx/fondbody.png') no-repeat top center;
    color:#050587;
}

/* HEADER */

.contener{
    width:920px;
    margin:auto;
}

h1.header{
    width:401px;
    height:117px;
    background:url('../grfx/logo.png') no-repeat;
    text-indent:-5000em;
}
#menutop{
    background:url('../grfx/fondmenutop.png') repeat-x;
    text-align:center;
}
#menutop ul{
   list-style-type:none;
   margin:auto;
   width:690px;
}
#menutop ul li{
    display:inline;
    font: small-caps 24px/61px Georgia,Times,serif;
    padding: 0 15px;
}
#menutop ul li a{
    color:white;
    text-decoration:none;
    display:block;
    height:61px;
    float:left;
    padding:0 15px;
    line-height: 61px;
    }
#menutop ul li a:hover{
    text-decoration:underline;
    background:url('../grfx/hovermenutop.jpg') no-repeat center 10px;
}#menutop ul li.actif a{
    
    background:url('../grfx/hovermenutop.jpg') no-repeat center 10px;
}

/* CONTENU */

#left{
    position:relative;
    width:614px;
    margin-top:-10px;
    float:left;
}

#bgl{
    background:url('../grfx/bgl.png') no-repeat;
    width:7px;
    left:0;
    position: absolute;
    height:100%;
}
#bgr{
    background:url('../grfx/bgr.png') no-repeat;
    width:7px;
    right:0;
    position: absolute;
    height:100%;
}
#leftcontent{
    width:600px;
    background:white;
    margin:0 auto;
}

#leftcontent p, #leftcontent h2, #leftcontent h3{
    margin-left: 10px;
    margin-right: 10px;
}
#leftcontent ul{
    list-style-type:none;
}
.col {
    float:left;
    width:300px;
    text-align:center;
}

#fondcontact{
    background:url('../grfx/fondcontact.jpg') right top no-repeat white ;
    height:365px;
}
#right{
    float:right;
}
#right .bloc{
    width:264px;
    margin:0 6px 15px 0;
    text-indent:-5000em;
}

.atouts{
    background:url('../grfx/atouts.jpg') no-repeat;
    height:181px;
}
.fournisseurs{
    background:url('../grfx/fournisseurs.jpg') no-repeat;
    height:231px;
}
.adresse{
    background:url('../grfx/adresse.jpg') no-repeat;
    height:170px;
}

#footer{
    background:url('../grfx/fondmenutop.png') repeat-x;
    clear:both;
    padding-top:61px;
}
#footer p{
    height:41px;
    line-height41px;

}


/* MISE EN FORME */
img.centrer {   
}

h2 {
    font-family:"Georgia", "Arial", "sans-serif";    margin: 10px 0 15px 0;
    padding: 0px 0 0 0;
    line-height: 1.2;
    font-size: 1.5em;
    font-weight: lighter;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.1em;
 }

h5 {
    font-size: 1em;
}

a {
    color: #3B81BE;
    text-decoration: none;
}

a:visited {
    color: #688291;
}

a:hover, a:focus, a:active {
    text-decoration: underline;
}

h2 a {
    color: #FF7800;
    /*font-family:Sans-serif;*/
}

h2 a:hover, h2 a:focus, h2 a:active {
    text-decoration: none;
    color: #eb5800;
}

h2 span.hometype {
    color:#999;
}

p{
    margin-bottom:10px;
}

