@charset "utf-8";
/* CSS Document */

#accueil {
	position : relative;
	background-image : url(img/bg.gif);
	background-repeat : no-repeat;
	width : 980px;
	height : 530px;
	margin-left : auto;
	margin-right : auto;
}
#accueil #init {
	position : absolute;
	margin : 25px;
	height : 480px;
	width : 930px;
	left : 0;
}
#accueil #left {
	position : absolute;
	height : 352px;
	width : 266px;
	left : 0;
}
#left_header {
	position : absolute;
	background-color : #356879;
	height : 110px;
	width : 266px;
	background-image : url(img/logo.aqua.gif);
	background-repeat : no-repeat;
	left : 0;
}
#left_menu .btmenu img {
	border : 0;
}
#left_menu .space {
	position : relative;
	height : 16px;
	width : 266px;
}
#accueil #left_menu {
	position : absolute;
	background-color : #75a4b1;
	background-image : url(img/menu.bg.jpg);
	background-repeat : no-repeat;
	height : 244px;
	width : 266px;
	top : 111px;
	left : 0;
}
#accueil #right {
	position : absolute;
	width : 660px;
	height : 352px;
	left : 270px;
}
#right #right_header {
	position : absolute;
	background-color : #b9e9f7;
	background-image : url(img/logo.zen.jpg);
	background-repeat : no-repeat;
	height : 110px;
	width : 660px;
	left : 0;
}
#right #right_content {
	position : absolute;
	background-color : #9bccd9;
	background-image : url(img/bg.content.jpg);
	background-repeat : no-repeat;
	height : 244px;
	width : 660px;
	top : 111px;
	left : 0;
	top : 111px;
}
#right #right_404 {
	position : absolute;
	background-color : #9bccd9;
	background-image : url(img/404.jpg);
	background-repeat : no-repeat;
	height : 244px;
	width : 660px;
	top : 111px;
	left : 0;
	top : 111px;
}
#right #right_ok {
	position : absolute;
	background-color : #9bccd9;
	background-image : url(img/ok.jpg);
	background-repeat : no-repeat;
	height : 244px;
	width : 660px;
	top : 111px;
	left : 0;
	top : 111px;
}
#left_menu .btmenu {
	height : 30px;
	width : 266px;
	position : relative;
}
#left_menu .btmenu img {
	border : 0;
}
#accueil #right #right_content img {
	border : 0;
}
#accueil #footer {
	position : absolute;
	height : 120px;
	width : 930px;
	top : 360px;
	left : 0;
}