/**
 * Feuille de style spécifique la page "./views/contact.php"
 ***************************************************************/
div#contact	   { background: url('../images/contact.png') center right no-repeat; }

div#contact h2 { color: #999; font-size: 18pt; font-weight: bold; border-bottom: 1px dotted #1d96c3;  }
div#contact h3 { color: #1d96c3; font-size: 14pt; font-weight: bold;  }

div#contact p  		{ display: block; color: #1d96c3; margin: 2px; padding: 2px; }
div#contact p#loi  	{ color: #999; font-size: 8pt; font-style: italic; }

div#contact label	{ display: block; text-align: left; }

