/* 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;
}
/* Logo 2 */
#logo2 {
	position: absolute;
	top: 50px;
	left: 827px;
	z-index: 99;
}


/* 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) no-repeat bottom;
	padding: 0 0 25px 0;
	margin:  0;
}

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

/* Recherche */
#recherche {
	width: 190px;
	height: 83px;
	background-image: url(images/bg_recherche.jpg);
	background-repeat: no-repeat;
	margin: 2px 0 0 0;
}
#recherche p {
    margin-left: 0;
    padding: 39px 0 0 18px;
}
#recherche input, #newsletter input.texte_news {
	width: 133px;
	min-height: 14px;
	border: 0;
	font-size: 10px;
	color: #FF8706;
	margin: 0 2px 0 0;
}

#recherche img, #recherche input {
	vertical-align: middle;
}
/* Recherche GOOGLE */
#cse-search-form {
	width: 190px;
	height: 83px;
	background-image: url(images/bg_recherche.jpg);
	background-repeat: no-repeat;
	margin: 2px 0 0 0;
}
#cse-search-form table {
    margin: 30px 0 0 3px;
	width: 50%;
}
#cse-search-form input.gsc-input { /* Champ texte */
	width: 75px;
	min-height: 14px;
	border: 0;
	font-size: 10px;
	color: #FF8706;
	margin: 0 2px 0 0;
}

#cse-search-form input.gsc-search-button { /* Bouton validation */
	width: 67px;
	min-height: 14px;
	border: 0;
	font-size: 10px;
	color: #fff;
	background: #00748d;
	margin: 0;
	text-shadow: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
}

#cse-search-form img, #cse-search-form input {
	vertical-align: middle;
}

/* Espace privé des entreprises */
#accesentreprise {
	background: url(images/bg_accesentreprise.jpg) no-repeat top;
	margin: 0 0 0 0;
	height: 265px;
}

h3#nautique {
	padding: 26px 0 0 18px; 
}
#accesentreprise a {
	padding: 18px 0 0 18px;
	display: block;
}

/* Newsletter */
#newsletter {
	width: 190px;
	height: 117px;
	background-image: url(images/bg_newsletter.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 3px 0 0 0;
}
#newsletter h4 {
	padding: 22px 0 0 18px;
}
#newsletter p {
	padding: 13px 0 0 18px;
	margin-left: 0;
}
#newsletter ul {
	padding: 16px 0 0 18px;

}
#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;
}

/* Partenaires */
#partenaires {
	width: 190px;
	height: 181px;
	background: url(images/bg_partenaires.jpg) no-repeat;
	overflow: hidden;
	margin: 7px 0 0 0;
}

#partenaires p {
	padding: 20px 0 0 18px;
}


/* Lien Facebook */
#facebook {
	margin: 9px 0 0 4px;
}
#facebook img  {
	float: left;
	margin: 1px 8px 5px 0;
}
#facebook a  {
	color: #4f578a;
	text-decoration: none;
	font-style: italic;
	font-size: 0.8em;
}
#facebook a:hover  {
	text-decoration: underline;
}

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

/* Flash info */
#flashinfo {
	/* height: 391px; */
	
	background-image: url(images/bg_fondinfo.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	
	padding: 0px 0px 11px 0px;

}
/*
html>body #actualites {
	height: auto;
	min-height: 391px;
}
*/
.block_info {
	width: 349px;
	height: 73px;
	
	padding: 17px 34px 12px 34px;
	
	background-image: url(images/bg_info.gif);
	background-repeat: repeat-y;
}
html>body .block_info {
	height: auto;
	min-height: 73px;
}
.block_info img {
	float: left;
	margin: 0px 19px 0px 0px;
}
.block_info h3 {
	font-size: 0.90em;
	
}
.block_info h3 a {
	color: #fffefe;
	text-decoration: none;
}
.block_info h3 a:hover {
	/* color: #b3827e; */
	text-decoration: underline;
}
.block_info p a {
	font-size: 0.95em;
	color: #fffefe ;/* #333333; */
	text-decoration: none;
}
.block_info p a:hover {
	/* color: #b3827e; */
	text-decoration: underline;
}
.block_info p.suite {
	text-align: right;
}
.block_info p.suite img {
	float: none;
}








/* 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;	
	display: inline;
}

/* Portrait */
.portrait_bg {
	width: 375px;
	background: url(images/bg_portrait.gif) repeat-y;
	padding: 0;
	margin: 0;
}

.portrait_haut {	
	padding: 6px 0 0 0;
	background: url(images/bg_portraithaut.gif) no-repeat top;
}
.portrait_bas {	
	padding: 0 16px 10px 10px;
	background: url(images/bg_portraitbas.gif) no-repeat bottom;
	position: relative;
}

.photo_portrait {
	float: left;
	width: 170px;
	display: inline;
}

.texte_portrait  {
	float: left;
	width: 130px;
	display: inline;
	margin: 13px 0 0 29px;
}
.texte_portrait h3 {
	margin: 0 0 75px 0;
}

.texte_portrait a {
	color: #000;
	text-decoration: none;
	font-size: 0.95em;
}

.texte_portrait a:hover {
	text-decoration: underline;
}




/* A la une */
.hune_bg {
	width: 375px;
	background: url(images/bg_hune.gif) repeat-y;
	padding: 0;
	margin: 0;
}

.hune_haut {	
	padding: 5px 0 0 0;
	background: url(images/bg_hunehaut.gif) no-repeat top;
}
.hune_bas {	
	padding: 0 0 10px 0;
	background: url(images/bg_hunebas.gif) no-repeat bottom;
	min-height: 167px;
}
.texte_hune  {
	float: left;
	width: 136px;
	display: inline;
	margin: 12px 0 0 14px;
	
}

.texte_hune strong  {
	font-size: 1.1em;	
}


.texte_hune p.first a  {
	margin: 20px 0 10px 0;
	text-decoration: none;
	font-size: 0.95em;

}

.texte_hune a  {
	display: block;
	color: #000;
	font-size: 0.8em;
	padding: 0 0 0 27px;
}

.texte_hune a:hover  {
	text-decoration: underline;
}

.photo_hune {
	float: left;
	width: 149px;
	display: inline;
	margin: 7px 0 0 54px;
}

/* Annuaire cartographique */
#lien_annuaires {
	width: 361px;
	height: 289px;
	margin: 8px 0 0 3px;
	background-image: url(images/bg_lien_annuaire.jpg);
	background-repeat: no-repeat;
}
#lien_annuaires a {
	display: block;
	width: 152px;
	height: 30px;
	
	padding: 13px 154px 246px 55px;
}


/* FOOTER */
#footer {
	background: url("images/bg_footer.jpg") no-repeat top center;
	width: 958px;
	height: 19px;
	margin: 10px 0 0 4px;
	padding: 6px 0 0 9px;
}
#footer p {
	display: inline;
}

/* Lien version anglaise et accessibilite */
p#access {
	padding: 0 0 0 402px;
}

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

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




