/* @override Credits */
/*
Date : 04.03.2010
Auteur : Adrien Heury + Guillaume Philippon + Anne Taupin
Projet : OT du Cerdon
Logiciel : CSS Edit 2.6 - iMac
Commentaire : 

                        
                          oooo$$$$$$$$$$$$oooo
                      oo$$$$$$$$$$$$$$$$$$$$$$$$o
                   oo$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$o         o$   $$ o$
   o $ oo        o$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$o       $$ $$ $$o$
oo $ $ "$      o$$$$$$$$$    $$$$$$$$$$$$$    $$$$$$$$$o       $$$o$$o$
"$$$$$$o$     o$$$$$$$$$      $$$$$$$$$$$      $$$$$$$$$$o    $$$$$$$$
  $$$$$$$    $$$$$$$$$$$      $$$$$$$$$$$      $$$$$$$$$$$$$$$$$$$$$$$
  $$$$$$$$$$$$$$$$$$$$$$$    $$$$$$$$$$$$$    $$$$$$$$$$$$$$  """$$$
   "$$$""""$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$     "$$$
    $$$   o$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$     "$$$o
   o$$"   $$$$$$$$$$$    HAVE FUN WITH MY CSS    $$$$$$$$$$$$       $$$o
   $$$    $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$" "$$$$$$ooooo$$$$o
  o$$$oooo$$$$$  $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$   o$$$$$$$$$$$$$$$$$
  $$$$$$$$"$$$$   $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$     $$$$""""""""
 """"       $$$$    "$$$$$$$$$$$$$$$$$$$$$$$$$$$$"      o$$$
            "$$$o     """$$$$$$$$$$$$$$$$$$"$$"         $$$
              $$$o          "$$""$$$$$$""""           o$$$
               $$$$o                                o$$$"
                "$$$$o      o$$$$$$o"$$$$o        o$$$$
                  "$$$$$oo     ""$$$$o$$$$$o   o$$$$""
                     ""$$$$$oooo  "$$$o$$$$$$$$$"""
                        ""$$$$$$$oo $$$$$$$$$$
                                """"$$$$$$$$$$$
                                    $$$$$$$$$$$$
                                     $$$$$$$$$$"
                                      "$$$""*/

/*[Table of contents]
-------------------------------------------------------------------*/
/*[Color codes]
-------------------------------------------------------------------*/
/*[Typography]
-------------------------------------------------------------------*/

@import url("reset.css");
@import url("grid.css");
@import url("typography.css");

@import url("wysiwyg.css");

body {
	background: url(../images/bkg-body.jpg) no-repeat center 0;
	position:relative;
}

body .container {
  	margin-bottom:100px;
  	position: relative;
}

/* Special lightbox */
body.lightbox {
	background: #e5e0d0;
	overflow-x: hidden;
}

body.lightbox .container .contenu .article {
	left: 0px;
}

.nbResultats {
	color: #737373;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

.oblig {
	color: #f00;
}

/* @group Header */

body .container .header {
	position: relative;
	z-index:40;
	height: 100px;
}

*+ html body .container .header {
	height: inherit;
	margin-bottom: 100px;
}

/* @group Logo */

body .container .header .fleur {
	display: block;
	position: absolute;
	height: 138px;
	width: 138px;
	top: 0;
	left: -90px;
	background: url(../images/fleur.png) no-repeat 0 0;
	z-index: 5000;
}

body .container .header h1 a {
	background: url(../images/header.png) no-repeat 0 0;
	display: block;
	width: 733px;
	height: 141px;
	position: relative;
	top: 0;
	left: 30px;
}

body .container .header h1 a span {
	display: none;
}

/* @end */

/* @group Liens rapides (+ Langue) */

body .container .header .liensRapides {
	position: absolute;
	top: 0;
	right: -20px;
	width: 430px;
	height: 10px;
}

body .container .header .liensRapides ul li {
	display: block;
	float: left;
	padding: 0 5px;
	border-right: 1px solid #d7d5d4;
	height: 10px;
}

body .container .header .liensRapides ul li a {
	color: #635d46;
	text-decoration: none;
	height: 10px;
}

body .container .header .liensRapides ul li a:hover {
	text-decoration: underline;
}

body .container .header .liensRapides ul li.english, body .container .header .liensRapides ul li.france {
	border: none;
}

body .container .header .liensRapides ul li.english a, body .container .header .liensRapides ul li.france a {
	display: block;
	height: 22px;
	width: 40px;
	background: url(../images/langue.png) no-repeat 5px -2px;
	position: absolute;
	top: 5px;
}

body .container .header .liensRapides ul li.france a {
	background-position: 5px -24px;
}

body .container .header .liensRapides ul li.english a span, body .container .header .liensRapides ul li.france a span {
	display: none;
}

/* @end */

/* @group Recherche */

body .container .header .ot {
	position: absolute;
	top: 30px;
	right: 220px;
}

/* @end */

/* @group Recherche */

body .container .header .search {
	position: absolute;
	top: 50px;
	right: 0;
}

* html body .container .header .search {
	width: 200px;
	left: 750px;
}

body .container .header .search input.recherche_champ {
	background: #fff url(../images/pictos.png) no-repeat 1px 2px;
	border-left: 1px solid #9e938c;
	border-top: 1px solid #9e938c;
	border-bottom: 1px solid #9e938c;
	border-right: 1px solid #000;
	padding: 5px 5px 5px 20px;
	margin: 0;
	font-family: Arial, sans-serif;
	color: #737373;
	font-size: 11px;
}

body .container .header .search input.recherche_submit {
	background: #000;
	border: none;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 5px 5px 6px 5px;
}

*+ html body .container .header .search input.recherche_submit {
	padding: 3px 5px 3px 5px;
}

* html body .container .header .search input.recherche_submit {
	padding: 3px 5px 3px 5px;
}

/* @end */

/* @group Menu principal */

body .container .header .menu {
	background: url(../images/bkg-menu.png) repeat-x 0 0;
	height: 39px;
	padding-left: 12px;
	position: relative;
	top: -65px;
}

body .container .header .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body .container .header .menu ul li {
  float:left;
  position:relative;
  margin:0;
}

body .container .header .menu ul li a {
	display: block;
	float: left;
	background: url(../images/liens-menu.png) no-repeat 0 0;
	height: 39px;
}

body.en .container .header .menu ul li a {
	display: block;
	float: left;
	background: url(../images/liens-menu-uk.png) no-repeat 0 0;
	height: 39px;
}

/* Hebergement */

  /* FR */
  body .container .header .menu ul li.hebergement a {
  	background-position: 0 0;
  	width: 140px;
  }
  
  body .container .header .menu ul li.hebergement a:hover, body .container .header .menu ul li.hebergement.select a, body .container .header .menu ul li.hebergement:hover a {
  	background-position: 0 -40px;
  }
  
  /* EN */
  body.en .container .header .menu ul li.hebergement a {
  	background-position: 0 0;
  	width: 160px;
  }
  body.en .container .header .menu ul li.hebergement a:hover, body.en .container .header .menu ul li.hebergement.select a, body.en .container .header .menu ul li.hebergement:hover a {
  	background-position: 0 -40px;
  }
  

/* Gastronomie */

  /* FR */
  body .container .header .menu ul li.gastronomie a {
  	background-position: -125px 0;
  	width: 140px;
  }
  body .container .header .menu ul li.gastronomie a:hover, body .container .header .menu ul li.gastronomie.select a, body .container .header .menu ul li.gastronomie:hover a {
  	background-position: -125px -40px;
  }
  
  /* EN */
  body.en .container .header .menu ul li.gastronomie a {
  	background-position: -160px 0;
  	width: 120px;
  }
  body.en .container .header .menu ul li.gastronomie a:hover, body.en .container .header .menu ul li.gastronomie.select a, body.en .container .header .menu ul li.gastronomie:hover a {
  	background-position: -160px -40px;
  }

/* Activites */

  /* FR */
  body .container .header .menu ul li.activites a {
  	background-position: -250px 0;
  	width: 175px;
  }
  body .container .header .menu ul li.activites a:hover, body .container .header .menu ul li.activites.select a, body .container .header .menu ul li.activites:hover a {
  	background-position: -250px -40px;
  }

  /* EN */
  body.en .container .header .menu ul li.activites a {
  	background-position: -280px 0;
  	width: 185px;
  }
  body.en .container .header .menu ul li.activites a:hover, body.en .container .header .menu ul li.activites.select a, body.en .container .header .menu ul li.activites:hover a {
  	background-position: -280px -40px;
  }

/* Patrimoine */

  /* FR */
  body .container .header .menu ul li.patrimoine a {
  	background-position: -415px 0;
  	width: 115px;
  }
  body .container .header .menu ul li.patrimoine a:hover, body .container .header .menu ul li.patrimoine.select a, body .container .header .menu ul li.patrimoine:hover a {
  	background-position: -415px -40px;
  }

  /* EN */
  body.en .container .header .menu ul li.patrimoine a {
  	background-position: -465px 0;
  	width: 100px;
  }
  body.en .container .header .menu ul li.patrimoine a:hover, body.en .container .header .menu ul li.patrimoine.select a, body.en .container .header .menu ul li.patrimoine:hover a {
  	background-position: -465px -40px;
  }

/* Commerce */

  /* FR */
  body .container .header .menu ul li.commerce a {
  	background-position: -520px 0;
  	width: 205px;
  }
  body .container .header .menu ul li.commerce a:hover, body .container .header .menu ul li.commerce.select a, body .container .header .menu ul li.commerce:hover a {
  	background-position: -520px -40px;
  }

  /* EN */
  body.en .container .header .menu ul li.commerce a {
  	background-position: -565px 0;
  	width: 170px;
  }
  body.en .container .header .menu ul li.commerce a:hover, body.en .container .header .menu ul li.commerce.select a, body.en .container .header .menu ul li.commerce:hover a {
  	background-position: -565px -40px;
  }

/* Evenements */

  /* FR */
  body .container .header .menu ul li.evenements a {
  	background-position: -715px 0;
  	width: 125px;
  }
  body .container .header .menu ul li.evenements a:hover, body .container .header .menu ul li.evenements.select a, body .container .header .menu ul li.evenements:hover a {
  	background-position: -715px -40px;
  }
  
  /* EN */
  body.en .container .header .menu ul li.evenements a {
  	background-position: -735px 0;
  	width: 150px;
  }
  body.en .container .header .menu ul li.evenements a:hover, body.en .container .header .menu ul li.evenements.select a, body.en .container .header .menu ul li.evenements:hover a {
  	background-position: -735px -40px;
  }


body .container .header .menu ul li a span {
	display: none;
}

/* @group Déroulant */

body .container .header .menu ul li .mDeroulantContenu {
	display: none;
	position: absolute;
	z-index: 20000;
	padding: 8px;
	background: #f7f4ef;
	border: 1px solid #e2ddca;
	left:0;
	top:37px;
}

 
/*
body .container .header .menu ul li.hebergement .mDeroulantContenu {
	top: 40px;
	left: 13px;	
}

body .container .header .menu ul li.gastronomie .mDeroulantContenu {
	top: 40px;
	left: 150px;	
}

body .container .header .menu ul li.activites .mDeroulantContenu {
	top: 40px;
	left: 290px;	
}

body .container .header .menu ul li.patrimoine .mDeroulantContenu {
	top: 40px;
	left: 465px;	
}

body .container .header .menu ul li.commerce .mDeroulantContenu {
	top: 40px;
	left: 580px;	
}

body .container .header .menu ul li.evenements .mDeroulantContenu {
	top: 40px;
	left: 785px;	
}
*/

body .container .header .menu ul li .mDeroulantContenu ul {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
	height: auto;
}

body .container .header .menu ul li .mDeroulantContenu ul li {
	display: block;
	margin: 0;
	padding: 0;
}

body .container .header .menu ul li .mDeroulantContenu ul li a {
	display: block;
	background: none;
	margin: 0;
	padding: 5px 0;
	color: #372e27;
	height: auto;
	text-decoration: none;
	font-weight: bold;
	clear: both;
	border-bottom: 1px solid #e2ddca;
	padding-left: 10px;
}

body .container .header .menu ul li .mDeroulantContenu ul li a:hover {
	text-decoration: none;
	color: #8d5608;
}

body .container .header .menu ul li .mDeroulantContenu ul li a span {
	display: block;
}

body .container .header .menu ul li .mDeroulantContenu ul li ul li a {
	font-weight: normal;
	font-size: 11px;
	border-bottom: none;
}

/* @end */

/* @end */

/* @end */

/* @group Contenu */

body .container .contenu {
	position: relative;
	top: -40px;
	margin-bottom: 100px;
	z-index:10;
}

* html body .container .contenu {
	margin-bottom: 0 !important;
}

/* Special lightbox */
body.lightbox .container .contenu {
	position: relative;
	top: 0;
}

/* @group Home */

/* @group Diaporama */

body .container .diaporama {
	background: #faf1f2;
	padding: 10px;
}

* html body .container .diaporama {
	position: relative;
	top: 0;
	left: 0;
}

body .container .diaporama #slideActus {
	height: 400px; 
	z-index: 1000;
	position: relative;
}

body .container .diaporama #slideActus .slider {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	width:511px;
}

body .container .diaporama #slideActus .slider .legende {
	background: url(../images/black-70.png) repeat 0 0;
	width:511px;
	position: absolute;
	top: 317px;
	padding: 10px;
	height: 60px;
}

body .container .diaporama #slideActus .slider .legende img {
  width:511px;
}

body .container .diaporama #slideActus .slider .legende .titre {
	font-size: 18px;
}

body .container .diaporama #slideActus .slider .legende .description {
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	padding-left: 10px;
	border-left: 1px solid #eee;
}

body .container .diaporama .nav {
	position: absolute;
	top: 270px;
	width: 510px;
	z-index: 10000;
}

* html body .container .diaporama .nav {
	top: 180px;
}

body .container .diaporama .nav .prev {
	display: block;
	height: 26px;
	width: 26px;
	background: url(../images/prev.png) no-repeat 0 0;
	float: left;
	margin-left: 10px;
}

body .container .diaporama .nav .next {
	display: block;
	height: 26px;
	width: 26px;
	background: url(../images/next.png) no-repeat 0 0;
	float: right;
	margin-right: 10px;
}

body .container .diaporama .nav .prev span, body .container .diaporama .nav .next span {
	display: none;
}

body .container .diaporama .scotch2 {
	display: block;
	position: absolute;
	height: 47px;
	width: 530px;
	top: 100px;
	left: 0;
	background: url(../images/scotch3.png) no-repeat 100% 0;
	z-index: 5000;
}

* html body .container .diaporama .scotch2 {
	position: absolute;
	top: 0;
	left: 0;
}

body .container .diaporama .scotch3 {
	display: block;
	position: absolute;
	height: 47px;
	width: 530px;
	top: 472px;
	left: 0;
	background: url(../images/scotch3.png) no-repeat  0 100%;
	z-index: 5000;
}

* html body .container .diaporama .scotch3 {
	position: absolute;
	top: 0;
	left: 0;
}

/* @end */

/* Généralités sur les Blocs */
body .container .contenu .allBlocs .bloc {
	border: 1px solid #e5e0d0;
	border-top: 6px solid #e5e0d0;
	background: #fdfbf8;
	padding: 10px;
	margin-bottom: 10px;
	position: relative;
}

/* @group Scotch sur Blocs */

body .container .contenu .allBlocs .bloc .scotch {
	background: url(../images/scotch.png) no-repeat 0 0;
	display: block;
	height: 21px;
	width: 51px;
	position: absolute;
	top: -12px;
	left: 65px;
}

body .container .contenu .allBlocs .bloc h2 {
	border-bottom: 1px solid #e5e0d0;
	color: #8d5608;
	margin-top: 7px;
}

/* @end */

/* @group Bloc Brèves */

body .container .contenu .allBlocs .bloc.breves {
	height: 140px;
}

body .container .contenu .allBlocs .bloc.breves h2 {
	background: url(../images/titres.png) no-repeat 0 0;
	height: 20px;
}

body.en .container .contenu .allBlocs .bloc.breves h2 {
	background: url(../images/titres-uk.png) no-repeat 0 0;
	height: 20px;
}

body .container .contenu .allBlocs .bloc.breves h2 span {
	display: none;
}

body .container .contenu .allBlocs .bloc.breves a.titre {
	text-decoration: none;
	color: #372a1e;
	border-bottom: 1px solid #cfcbbc;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
}

body .container .contenu .allBlocs .bloc.breves a.titre:hover {
	border-bottom: 1px solid #372a1e;
}

body .container .contenu .allBlocs .bloc.breves a.more {
	font-size: 10px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}


body .container .contenu .breve  div{
	margin-bottom: 50px;
	border-bottom: 1px solid #cfcbbc;
}



/* @end */





/* @group Bloc Evenements */

body .container .contenu .allBlocs .bloc.evenements {
	height: 140px;
}

body .container .contenu .allBlocs .bloc.evenements h2 {
	background: url(../images/titres.png) no-repeat 0 -25px;
	height: 20px;
}

body.en .container .contenu .allBlocs .bloc.evenements h2 {
	background: url(../images/titres-uk.png) no-repeat 0 -25px;
	height: 20px;
}

body .container .contenu .allBlocs .bloc.evenements h2 span {
	display: none;
}

body .container .contenu .allBlocs .bloc.evenements .date {
	font-weight: bold;
	display: block;
	color: #372a1e;
	font-size: 11px;
}

body .container .contenu .allBlocs .bloc.evenements a.titre {
	text-decoration: none;
	color: #372a1e;
	border-bottom: 1px solid #cfcbbc;
	font: italic 12px Georgia, "Times New Roman", Times, serif;

}

body .container .contenu .allBlocs .bloc.evenements a.titre:hover {
	border-bottom: 1px solid #372a1e;
}

body .container .contenu .allBlocs .bloc.evenements a.more {
	font-size: 10px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* @end */

/* @group Bloc Idées séjours */

body .container .contenu .allBlocs .bloc.idees {
	height: 130px;
	position: relative;
}

body .container .contenu .allBlocs .bloc.idees h2 {
	background: url(../images/titres.png) no-repeat 0 -50px;
	height: 20px;
	margin-left: 180px;
}

body.en .container .contenu .allBlocs .bloc.idees h2 {
	background: url(../images/titres-uk.png) no-repeat 0 -50px;
	height: 20px;
	margin-left: 180px;
}

body .container .contenu .allBlocs .bloc.idees h2 span {
	display: none;
}

body .container .contenu .allBlocs .bloc.idees p {
	margin: 0 0 10px 180px;
	padding: 0;
	color: #372a1e;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
}

/*body .container .contenu .allBlocs .bloc.idees .coeur {
	position: relative;
	top: -65px;
	float: left;
	margin-right: 15px;
}*/

body .container .contenu .allBlocs .bloc.idees .coeur {
	position: absolute;
	top: -10px;
}

body .container .contenu .allBlocs .bloc.idees a.more {
	float: right;
	font-size: 10px;
}

/* @end */

/* @group Bloc Enfants */

body .container .contenu .allBlocs .bloc.enfants {
	background: none;
	border: none;
	margin-top: -10px;
}

body .container .contenu .allBlocs .bloc.enfants h2 {
	background: url(../images/titres.png) no-repeat 0 -75px;
	height: 20px;
}

body.en .container .contenu .allBlocs .bloc.enfants h2 {
	background: url(../images/titres-uk.png) no-repeat 0 -75px;
	height: 20px;
}

body .container .contenu .allBlocs .bloc.enfants h2 span {
	display: none;
}

body .container .contenu .allBlocs .bloc.enfants p {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
}

body .container .contenu .allBlocs .bloc.enfants a.more {
	font-size: 10px;
}

/* @end */

/* @group Bloc Newsletter */

body .container .contenu .allBlocs .bloc.newsletter {
	background: none;
	border: none;
	border-left: 1px solid #e5e0d0;
	margin-top: -10px;
}

body .container .contenu .allBlocs .bloc.newsletter h2 {
	background: url(../images/titres.png) no-repeat 0 -100px;
	height: 20px;
}

body.en .container .contenu .allBlocs .bloc.newsletter h2 {
	background: url(../images/titres-uk.png) no-repeat 0 -100px;
	height: 20px;
}

body .container .contenu .allBlocs .bloc.newsletter h2 span {
	display: none;
}

body .container .contenu .allBlocs .bloc.newsletter p {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
}

body .container .contenu .allBlocs .bloc.newsletter .letter input.email_champ {
	background: url(../images/pictos.png) no-repeat 1px 2px;
	border-left: 1px solid #9e938c;
	border-top: 1px solid #9e938c;
	border-bottom: 1px solid #9e938c;
	border-right: 1px solid #000;
	padding: 5px 5px 5px 20px;
	margin: 0;
	font-family: Arial, sans-serif;
	color: #737373;
	font-size: 11px;
	width: 105px;
}

body .container .contenu .allBlocs .bloc.newsletter .letter input.letter_submit {
	background: #000;
	border: none;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 5px 5px 6px 5px;
	cursor: pointer;
}

* html body .container .contenu .allBlocs .bloc.newsletter .letter input.letter_submit {
	padding: 3px 5px 3px 5px;
}

*+ html body .container .contenu .allBlocs .bloc.newsletter .letter input.letter_submit {
	padding: 3px 5px 3px 5px;
}

/* @end */

/* @end */

/* @group Interieure */

/* @group Outils */

ul#outilsZoom {
	list-style: none;
	float: right;
	padding: 5px 0 0 0;
	margin: 0 50px 0 15px;
	background:#FFFFFF;
	display: none;
}

ul#outilsZoom li a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
}

ul#outilsZoom li a:hover {
	font-size: 11px;
	color: #333;
	text-decoration: none;
	border-bottom: none;
}

ul#outilsZoom li {
	width:24px;
	height:24px;
	float:left;
	padding:0 5px 0 0;
	margin:0;
	background:none;
}

ul#outilsZoom li a {
	display:block;
	width:24px;
	height:24px;
}	
ul#outilsZoom li a span {
	display:none;
}


ul#outilsZoom li.print a {
	background: url(../images/picto-print.png) no-repeat 0 0;
}

ul#outilsZoom li.ami a {
	background: url(../images/picto-ami.png) no-repeat 0 0;
}

ul#outilsZoom li.plus a {
	background: url(../images/picto-plus.png) no-repeat 0 0;
}

ul#outilsZoom li.moins a {
	background: url(../images/picto-moins.png) no-repeat 0 0;
}

/* @end */

/* @group Sous menu */

body .container .contenu .sousMenu {
	margin: 30px 0 0 20px;
	position: absolute;
	left: -20px;
	top: 100px;
}

*+ html body .container .contenu .sousMenu {
	top: 0px;
}

* html body .container .contenu .sousMenu {
	top: 0;
	left: -740px;
}

body .container .contenu .sousMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body .container .contenu .sousMenu ul li {
	margin-left: 15px;
}

body .container .contenu .sousMenu ul li a {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #372e28;
	text-decoration: none;
	border-bottom: 1px solid #cfcbbc;
}

body .container .contenu .sousMenu ul li a.select, body .container .contenu .sousMenu ul li a:hover {
	color: #669091;
}

body .container .contenu .sousMenu ul li ul li a {
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	border-bottom: none;
}

body .container .contenu .sousMenu ul li ul li a.select {
	color: #669091;
}

/* @end */

/* @group Bloc de mise en avant sous le sousMenu */

body .container .contenu .sousMenu .bloc {
	border: 1px solid #e5e0d0;
	border-top: 6px solid #e5e0d0;
	background: #fdfbf8;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}

/* @group Evenements */

body .container .contenu .sousMenu .bloc.evenements h2 {
	background: url(../images/titres.png) no-repeat 0 -25px;
	height: 20px;
	margin-bottom: 10px;
}

body.en .container .contenu .sousMenu .bloc.evenements h2 {
	background: url(../images/titres-uk.png) no-repeat 0 -25px;
	height: 20px;
	margin-bottom: 10px;
}

body .container .contenu .sousMenu .bloc.evenements h2 span {
	display: none;
}

body .container .contenu .sousMenu .bloc.evenements .date {
	font-weight: bold;
	display: block;
	color: #372a1e;
	font-size: 11px;
}

body .container .contenu .sousMenu .bloc.evenements a.titre {
	text-decoration: none;
	color: #372a1e;
	border-bottom: 1px solid #cfcbbc;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
}

body .container .contenu .sousMenu .bloc.evenements a.titre:hover {
	border-bottom: 1px solid #372a1e;
}

body .container .contenu .sousMenu .bloc.evenements a.more {
	font-size: 10px;
	float: right;
}

/* @end */

/* @group Enfants */

body .container .contenu .sousMenu .bloc.enfants h2 {
	background: url(../images/titres.png) no-repeat 0 -75px;
	height: 20px;
	margin-bottom: 10px;
}

body.en .container .contenu .sousMenu .bloc.enfants h2 {
	background: url(../images/titres-uk.png) no-repeat 0 -75px;
	height: 20px;
	margin-bottom: 10px;
}

body .container .contenu .sousMenu .bloc.enfants h2 span {
	display: none;
}

body .container .contenu .sousMenu .bloc.enfants p {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
}

body .container .contenu .sousMenu .bloc.enfants a.more {
	font-size: 10px;
}

/* @end */

/* @end */

/* @group Wysiwyg (Article) */

body .container .contenu .article {
	margin-bottom: 100px;
	position: relative;
	top: 0px;
	left: 220px;
}

*+ html body .container .contenu .article {
	top: 0px;
}

* html body .container .contenu .article {
	top: 0px;
}

/***************************************
/***************************************
TOUTES LES MISE EN FORME H2, H3, H4, UL, LI etc sont dans wysiwyg.css 
****************************************
****************************************/

/* @group Ariane */

body .container .contenu .article .ariane {
	margin-bottom: 10px;
	color: #8d5608;
	font-size: 11px;
}

body .container .contenu .article .ariane a {
	color: #372e28;
	text-decoration: none;
}

/* @end */

/* @group Formulaires */

body .container .contenu .article form fieldset {
	/*background: #f3f4cc;
	padding: 10px;*/
	margin-bottom: 10px;
}

body .container .contenu .article form fieldset div label {
	display: block;
	width: 200px;
	float: left;
}

body .container .contenu .article form fieldset div input, body .container .contenu .article form fieldset div textarea {
	border:1px solid #9e938c;
  	color:#777;
  	font-size:12px;
  	font-family: Arial, sans-serif;
  	padding: 3px;
}

body .container .contenu .article form fieldset div input.submit {
	background: #000;
	border: none !important;
	color: #fff !important;
	padding: 4px 10px;
	cursor: pointer;
}

body .container .contenu .article form fieldset div input.submit:hover {
	background: #dd177e;
}

/* @end */

/* @group Affineurs */

body .container .contenu .article form.affineur {
	border: 1px solid #e5e0d0;
	background: #e5e0d0;
	padding: 10px;
	margin: 0 0 20px 0;
}

body .container .contenu .article form.affineur fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

body .container .contenu .article form.affineur fieldset legend {
	display: none;
}

body .container .contenu .article form.affineur fieldset div label {
	font-size: 11px;
	color: #737373;
	margin-right: 10px;
	float: none !important;
	width: auto !important;
	display: inline !important;
	display: none !important;
}

body .container .contenu .article form.affineur fieldset div input, body .container .contenu .article form.affineur fieldset div {
	display: inline;
}

body .container .contenu .article form.affineur fieldset div input, body .container .contenu .article form.affineur fieldset div select {
  	border:1px solid #9e938c;
  	color:#777;
  	font-size:12px;
  	font-family: Arial, sans-serif;
  	padding: 3px;
}

body .container .contenu .article form.affineur fieldset div input.valider {
	background: #000;
	border: none;
	color: #fff;
	padding: 4px 10px;
	cursor: pointer;
	float: right;
}

body .container .contenu .article form.affineur fieldset div input.valider:hover {
	background: #dd177e;
}

/* @end */

/* @group Pagination */

body .container .contenu .article .pagination {
	text-align: center;
}

body .container .contenu .article .pagination ul {
	list-style: none;
}

body .container .contenu .article .pagination ul li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	background: none;
}

body .container .contenu .article .pagination ul li a {
	text-decoration: none;
	color: #635d46;
}

body .container .contenu .article .pagination ul li a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Gabarits SITRA */

/* @group Mode liste */

.alllocalisation {
	background: #fefaed;
	border: 1px solid #e5e0d0;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	color: #333;
	font-weight: bold;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 10000;
	text-decoration: none;
}

.alllocalisation:hover {
	background: #fff7fb;
	color: #dd177e;
}

.restauration {
	font-style: italic;
	display: block;
	position: relative;
	margin: -10px 0 5px 0;
	font-size: 11px;
}

/* Mode liste */
body .container .contenu .article .blocreponseSitra {
	border-bottom: 1px solid #e5e0d0;
	margin: 20px 0 10px 0;
	position: relative;
}

body .container .contenu .article .blocreponseSitra h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 22px;
}

body .container .contenu .article .blocreponseSitra h3 a {
	text-decoration: none;
}

body .container .contenu .article .blocreponseSitra .bienvenueFrance ,
body  .bienvenueFrance 
{
	display: block;
	height: 77px;
	width: 50px;
	background: url(../images/bienvenueEnFranceBig.gif) no-repeat 0 0;
	float: right;
	position: relative;
	right: 0;
	top: 0;
}



body .container .contenu .article .blocreponseSitra p {
	width: 280px;
	float: left;
	display: block;
}


body .container .contenu .article .blocreponseSitra h3 .bienvenueFrance span,
body .bienvenueFrance span  {
	/*font-size: 10px;
	font-family: Arial, sans-serif;
	background: #2e58a6;
	color: #fff;
	font-style: normal;
	position: relative;
	top: -3px;
	padding: 3px 6px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	display: none;
}

body .container .contenu .article .blocreponseSitra img.visuel {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #e5e0d0;
	width: 140px;
}

body .container .contenu .article .blocreponseSitra .date {
	display: block;
	float: left;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #737373;
}

body .container .contenu .article .blocreponseSitra .lieu {
	display: block;
	float: left;
	margin: 0 0 10px 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #e5e0d0;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #737373;
}



body .container .contenu .article .blocreponseSitra p a {
	font-size: 11px;
}

body .container .contenu .article .blocreponseSitra dl {
	float: right;
	border-left: 1px solid #e5e0d0;
	border-right: 1px solid #e5e0d0;
	padding: 0 0 10px 10px;
	font-size: 11px;
}

body .container .contenu .article .blocreponseSitra dl dt {
	width: 100px;
	color: #737373;
}

body .container .contenu .article .blocreponseSitra dl dd {
	width: 150px;
	margin-left: 100px;
	line-height: 16px;
}

body .container .contenu .article .blocreponseSitra .tarifs {
	display: block;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #737373;
	margin-bottom: 10px;
}

/* Gabarit evenements */
body .container .contenu .article .gabaritEvenements .blocreponseSitra p {
	width: auto;
}

/* @end */

/* @group Fiche détail */

/* Mode détail : Dans la lightbox */
body.lightbox .container .contenu .article {
	padding: 20px;
}

body.lightbox .container .contenu .article h2 .classement {
	margin-left: 10px;
}

body.lightbox .container .contenu .article h2 .bienvenueFrance {
	/*display: block;
	height: 30px;
	width: 100px;
	background: url(../images/bienvenueEnFrance.gif) no-repeat 0 0;
	float: right;*/
}

body.lightbox .container .contenu .article h2 .bienvenueFrance span {
	font-size: 10px;
	font-family: Arial, sans-serif;
	background: #2e58a6;
	color: #fff;
	font-style: normal;
	position: relative;
	top: -3px;
	padding: 3px 6px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*display: none;*/
}


/* Visuel */
body.lightbox .container .contenu .article .visuel {
	margin: 0 20px 0 0;
}

body.lightbox .container .contenu .article .visuel a.onglet {
	background: #fff;
	padding: 8px 10px 10px 10px;
	text-decoration: none;
}

body.lightbox .container .contenu .article .visuel a.onglet.select {
	text-decoration: none;
	color: #111;
	font-weight: bold;
}

body.lightbox .container .contenu .article .visuel .intVisuel {
	background: #fff;
	padding: 10px;
	margin: 0 0 10px 0;
	height: 250px;
}

body.lightbox .container .contenu .article .coordonnees {
	/*background: #efece3;*/
	padding: 10px 10px 0 10px;
}

body.lightbox .container .contenu .article dl {
	padding: 0;
	font-size: 11px;
}

body.lightbox .container .contenu .article dl dt {
	width: 100px;
	color: #737373;
}

body.lightbox .container .contenu .article dl dd {
	width: 150px;
	margin-left: 100px;
	line-height: 14px;
}

/* Description */
body.lightbox .container .contenu .article .infosGenerales {
	margin: 10px 0 0 0;
}

body.lightbox .container .contenu .article .infosGenerales p.descriptif {
	font-family: Georgia;
	font-style: italic;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #999;
}

/* btn resa */
body.lightbox .container .contenu .article a.btnResa {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	background: url(../images/openSystem.png) no-repeat 0 0;
	width: 75px;
	height: 40px;
	position: absolute;
	right: 40px;
	top: 25px;
}

body.lightbox .container .contenu .article a.btnResa span {
	/*
	padding: 5px 10px;
	background: #dd177e;
	color: #fff;
	text-decoration: none;
	position: absolute;
	right: 40px;
	top: 25px;
	*/
	display: none;
	
}

body.lightbox .container .contenu .article a.btnResa:hover span {
	background: #222;
}

body.lightbox .container .contenu .article h3 {
	font-size: 14px;
	float: left;
}

body.lightbox .container .contenu .article h3 img
{
	float: left;
}


body.lightbox .container .contenu .article div.slide
{
	display: none;
}

body.lightbox .container .contenu .article  div.toogleright{
	background: url(../images/right.gif) no-repeat 0 3px;
	height: 20px;
	padding-left: 10px;
	
}
body.lightbox .container .contenu .article div.toogledown{
	background: url(../images/down.gif) no-repeat 0 5px;
	height: 20px;
	padding-left: 10px;
}
body.lightbox .container .contenu .article div.toogleright a ,
body.lightbox .container .contenu .article div.toogleright a :hover,
body.lightbox .container .contenu .article div.toogledown a ,
body.lightbox .container .contenu .article div.toogledown a :hover
{
	margin: 0 0 10px 0;
	padding: 0;
	font: italic 24px Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	float: left;
	text-decoration: none;
	color: #000;
	font-size: 14px !important;
}


body.lightbox .container .contenu .article p {
	margin: 0 0 10px 0;
}

body.lightbox .container .contenu .article .infosPratiques .pictos {
	margin-bottom: 10px;
}

body.lightbox .container .contenu .article .reglement ul {
	margin: 0;
	padding: 0;
}

body.lightbox .container .contenu .article .reglement ul li {
	background: none;
	margin: 0;
	padding: 0 0 5px 0;
}

/* @end */

/* @end */

/* @group Module : Evenement  */

body .container .contenu .article .evenement h2 {
	margin: 0 0 0 0;
	padding: 0;
	font: italic 24px Georgia, "Times New Roman", Times, serif;
}

body .container .contenu .article .evenement h3 {
	color: #999;
	font-size: 14px !important;
}

/* @end */

/* @group Module : Telechargement */

body .container .contenu .article #telecharger h3 {
	display: none;
}

body .container .contenu .article #telecharger h4 {
	font-family: Arial;
	font-style: normal;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

body .container .contenu .article #telecharger div {
	
}

body .container .contenu .article #telecharger .acrobat {
	display: block;
	padding: 10px;
	margin: 10px 0;
	background: #f3f4cc;	
}

/* @end */

/* @group Module : Diaporama */

body .container .contenu .article .diaporama {
	background: #fff !important;
	border: 1px solid #e5e0d0;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 140px;
	text-align: center;
}

body .container .contenu .article .diaporama img {
	margin: 0 auto 10px auto;
	display: block;
	float: none;
}

body .container .contenu .article .diaporama:hover {
	background: #fefaed !important;
	color: #dd177e;
}

/* @end */

/* @group Module : Publications */

body .container .contenu .article #publication table thead {
	display: none;
}

/* @end */

/* @end */

/* @end */

/* @end */

/* @group Footer */

body .footer {
	background: url(../images/bkg-footer.jpg) repeat-x 0 100px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
}

* html body .footer {
	position: absolute;
	bottom: 0;
}

body .footer .footerHerbe {
	background: url(../images/footer-herbe.png) repeat-x 0 0;
	height: 100px;
}

body .footer .links {
	width: 950px;
	margin: 2px auto 0 auto;
}

body .footer .links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body .footer .links ul li {
	float: left;
	display: block;
	padding: 0 10px;
	margin: 5px 0;
	_margin: 10px 0 0 0;
}

body .footer .links ul li a {
	color: #635d46;
	text-decoration: none;
}

body .footer .links ul li a:hover {
	text-decoration: underline;
}
body .footer .links .facebook, body .footer .links .flickr , body .footer .links .panoramio {
    display: block;
    width: 25px;
    height: 25px;
    float: left;
}
body .footer .links .facebook {
    background: url(../images/facebook.png) no-repeat 0 2px;
}

body .footer .links .flickr {
    background: url(../images/flickr.png) no-repeat 0 2px;
}

body .footer .links .panoramio {
    background: url(../images/panoramio.png) no-repeat 0 2px;
}

body .footer .links .facebook span, body .footer .links .flickr span, body .footer .links .panoramio span {
	display: none;
}

body .footer  #noe  {
	padding-left: 500px;
	margin: 0;
	padding-top: 5px;
	height: 10px;
	float: right;
}


/* @end */


/**************** PAGINATION *********************/

#pagination, .pagination {
  float:right;
	text-align: left;
	clear:both;
}

#pagination ul, .pagination ul {
	list-style: none;
	margin:0;
}

#pagination ul li, .pagination ul li {
	display: inline;
	background:none;
}

