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

/* Construction (Montage)
----------------------------------------------------------*/

body { color:#050d1d;; font-size:80%; font-family:Verdana, Geneva, sans-serif;}
h1 { color:#FFFFFF; font:700 1.17em Verdana, "Verdana", Times, serif; text-align:left; }
h2 { color:#FFFFFF; font:700 1.3em Verdana, "Verdana", Times, serif; text-transform:uppercase; text-align:center; }
h3 { color:#FFFFFF; font:700 1.17em Verdana, "Verdana", Times, serif; text-transform:uppercase; text-align:left; }
h4 { color:#FFFFFF; font-weight:700; font-size:1em; text-transform: uppercase; }
p, ul, ol, li { font-size:1em; text-align:left; color:#FFF; }
h5 { color:#FFFFFF; font-size:.83em; }
h6 { color:#FFFFFF; font-size:.67em; }
a { color:#fff; text-decoration:none; }
a:hover { text-decoration:underline; } /* si changement de couleur au survol */
textarea { color:#000000; border-width:thin; padding:3px; }
.petit { font-size:9px;}
.nav { font-size:14px;}
/* Elements 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; }
.souligne { text-decoration:underline; }
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; }

/*#validator a img { background-color:#000; } - Activer le CSS si le fond du site est blanc */

/*	Page d'accueil
----------------------------------------------------------*/
/*h1#chapeau { padding:1em 0 2em; }*/ 
.illustration { float:left; padding:0 2em 0 0; }

/*	Site en cours de réalisation
----------------------------------------------------------*/
#site { padding-top:25px; text-align:center; }