/***************************** CSS GENERIC ********************************/
body, pre, input, textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html, body, p, table, td, form, input, select, textarea, pre, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

a{
	color: #000;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;

}

a img{
	border-width: 0;
}

td{
	vertical-align: top;
}

ul, ol{
	/* Sinon les puces ne sont pas visible sous IE */
	padding-left: 25px;
}

ul{
	list-style-type: disc;
}

li{
   line-height: 18px;
}

.cms_bloc ul,
.cms_bloc ol{
	line-height: 16px;
	overflow: auto;
	position: relative;
	padding: 5px 0;
}

.cms_bloc ol{
	list-style-position: inside;
}

.cms_bloc ul{
	list-style-type: none;
	_list-style-type: disc;
}

.cms_bloc li{
	padding-left: 23px;
	overflow: hidden;
}

.cms_bloc ol li{
	padding-left: 7px;
	overflow : visible;
}

.cms_part{
	text-align: left;
	margin: 0 auto;
}

.cms_zone{
}

.cms_bloc{
	padding: 5px 0;
	clear: both;
}

/*** BLOCS FILE ***/
.cms_bloc_file{
}

/*** BLOCS FORM ***/
.cms_bloc_form{
}

.cms_bloc_form table td{
	padding: 3px;
}

.cms_bloc_form table td.intitule{
	font-weight: bold;
	text-align: left;
	width: 200px;
	vertical-align: top;
}

.cms_bloc_form table td.valeur td{
	vertical-align: middle;
}


.cms_bloc_form label{
	padding: 0 15px 0 3px;
}

.cms_bloc_form input{
	width: 200px;
}

.cms_bloc_form textarea{
	width: 300px;
	height: 100px;
}

.cms_bloc_form select{
	width: 204px;
}

.cms_bloc_form_error{
	color: #F00;
	padding-bottom: 10px;
}

.cms_bloc_form_message{
	font-weight: bold;
	text-align: center;
}

.cms_bloc_form .cms_bloc_form_field_content{
	text-align: justify;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam,
.cms_bloc_form table td.cms_bloc_form_field_antispam_text{
	width: auto;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam_image{
	text-align: right;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam_image img{
	border: 1px solid #000;
}

.cms_bloc_form .cms_bloc_form_field_content, .cms_bloc_form table td.cms_bloc_form_field_antispam_text{
	padding: 10px 0;
}

.cms_bloc_form .cms_bloc_form_field_checkbox input{
	width: auto;
}

.cms_bloc_form .cms_bloc_form_field_checkbox table td{
	padding: 0;
}

.cms_bloc_form .cms_bloc_form_field_radio table td{
	padding: 0 0;
}

.cms_bloc_form .cms_bloc_form_field_radio input{
	width: auto;
}

.cms_bloc_form .cms_bloc_form_field_submit input{
	width: 85px;
	margin: 5px 0;
}

/*** BLOCS HTML ***/
.cms_bloc_html{
}

/*** BLOCS MEDIA ***/
.cms_bloc_media{
	text-align: center;
}

.cms_bloc_media *{
	border: 0;
	margin: 0 auto;
}

/*** BLOCS MODULE ***/
.cms_bloc_module{
}

/*** BLOCS MAP ***/
.cms_bloc_map .mm_carte{
	margin: auto;
}

.cms_bloc_map .mm_carte .mm_info_photo{
	float: left;
	padding: 0 5px 5px 0;
}

.cms_bloc_map .mm_carte .mm_info_titre{
	font-weight: bold;
}

.cms_bloc_map .mm_carte .mm_info_resume{
}

/*** BLOCS TEXTE ***/
.cms_bloc_text{
	text-align: justify;
}

.cms_bloc_text table{
	width: 100%;
	border-color: #000;
}

.cms_bloc_text table th, .cms_bloc_text table td{
	border-color: #000;
}

.cms_bloc_text table td{
	vertical-align: top;
}

.cms_bloc_text_media_gauche{
}

.cms_bloc_text_media_gauche .cms_bloc_media{
	position: relative;
	z-index: 2;
	padding: 0;
	margin: 0;
	float: left;
	padding: 0 15px 15px 0;
}

.cms_bloc_text_media_droite{
}

.cms_bloc_text_media_droite .cms_bloc_media{
	position: relative;
	z-index: 2;
	padding: 0;
	margin: 0;
	float: right;
	padding: 0 0 15px 15px;
}

.cms_bloc_text_haut{
}

.cms_bloc_text_media_centre{
	text-align: center;
	padding: 15px 0;
}

.cms_bloc_text_media_centre .cms_bloc_media{
	margin: 15px 0;
}

.cms_bloc_text_bas{
}

.cms_bloc_text table{
	width: 100%;
}

.cms_bloc_text table td{
	vertical-align: top;
}

.cms_bloc_text_gauche{
	width: 49%;
}

.cms_bloc_text_milieu{
	width: 2%;
}

.cms_bloc_text_droite{
	width: 49%;
}

/*** BLOCS TITRE ***/
.cms_bloc_title{
}

.cms_bloc_title h2{
}

/*** ***/
.spacer{
	clear: both;
	display : block;
	line-height: 0;
	width: 0;
	font-size: 0;
}

.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

[class*=img-txt] {
	display : block;
	overflow : hidden;
	text-indent : -9999px;
}
.img-txt-a {
	position : absolute;
}

.soustitre {
	color: #4FBDEC;
	font-size: 18px;
}

.intertitre {
	color: #4FBDEC;
	font-size: 18px;
}

.accroche {
	color: #878787;
	font-style: italic;
	font-size: 14px;
}

.mise_en_avant_1 {
	color: #000;
	font-weight: bold;
}
.mise_en_avant_2 {
	color: #4FBDEC;
	font-weight: bold;
}

.legende {
	font-style: italic;
	color: #4FBDEC;
}

/******  SPRITE  ******/

#print-sitemap a,
#content ul li,
#points-entree span,
.cms_bloc_title h2 {
	background: url(../images/sprite-pictos.png) no-repeat 0 0;
}
/**** SURCLASSAGE GP *****/

.gp-selection-pager-control.disabled, .gp-selection-pager-control.disabled:hover, .gp-selection-pager-control:hover {
	background: #333 !important;
}
.gp-selection-pager-control {
	background: #222 !important;
}
.gp-selection-media-title {
	font-size: 0.8em !important;
}
.gp-selection-pager-thumbs a {
	border: 0 !important;
}
/******  GENERALITE  ******/

body, td, pre, input, textarea, select, footer, right {
	font-family: 'Strait', Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 15px;
}
body {
	background: #FFF;
	color: #adadad;
}

.cms_bloc_form select, .cms_bloc_form textarea, .cms_bloc_form input {
	background: #444;
	border: 1px solid #000;
	color: #FFF;
}

.cms_bloc_form select:focus, .cms_bloc_form textarea:focus, .cms_bloc_form input:focus, {
	outline: 0;
	-webkit-box-shadow:  0px 0px 0px 2px #cc0400;
        box-shadow:  0px 0px 0px 2px #cc0400;
}

/******  STYLE GLOBAUX  ******/

a {
	color: #ff0000;
	text-decoration: underline;
}
#zone-page a {
	font-weight: normal;
}

a:hover {
	text-decoration: none;
}

.container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 840px;
}

.cms_bloc_title h2 {
	background-position: 0 -254px;
	color: #000;
	font-size: 23px;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
}

/******  STYLE DES LISTES  ******/

#content ul,
#content ol{
	padding: 5px 0;
	position: relative;
}
#content ol{
	list-style-position: inside;
}
#content ul{
	list-style-type: none;
}

#content ul li {
	background-position: 20px -479px;
	overflow: hidden;
	padding: 0 0 0 30px;
}
#content ol li{
	padding: 0 0 6px 7px;
}


/******  HEADER  ******/

#zone-header {
	position: relative;
	z-index: 2;
}
	#header {
		height: 240px;
	}
		h1 {
			color: #a8a8a8;
			font-size: 12px;
			line-height: 12px;
			font-weight: normal;
			margin: 15px 0 0 0;
			text-align: left;
		}

		#header-logo {
			display: block;
			height: 92px;
			position: absolute;
			top: 40px;
			width: 656px;
		}

#zone-menu {
	z-index: 2;
}		
/******  FIL D'ARIANE  ******/

#breadcrumb {
	color: #0dc2dd;
	float: left;
	margin: 10px 0;
}
	#breadcrumb a {
		color: #9c9c9c;
		font-weight: normal;
		text-decoration: underline;
	}
		#breadcrumb a:hover {
			text-decoration: none;
		}


/******  PAGE  ******/

#zone-page {
	position: relative;
	z-index: 1;
}

	#page {
	}
		#content {
			padding: 25px 0 30px 0;
		}
	
		.zone-2 {
			float: left;
			width: 412px;
		}
		.zone-1-si-zone-2 {
			float: right;
			width: 400px;
		}

/******  PIED DE PAGE  ******/

#zone-footer {
	position: relative;
	z-index: 1;
}

#footer {
	border-top: 4px solid #3c3c3c;
	height: 50px;
	width: 990px;
	padding: 10px 0 0 0;
}
	#footer,
	#footer a {
		color: #808080;
	}
	#footer a {
		text-decoration: none;
	}
		#footer a:hover {
			text-decoration: underline;
		}
	
		#lastupdate,
		#print-sitemap {
			float: left;
			height: 19px;
		}
		#lastupdate {
			color: #808080;
			line-height: 19px;
		}
		#print-sitemap {
			margin: 0 0 0 10px;
		}
			#print-sitemap a {
				width: 20px;
				height: 19px;
				margin: 0 0 0 5px;
				display: inline-block;
			}
			a#print-link {
				background-position: 0 -27px;
			}
			a#sitemap-link {
				background-position: 0 0;
			}
			
	#footer-copyright {
		margin: 0 0 4px;
		float: right;
	}
		#footer-copyright img {
			margin: 0 0 -3px 0;
		}
		
/******  TINYMCE  ******/

.mise_en_avant_1 {
	color: #fff;
}
/******  SPRITE  ******/

#menu li.niv1,
#menu a.niv2,
#menu a.niv3  {
	
}

/** ===== STYLES GLOBAUX ===== **/

#menu {
	position: relative;
	display:block;
	height: 39px;
	z-index: 3;
	text-align: center;
}

#menu ul {
	margin: 0; 
	padding: 0;
}
#menu > ul {
	height: 39px;
}

#menu li {
	height: auto;
	list-style: none;
	position: relative;
}

#menu a {
	color: #4FBDEC;
	display: block;
	text-decoration: none;
}


/** ===== MENU NIVEAU 1 ===== **/

#menu li.niv1 {
	display: table-cell;
	background-position: right -50px;
	padding: 0 2px 0 0;
}

#menu li.niv1.last {
	padding-right: 0;
	background : none;
}


#menu a.niv1 {
	font-size: 17px;
	height: 39px;
	line-height: 39px;
	padding: 0 15px 0 12px;
}
#menu a.niv1.last {
	background: none;
}
#menu a.niv1.home {
	width: 48px;
	background-image: url("../images/home.png");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0;
}


#menu a.niv1_on,
#menu a.niv1.niv1_on.last,
#menu li.niv1:hover a.niv1 {
	color: #fff;
	background-color: #4FBDEC;	
}


/** ===== SOUS-MENUS ===== **/

#menu div.niv2 {
	font-size: 12px;
	overflow: visible;
	position: absolute;
	width: 200px;
	z-index: 100;
	text-align: left;
}

#menu div.niv2.to_left {
	left: auto;
	right: 0;
}

#menu div.niv2_top {
	background: #000;
	margin-top: -500px;
}

#menu li.niv1:hover div.niv2_top {
	margin-top: 0;
}


/** ===== MENU NIVEAU 2 ===== **/

#menu a.niv2 {
	color: #fff;
	background-position: 10px -104px;
	font-size: 13px;
	line-height: 13px;
	padding: 10px 10px 10px 20px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

#menu a.niv2_on,
#menu li.niv2:hover a.niv2 {
	color: #fff;
}
#menu a.niv2_on,
#menu li.niv2:hover a.niv2 {
	color: #4FBDEC;
}
#menu li.niv2:hover a.niv2 {
	background-position: 15px -104px;
	padding-left: 25px;
	padding-right: 5px;
}
#menu a.niv2_on {
	font-weight: bold;
}



/** ===== MENU NIVEAU 3 ===== **/

#menu div.niv3 {
	display: none;
	left: 200px;
	top: 0;
	position: absolute;
	width: 200px;
	z-index: 2;
}

#menu .to_left div.niv3 {
	left: -200px;
}

#menu li.niv2:hover div.niv3 {
	display: block;
}

#menu div.niv3_top {
	background: #000;
	margin: 0 1px;
	padding: 5px 0;
}

#menu a.niv3 {
	color: #9d9d9d;
	background-position: 10px -104px;
	font-size: 12px;
	line-height: 12px;
	padding: 11px 10px 11px 20px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

#menu a.niv3_on,
#menu a.niv3:hover {
	color: #fff;
}
#menu a.niv3:hover {
	background-position: 15px -104px;
	padding-left: 25px;
	padding-right: 5px;
}


#buorg {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #aaaaaa;
  background: #aa162a;
  color: #ffffff;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  cursor: default; }
  #buorg div {
    padding: 5px 36px;
    text-align: center; }
  #buorg a {
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline; }
    #buorg a:hover {
      text-decoration: none; }
  #buorg #buorgclose {
    position: absolute;
    right: .5em;
    top: .2em;
    height: 16px;
    line-height: 16px;
    width: 16px;
    padding: 0;
    cursor: pointer;
    text-indent: -1000px;
    overflow: hidden; }
    #buorg #buorgclose:before, #buorg #buorgclose:after {
      position: absolute;
      left: 7px;
      content: ' ';
      height: 16px;
      width: 2px;
      background-color: #eaeaea; }
    #buorg #buorgclose:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    #buorg #buorgclose:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    #buorg #buorgclose:hover:before, #buorg #buorgclose:hover:after {
      background-color: #ffffff; }