@charset "utf-8";
* {
	margin:0; 
	padding:0;
}

html, body {
	height: 100%;
	width: 100%;
	overflow: hidden;
	font-family: 'SansationRegular', Arial, sans-serif;
	color:#333;
}

@font-face {
    font-family: 'SansationRegular';
    src: url('../font/Sansation_Regular-webfont.eot');
    src: url('../font/Sansation_Regular-webfont.eot?#iefix') format('eot'),
         url('../font/Sansation_Regular-webfont.woff') format('woff'),
         url('../font/Sansation_Regular-webfont.ttf') format('truetype'),
         url('../font/Sansation_Regular-webfont.svg#webfontLr2B6u5e') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
 * HTML5 hack
 */
header, nav, article, footer, address {
	display: block;
}

a {text-decoration:none; color:white; outline:none;}
a:hover {color:white;}

h2 {color:#AAA;}
h4 {color:#CCC;}

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.justify {text-align:justify;}
.middle { display:block; width:128px; height:15px; margin: 50px auto;}

/**
 * Images style rules
 */
img {border:0;}
#full-screen-background-image {
	z-index: -999;
	min-height: 700px;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}
#menu-background-image {
	z-index: -99;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

/**
 * Wrapper style rules
 */
#wrapper {
	display:block;
	width:100%;
	height:auto;
	position:relative;
	top:50px;
}

/**
 * Header style rules
 */
header a {
	position:absolute;
	top:0;
	left:0;
	width:23%;
	height:100%;
	text-indent:-9999px;
	outline:none;
}

/**
 * Menu style rules
 */
nav { 
	position:absolute;
	top:0;
	right:100px;
  	width:100%;
	height:100%;
	z-index:99;
}
	nav ul.level-1 { list-style:none; color:white; height:100%; width:445px; float:right; position:relative;}
	nav ul.level-1>li { float:left; border-top:2px solid #036;}
	nav ul.level-1>li.level-1>a.w145 { display:block; width:143px; margin-right:2px; line-height:40px; text-align:center;}
	nav ul.level-1>li.level-1>a.w100 { display:block; width:98px; margin-right:2px; line-height:40px; text-align:center;}
	nav ul.level-1>li.level-1:hover > a {
		color:#555;
		background-color:#FFD900;
	}
	nav ul.level-1>li:hover > a {
		color:#555;
		background-color:#FFD900;
	}
	
	nav ul.level-2 {
		list-style:none; 
		display:none; 
		position:absolute;
		left:100px;
		width:198px;
		font-size:0.9em;
	}
	nav ul.level-2>li>a {display:block; width:188px; line-height:30px; text-align:left; padding-left:10px; border-top:2px solid #036; color:#333; background-color:#EEE;}
	nav ul.level-2>li>a.last {border-bottom:2px solid #036;}
	nav ul.level-2>li>a:hover {background-color:#FFD900; color:#fff;}
	
	nav ul.level-1>li:hover > ul.level-2 {display:block;}
	
/**
 * Main content style rules
 */
#main {
	position:absolute;
	width:70%;
	height:60%;
	top:20%;
	left:15%;
	z-index:19;
}
#blockpage {
	padding:5px;
	height:100%;
	width:100%;
	
	background-color:#EEE;
	
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	/*IE DOES NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow:0px 0px 8px #000000;
	-webkit-box-shadow:0px 0px 8px #000000;
	box-shadow:0px 0px 8px #000000;
	/*IE DOES NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	behavior: url(js/PIE.htc);
}
	#page {
		display:block;
		width:98%;
		height:98%;
		overflow:auto;
		padding:5px;
		color:#3D556C;
		text-align:justify;
		font-size:0.8em;
		behavior: url(js/PIE.htc);
	}
	#page h1 { text-align:center; margin: 20px 0;}
	#page a { color:#333;}
	#page table { margin:0 auto;}
	#page #tabs1 ul { display:block; width:645px; height:40px; }
	#page #tabs1 ul li { display:block; width:159px; float:left; border:1px solid #666;}
	#page #tabs1 ul li a { display:block; width:100%; line-height:40px; text-align:center; background:#EEE}
	#page #tabs1 ul li a:hover { background:#CCC}
	#page #contenuOngletPack { border:1px solid #666; background-color:#EEE}

textarea { resize:none;}

#map { width:100%}

/**
 * Footer style rules
 */
footer {
	position:fixed;
	bottom:0;
	left:15%;
	z-index:9;
  	width:70%;
	line-height:30px;
	background-color:#FFF;
	text-align:center;
	color:#333;
	font-size:0.8em;
	
	-moz-border-top-left-radius:15px;
	-webkit-border-top-left-radius:15px;
	border-top-left-radius:15px;
	-moz-border-top-right-radius:15px;
	-webkit-border-top-right-radius:15px;
	border-top-right-radius:15px;
	/*IE DOES NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow:0px 0px 8px #000000;
	-webkit-box-shadow:0px 0px 8px #000000;
	box-shadow:0px 0px 8px #000000;
	/*IE DOES NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	opacity:0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/*-ms-filter must come before filter*/
	filter: alpha(opacity=80);
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*All filters must be placed together*/
	behavior: url(js/PIE.htc);
}
	footer span { font-weight:bold;}
	footer a {color:#666;}
	footer a:hover {color:#333;}

/** 
 * Slideshow style rules
 */
#slideshow {
	margin:0 auto;
	width:800px;
	height:400px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:720px;
  height:400px;
  overflow:auto; /* affiche une scrollbar au cas ou */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:720px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height:400px;
}

/** 
 * Slideshow controls style rules
 */
.control {
  display:block;
  width:40px;
  height:40px;
  text-indent:-10000px;
  position:absolute;
  /*cursor: pointer;*/
}
#navDiapo{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:25px;
	bottom:10px;
	/*cursor:pointer;*/
}
#leftControl {
  top:180px;
  left:0;
  /*background:url(../images/left.png) no-repeat 0 0;*/
}
#rightControl {
  top:180px;
  right:0;
  /*background:url(../images/right.png) no-repeat 0 0;*/
}

/**
 * Forms
 */
form#login {display:block; width:400px; height:150px; margin:50px auto;}
form#login h2 { display:block; width:400px; line-height:50px; text-align:center;}
form#login p { display:block; width:400px; height:50px; line-height:50px; text-align:center;}
form#login label { display:block; width:150px; line-height:50px; float:left; text-align:right;}
form select {
	width:150px;
}

/**
 * Carte de France
 */
.cmap {
	background-attachment: scroll;
	background: transparent url(../images/France.png);
	background-position: 0% 0%;
	display: block;
	padding: 0px;
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
	position: relative;
	width: 360px;
	height: 360px;

}
#easyTooltipFRANCE{
	margin-left: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 10px;
	border:1px solid #999999;
	background:#FFFFFF url(js/tip_bg.gif) repeat-x;
	color:#000000;
}
