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

/* Construction (Montage)
----------------------------------------------------------*/
body { color:#333; font:normal 11px/16px Verdana, Arial, Helvetica, sans-serif; }
h1 { color:#fff; font-size: 1em; font-weight:normal; }
.h1 { color:#333; font-size: 1em; font-weight:normal; }
h2 { color:#333; font-size: 1.3em; }
h3 { color:#333; font-size: 1.17em; }
h4 { color:#333; font-size: 1em; }
h5 { color:#333; font-size: 0.83em; }
h6 { color:#333; font-size: 0.67em; }
p { color:#333; font-size: 1em; }
ul, ol { color:#333; font-size: 1em; }
li { color:#333; font-size: 1em; }
a { color:#333; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
a:visited { } /* si changement de couleur après le clic */
input { }
textarea { }
em { }
strong { }
#mention { text-align:center; background:#E7E7E7; border:3px solid #fff; }
legend { color:#333; }

/* Éléments Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft { float:left; margin-right:1em; }
.imgRight { float:right; margin-left:1em; }
.margincote{margin:0 15px}

/* 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 { font-weight: bold; }
.italic { font-style: italic; }
.strike { text-decoration: line-through; }

/* Des classes flotante */
.floatleft { float: left; }
.floatright { float: right; }
.milieu{float:left; margin:0 9px}

/* Les "nettoyeurs" */
.clearb { clear: both; }
.clearer { clear: both; width: 0; height: 0; line-height: 0; }
#coordonnees { padding:80px 0 0 0; text-align:center; }
#coordonnees a img { border:none; }

/* Pages créateurs */

.marginLeft-70 {margin-left:70px;}

/*	Formulaire de contact
----------------------------------------------------------*/
#formulaire { background: transparent; text-align:center; width:500px; padding:0px 0 0 10px; float:left; } /* carateristique du formulaire */
#formulaire * { margin:0 0 2px 0; padding:0; } /* caracteristique de toutes les balises qui se trouvent dans le formulaire */

.pform { padding: 3px 0px 10px 0px; text-align:left; clear:both; } /* carateristique des p */
.inputform { width:195px; height:13px; float:left; margin: 0 5px 0 2px; } /* carateristique des input */
.textareaform { width:493px; height:100px; overflow: auto; background-color:transparent; } /* carateristique du textarea */
.selectform { height:18px; float:left; margin: 0 5px 0 2px; font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif; color:#333; background-color:#E5E5E5; border: 1px solid #333; } /* carateristique des select */

.labelform { width: 203px; float: left; text-align: right; margin: 0 5px 0 0; } /* carateristique des label, width minimum 203px; */
.labelmessage { width:95px; } /* carateristique du label contenant "Votre message" */
#labelenvoyer { width:125px; } /* carateristique du label avant l'input envoyer, sert a centrer le bouton envoyer */

.inputenvoyer { width:150px; font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif; color:#333; } /* carateristique de l'input "envoyer mon 			message" */
.divtexte { margin: 5px 0 0 0; text-align:center; clear: both } /* carateristique de la div contenant le texte du captchat*/

#formulaire div { margin: 5px auto; } /* centrer dans le formulaire des div */
#formulaire div a { color:#333; } /* couleur du lien dans capchat */

.divimagecaptchat { display:none; } /* carateristique de la div entourant l'image captchat */
#code { background-color:transparent; color:#333; border: 1px solid #333; }
.transp, .inputtexte { background: transparent; border: 1px solid #333; font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif; color:#333; } /* pour rendre les input et textarea transparent avec une bordure */