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

/* Construction (Montage)
----------------------------------------------------------*/
* { font-family:"Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }

body { color:#000; font-size:80%; }

h1 { color:#000; font:700 1.2em Georgia, "Times New Roman", Times, serif; text-align:center; }

h2 { color:#000; font:700 1.17em Georgia, "Times New Roman", Times, serif; }

h3 { color:#000; font:700 1.1em Georgia, "Times New Roman", Times, serif; }

h4, p, ul, ol, li { font-size:1em; }

h5 { color:#000; font-size:.83em; }

h6 { color:#000; font-size:.67em; }

a { color:#000; text-decoration:underline; }

a:hover { text-decoration:none; } /* si changement de couleur au survol */

textarea { color:#000; border-width:thin; padding:3px; }

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

.imgRight { float:right; margin:0 0 0 2em; }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }

.alignbottom { vertical-align:middle; }

.alignmiddle { 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, .clearer { clear:both; }/*width: 0; height: 0; line-height: 0;*/

.encadre {border:1px solid #000;}
