/* CSS Document */

body { padding:0; margin:0; outline:none} 

.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color:#aa0125;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	}
	
.textejaune {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color:#fecb73;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	}

.yzeo_index{ font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#fecb73; }
a.yzeo_index:link{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#fecb73; text-decoration:underline}

.yzeo_champ{ font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#aa0125; }
a.yzeo_champ:link{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#aa0125; text-decoration:underline}

/*/////////////////////////////////////////////// formulaire //////////////////////////////////////////////////////////////////*/
	
	form { height: 350px; }
	
	#formulaire{ background: transparent; text-align:center; width:500px; padding:0; margin:auto;} /* carateristique du formulaire */
	
	#formulaire * { margin:0 0 2px 0; padding:0; font: normal 11px Verdana, Arial, Helvetica, sans-serif;} /* caracteristique de toutes les balises qui se trouvent dans le formulaire */
	
	.labelform { width: 203px; float: left; text-align: right; margin: 0 5px 0 0;} /* carateristique des label, width minimum 203px; */
	
	.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; color:#222;} /* carateristique des input */
	
	.textareaform { width:398px; height:80px; overflow: auto; color:#222;} /* carateristique du textarea */
	
	.selectform  { height:18px; float:left; margin: 0 5px 0 2px; color:#222;} /* carateristique des select */
	
	.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 10px Verdana, Arial, Helvetica, sans-serif; color:#222;} /* carateristique de l'input "envoyer mon message" */
	
	.divtexte { margin: 5px 0 0 0; } /* carateristique de la div contenant le texte du captchat*/
	
	#formulaire div { margin: 5px auto; } /* centrer dans le formulaire des div */
	
	.divimagecaptchat { display:none; } /* carateristique de la div entourant l'image captchat */
	
	.transp, .inputtexte { background: transparent; border: 1px solid #222; color:#222;} /* pour rendre les input et textarea transparent avec une bordure */
	
	/*////////////////////////////////////////////// fait par GrEGoOoO /////////////////////////////////////////////////////////////////*/
	
	/*/////////////////////////////////////////////// fin du formulaire //////////////////////////////////////////////////////////////////*/
html {
		height: 100%;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */