/* LA PAGE EST DIVISEE EN 2 */
#coordonnees { float:left; width:35%; }
#formulaire_email { float:left; width:65%; }

#coordonnees p, #formulaire_email form, #formulaire_email p { margin-left:20px; }
#coordonnees p em { text-decoration:underline; }

#contact_from, #contact_subject, #contact_message, #contact_submit { 
	width:100%; margin-bottom:3px; float:left; clear:left; }
#contact_from *, #contact_subject *, #contact_message *, #contact_submit * { display:block; }
#contact_from input, #contact_subject input, #contact_submit input, #contact_message textarea { 
	border:1px solid #006666; float:right; }
#contact_from input, #contact_subject input, #contact_message textarea { width:350px; }
#contact_from p, #contact_subject p, #contact_message p { float:left; text-decoration:underline; }

#contact_submit input:hover { background-color:#666666; color:#FFFFFF; }

/* BOUTON ECRIRE */
#coordonnees .lowcolor { border:2px solid #000000; cursor:pointer; }
#coordonnees .highcolor { border:2px solid #0088AA; cursor:pointer; }
