
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;/* fond en barre */
 background-attachment:scroll;
 background-position: top;
 background-color: #ffffff; 
 
 /*Texte*/
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 color: #13619c;
 font-size: 12px;
 line-height: 140%;
}


/* Définition des liens */
a:link, a:visited {
color: #0083ff;
text-decoration:none;
}

/* Définition des liens en survol */
a:hover {
color: #0083ff;
background: none;
text-decoration:underline;
}

/* Définition des titres des menus */
.titre_page {
font-size:20px;
font-family: Georgia, "Times New Roman", Times, serif;
/*font-weight:bold;*/
color:#0f4f7f;
}

/*Définition  de l'animation photo comme interface 
.anim_page{
float: left;
margin-right: 10px;
overflow: hidden;
}
*/

/*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 à gauche */
.texte_gauche{}

/*Définition du contenu à droite */
.texte_droite{
text-align:right;
}

/*Définition du contenu texte */
.contenu_page{
margin-left:50px;
margin-right:50px;
margin-top:20px;
margin-bottom:20px;
}

/*Définition du contenu texte */
.photo_page{
margin:0px;
padding:0px;
overflow: hidden;
width:720px;
height:185px;
background-image:url(../images/720/boni_aero-02.jpg);
background-position:left;
background-position:center;
position:relative;
left:-1px;
}


/*Définition des titres ex : couleur, taille, typo : vu dans style client*/				   
.titrep {display:none;}
.titrep br{display:none;}

