/*
BODY {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

HTML,BODY {
	height: 100%;
	width: 100%;
}

H1,H2,H3,H4,H5,H6,FORM,HR,P {
	padding: 0;
	margin: 0;
}

A IMG {
	border: none;
}

OBJECT {
	display: block;
}
*/
.txt {
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0;
	text-align: justify;
}

.chapeau {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
}

.titre1Blue {
	font-size: 18px;
	color: #005AA5;
	padding: 0;
	font-weight: bold;
	display: block;
}

.titre2Blue {
	color: #005AA5;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.titre1Gray {
	font-size: 18px;
	color: #7e8aa4;
	padding: 0;
	font-weight: bold;
	display: block;
}

.titre2Gray {
	color: #7E8AA4;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.grasBleu {
	color: #005AA5;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
}

.lienBleu {
color:#005AA5;
font-size:11px;
font-weight:bold;
margin:5px 0;
text-decoration:none;
}

.link {
	color: black;
}

.link:hover {
	color: #005aa5;
}

.puceLI {
	list-style-type: none;
	background: url(imgs/puce_defaut.png) no-repeat;
	padding-left: 10px;
	/*color: #005AA5;
	font-weight: bold;*/
}