

/* Import de la CSS d'initialisation

----------------------------------------------------------*/



@import url(structure.css);



/* Construction (Montage)

----------------------------------------------------------*/



body { color:#000; font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif}



h1 { color:#c5bcb6; font-size: 2em; }



h2 { color:#c5bcb6; font-size: 1.3em; }



h3 { color:#c5bcb6; font-size: 1.17em; }



h4 { color:#c5bcb6; font-size: 1em; }



h5 { color:#c5bcb6; font-size: 0.83em; }



h6 { color:#c5bcb6; font-size: 0.67em; }



p {color:#c5bcb6; }



ul, ol { color:#c5bcb6; font-size: 1em; }



li { color:#c5bcb6; font-size: 1em; }



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



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



input {}



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



em { }



strong { }



/* Éléments Particuliers

----------------------------------------------------------*/



/* Placement d'images */

.imgLeft { float:left; margin-right:1em; }



.imgRight { float:right; margin-left:1em; }



/* 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 */

.bold, .gras { font-weight: bold; }



.italic, .italique { font-style: italic; }



.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; }



/* Formulaire de contact */

#frmEnvoi { width:400px; }



#frmEnvoi input, textarea { background-color:transparent; border:#000000 solid 1px; }



#frmEnvoi .INPUT2 { border:none; }



#frmEnvoi .field { text-align:right; margin-top:10px; }



/*classes supplémentaires*/

.texte1 { margin-left:50px; margin-top:40px; }



.titre { margin-left:50px; font-weight: bold; }



.texte2 { text-align:right; padding-top:30px; }



.bordure { border: 1px solid #515151; }



#PS_page { width:100%; text-align:center; }



#PS_text { margin:auto; text-align:left; width:868px; padding-left:40px; padding-right:40px; background-color:#3e3732; }



#PS_lienbas { margin:auto; text-align:left; width:700px; }


