
html {
 width:100%;
 height:100%; /* force à prendre toute la hauteur disponible */
}

body {
 width:100%;
 height:100%; /* force à prendre toute la hauteur disponible */
 text-align:center; /*centre l'interface pour ie 6*/
 margin:0px 0px 0px 0px;
 
 /*fond du site*/
 background-image:url(../images/interface/fond.jpg);
 background-repeat:repeat-x;/* fond en barre */
 background-attachment:fixed;
 background-position:top;
 background-color: #bcbdc0; 
 
 /*Texte*/
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 color: #00417a;
 font-size: 12px;
 line-height: 140%;
}


/* Définition des liens */
a:link, a:visited {
color: #0064bc;
text-decoration:none;
}

/* Définition des liens en survol */
a:hover {
color: #0064bc;
background: none;
text-decoration:underline;
}

/* Définition des titres des menus */
.titre_page {
font-size:20px;
font-weight:bold;
color:#ffffff;
}

/* Définition des titres des menus */
.produit {
background-color:#bcbdc0;
padding:5px;
font-size:12px;
font-weight:bold;
color:#58585a;
display: inline;

/*
width:680px;
border-color:#bcbdc0;
border-bottom-width:1px;
border-bottom-style:solid;
border-top-style:dotted;
padding-top:20px;
font-size:12px;
font-weight:bold;
color:#58585a;
*/
}

/*Définition du contenu à gauche */
.bloc_gauche{
float:left;
margin-right:10px;
margin-bottom:10px;
}

/*Définition du contenu à droite */
.bloc_droite{
float:right;
margin-left:10px;
margin-bottom:10px;
}

/*Définition du contenu texte */
.contenu{
margin-left:50px;
margin-right:50px;
margin-top:50px;
margin-bottom:20px;
}

/*Définition du contenu texte */
.photo{
margin:0px;
padding:0px;
overflow: hidden;
width:680px;
height:200px;
background-image:url(../images/800/aero_plage.jpg);
background-position:left;
background-position:center;
position:relative;
left:-1px;
margin-left:103px;
}

/*Définition des titres ex : couleur, taille, typo : vu dans style client*/				   
.titrep {display:none;}
.titrep br{display:none;}


