/* Import de la CSS d'initialisation
----------------------------------------------------------*/

@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/
body { color:#000; font-family:Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; font-size:11px; }
h1 { color:#000; font-size:1.4em; line-height:1.6em; font-weight:700; }
h2{ color:#000; font-size:1.3em; line-height:1.6em; font-weight:700; }
h3 { color:#0D5E5F; font-size:1.1em; font-weight:700; }
h4 { color:#0D5E5F; font-size:1em; }
h5 { color:#0D5E5F; font-size:.83em; }
h6 { color:#0D5E5F; font-size:.67em; }
p, ul, ol, li { color:#000; font-size:1.1em; }
a { color:#000; text-decoration:underline; font-weight:700; }
a:hover { text-decoration:none; }
textarea { color:#000; border-width:thin; padding:3px; }
strong { font-weight:700; color:#0D5E5F; }

/* Éléments Particuliers
----------------------------------------------------------*/

.red { color:#F30; }

/* Placement d'images */
.imgLeft { float:left; padding:0 2em 1em 0; }
.imgRight { float:right; padding:0.4em 0.6em 0 3.7em; }

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

/* Des classes d'alignement du texte */
.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; }
.b, .bold, .gras { font-weight:700; }
.strike, .barre { text-decoration:line-through; }

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

/* Les "nettoyeurs" */
.clearb, .clearer { clear:both; }
