/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

/* BALISES HTML */
body {
	background-color: #fff;
	
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

a img {
	border: none;
}


/* CONTENEUR GLOBAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#conteneur {
	position: relative;
	width: 988px;
	
	margin-left: auto;
	margin-right: auto;

	z-index: 1;
}


/* BANDEAU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#bandeau {
	position: absolute;
	top: : 0px;
	left: 0px;
}

/* Logo */
#bandeau h1 {
	position: absolute;
	top: 4px;
	left: 0px;
}
/* Photo */
#bandeau p#illustration {
	position: absolute;
	top: 4px;
	left: 189px;
}

/* Menu principal */
#bandeau ul {
	position: absolute;
	top: 155px;
	left: 0px;
	
	width: 988px;
	height: 53px;
	background-image: url(images/home_bg_menu.jpg);
	background-repeat: no-repeat;
	
	list-style-type: none;
	
	padding: 9px 0px 0px  7px;
}

#bandeau ul li {
	display: inline;
}

/* Block de conteu 3 colonnes */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#block_contenu {
	position: absolute;
	top: 211px;
	left: 6px;
	
	width: 982px;
	
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	padding: 0px 0px 25px 0px;
	margin:  0px 0px 0px 0px;
	
	

}

/* Colonne gauche */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#col_gauche {
	float: left;
	width: 190px;	

}

/* Lien version anglaise et accessibilite */
p#access {
	width: 172px;
	height: 53px;
	background-image: url(images/bg_access.jpg);
	background-repeat: no-repeat;
	
	padding: 10px 0px 0px 18px;
}
p#access img.access {
	margin: 0px 0px 0px 18px;
}

/* Recherche */
#recherche {
	width: 190px;
	height: 46px;
	
	background-image: url(images/bg_recherche.jpg);
	background-repeat: no-repeat;
	
}
#recherche p {
	padding: 24px 0px 0px 22px;
	margin-left:-2px;
}
#recherche input, #newsletter input.texte_news {
	width: 113px;
	height: 13px;
	
	border: 0;
	
	font-size: 10px;
	/*color: #ff7506;*/
	color: #FF8706;
}

#recherche img, #recherche input {
	vertical-align: middle;
}

/* Lien version meteo et marees */
p#meteo {
	width: 156px;
	height: 72px;
	background-image: url(images/bg_meteo.jpg);
	background-repeat: no-repeat;
	
	padding: 13px 0px 0px 34px;
	margin: 3px 0px 0px 0px; /*15px 0px 0px 0px;*/
}
p#meteo img.marees {
	margin: 0px 0px 0px 25px;
}

/* Newsletter */
#newsletter {
	width: 190px;
	height: 92px;
	
	background-image: url(images/bg_newsletter.jpg);
	background-repeat: no-repeat;
	
	overflow: hidden;
	
	margin: 3px 0px 0px 0px; /*15px 0px 0px 0px;*/
	
}
#newsletter h4 {
	padding: 15px 0px 0px 19px;
}
#newsletter p {
	padding: 0px 0px 0px 20px;
	margin-left: 0px;
}
html>body #newsletter p {
	padding: 9px 0px 0px 20px;
	margin-left: 0px;
}
#newsletter ul {
	padding: 6px 0px 0px 18px;
	margin: -3px 0px  0px -5px;
}
html>body #newsletter ul {
	padding: 6px 0px 0px 18px;
	margin: 0px;
}
#newsletter ul li {
	display: inline;
	font-size: 80%;
	font-style: italic;
	color: #C1D6E4;
}
#newsletter input, #newsletter img {
	vertical-align: middle;
}
/* Pour la mise en forme du input de la newsletter voir avec celui de la recherche plus haut  */
.erreur_form {
	width: 160px;
	color: #FFD328;
	font-size: 12px;
}

/* Sondage */
#sondage {
	width: 190px;
	height: 136px;
	
	background-image: url(images/bg_sondage.jpg);
	background-repeat: no-repeat;
	
	overflow: hidden;
	
	margin: 3px 0px 0px 0px; /* 15px 0px 0px 0px; */ 
	
}
#sondage h4 {
	padding: 19px 0px 0px 18px;
}
#sondage p#texte_sondage {
	width: 162px;
	height: 47px;
	
	font-size: 90%;
	color: #CFDDE9;
	
	padding: 12px 0px 0px 18px;
	
	overflow: hidden;
}
#sondage p#liens_sondage {
	padding: 20px 0px 0px 120px; /* 20px 0px 0px 22px*/
}
#sondage img.resultats {
	margin: 0px 0px 0px 52px;
}

/* Partenaires */
#partenaires {
	width: 190px;
	height: 145px;
	
	background-image: url(images/bg_partenaires.jpg);
	background-repeat: no-repeat;
	
	overflow: hidden;
	
	margin: 3px 0px 0px 0px; /*15px 0px 0px 0px; */
}
#partenaires p {
	padding: 20px 0px 0px 18px;
}

/* Liens utiles */
#liens_utiles {
	width: 176px;
	height: 70px;
	
	background-image: url(images/bg_liensutiles.jpg);
	background-repeat: no-repeat;
	
	overflow: hidden;
	
	margin: 2px 0px 0px 0px; /* 15px 0px 0px 0px;*/
}
#liens_utiles {
	padding: 14px 0px 0px 14px;
}
#liens_utiles img.contact {
	margin: 0px 13px 0px 21px;
}



/* Contenu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#contenu {
	float: left;
	width: 417px;
}

/* Actualites */
#actualites {
	/* height: 391px; */
	
	background-image: url(images/bg_fondactus.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	padding: 0px 0px 13px 0px;

}
/*
html>body #actualites {
	height: auto;
	min-height: 391px;
}
*/
.block_actu {
	width: 349px;
	height: 73px;
	
	padding: 17px 34px 12px 34px; /* 22px 34px 14px 34px;*/
	
	background-image: url(images/bg_actus.gif);
	background-repeat: repeat-y;
}
html>body .block_actu {
	height: auto;
	min-height: 73px;
}
.block_actu img {
	float: left;
	margin: 0px 19px 0px 0px;
}
.block_actu h3 {
	font-size: 0.90em;
	
}
.block_actu h3 a {
	color: #A57472;
	text-decoration: none;
}
.block_actu h3 a:hover {
	color: #7D524F;
	text-decoration: underline;
}
.block_actu p a {
	font-size: 0.95em;
	color: #626262 ;/* #333333; */
	text-decoration: none;
}
.block_actu p a:hover {
	color: #333333; /* #646464; */ 
	text-decoration: underline;
}
.block_actu p.suite {
	text-align: right;
}
.block_actu p.suite img {
	float: none;
}
.toutes_actu {
	background-image: url(images/bg_actus.gif);
	background-repeat: repeat-y;
	padding-right:20px;	
	text-align: right;
}
.toutes_actu a {
	color: #A57472;
	text-decoration: none;
}
.toutes_actu a:hover {
	color: #7D524F;
	text-decoration: underline;
}
/* Evenements */
#evenements {
	/* height: 391px; */
	
	background-image: url(images/bg_fondevenements.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	padding: 0px 0px 13px 0px;

}
/*
html>body #evenements {
	height: auto;
	min-height: 391px;
}
*/
.block_evenements {
	width: 349px;
	height: 72px;
	
	padding: 19px 34px 13px 34px;
	
	background-image: url(images/bg_evenements.gif);
	background-repeat: repeat-y;
}
html>body .block_evenements {
	height: auto;
	min-height: 72px;
}
.block_evenements img {
	float: left;
	margin: 0px 19px 0px 0px;
}
.block_evenements h3 {
	font-size: 0.95em;
}
.block_evenements h3 a {
	color: #8FA918; /*#9DBE00;*/
	text-decoration: none;
}
.block_evenements h3 a:hover {
	color: #718800;
	text-decoration: underline;
}
.block_evenements p a {
	font-size: 0.95em;
	color: #626262 ;/* #333333; */
	text-decoration: none;
}
.block_evenements p a:hover {
	color: #333333; /* #646464; */ 
	text-decoration: underline;
}
.block_evenements p.suite {
	text-align: right;
}
.block_evenements p.suite img {
	float: none;
}

.tous_evenements {
	background-image: url(images/bg_evenements.gif);
	background-repeat: repeat-y;
	padding-right:20px;	
	text-align: right;
}
.tous_evenements a {
	color: #8FA918; /*#9DBE00;*/
	text-decoration: none;
}
.tous_evenements a:hover {
	color: #718800;
	text-decoration: underline;
}
/* Colonne droite */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#col_droite {
	float: left;
	width: 375px;	
	
}

/* Annuaire cartographique */
#lien_annuaires {
	width: 365px;
	height: 295px;
	
	background-image: url(images/bg_lien_annuaire.jpg);
	background-repeat: no-repeat;
	
	overflow: hidden;
}
#lien_annuaires a {
	display: block;
	width: 365px;
	height: 295px;
	
	padding: 16px 0px 0px 58px;
}
/* Portrait */
#portrait {
	width: 375px;
	
	background-image: url(images/bg_portraitbas.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	padding: 0px 0px 8px 0px;
	margin: 5px 0px 0px 0px;/* 15px 0px 0px 0px; */
}

#portrait div {
	width: 375px;
	height: 20px;	
	padding: 0px 0px 0px 0px;
	background-image: url(images/bg_portrait.gif);
	background-repeat: repeat-y;
}
html>body #portrait div {
	height: auto;
	min-height: 20px;	
}
#portrait img.photo_portrait {
	position: relative;
	float: left;
	margin: 0px 2px -2px 7px;
	
	z-index: 100;
}
#portrait h3 {
	padding: 11px 0px 8px 0px;
}
#portrait p.texte_portrait a {
	padding: 0px 25px 0px 0px;
	color: #3D6086; /*#333333;*/
	font-size: 95%;
	text-decoration: none;
	display: block;
}
/* A la une */
#hune {
	width: 164px;
	height: 105px;
	background-image: url(images/bg_hune.jpg);
	background-repeat: no-repeat;
	
	padding: 15px 14px 13px 17px;
	margin: 10px 0px 0px 0px; /* 15px 0px 0px 0px; */
	
	float: left;
	overflow: hidden;
}
#hune h3 {
	margin: 0px 0px 15px 0px;
}
#hune p img {
	float: left;
	margin: 0px 7px 2px 0px;
}
#hune p a {
	color: #3D6086; /*#333333;*/
	font-size: 95%;
	text-decoration: none;
}

/* Une region nautique */
h3#nautique {
	width: 180px;
	height: 133px;
	background-image: url(images/bg_nautique.jpg);
	background-repeat: no-repeat;
	
	float: left;
	margin: 10px 0px 0px 0px; /*15px 0px 0px 0px;*/

}
h3#nautique a {
	display: block;
	padding: 14px 0px 0px 15px;
}

/* Region en images */
h3#imagesa {
	width: 357px;
	height: 109px;
	background-image: url(images/bg_images.jpg);
	background-repeat: no-repeat;
	
	padding: 16px 0px 0px 18px;
}


.clear {
	clear: both;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
}

/* FORMULAIRE ADMIN */
.spip-admin-bloc {
	position: absolute;
	text-align: center;
	z-index: 100;	
}