body {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
}


.tableAvecBordure, .tableAvecBordure td {
	border:1px solid #909090;
	border-collapse:collapse;
}

td {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size: 11px;
}

caption {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align:justify;
}

img {
	border:none;
}



h1 {
	font-size: 11px;
	color:#4F8602;
	font-weight:bold;	
}

h2 {
	font-size: 11px;
	color:#4F8602;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h3 {
	font-size: 10px;
	color:#4F8602;
	font-weight:bold;	
}


a {
	color:#4F8602;
}

a:hover {
	color:#4F8602;
	text-decoration:underline;
}

/* Formulaire de contact */

#formulaire {
	width:250px;
	float:left;
}

#visuForm {
	width:278px;
	margin:0px;
	padding:0px;
	float:right;
}

#contenu form {
	width:590px;
	margin:0px;
	padding:0px;
	border:none;
}
#contenu fieldset {
	margin:0px;
	padding:0px;
	border:none;
}

#contenu fieldset br {
	clear:both;
}
#contenu label {
	display:inline;
	float: left;
	font-size:11px;
	text-align:right;
	padding-right:5px;
	margin-bottom:12px;
   	width:70px;
	color:#000;
	text-transform:capitalize;
}

#contenu label.requis {
	color:#4F8602;
}

#contenu input {
	font-size:11px;
	border:1px solid #b6b6b6;
	width:170px;
}

#contenu textarea {
	border:1px solid #b6b6b6;
	font-size:11px;
	width:170px;
	margin-bottom:12px;
}

#contenu .submit input {
	color:#FFFFFF;
	background-color:#4F8602;
	border:1px outset #4F8602;
	font-weight:bold;
	clear:both;
	width:auto;
	margin-left:182px;
}

.requis {
	font-size:11px;
	color:#4F8602;
	text-align:justify;
}

.erreur {
	color:#CC0000;
	font-weight:bold;
}

.confirmation {
	text-align:justify;
	font-size:11px;
	font-weight:bold;
}


/* Moteur de recherche */
#recherche_resultats h3 {
	font-size:11px;
	margin-bottom:0px;
	padding-bottom:0px;
}

#recherche_resultats p {
	margin-top:0px;
}

.occurences {
	font-style:italic;
}
