/* CSS Document */
/* 
	Ici on défini les bases du site :
	- La structure des pages
	- Les menus (nav principale, nav du footer, sous-menus déroulants ...)
	- Le bouton de rappel
	- Le H1 (remplacement par le logo du site)
	- Les différents éléments du footer (powered, hcard ...)
*/


/* Structure du site */

	body {
		background: url(/images/interface/body.jpg) repeat-x top left #D8E9F9;
	}
	#global {
		width: 940px;
		position: relative; /* pour positionnement les différentes zones du site si besoin */
			/* pour centrer le site dans la page*/
		margin-left: auto;
		margin-right: auto;
	}
	#header {
		width: 100%;
		height: 232px;
		background: url(/images/interface/header.jpg) no-repeat top center;
		position: relative; /* pour positionnement du menu #nav */
		padding: 142px 0 0 0;
	}
	#nav {
		bottom: 0;
		width: 620px;
		height: 39px;
		padding: 10px 0 0 0;
		position: absolute; /* pour positionner le menu en bas de header */
		top: 103px;
		left: 250px;
	}
	#center {
		width: 100%;
		height: auto !important; /* ignoré par ie6 */
		min-height: 280px; /* ignoré par ie6 */
		height: 280px;
		padding: 0 0 150px 0;
	}
	#footer {
		clear: both; /* permet d éviter le chevauchement avec les éléments flotants */
		width: 658px;	/* largeur du site - le padding (20px x2) */
		padding: 20px 20px 0 20px;
	}
	
	#footer {
		clear: both; /* permet d'éviter le chevauchement avec les éléments en float */
		width: 880px;	/* largeur du site - le padding (20px x2) */
		height: 110px;
		background:url(/images/interface/footer.jpg) no-repeat top center #000000; 
		background-color: #000000;
		position: absolute;
		bottom: 0;
		padding: 15px 30px 0 30px;
	}
	#footer[id] { background:url(/images/interface/footer.jpg) no-repeat top center #000000; }

/**/


/* Les différents éléments de #center */

	#content { width: 900px; padding: 15px 20px 33px 20px; }

/**/


/* Bouton de rappel */

	#header #headerElements #wcb {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	#header #headerElements #wcb #boutonappel {
		text-indent : -9999px;
		height: 140px;
		width: 232px;
		overflow: hidden;
		background: url(/images/interface/wcb.jpg) no-repeat ;
		
		display: block;
		cursor: pointer;
	}
	#header #headerElements #wcb #boutonappel[id] { background: url(/images/interface/wcb.png) no-repeat top left; }
	
/**/


/* H1 */

	#header #headerElements h1 {
		position: absolute;	
		top: 0;
		left: 0;
 	}
	#header #headerElements h1 a {
		text-indent : -9999px;
		height: 72px;
		width: 278px;
		overflow: hidden;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod='crop');
		display: block;
		cursor: pointer;
		top: 12px;
		left: 662px;
 	}
	#header #headerElements h1[id] a { background: url(/images/logo.png) no-repeat top left; }

/**/


/* Menu de navigation principal */

	#nav li {
		float: left;
		position: relative;	/* pour que les éléments du menu se refere au li */
		list-style: none;
	}
	#nav a {
		color: #FFFFFF;
		text-decoration: none;
		font-size: 1em;
		font-weight: normal;
		/**/
		float: left; /* A ajouter si affichage du menu en ligne (horizontal) */
		margin: 0 15px 0 15px;
	}
	#nav a:hover 		{ color: #6DAEEE; }
	#nav li.mentions 	{ margin-top: -99999px; margin-left: -99999px; } /* Permet de cacher le bouton */
	
	/* Boutons actifs */
	#accueil #nav li.accueil a,
	#restaurant #nav li.restaurant a,
	#hotel #nav li.hotel a,
	#tourist #nav li.tourist a,
	#contact #nav li.contact a { color: #6DAEEE; }

/**/


/* Menu de navigation du footer */

	#footer #footerElements ul { height: 30px; }
	#footer #footerElements li { 
		float: left;
		position: relative;
		list-style: none;
	}
	#footer #footerElements li a {
		color: #FFFFFF;
		text-decoration: none;
		text-align: center;
		font-size: 0.9em;
		text-indent: 4px;
		font-weight: normal;
		margin: 0 15px 0 0;
	}
	#footer #footerElements li a:hover { color: #6DAEEE; }

	/* Boutons actifs */
	#accueil #footer li.accueil a,
	#restaurant #footer li.restaurant a,
	#hotel #footer li.hotel a,
	#tourist #footer li.tourist a,
	#contact #footer li.contact a,
	#mentions #footer li.mentions a { color: #6DAEEE; }

/* */

ul {
	display: block;
	padding-left: 0;
	margin-left: 5px;
	list-style-type: square;
	text-decoration: none;
	text-align:left; }

 ul li {
	margin-top: 4px;
	padding-bottom: 4px;
	
	font-weight: normal;
	padding-left: 8px;
	line-height: 15px;
	
}
/* Elements du footer */

	#footer #footerElements a				{ color: #6DAEEE; text-decoration: underline; }

	#footer #footerElements .vcard 			{ font-size: 0.9em; margin: 0 0 10px 0; color: #FFFFFF; }	
	#footer #footerElements .vcard .type	{ display: none; } /* ne pas supprimer */ 

	#footer #footerElements .vcard .value,
	#footer #footerElements .vcard .org	 	{ font-weight: bold; } /* ne pas supprimer */ 

	#footer #footerElements .vcard .adr,
	#footer #footerElements .vcard .siret	{ display: block; } 
	
	#footer #footerElements #powered		{ font-size: 0.8em; text-decoration: none; }
	#footer #footerElements #powered img 	{ height: 10px; width: 10px; margin: 0 3px 0 0; vertical-align: middle; }

/* */


/* Autres elements */

	/* Alignement des images */
	.left 		{ float: left; margin: 0 15px 0 0; }
	.right 		{ float: right; margin: 0 0 0 15px; }
	
	.colunm		{ width: 435px; }
	
	.clear		{ clear: both; }

/* */


/* Photo gallery */
/*Just add <div id="gallery"> </div> around your photos in ul list*/

	#gallery 		{ padding: 1.9em; margin-bottom: 20px; }
	#gallery img	{ border: 1px solid #FFF; }
	#gallery ul li	{ margin: 0; padding: 0; }
	#gallery ul li	{ display: inline; margin: 0 7px 0 0; }
	
/* */


/* Figure for photos */
/*Just add <div id="figure"> </div> around your single photo with infos*/	

	#figure 				{  font-size: 0.8em; }
	#figure img				{ border: 1px solid #000; margin:5px }
	#figure p 				{ margin: 2px; width: auto; color: #333; }
	#figure p.credit 		{ text-align: right; margin-bottom: 10px; }
	#figure .credit cite 	{ font-style: inherit; font-weight: bold; }
	#figure p.caption 		{ text-align: left; font-style: normal; line-height: 1em; }
	#figure .title 			{ font-weight: bold; font-style: normal; }
	#figure.fig1 			{ float: right; margin: 0 0 10px 10px; width: 141px; }

/* */

.wrapper {
width:650px;
margin: 0 auto;
text-align:center;
}
.left_column {
width:150px;
float:left;
text-align:center;
vertical-align:middle;
}
.content {
width:500px;
float:left;
text-align:right;
}
.rightcolumn {
width:150px;
float:right;
text-align:center;
vertical-align:middle;
}
hr {
clear:both;
display:block;
 visibility:hidden}

h1{ display:none}

.bgtitre{ text-align:center;
background:#57A3EF;
width:650px;}

.wrapper2 {
width:600px;
margin: 0 auto;
text-align:center;
}
.left_column2 {
width:500px;
float:left;
text-align:center;
vertical-align:middle;
}
.content2 {
width:100px;
float:left;
text-align:right;
}
.bgtitre2{ text-align:center;
background:#57A3EF;
width:600px;}




/* __________________________________________________ */


body { font-size: 75%; color: #000; font-family: Arial, Helvetica, sans-serif; }

/* Headings
-------------------------------------------------------------- */

/* On utilise h1 pour afficher le logo du site, il ne faut donc pas le paramétrer ici */
h2 { font-family: "Times New Roman", Times, serif; font-size: 2.4em; font-weight: normal; margin: 0; padding: 0 0 0.5em 0; }
h3 { font-size: 1.3em; font-weight: normal; color: #62593E; margin: 1.2em 0 0.5em; }
h4 { font-size: 1.5em; font-weight: bold; margin: 2em 0 0.5em 0; }
h5 { font-size: 1.3em; font-weight: bold; margin: 0 0 0.5em 0; }
h6 { font-size: 1em; font-weight: normal; }

/* Text elements
-------------------------------------------------------------- */

p           { font-size: 1.0em; margin: 0 0 1.2em 0; text-align: justify; }
p.last      { margin-bottom: 0; }
p img       { float: right; margin: 0 0 1em 1em; padding: 0; }
img         { margin: 0 0 1em 0; }

ul, ol      { margin: 0; }
ul          { list-style-type: square; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1em; font-style: italic; }
del         { color: #666; }

/* Default links */
a			{ position: relative; z-index: 1; }
a           { color: #000; text-decoration: none; font-weight:bold; }
a:focus, 
a:hover     { color: #529FED; text-decoration: underline; }
a:visited   { }
/* */

sup 		{ vertical-align: top;}
sub			{ vertical-align: bottom;}
blockquote  { margin: 1em; font-style: italic; text-align: justify; color: #999;}

strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
pre,code    { margin: 1em 0 0 0; white-space: pre; }
pre,code,tt { color: #666; font: 1em "Monika", "script", "andale mono", "monotype.com", "lucida console", monospace; line-height: 1; } 
tt          { display: block; margin: 1em 0 0 0; line-height: 1; }


/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin: 0 0 1.875em 0; line-height: 1.875em; }
.large      { font-size: 1.4em; line-height: 2.5em; margin: 0 0 1.25em 0; }
.top        { margin-top: 0; padding-top: 0; }
.bottom     { margin-bottom: 0; padding-bottom: 0; }


/* Forms
-------------------------------------------------------------- */

input,select,textarea  { font-size: 0.8em; color: #000; font-family: Arial, Helvetica, sans-serif; }




