/* ********* */
/* STRUCTURE */
/* ********* */

body{
	margin: auto;
	text-align: left;
	width: 900px;
	font-family: Century Gothic, Arial;
	font-size: 13px;
	background-color: #c4e5f6;
	/*background: url(/images/header.png) repeat-x;*/
}

#header{
	height: 100px;
	width: 900px;
	background-color: white;
	margin-top: 5px;
	background: url("../images/header.png") repeat-x;
}

#menu{
	height: 28px;
	width: 900px;
	background-color: #001d59;
	margin-top: 8px;
	text-align: center;
}

#container{
	width: 900px;
	height: auto;
	overflow: visible;
	background-color: white;
	margin-top: 2px;
	background-image: url("../images/bg_container.jpg");
}

#footer{
	height: 40px;
	width: 900px;
	background-color: #001d59;
	margin-top: 5px;
}

/* **** */
/* MENU */
/* **** */

a.menu_item{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	height:28px;
	line-height:28px;
	padding:0 15px 0 10px;
	margin-right: 10px;
	/*border-right: 1px solid #a60000;*/
	/*background-color: #e0ae00;*/
}

a.menu_item:hover{
	background-color: #b1c800;
}

a.menu_item_active{
	color: #FFFFFF;
	background-color: #b1c800;
}

a.menu_item_active:hover{
	background-color: #b1c800;
}

/* **** */
/* BODY */
/* **** */

h1{
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 20px;
	line-height: 20px;
	text-indent: 2px;
	background-color: #001d59;
	display: inline-block;
	width: 677px;
}

h1.short{
	width: 427px;
}

h1.long{
	width: 100%;
}


h2{
	font-size: 13px;
	font-weight: bold;
	color: #001d59;
	margin-bottom: 0;
	text-indent: 5px;
}

textarea{
	font-family: Century Gothic, Arial;
	font-size: 11px;
}

ul.quicklinks{
	margin-top:0;
}

#container a{
	color: #b1c800;
}

#container a:hover{
	color: #b72802;
}

#container a:visited{
	color: #b1c800;
}


#container p{
	text-align: justify;
	padding-right: 5px;
}

.imghome{
	float: left;
	margin: 5px;
	width: 200px;
	height: 280px;
}

.imggite{
	float: left;
	margin: 5px;
	width: 450px;
}

.imgtourisme{
	float: left;
	margin: 5px;
	width: 150px;
}

.imgtourismelabel{
	float: left;
	margin: 5px;
	width: 250px;
}


.cadre{
	border: 1px solid #001d59;
	padding: 5px;
}

p{
	padding-left: 5px;
}

/* ****** */
/* FOOTER */
/* ****** */

p.footer{
	color: #FFFFFF;
	text-align: right;
	font-size: 11px;
	margin: 10px 5px 10px 0 !important;
	background-color: #001d59;
}

a.footer{
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;	
}

a.footer:hover{
	color:#de8403;
	text-decoration: underline;
}