html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;

}
a:link {
}
a:visited {
}
a:hover {
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #003399;
	background-image: url(images/fond-page.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-family: Tahoma;
	font-size: 12px;
	color: ##003399;
}
#conteneur {
	display: block;
	position: relative;
	background-image: url(images/fond-tableau.gif);
	background-repeat: no-repeat;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 917px;
	background-position: center bottom;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}
#conteneur-pages {
	display: block;
	position: relative;
	background-image: url(images/fond-tableau.gif);
	background-repeat: no-repeat;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 962px;
	background-position: center bottom;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}
#menu {
	width: 180px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 6px;
}
#pages {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.textes {
	width: 713px;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
}
#mentions {
	height: 30px;
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 24px;
}
#mentions a:link {
	height: 30px;
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 24px;
	text-decoration: none;
	font-weight: normal;
}
#mentions a:visited {
	height: 30px;
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 24px;
	text-decoration: none;
	font-weight: normal;
}
#mentions a:hover {
	height: 30px;
	text-align: right;
	font-size: 10px;
	line-height: 24px;
	font-weight: normal;
}
#mentions-actif {
	font-weight: bold;
	text-decoration: underline;
}
/*+++++++++++++++++ STYLES DE TEXTES +++++++++++++++++++++++++++++++++++++++*/
.titres-cat1 {
	color: #FF6600;
	font-family: "trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	background-image: url(images/puce-titre.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-indent: 20px;
}
.sous-titres1 {
	color: #0099FF;
	font-weight: bold;
	letter-spacing: 1px;
}
.parag-droit {
	float: right;
	color: #000000;
}
