
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: no-repeat;/* fond en barre */
 
 background-attachment:left;

 background-color: #e3007b;
 
 /*Texte*/
 font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
 color: #603;
 font-size: 12px;
 line-height: 140%;
}


/* Définition des liens */
a:link, a:visited {
color: #900;
text-decoration:none;

}

/* Définition des liens en survol */
a:hover {
color: #900;
background: none;
text-decoration:underline; 
}

/* Définition des titres des menus */
.titre_page {
font-size:20px;
font-weight:bold;
color: #e2007a;
}


/*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:40px;
margin-right:20px;
margin-top:60px;
margin-bottom:20px;
}

/*Définition du contenu texte */
.anim{
width:790px;
height:330px;
position:relative;
left:0px;
margin:0px;
padding:0px;
}

/*Définition du contenu texte */
.photo{
margin:0px;
padding:0px;
overflow: hidden;
width:800px;
height:336px;
background-image:url(../images/800/escaladebavella1.jpg);
background-position:top;
position:relative;
left:0px;
}

.retour{clear:both;}

/*Définition des titres ex : couleur, taille, typo : vu dans style client*/				   
.titrep {display:none;}
.titrep br{display:none;}

/* Pour la modification du menubas*/
.menubas {color: #900; text-decoration: none; } 
a.menubas:link{color: #900; text-decoration: none;}
a.menubas:visited{color: #900; text-decoration: none;}
a.menubas:hover{color: #900; text-decoration: underline;}

