
/* formulaire_contact */


div#contact {width: 80%;margin : 0 auto;}


div#formulaire_contact,#carte { width:40%;float:left;margin-left:1%;background:url('../images/logo-personnage.gif') no-repeat right bottom;background-color :white;
margin-bottom:10px; border :#458bfd solid thin;
padding:2%;
}

/*  formulaire */
div#formulaire {width: 60%;float : left;}
label { font-size : 0.8em; margin-top : 0px;margin-left : 10px;margin-right : 10px; text-align : right;color:#458bfd;width:100px; }
input{ background-color:#C9D1DE;width : 50px; }
input.annee{background-color:#C9D1DE;width : 100px; }

textarea  { float: left; background-color:#C9D1DE;width : 60%; height : 200px;}
input.soumission{  margin-top : 5px;background-color:#005ca8; color : white;  height : 22px; width : 50px; border: 1px solid #006; margin-left : 10px;} 


/*  formulaire */



input.soumission:hover {
	border: 1px red solid
}
.alerte {
	font-weight: bold; color: #000; font-size: 14px
}

.titres {
	font-weight: bold; color: #000; font-size: 10px
}

.focus {
	background: #ff9
}
