
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.png);
 background-repeat: repeat-x;/* fond en barre */
 background-attachment:fixed;
 background-position: center;
 background-position:top;
 background-color: #999999; 
 
 /*Texte
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-family:"Courier New", Courier, monospace;*/

 font-family:"Lucida Console", Verdana, Arial, Helvetica, sans-serif;
 
 color: #FFFFFF;
 font-size: 13px;
 line-height: 140%;
}


/* Définition des liens */
a:link, a:visited {
color: #990000;
text-decoration:none;
}

/* Définition des liens en survol */
a:hover {
color: #990000;
background: none;
text-decoration:underline;
}

/* Définition des titres des menus */
.titre_page {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
font-weight:bold;
color: #ffffff;
letter-spacing:2px;
word-spacing:5px
}

/* Définition des titres des menus */
.produit {
background-color: #9DCFF4;
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:17px;
margin-right:50px;
margin-top:50px;
margin-bottom:20px;
}

/*Définition du contenu texte */
.photo{
margin:0px;
padding:0px;
overflow: hidden;
width:736px;
height:290px;
background-image:url(../images/800/accueil-deuxriders.jpg);
background-position:left;
background-position: center;
position:relative;
left:0px;
}

/*Définition pour menu onglet a mettre au dessus
.menu{
position: relative;
z-index:6;
height: auto;
width:auto;
left:50px;
top:10px;
}
*/
/*Pour créer des onglets sur les anim*/
.onglet_haut{
background-image:url(../images/interface/onglet_haut.jpg);
background-repeat:no-repeat;
background-position:top;
background-position:left;
width: 150px;
height: 19px;
color:#ffffff;
font-weight:bolder;
}
.onglet_bas{
background-color:#c8edff;
background-image:url(../images/interface/onglet_bas.jpg);
background-repeat:no-repeat;
background-position:bottom;
/*
background-position:left;

*/
width: 150px;
padding-bottom: 3px; 
font-size: 10px; 
}

/*Définition du contenu texte */
.s_none{
display:none;
}
/*Définition des titres ex : couleur, taille, typo : vu dans style client*/				   
.titrep {display:none;}
.titrep br{display:none;}

