@charset "utf-8";
/* CSS Document */

html {font-size:100%}

body {
	min-width:850px;
	margin:0;
	padding:0;	
	text-align: center;
}

h1 {
	font-size:120%;
	font-weight:bold;
	text-indent:0px;
	line-height:80%;
	color:#ffdc8c;
}

#page	{
	width:100%;
	height:1000px;
	min-width:800px;
	position:absolute;
	margin:0 auto;
	padding:0;
	left: 0%;
	top: 0%;
	background:#726353;
}

#gauche {
	width:36.10%;
	height:1000px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#menu {
	background-color:transparent;
	height: 373px;
	width: 21%;
	list-style-type: none;
	text-align: center;
	position: absolute;
	left:16.5% !important;
	left: 14.5%;
	top: 0px;
	}

ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #fff1d1;
	text-decoration: none;
	background-color: transparent;
	text-align: center;
	list-style-image: none;
	list-style-type: none;
	text-transform: none;
	display: block;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 90%;
	margin: 0px;
	padding: 0px;
}	
li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 200%;
	font-weight:bold;
	list-style: none;
	color: #fff1d1;
	text-decoration: none;
	display: block;
	background-color: transparent;
	margin: 0px;
	width: 90%;
	padding: 0px;
}
li a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 200%;
	color: #feae02;
	display: block;
	width: 90%;
	text-transform: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
		width: 90%;
}

.selected {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 200%;
	font-weight: bold;
	color: #ffdc8c;
	display: block;
	width: 90%;
	text-transform: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
		width: 90%;
		border:none;
}

#actu {
	background-color: transparent;
	height: 1px;
	width: 13%;
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	list-style-type: none;
	text-align: left;
	text-indent:10px;
	font-size: 70%;
	font-weight:normal;
	color: #fff1d1;
	line-height: 120%;
	left: 18.5%;
	top: 330px;
	}
	
#facebook {
	width:30%;
	margin-left:25%
}

.news {
	margin-bottom:-8px;
	

}
#sloggan {
	margin-top:-1.5cm;
	background-color: transparent;
	height: 1px;
	width: 40%;
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	list-style-type: none;
	text-align: left;
	font-size: 50%;
	font-weight:normal;
	color: #a06641;
	left: 49%;
	}

#gde-col{
	width: 46.96%;
	position: absolute;
	top: 0px;
	left:36.10%;
	height: 1024px;
	}
#ajust-hauteur{
	height: 570px;
	width: 100%;
	float: left;
	position: absolute;
	left: 0px;
	top:0px;
	clip: rect(auto,auto,-10,auto);
		}

#drapeau-fr{
	position:absolute;
	top: 10px;
	text-align: left;
	margin-left: 20%;
	width: 15.5%;
}

#drapeau-en{
	position:absolute;
	top: 10px;
	text-align: left;
	margin-left: 48%;
	width: 15.5%;
}

a {outline:none;}

a img{
border: none;
}

#bienvenue{
	height: auto;
	width: 100%;
	float: left;
		}

#script{
	height: auto;
	width: 100%;
	float: left;
		}
		
#texte-accueil {
	background-color:transparent;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	font-size: 75%;
	font-weight: lighter;
	color: #fff1d1;
	line-height: 160%;
	text-align: left;
	text-indent: 0.5cm;
	width:81%;
	padding-left: 10%;
			}
			
#footer{
	margin-top:-1.3cm;
		background-color: transparent;
		float:left;
	width: 100%;
	position: absolute;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 55%;
	font-weight:lighter;
	color: #fff1d1;

}

#cp{
	height: 100%;
	width: 16.94%;
	position: absolute;
	top: 0%;
	left: 83.06%;
}

.liens{
	font-family: Verdana, Geneva, sans-serif;
	text-align:right;
	color: #f1bb51;
	text-decoration:underline;
}

.liens:hover {
	color: #feae02;
}

.transp {
   background-color:#ffffff;
   color:red;
   position:absolute;
   /*width:100px;
   top:100;
   left:200;
   height:100px;
   /* Pour IE, il faut absolument mettre une largeur, alors soit width=100%,
      soit c'est un div positionné et dimensionné comme dans cet exemple.*/
   filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity: 0.8;
}