body {
	font-family: Arial, Helvetica, sans-serif;
	color: #6A6D77;
	font-size: 11px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	color: #6A6D77;
	font-size: 11px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;

}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;

}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}

/* LIENS */
a:link		{color: #6A6D77; text-decoration: none;}
a:visited 	{color: #6A6D77; text-decoration: none;}
a:hover		{color: #9BAC62; text-decoration: underline;}

/* SPECIAUX */
.effectue	{
	margin:1em 1em 1em 1em;
	border:2px dotted #00FF00;
	padding:1em 1em 1em 1em;
	color:#00FF00;
}
				
.avertissement			{color:#FF0000;}

.texte_en_vert {color: #9BAC62; text-decoration: underline;}
.contact_rambaud {color: #9BAC62; font-size:22px; font-weight: bold;}
.infos_alerte {
	margin:10px; border:2px dotted #E1E1E1; 
	height:auto; min-height:30px; _height: 30px;
	padding: 10px 10px 10px 10px; text-align:left;
	font-size:10pt;
	text-align:center;}

/* FORMULAIRE */
.boutonlien {
	background: transparent;
	border: 0px;
	cursor: pointer;
	text-decoration: underline;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width : 65px; 
	height : 20px;	
	border : 1px #000000 solid;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px
}
.infobulle{
    position: absolute;   
    visibility : hidden;
    border: 1px solid Black;
    padding: 10px;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #FFFFCC;
}

/* FIELDSET */
fieldset 		{padding-left: 10px;	border: 1px solid #4475ce;	margin: 0 0 10px 0px;	display: block;}
fieldset legend {padding-left: 2px;	border: 1px solid #4475ce;	color:#888888;}