
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;
 background-attachment:fixed;
 /*background-position:top left;
 
 background-position:-325px -90px; */
 background-color: #0098d7; 
 
 /*Texte*/
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 color: #254d79;
 font-size: 12px;
 line-height: 140%;
}


/* Définition des liens */
a:link, a:visited {
color: #09F;
text-decoration:none;
}

/* Définition des liens en survol */
a:hover {
color: #09F;
background: none;
text-decoration:underline;
}

/* Définition des titres des menus */
.titre_page {
font-size:20px;
font-weight:bold;
color:#002e5e;
text-align:center;
}



/*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:20px;
margin-bottom:20px;
}

/*Définition du contenu texte */
.anim{
margin:0px;
padding:0px;
overflow: hidden;
width:1020px;
height:480px;
}

/*retour à la ligne */
.retour{
clear:both;
}

/*Définition du contenu texte */
.musique{
	/*position:absolute;
	top:300px;
	left:30px;
	*/
	position: absolute;
	z-index:12;
	top:900px;
	left:40px;
	width:40px;
	height:40px;
}

/*Définition du contenu texte */
.photo{
margin:0px;
padding:0px;
overflow: hidden;
width:1019px;
height:475px;
background-image:url(../images/1024/plage-palombaggia-00.jpg);
background-repeat:no-repeat;
background-position:center left;
position:relative;
left:0px;
}

/*Définition des titres ex : couleur, taille, typo : vu dans style client*/				   
.titrep {display:none;}
.titrep br{display:none;}

/* Pour la modification du baspage	*/

.baspage_cont{color: #06C; text-decoration: none; font-size:10px; margin-left:250px; margin-right:250px} 
/*.baspage{color: #000; text-decoration: none; font-size:10px;} */
a.baspage:link{color: #06C; text-decoration: none;}
a.baspage:visited{color: #06C; text-decoration: none;}
a.baspage:hover{color: #06C ; text-decoration: underline;}
h1.baspage{color: #06C; font-size:10px; font-weight:normal; line-height:120%}
h2.baspage{color: #06C; font-size:10px; font-weight:normal; line-height:120%}

/* Pour les mentions legales	*/
a.mentions:link{color: #06C; text-decoration: none;}
a.mentions:visited{color: #06C; text-decoration: none;}
a.mentions:hover{color: #06C ; text-decoration: underline;}
table.mentions{  background-image:url(../images/interface/fd2.png); background-repeat:repeat-y; background-position:center; width:1200; height:100%; padding:10px; margin-left:auto; margin-right:auto}

