
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-y;/* fond en barre */
 background-attachment:fixed;
 background-position:top;
 background-position: center;
 background-color: #bce7ff; 
 
 /*Texte*/
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 color: #ffffff;
 font-size: 12px;
 line-height: 140%;
}


/* Définition des liens */
a:link, a:visited {
color: #ffffff;
text-decoration:none;
text-decoration:underline;
}

/* Définition des liens en survol */
a:hover {
color: #ffffff;
background: none;
text-decoration:none;
}

/* Définition des titres des menus */
.titre_page {
font-size:20px;
font-weight:bold;
color: #00aac8;
font-family: Georgia, "Times New Roman", Times, serif;
}

/* 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:20px;
margin-bottom:10px;
}
.gauche{
float:left;
}

.retour{
clear: both;
}

.blanc{
float:left;
padding:5px;
color:#00aac8;
background-color:#FFFFFF;
}

/*Définition du contenu à droite */
.bloc_droite{
float:right;
margin-left:20px;
margin-bottom:10px;
}
.droite{
float:right;
}

.gauche{
float:left;
}

/*Définition du contenu à droite */
.bloc_texte{
float:left;
margin-left:10px;
margin-right:30px;
margin-bottom:10px;
}


/*Définition du contenu texte */
.contenu{
margin-left:0px;
margin-right:39px;
margin-top:60px;
margin-bottom:20px;
padding-left:30px;
padding-right:30px;
}

/*Définition du contenu texte */
.anim{ 
width:796px;
height:236px; 
left:-32px;
position:relative; 
padding:0px;
margin:0px;
background-color:#00aac8;
}

/*Définition du contenu texte */
.photo{
width:796px;
height:236px; 
left:-32px;
margin:0px;
padding:0px;
overflow: hidden;
background-image:url(../images/800/plage-palombaggia-02.jpg);
background-position:right;
position:relative;
background-color:#00aac8;
}

/*Définition des titres ex : couleur, taille, typo : vu dans style client*/				   
.titrep {display:none;}
.titrep br{display:none;}

