html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	color: White;
	background-color: #D5D5A6;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}
#menu {
	position: fixed;
	background-color: #333333;
	background-image: url(../images/degr_h.gif);
	top: 0;
	left: 0;
	width: 100%;
	height: 41px;
}
#menu2 {
	position: fixed;
	top: 490px;
	background-color: #7B7C63;
	margin-bottom: 0px;
	width: 100%;
	height: 30px;
}
#menu3 {
	position: fixed;
	top: 530px;
	margin-left: 40px;
	width: 100%;
	height: 41px;
}
#logo {
	width:230px;
	height:41px;
	padding-top:8px;
	margin-left:18px;
	background-color:#46648A;
	color:#fff;
}
#sous_menu{
	float: left;
	}
#sous_menu2{
	background-color: #D5D5A6;
	color: #7B7C63;
	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: #929372;
	display: block;
	width: 120px;
	height: 20px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
#sous_menu2 a:hover {
	background-color: #7B7C63;
}

#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;
}
#sous_menu4{
	display: block;
	padding: 0 0 0 0;
	margin: 21px 0 0 15px;
	border: 0; 
	width: 300px;
	height: 20px;
	float: left;
}

#gal {
	background-color: #fff;
	background-image: url(../images/fond_gal.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: #D5D5A6;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #7B7C63;
}
div.pagi a {
	width:24px;
	height:18px;
	display: block;
	background-color: #929372;
	text-decoration: none;
	color: #fff;
}
div.pagi a:hover {
	background-color: #7B7C63;
}
h3, h3 a{
	font-size: 12px;
	font-weight: normal;
	color: #5A5A48;
	text-decoration : none;
}