/* ###### FEUILLE DE STYLE DE L'ACCUEUIL GENERAL ########### */

/* ############# MISE EN PAGE GENERALE ############# */
* {
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font-size: 0.7em;
	background-color: #00447e;
	color: #ffffff;
}
.centrage {
	margin-left: 5%;
	margin-right: 5%;
	width: 920px;
	position: relative;
}
.cote_plage, .cote_lac {
	float: left;
	width: 460px;
	/*height: 700px;*/
	/*position: relative;*/
}
.cote_plage {
	background: url(interface/accueil_fond_plage.jpg) top left no-repeat;
}
.cote_lac {
	background: url(interface/accueil_fond_lac.jpg) top left no-repeat;
}
h1.plage {
	padding-top: 35px;
	padding-left: 107px;
	height: 145px;
	overflow: hidden;
}
h1.lac {
	padding-top: 35px;
	padding-left: 140px;
	height: 145px;
	overflow: hidden;
}

div.grande_1, div.grande_2 {
	/*position: absolute;*/
	display: block;
	width: 460px;
	height: 293px;
	/*overflow: hidden;
	padding: 0px;
	text-indent: -2000px;*/
}

/*.photos div.grande_1 { left: 0px; top: 183px; width: 460px; height: 293px; }
.photos div.grande_2 { left: 460px; top: 183px; width: 460px; height: 293px; }*/

.drapeaux {
	padding-top: 5px;
	padding-left: 8px;
}
.drapeaux ul {
	padding: 0px;
	margin: 0px;
	list-style-image: url("/interface/pxl_transparent.gif"); /* pour qu'explorer 5.0 affiche le menu */
}
.drapeaux li {
	float: left;
}
.drapeaux a {
	display: block;
	height: 28px;
	width: 32px;
	text-indent: -2000px;
	overflow: hidden;
}
.cote_plage .drapeaux li.fr a {
	background: url(/interface/haut_fr.gif) top left no-repeat;
}
.cote_plage .drapeaux li.en a {
	background: url(/interface/haut_en.gif) top left no-repeat;
}
.cote_plage .drapeaux li.de a {
	background: url(/interface/haut_al.gif) top left no-repeat;
}
.cote_plage .drapeaux li.ne a {
	background: url(/interface/haut_ne.gif) top left no-repeat;
}
.cote_lac .drapeaux li.fr a {
	margin-left: 14px;
	background: url(lac/interface/haut_francais.gif) top left no-repeat;
}
.cote_lac .drapeaux li.en a {
	background: url(lac/interface/haut_anglais.gif) top left no-repeat;
}
.coordonnees_droite, .coordonnees_gauche {
	background: url(interface/courrier.gif) top left no-repeat;
	font-weight: bold;
	margin-top: 82px;
	padding: 2px 0px 10px 30px;
	clear: both;
	/*
	text-align: right;
	position: absolute;
	top: 611px; */
}
/*.coordonnees_gauche {
	left: 5px;
}
.coordonnees_droite {
	left: 730px;
}*/
.coordonnees_droite {
	float: right;
}
.coordonnees_gauche {
	float: left;
}

.labels_plage, .labels_lac {
	display: block;
	clear: both;
	padding-top: 20px;
}
div.un_label {
	/*width: 65px;*/
	height: 35px;
}
.labels_plage div.un_label {
	float: left;
	padding-right: 10px;
}
.labels_lac div.un_label {
	float: right;
	padding-left: 10px;
}
div.un_label img {
	vertical-align: middle;
}

a:link { color: #ffffff; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: underline ; }
a:active { color: #ffffff; text-decoration: underline ; }
a:visited { color: #ffffff; text-decoration: none; }

.carte_localisation {
	position: absolute;
	top: 0px;
	left: 358px;
}

.mimizan {
	position: absolute;
	top: 585px;
	left: 430px;
}

.bateaux {
	position: absolute;
	top: 475px;
	left: 140px;
}
.velos {
	position: absolute;
	top: 475px;
	left: 546px;
}
/*.photos div.moyenne_1 { left: 45px; top: 271px; width: 128px; height: 128px; z-index: 2; }
.photos div.petite_1 { left: 305px; top: 144px; width: 105px; height: 105px; z-index: 3; }
.photos div.moyenne_2 { left: 745px; top: 231px; width: 128px; height: 128px; z-index: 1; }

.photos div.grande_1 a, .photos div.grande_2 a {
	display: block;
	height: 460px;
	width: 286px;
}*/
/*.photos div.moyenne_1 a, .photos div.moyenne_2 a {
	display: block;
	height: 128px;
	width: 128px;
}
.photos div.petite_1 a {
	display: block;
	height: 105px;
	width: 105px;
}

.photos div.grande_1 a {
	background: url(/images/accueil/photos_grandes_1.gif) 0px 0px no-repeat; }
.photos div.grande_1 a:hover, .photos div.grande_1 a:focus {
	background: url(/images/accueil/photos_grandes_1.gif) 0px -226px no-repeat; }
.photos div.grande_2 a {
	background: url(/images/accueil/photos_grandes_2.gif) 0px 0px no-repeat; }
.photos div.grande_2 a:hover, .photos div.grande_2 a:focus {
	background: url(/images/accueil/photos_grandes_2.gif) 0px -226px no-repeat; }
	
.photos div.moyenne_1 a {
	background: url(/images/accueil/photos_moyennes_1.gif) 0px 0px no-repeat; }
.photos div.moyenne_1 a:hover, .photos div.moyenne_1 a:focus {
	background: url(/images/accueil/photos_moyennes_1.gif) 0px -129px no-repeat; }
.photos div.moyenne_2 a {
	background: url(/images/accueil/photos_moyennes_2.gif) 0px 0px no-repeat; }
.photos div.moyenne_2 a:hover, .photos div.moyenne_2 a:focus {
	background: url(/images/accueil/photos_moyennes_2.gif) 0px -129px no-repeat; }
.photos div.petite_1 a {
	background: url(/images/accueil/photos_petites_1.gif) 0px 0px no-repeat; }
.photos div.petite_1 a:hover, .photos div.petite_1 a:focus {
	background: url(/images/accueil/photos_petites_1.gif) 0px -106px no-repeat; }*/