@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
}
form {
	padding: 0px;
	margin: 0px;
}
p {
	font-size: 12px;
	text-align: justify;
	text-indent: 10px;
	white-space: normal;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
ul, ol, div {
	margin: 0px;
	padding: 0px;
}
H1, H2, H3, H5, H6 {
	margin: 0px;
	padding: 0px;
	color: #C9A26B;
}
#support {
	width: 967px;
}
#header {
	background-image: url(../images/header.png);
	height: 262px;
	width: 967px;
}
#footer {
	background-image: url(../images/page_bott.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 75px;
	width: 967px;
	clear: both;
	padding-top: 10px;
	font-size: 9px;
	color: #7A7ABA;
}


#interne {
	background-image: url(../images/cnt_bg.png);
	background-repeat: repeat-y;
	text-align: left;
}

#nav_g {
	float: left;
	padding: 0px 0px 0px 7px;
}

#nav_d {
	float: right;
	padding-right: 13px;
}
#nav_g, nav_d {
	width: 133px;
	}
#contenu {
	width: 459px;
	min-height: 200px;
	margin-left: 245px;
	text-align: left;
}
.module {
	background-image: url(../images/box_body.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 127px;
	padding-bottom: 10px;
}
.module div {
	background-image: url(../images/box_header.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.module div div {
	padding-right: 3px;
	padding-left: 3px;
}
.module div div div {
	background-image: none;
	color: #5A5A77;
	min-height: 120px;
}
.module div div div h3 {
	text-align: center;
	padding: 6px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #BBBFD0;
	margin: 0px 0px 6px 0px;
}

.niveau1 {
	list-style-position: inside;
	list-style-type: none;
	font-size: 12px;
	padding-top: 5px;
}
.niveau1 li {
	margin-top: 3px;
	padding-left: 12px;
	background-image: url(../images/puce.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.niveau1 li a, .niveau1 li a:visited, .niveau1 li a:link {
	text-decoration: none;
	color: #5A5A77;
	display: block;
	width: 100%;
}
.niveau1 li a:hover, .niveau1 li a:active {
	color: #900;
	text-decoration: underline overline;
}
.niveau2 {
	list-style-position: inside;
	list-style-type: square;
}
.niveau2 li a, .niveau2 li a:visited, .niveau2 li a:link {
	text-decoration: none;
	color: #5A5A77;
	display: block;
	width: 100%;
}
.niveau2 li a:hover, .niveau2 li a:active {
	color: #900;
	text-decoration: underline overline;
}
.menu-active1 {
	color: #CCC;
	text-decoration: underline;
}
.menu_active2 {}
