body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	background:#fff;  
	color: #005d92;
	margin: 0px;
	font-size:11px;
}


a {
	color:#005c90;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
}


h2 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
}
h3 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

.italique {
	font-style:italic;
}

.fright {
	float:right;  
}

.aright {
	text-align:right;
}

.justifier {
	text-align:justify;
}

.fleft {
	float:left;
}

.lclear {
	clear:left;
}

.rclear {
	clear:right;
}

.brouge{
	background:#f00;
}

.rouge {
	color:#ff0000;
}

.bordeaux {
	color:#a21c2f;
}

.gris {
	color:#505050;
}

.blanc {
	color:#fff;
}

.noborder {
	border:none;
}

.gras {
	font-weight:bold;
}
.margeTopSmall {
	margin-top:5px;
}
.margeTop {
	margin-top:20px;
}
.margeTop50 {
	margin-top:50px;
}
.margeBottom {
	margin-bottom:20px;
}
.margeBottomSmall {
	margin-bottom:5px;
}
.margeLeft {
	margin-left:30px;
}
.margeLeft5 {
	margin-left:5px;
}
.margeLeft10 {
	margin-left:10px;
}
.margeLeft20 {
	margin-left:20px;
}
.heightLine{
	line-height:20px;
}

.heightLine11{
	line-height:11px;
}

.footer a {
	color:#fff;
	text-decoration:none;
}

.footer a:hover {
	color:#fff;
	text-decoration:underline;
}

/* FORM */

.border {
	border: 1px solid #005d92;
}

.bigForm {
	width: 240px;
	height: 151px;
}

label {
	color:#005d92;
	font-size:11px;
}

form#contactezNous{
	padding:0 40px 20px 20px;
}

/* FIN FORM */

ul{  
	list-style-image:url(../images/puce.gif);
	list-style-type:none;
	line-height:15px;
	margin-left:8px;
	padding-left:8px;
	list-style-position:outside;
}

ul#rouge{ 
	list-style-image:url(../images/puceRouge.gif);
	list-style-type:none;
	line-height:15px;
	margin-left:8px;
	padding-left:8px;
	list-style-position:outside;
}

ul#bleu{ 
	list-style-image:url(../images/puceBleu.gif);
	list-style-type:none;
	line-height:15px;
	margin-left:8px;
	padding-left:8px;
	list-style-position:outside;
}