@charset "UTF-8";
/* @override 
	http://hyrule.proximit.fr/www.latranchesurmer.fr/squelettes/css/sommaire.css
	http://localhost/2010/Latranchesurmer/Spip/squelettes/css/sommaire.css
	http://www.latranchesurmer.fr/squelettes/css/sommaire.css
*/
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
html {
}
body {
	overflow: hidden;
	background-color: #FFF;
}
#content {
	margin: 0px auto;
	width: 100%;
	top: 0%;
	z-index: 3;
	position: absolute;
	text-align: center;
}
#pied {
	color: #cbc4c2;
	width: 100%;
	bottom: 0px;
	z-index: 3;
	position: absolute;
	background-color: #543e34;
	text-align: right;
	line-height: 30px;
	font-size: 11px;
	border-top: 1px solid #6c5952;
	padding-bottom: 20px;
	height: 10px;
}
/* @group Supersized */
/*Supersized Stamp*/
.stamp {
	float: right;
	margin: 25px 20px 0 0;
}
/*Supersize Plugin Styles*/
#navigation {
	background: url('../javascript/supersized/images/navbg.gif') no-repeat;
	float: right;
	margin: 22px 20px 0 0;
}
#loading {
	position: absolute;
	top: 49.5%;
	left: 49.5%;
	z-index: 3;
	width: 24px;
	height: 24px;
	text-indent: -999em;
	background-image: url(../javascript/supersized/images/progress.gif);
}
#supersize {
	position: fixed;
	/*display: none !important;*/
}
#supersize img, #supersize a {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;
}
#supersize .prevslide, #supersize .prevslide img {
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img {
	z-index: 2;
}
/* @end */
/* @group Entete */
#entete {
	height: 215px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#entete h1 {
	margin: 0 auto;
	padding: 0;
	width: 940px;
	text-align: left;
}
#entete h1 a.accueil {
	display: block;
	float: left;
	margin-top: 30px;
}
#entete h2 {
	position: absolute;
	top: 40px;
	right: 40px;
}
/* @end */
/* @group Contenu */
#contenu {
	display: block;
	clear: both;
	overflow: hidden;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#contenu .grid_4 {
	border: 5px solid white;
	position: relative;
	overflow: hidden;
}
#contenu .grid_4 h1 a:hover {
	color: #92d4ef;
	text-decoration: none;
}
#contenu .grid_4 h1 a {
	display: block;
	color: white;
	text-align: left;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	padding: 262px 0 0 5px;
	width: 290px;
	text-shadow: #180f0b 2px 2px 2px;	
}
#contenu .grid_4:hover {
	border: 5px solid #fadf12;
	color: #26a9e0;
}
#vivre {
	height: 300px;
	width: 280px;
	margin-right: 30px;
	float: left;
}
#sortir {
	height: 300px;
	width: 280px;
	float: left;
}
#decouvrir {
	height: 300px;
	width: 280px;
	float: right;
	margin: 0 10px 0 0;
}

/* Description Site */
.intro {
	color: white;
	font-weight: normal;
	font-style: normal;
	clear: both;
	margin: 20px auto 0;
	width: 600px;
	text-align: left;
	padding: 5px 10px;
}
.intro h1 {
	color: #fadf12;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin: 0;
}
.intro p {
	margin: 0;
	padding: 0;
}
/* @end */
/* @group Pied */
#pied hr.hidden {
	display: none;
}

#pied .container_12 {
	margin: 0 auto;
	width: 940px;
}

#coordonnees {
	margin-right: 60px;
	color: #b9a855;
	font-size: 11px;
	float: left;
}
#coordonnees strong {
	color: #b9a855;
	text-transform: uppercase;
}
#pied a {
	color: #cbc4c2;
}
#pied a:hover {
	color: white;
}
/* @end */
/* @group Nav */
/* #Nav remplace #Navigation car utilisé dans le plugin supersize */

#nav {
	clear: both;
	position: relative;
	height: 30px;
	width: 930px;
	font-size: 11px;
	text-transform: uppercase;
	
	-moz-border-radius: 5px 5px 0 0; 
    -webkit-border-radius: 5px 5px 0 0; 
    border-radius: 5px 5px 0 0;         
    -webkit-border-top-left-radius: 5px; 
    -webkit-border-top-right-radius: 5px;
	background-color: #543d33;
}
#nav li {
	text-align: left;
}

/* Rss */
#nav li.rss {
	position: absolute;
	right: 40px;
	top: -30px;
	border-style: none;
	background-color: #000;
	padding-left: 15px;
	padding-right: 15px;
}
#nav  li.rss a:hover {
	color: #f98d3e;
}
#nav li.rss img {
	float: left;
	margin: 0 5px 0 0;
}
/* @end */