body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E2E2E2;
	margin: 0px 0px 0px 0px ;
	color: 000;
}
.text-contenu {
	font-size: 13px;
}
.text-contenu-petit {
	font-size: 10px;
}
.text-cap {
	font-size: 25px;
	color: #005367;
}
.text-titre {
	font-size: 12px;
	font-weight: bold;
	color: 005367;
}
/******************/
.footer {
	background-color: #015368;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 20px;
	color: 6ab1d9;
}
.footer-haut {
	height: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #005367;
	padding-top: 20px;
}
.conteneur-header{
	vertical-align: top;
}


.conteneur-contenu {
	background-color: #FFFFFF;
	background-image: url(images/water_action_08.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.conteneur-colonne-gauche {
	width: 172px; /*172 normally*/
	padding-top: 17px;
	/*padding-right: 13px;*/
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
	background-image: url(images/fond_nav_02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 450px;
}
.conteneur-colonne-droite {
	width: 132px; /*172px normally*/
	padding-top: 44px;
	padding-right: 40px;
	padding-bottom: 50px;
	text-align: left;
	vertical-align: top;
}
.conteneur-colonne-centre {
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 44px;
	padding-bottom: 50px;
	text-align: left;
	vertical-align: top;
}
ul.nav {
	font-size: 10px;
	text-align: right;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: 000;
}
#nav ul a {
	color: fff;
	display: block;
	padding: 5px 8px 5px 0px;
}
#nav ul a:hover {
	background-color: #fcbd12;
	text-decoration: none;
}


	/*****normaux******/
a {
	font-size: 13px;
}
a.petit {
	font-size: 10px;
}	
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #ff7d0e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #fcbd12;
}
	/***********/
