/*--------------------- Lien ------------------------------*/
a:link {
	color: #559534;
	text-decoration:none;
}
a:visited {
	color: #559534;
	text-decoration:none;
}
a:hover {
	color: #003366;
	text-decoration:none;
}
a:active {
	color: #559534;
	text-decoration:none;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

/*-------------------Custom class ------------------------*/
.titre {
	font-size: 16px;
	font-weight: bold;
}.sous-titre {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.sous-sous-titre {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.texte_normal {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:justify
	
}
.date {
	font-size: 09px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366
	
}
.blanc {
	font-size: 09px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff
	
}
.titre {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366
	
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
a.blanc:link {
	color: #ffffff;
	text-decoration: underline;
}
a.blanc:visited {
	color: #ffffff;
	text-decoration: underline;
}
a.blanc:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.blanc:active {
	color: #ffffff;
	text-decoration: underline;
}

a.bleu:link {
	color: #003366;
	text-decoration:underline;
}
a.bleu:visited {
	color: #559534;
	text-decoration:underline;
}
a.bleu:hover {
	color: #559534;
	text-decoration:underline;
}
a.bleu:active {
	color: #003366;
	text-decoration:underline;
}

#form_ci {
	margin: 0 0 0 3px; 
	background: url(../images/bg-form-ci.gif) 0 0 no-repeat;
	width: 206px;
	height: 115px;
}

#form_ci h1 {
	background: url(../images/title-ci.gif) 0 0 no-repeat;
	width: 187px;
	height: 33px;
	text-indent: -9999px;
	margin: 0 0 18px 0;
}

#form_ci fieldset {
	border: 0;
	padding: 16px 7px 0 7px;
	margin: 0;
}

#form_ci legend {
	display: none;
}

#form_ci .ci-field {
	background: url(../images/bg-input.gif) 0 0 no-repeat;
	border: 0;
	width: 112px;
	height: 25px;
	color: #6a6965;
	font-wise: 12px;
	font-weight: bold;
	padding: 0 8px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	
}

* html #form_ci .ci-field {
	padding-top: 5px;
}

#form_ci input:focus { outline: none; }

#form_ci .ci-button {
	background: url(../images/bg-button.gif) 0 0 no-repeat;
	border: 0;
	width: 77px;
	height: 27px;
	color: #000;
	font-wise: 12px;
	font-weight: bold;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 3px 0;
	cursor: pointer;
	text-align: center;
}

#form_ci .ci-button:hover { background-position: bottom; }

#ci label.case { padding-bottom: 10px; }

#ci label.case,
#ci_group_1,
#ci_group_0{ display: inline;}

#ci #ci_group_1,
#ci #ci_group_0 { margin: 0;}

#ci p { margin: 5px 0 15px 0 }

