*{
	font-family:"Trebuchet MS", Verdana, Tahoma, Arial;
	margin:0;
	padding:0;
}

ul{
	margin-left:25px;
}

li{
	list-style-type:square;
}

a{
	color:#03c;
}
a:hover{
	color:#06f;
	
}

body{
	background-color:#16ADFF;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-size:14px;
	font-weight:normal;
}

div#layout{
	width:840px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image:url(images/bg_main.jpg);
	background-repeat:repeat-y;
}

div#header{
	background-image:url(images/top.jpg);
	height:105px;
	width:840px;
	background-repeat:no-repeat;
}

div#menu{
	background-image:url(images/menu_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:50px;
	overflow:none;
}

div#menu div#menu_content{
	width:780px;
	margin:0 auto 0 auto;
}

div#page{
	background-image:url(images/bg_main.jpg);
	background-repeat:no-repeat;
	background-position:top;
	clear:both;
}


div#page_content{
	background-image:url(images/bg_main_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

div#text{
	margin:0 20px 0 30px;
	padding:10px 0 0 0;
	background-image:url(images/bg_plage.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

div#footer{
	margin:10px 20px 0 19px;
	padding:10px 0 0 0;
	background-color:#B0C4D4;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	height:70px;
}

a.menu_element, a.menu_element_hover{
	width:130px;
	height:50px;
	float:left;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	display:block;
}

a.menu_element div, a.menu_element_hover div{
	padding:14px 22px 0 22px;
}

a.menu_element_hover, a.menu_element:hover{
	background-repeat:no-repeat;
	text-decoration:none;
}

a.menu_element_hover, a.menu_element_hover:hover{
	background-image:url(images/menu_hover.jpg);
}

a.menu_element:hover{
	background-image:url(images/menu_hover_off.jpg);
}

a.menu_element_hover{
	color:#00f;
}

a.menu_element{
	color:#fff;
}

a.menu_element:hover{
	color:#CC0099;
}



h1, .slogan{
	font-size:22px;
	border-bottom:1px solid #03e;
	border-left:1px solid #03e;
	color:#03e;
	padding:0;
	margin:5px 5px 5px 0;
	background-color:#e0f0ff;
	padding-left:10px;
}

.slogan{
	font-size:18px;
	margin:20px 0 0 0;

}

h2{
	font-size:16px;
	color:#00c;
	padding:5px 0 0 0;
	margin:5px 5px 5px 0;
}

h3{
	margin:5px 0 10px 0;
	font-size:16px;
}

p{
	color:#333;
	padding: 10px 0 10px 0;
}

/*
div#footer_content{
	background-image:url(images/bg_bottom.jpg);
	background-repeat:repeat-y;
	background-position:center;
	width:840px;
	margin:auto;
	padding:8px 40px 8px 40px;
}
*/

a img{
	border:0px;
}

a.lien_page{
	text-align:right;
	display:block;
	width:150px;
	text-decoration:none;
	color:#333;
	font-weight:bold;
}

a.lien_page img{
	position:relative;
	top:20px;

}

a.lien_page span{
	color:#333;

}

div.small_footer{
	font-size:11px;
}

div.small_footer a{
	color:#333;
}

div.small_footer a:hover{
	color:#fff;
}

div#header h2{
	padding-top:0px;
	color:#CC0099;
}

.form_value{
	background-color:#fafafa;
	border:1px solid #ddd;
	padding:5px;
	width:300px;
	display:block;
}

table#nav_bottom{
	width:780px;
}
table#nav_bottom a{
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#03c;
	height:40px;
	vertical-align:middle;
	background-repeat:no-repeat;
}

table#nav_bottom a:hover{
	color:#06f;
}

table#nav_bottom a.next{
	float:right;
	width:100px;
	background-image:url(images/next.jpg);
	background-position:right;
	padding-right:40px;
	margin-right:10px;
}

table#nav_bottom a.prev{
	float:left;
	width:100px;
	background-image:url(images/prev.jpg);
	background-position:left;
	padding-left:40px;
	margin-left:0px;
}

table#nav_bottom a.next span, table#nav_bottom a.prev span{
	position:relative;
	top:10px;
}
