@charset "iso-8859-1";
/* CSS Document */

/***********************************************************/
/*                     HTML tag styles                     */
/***********************************************************/
body {
	font-family: Candara, Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	line-height: 1.166;
	width: 100%;
	height:100%;
	margin: 0px;
	background-color:#494B1A;
	background-attachment: fixed;
}

table {
	margin: 20px auto 20px auto;
	text-align:center;
	font-size: 14px;
}

tr.header {
	font-weight:bold;
}

a{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color:#FFFFFF;
	/*useless*/
	/*text-shadow:#FFFFFF;*/
	text-decoration: underline;
	
}

a:active{
	text-decoration: underline;
	color: #CCCCCC;
}

img{
	border: hidden;
	border:none;
}

hr {
	width: 70%;
	border: 1px solid #808000;
}

/***********************************************************/
/*                       Layout Divs                       */
/***********************************************************/

#accueil {
	position:relative;
	top: 20px;
	width: 95%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-bottom: 2px solid #808000;
}

#accueil img {
	padding: 30px 80px 30px 80px;
}

#accueil2 {
	position:relative;
	top: 30px;
	height:600px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image: url(/img/home-summer.png);
	background-position: center;
	background-repeat:no-repeat;
}

/* INVERSEMENT ...
#accueil {
	position:relative;
	top: 20px;
	height:600px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image: url(/img/home.png);
	background-position: center;
	background-repeat:no-repeat;
}

#accueil2 {
	position:relative;
	top: 30px;
	width: 95%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-top: 2px solid #808000;
}

#accueil2 img {
	padding: 60px 80px 10px 80px;
}
*/


#header{
	position: relative;
	top: 0px;
	width: 100%;
	height: 250px;
	background-image: url(/img/banner.png);
	background-position: center;
	background-repeat:no-repeat;
}

#labels {
	position: relative;
	top: 20px;
	right: 20px;
	float:right;
}

#labels a:hover{
	text-decoration: none;
}

#labels img{
	margin: 0px 3px 0px 3px;
	vertical-align:top;
}

#contents {
	position:relative;
	top: 10px;
	width: 95%;
	margin-left:auto;
	margin-right:auto;
}

/* useless
#linksContainer {
	position: relative;
	top: 10px;
	margin-left:auto;
	margin-right:auto;
}

#translucent_bg{
	position: absolute;
	width: 100%; 
	height: 100%;
	background-color: #777777;
	border: thin solid #555555;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
*/

#toolbar {
	position: relative;
	top: 0px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	background-color: #6E6E43;
	border: 1px solid #808000;
	padding: 5px 0px 5px 0px;
	font-size:18px;
}

#links {
	position: relative;
	left: 10px;	
}

#languages {
	position: absolute;
	top: 0px;
	right: 1px;
	float:right;	
}

#languages img{
	padding: 0px 5px 0px 5px;
}

/* éventuellement spécifier une hauteur identique pour les 2 contents */
#content1 {
	position: relative;
	top: 40px;
	padding: 10px 10px 10px 10px;
	background-color: #6E6E43;
	border: 3px solid #808000;
	float:left;
}

#content2 {
	position: relative;
	top: 40px;
	padding: 10px 10px 10px 10px;
	background-color: #6E6E43;
	border: 3px solid #808000;
	float:right;
}
/* pour arrondir les coins, mais pas encore implémenté
.tl {
	position: absolute;
	top: -200px;
	left: -14px;
	float: left;
}

.tr {
	position: absolute;
	top: -50px;
	right: -14px;
	float: right;
}

.bl {
	position: absolute;
	bottom: 0px;
	left:0px;
}

.br {
	position: absolute;
	bottom: 0px;
	right:0px;
}
*/
#contents img.normal {
	position: relative;
	top: 5px;
	max-width: 110px;
	max-height: 250px;
	float: left;
}

#contents img.first {
	position: relative;
	top: 20px;
	max-width: 110px;
	max-height: 250px;
	float: left;
}

#contents img.second {
	position: relative;
	top: 35px;
	max-width: 110px;
	max-height: 250px;
	float: left;
}

#contents img.icon {
	position: relative;
	top: 5px;
	left: 40px;
	max-width: 110px;
	max-height: 250px;
	float: left;
}

#contents img.icon-first {
	position: relative;
	top: 20px;
	left: 40px;
	max-width: 110px;
	max-height: 250px;
	float: left;
}

/* Fonctionnel sous FFox mais pas sous IE
#contents h1 {
	position: absolute;
	margin: -40px 0px 10px 10px;
	color: #FFF6D5;
	font-size: 45px;
	float: left;
}
*/

#contents h1 {
	position: relative;
	margin: -40px 0px 0px 10px;
	color: #FFF6D5;
	text-align: left;
	font-size: 45px;
	float: none;
}

#contents h3 {
	padding-left: 130px;
	color: #FFF6D5;
	text-align: left;
	font-size: 18px;
	text-decoration:underline;
}

#contents p {
	padding-left: 130px;
	color: #FFF6D5;
	text-align: justify;
	font-size: 15px;
}

#contents ul {
	padding-left: 145px;
	color: #FFF6D5;
	text-align: justify;
	font-size: 15px;
}

#gallery {
	padding: 20px 10px 20px 10px;	
}

#map_canvas {
	position: relative;
	top: 10px;
	left: 130px;
	width: 650px; /* Ajuster pour IE en 1024x768 */
	height: 400px;
	margin-bottom: 20px;
	border: 1px solid #808000;
	background-color: #E5E3DF;
	float:left;
	font-size: 13px;
	color: #663300;
}

#legend {
	position: relative;
	top: 10px;
	left: 30px;
	height: 400px;
	margin-bottom: 20px;
	float:left;
}

#legend img {
	position: relative;
	top: 10px;
}

#legend a {
	text-decoration:none;
}

#footer {
	position:relative;
	top: 80px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 5px 0px;
	border-top: 2px solid #808000;
	clear:both;
	font-size: 13px;
	text-align: center;
}

.link {
	color:#3399FF;
	text-decoration:underline;
}
/* useless
.grey {
	color:#666666;
	-moz-opacity:0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);
}
*/
