@charset "utf-8";
/* Import de la CSS d'initialisation
----------------------------------------------------------*/
@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/
body { color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }

h1 { color:#ffca1f; font-size: 0.83em; }
h2 { color:#ffca1f; font-size: 1em; }
h3 { color:#ffca1f; font-size: 1em;}
h4 { color:#ffca1f; font-size: 1em;}
h5 { color:#ffca1f; font-size: 1em; }
h6 { color:#ffca1f; font-size: 0.67em; }

p { color:#000; font-size:1em; }
ul, ol{ color:#000; font-size:1em; }
li { color:#000; font-size:1em; }
a { color:#ffca1f; text-decoration:underline; }
/* si changement de couleur au survol */
a:hover { text-decoration:none; } 
div.block a:hover, div.exclusive a:hover, div.myaccount a:hover { text-decoration: underline; } 
textarea { color:#000; /*padding:3px; */}
input { color:#000; /*padding:3px;*/ background-color:#000;}
.border, #code, #civilite select, #imgcaptcha, input,select { color:#000; /*padding:3px;*/ background-color:transparent; border:1px solid #000;}

/* Éléments Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft { float:left; padding:0 2em 0 0; }
.imgRight { float:right; padding:0 0 0 2em; }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.justify { text-align:justify; }

/* Des classes de formatage du texte en ligne */
em, .italic, .italique { font-style:italic; }
strong, .bold, .gras { font-weight:700; }
.strike, .barre { text-decoration:line-through; }

/* Des classes flotante */
.floatleft { float:left; }
.floatright { float:right; }

/* Les "nettoyeurs" */
.clearb { clear:both; }
.clearer { clear:both; width:0; height:0; line-height:0; }

/*	Mise en page
----------------------------------------------------------*/

/* Page d'accueil */
.chapeau { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; text-align:left; margin:.5em 0 1.5em;/* padding:0 20px;*/}
.illustration { float:left; padding:0 2em 0 0; }

/* Page en construction */
.constrution { margin-top:8em; text-align:center; } /* Réajuster la hauteur du margin si besoin */

/*	Mentions Légales */
#infoclient { float:left; padding:0 0 2em; }
#hebergeur { float:right; padding:0; }

/*======================================================================================>/*Header hack*/
/*html>*/
/*body{ padding-right:2px;}*/
/*======================================================================================> Li Titre*/
.titreListe{color:#000;padding:0; margin:0;}
.titreListe:first-letter{ font-size:1.5em; letter-spacing:-2px; text-transform:uppercase; }
/*======================================================================================> Titre aide centrage txt accueil*/
.homeTitle{ color:#000; font-size:1em; padding:40px 0 0 0;}
/*======================================================================================> Lettrine*/
.Lettrine:first-letter{ font-size:3em; float:left;
color: #000; font-style:italic;
margin: 0 2px;
padding: 5px;
}