html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	color: White;
	background-color: #A6BCD5;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}
#menu {
	position: fixed;
	background-color: #003366;
	top: 0;
	left: 0;
	width: 100%;
	height: 41px;
}
#menu2 {
	position: fixed;
	top: 490px;
	background-color: #7C99BF;
	margin-bottom: 0px;
	width: 100%;
	height: 30px;
}
#menu3 {
	position: fixed;
	top: 530px;
	margin-left: 40px;
	width: 100%;
	height: 41px;
}
#h_g {
	float: left;
	width:230px;
	height:41px;
	padding-top:8px;
	margin-left:18px;
	background-color:#46648A;
	color:#fff;
}
#sous_menu{
	float: left;
	background-color: #46648A;
	}
#sous_menu2{
	background-color: #A6BCD5;
	color: #24364A;
	display: block;
	padding: 0 0 0 0;
	margin: 21px 0 0 3px;
	border: 0; 
	width: 120px;
	height: 20px;
	float: left;
	text-align: center;
	font-weight: bold;
}

#sous_menu2 a {
	background-color: #46648A;
	display: block;
	width: 120px;
	height: 20px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
#sous_menu2 a:hover {
	background-color: #3A5370;
}

#sous_menu3{
	background-color: #5C87AB;
	display: block;
	padding: 0 0 0 0;
	margin: 21px 15px 0 0;
	border: 0; 
	width: 100px;
	height: 20px;
	float: right;
	text-align: center;
}

#sous_menu3 a {
	display: block;
	width: 100px;
	height: 20px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
#sous_menu3 a:hover {
	background-color: #4F529A;
}

#gal {
	background-color: #fff;
	background-image: url(../images/fond_gal2.gif);
	background-repeat: repeat-x;
	width:100%;
	top: 41px;
	left: 0;
	position: absolute;
}
#pag {
	width: 600;
	height: 41px;
	margin-left: 255px;
}
div.pagi{
	width:24px;
	height:18px;
	display: block;
	padding: 0 0 0 0;
	float:left;
	margin: 0 4px 0 0;
	background-color: #A6BCD5;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
div.pagi a {
	width:24px;
	height:18px;
	display: block;
	background-color: #483D8B;
	text-decoration: none;
	color: #fff;
}
div.pagi a:hover {
	background-color: #2E2561;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	color: #6C6FB5;
}
h3 a{
	font-size: 12px;
	font-weight: normal;
	color: #6C6FB5;
	text-decoration : none;
}
h3 a:hover{
	font-size: 12px;
	font-weight: normal;
	color: #4A4D93;
	text-decoration : none;
}