
/*****************************************************/
/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
 

/*****************************************************/
/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* typography.css */
/* "Helvetica Neue",  */
body {font-size:75%;color:#222;background:#fff;font-family:Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/*****************************************************/
/* -------------------------------------------------------------- 
   
   BLUEPRINT CSS
    * Filename:        grid.css
    * Version:         0.7.1 (2008-02-25) YYYY-MM-DD
    * Website:         http://code.google.com/p/blueprintcss/

   Generated by:
    * Blueprint CSS Grid Generator (2008-12-03) [http://kematzy.com/blueprint-generator/]

   Based on work by:
    * Olav Bjorkoy      [bjorkoy.com]
    * Nathan Borror     [playgroundblues.com]
    * Jeff Croft        [jeffcroft.com]
    * Christian Metts   [mintchaos.com]
    * Khoi Vinh         [subtraction.com]

   == STRUCTURE: ========================
    * Page width:            980 px
    * Number of columns:     33
    * Column width:          20 px
    * Margin width:          10 px
   ======================================

   By default, the grid is 980px wide, with 33 columns 
   spanning 20px, and a 10px margin between columns.

   If you need fewer or more columns, use this formula to calculate
   the new total width: 

   Total width = (number_of_columns * column_width) - margin_width

   Read more about using a grid here:
   * subtraction.com/archives/2007/0318_oh_yeeaahh.php
   
-------------------------------------------------------------- */

/* A container should group all your columns. */
.container {
  width: 980px;
  margin: 0 auto;
}

/* Use this class on any div.span / container to see the grid. */
.showgrid { 
  background: url(grid.png); 
}

/* Body margin for a sensile default look. */
body {
  margin:1.5em 0;	
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24, div.span-25, div.span-26, div.span-27, div.span-28, div.span-29, div.span-30, div.span-31, div.span-32, div.span-33 {float:left;margin-right: 10px;}

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 20px;}
.span-2  { width: 50px;}
.span-3  { width: 80px;}
.span-4  { width: 110px;}
.span-5  { width: 140px;}
.span-6  { width: 170px;}
.span-7  { width: 200px;}
.span-8  { width: 230px;}
.span-9  { width: 260px;}
.span-10 { width: 290px;}
.span-11 { width: 320px;}
.span-12 { width: 350px;}
.span-13 { width: 380px;}
.span-14 { width: 410px;}
.span-15 { width: 440px;}
.span-16 { width: 470px;}
.span-17 { width: 500px;}
.span-18 { width: 530px;}
.span-19 { width: 560px;}
.span-20 { width: 590px;}
.span-21 { width: 620px;}
.span-22 { width: 650px;}
.span-23 { width: 680px;}
.span-24 { width: 710px;}
.span-25 { width: 740px;}
.span-26 { width: 770px;}
.span-27 { width: 800px;}
.span-28 { width: 830px;}
.span-29 { width: 860px;}
.span-30 { width: 890px;}
.span-31 { width: 920px;}
.span-32 { width: 950px;}
.span-33, div.span-33 { width: 980px; margin: 0; }


/* Add these to a column to append empty cols. */
.append-1  { padding-right: 30px;}
.append-2  { padding-right: 60px;}
.append-3  { padding-right: 90px;}
.append-4  { padding-right: 120px;}
.append-5  { padding-right: 150px;}
.append-6  { padding-right: 180px;}
.append-7  { padding-right: 210px;}
.append-8  { padding-right: 240px;}
.append-9  { padding-right: 270px;}
.append-10 { padding-right: 300px;}
.append-11 { padding-right: 330px;}
.append-12 { padding-right: 360px;}
.append-13 { padding-right: 390px;}
.append-14 { padding-right: 420px;}
.append-15 { padding-right: 450px;}
.append-16 { padding-right: 480px;}
.append-17 { padding-right: 510px;}
.append-18 { padding-right: 540px;}
.append-19 { padding-right: 570px;}
.append-20 { padding-right: 600px;}
.append-21 { padding-right: 630px;}
.append-22 { padding-right: 660px;}
.append-23 { padding-right: 690px;}
.append-24 { padding-right: 720px;}
.append-25 { padding-right: 750px;}
.append-26 { padding-right: 780px;}
.append-27 { padding-right: 810px;}
.append-28 { padding-right: 840px;}
.append-29 { padding-right: 870px;}
.append-30 { padding-right: 900px;}
.append-31 { padding-right: 930px;}
.append-32 { padding-right: 960px;}


/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 30px;}
.prepend-2  { padding-left: 60px;}
.prepend-3  { padding-left: 90px;}
.prepend-4  { padding-left: 120px;}
.prepend-5  { padding-left: 150px;}
.prepend-6  { padding-left: 180px;}
.prepend-7  { padding-left: 210px;}
.prepend-8  { padding-left: 240px;}
.prepend-9  { padding-left: 270px;}
.prepend-10 { padding-left: 300px;}
.prepend-11 { padding-left: 330px;}
.prepend-12 { padding-left: 360px;}
.prepend-13 { padding-left: 390px;}
.prepend-14 { padding-left: 420px;}
.prepend-15 { padding-left: 450px;}
.prepend-16 { padding-left: 480px;}
.prepend-17 { padding-left: 510px;}
.prepend-18 { padding-left: 540px;}
.prepend-19 { padding-left: 570px;}
.prepend-20 { padding-left: 600px;}
.prepend-21 { padding-left: 630px;}
.prepend-22 { padding-left: 660px;}
.prepend-23 { padding-left: 690px;}
.prepend-24 { padding-left: 720px;}
.prepend-25 { padding-left: 750px;}
.prepend-26 { padding-left: 780px;}
.prepend-27 { padding-left: 810px;}
.prepend-28 { padding-left: 840px;}
.prepend-29 { padding-left: 870px;}
.prepend-30 { padding-left: 900px;}
.prepend-31 { padding-left: 930px;}
.prepend-32 { padding-left: 960px;}



/* Border on right hand side of a column. */
div.border {
  padding-right:4px;
  margin-right:5px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right:18px;
  margin-right:15px;
  border-right: 1px solid #eee;
}

/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -30px;}
.pull-2 { margin-left: -60px;}
.pull-3 { margin-left: -90px;}
.pull-4 { margin-left: -120px;}
.pull-5 { margin-left: -150px;}
.pull-6 { margin-left: -180px;}
.pull-7 { margin-left: -210px;}
.pull-8 { margin-left: -240px;}
.pull-9 { margin-left: -270px;}
.pull-10 { margin-left: -300px;}
.pull-11 { margin-left: -330px;}
.pull-12 { margin-left: -360px;}
.pull-13 { margin-left: -390px;}
.pull-14 { margin-left: -420px;}
.pull-15 { margin-left: -450px;}
.pull-16 { margin-left: -480px;}
.pull-17 { margin-left: -510px;}
.pull-18 { margin-left: -540px;}
.pull-19 { margin-left: -570px;}
.pull-20 { margin-left: -600px;}
.pull-21 { margin-left: -630px;}
.pull-22 { margin-left: -660px;}
.pull-23 { margin-left: -690px;}
.pull-24 { margin-left: -720px;}
.pull-25 { margin-left: -750px;}
.pull-26 { margin-left: -780px;}
.pull-27 { margin-left: -810px;}
.pull-28 { margin-left: -840px;}
.pull-29 { margin-left: -870px;}
.pull-30 { margin-left: -900px;}
.pull-31 { margin-left: -930px;}
.pull-32 { margin-left: -960px;}
.pull-33 { margin-left: -990px;}

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24, .pull-25, .pull-26, .pull-27, .pull-28, .pull-29, .pull-30, .pull-31, .pull-32, .pull-33 {float:left;position:relative;}


.push-1 { margin: 0 -30px 1.5em 30px;}
.push-2 { margin: 0 -60px 1.5em 60px;}
.push-3 { margin: 0 -90px 1.5em 90px;}
.push-4 { margin: 0 -120px 1.5em 120px;}
.push-5 { margin: 0 -150px 1.5em 150px;}
.push-6 { margin: 0 -180px 1.5em 180px;}
.push-7 { margin: 0 -210px 1.5em 210px;}
.push-8 { margin: 0 -240px 1.5em 240px;}
.push-9 { margin: 0 -270px 1.5em 270px;}
.push-10 { margin: 0 -300px 1.5em 300px;}
.push-11 { margin: 0 -330px 1.5em 330px;}
.push-12 { margin: 0 -360px 1.5em 360px;}
.push-13 { margin: 0 -390px 1.5em 390px;}
.push-14 { margin: 0 -420px 1.5em 420px;}
.push-15 { margin: 0 -450px 1.5em 450px;}
.push-16 { margin: 0 -480px 1.5em 480px;}
.push-17 { margin: 0 -510px 1.5em 510px;}
.push-18 { margin: 0 -540px 1.5em 540px;}
.push-19 { margin: 0 -570px 1.5em 570px;}
.push-20 { margin: 0 -600px 1.5em 600px;}
.push-21 { margin: 0 -630px 1.5em 630px;}
.push-22 { margin: 0 -660px 1.5em 660px;}
.push-23 { margin: 0 -690px 1.5em 690px;}
.push-24 { margin: 0 -720px 1.5em 720px;}
.push-25 { margin: 0 -750px 1.5em 750px;}
.push-26 { margin: 0 -780px 1.5em 780px;}
.push-27 { margin: 0 -810px 1.5em 810px;}
.push-28 { margin: 0 -840px 1.5em 840px;}
.push-29 { margin: 0 -870px 1.5em 870px;}
.push-30 { margin: 0 -900px 1.5em 900px;}
.push-31 { margin: 0 -930px 1.5em 930px;}
.push-32 { margin: 0 -960px 1.5em 960px;}
.push-33 { margin: 0 -990px 1.5em 990px;}

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24, .push-25, .push-26, .push-27, .push-28, .push-29, .push-30, .push-31, .push-32, .push-33 {float:right;position:relative;}



/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

/*****************************************************/
/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/*****************************************************/
/****************************************/
/*  menu    */
/******************************************/
#Navbar{
	/*top:115px; */
	position:relative; 
	z-index:50;
 	/*background-image:url(./resources/img/bg2.gif);
	background-repeat:repeat-y;
	background-position: center center;*/
 	background-color:#1596AC; 
	border-bottom:1px solid #ffffff;
	height:28px;
	line-height:28px;
}
ul#Nav,
ul#Nav li{
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;	
	height:26px;
	line-height:26px;
} 
#Nav, #Nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}
ul#Nav{
	/*
	margin-left:5px;
	margin-right:5px;
	*/
	background-color:#036374;/* bleu + profond */
	background-color:#1596AC;/* bleu
	background-color:#F1CA0B; */
	background-color:#036374;/* bleu + profond */
	background-color:#1596AC;/* bleu  */
	padding:0;
	padding-left:10px;
	border-top:1px solid #05869C;
	border-bottom:1px solid #05869C;
	border-bottom:1px solid #06525F;
	/**/
	
	border-top:1px solid #07606F;
	border-bottom:1px solid #07606F;
}
ul#Nav li{  
	display:block;
	float:left; 
	text-align:left;
	width:12em;
}
ul#Nav li li{ 
	text-align:left;
}
 
 
ul#Nav li a{
	/*font-weight:bold;*/
	border-left:1px solid #05869C;
	padding:0 10px;
	display:block; 
	height:26px;
	line-height:26px;
    color:#FFFFFF;
    font-weight : normal;
    text-decoration:none;
    text-align:center;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
}
ul#Nav li li a{
    text-align:left;
}
ul#Nav li a:hover{
	text-decoration:none;
	background-color:#025564; /* fonce */
	background-color:#05869C; /* clair */
	border-left:1px solid #05869C;
	padding:0 10px;
	display:block; 
	height:26px;
	line-height:26px;
    color:#FFFFFF;
} 
/***  SOUS MENU **/
#Nav li ul li { /* second-level lists */
	width:15em;
	height:26px;
	line-height:26px;
}
#Nav li ul { /* second-level lists */
	padding:0;
	margin:0;
	background-color:#1596AC;
	border-left:1px solid #05869C;
	border:1px solid #05869C;
	position: absolute;	
	width:15.1em;
/*	background: orange;*/
/**/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#Nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 14.5em;
}
#Nav li:hover ul ul, #Nav li.sfhover ul ul {
	left: -999em;
}
#Nav li:hover ul, #Nav li li:hover ul, #Nav li.sfhover ul, #Nav li li.sfhover ul {
	left: auto;
}

ul#Nav li#Nav_idmgp_categories1{
	width:100px;
}
#lng_fr ul#Nav li#Nav_idmgp_categories1{
	width:116px;
}
#lng_es ul#Nav li#Nav_idmgp_categories1{
	width:142px;
}
ul#Nav li#Nav_idmgp_categories2{
	width:150px;
}
ul#Nav li#Nav_idmgp_categories97{
	width:150px; 
}
/*****************************************************/
/**
Stylesheet: Slideshow.css
	CSS for Slideshow.

License:
	MIT-style license.

Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
	
HTML:
	<div class="slideshow">
		<div class="images" />
		<div class="captions" />
		<div class="controller" />
		<div class="thumbnails" />
	</div>
	
Notes:
	These next four rules are set by the Slideshow script.
	You can override any of them with the !important keyword but the slideshow probably will not work as intended.
*/

.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images {
	width: 208px;
	height: 137px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/

.slideshow {
	margin: 0 auto;
	width: 208px;
	height: 137px;
}
.slideshow a img {
	border: 0;
}

/**
HTML:
	<div class="slideshow-captions">
		...
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the captions animation.
*/

.slideshow-captions {
	background: #26173F;
	bottom: 0;
	color: #FFF;
	font: bold 12px/22px Arial, sans-serif;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 100%;
	z-index: 10000;
}
.slideshow-captions-hidden {
	/*height: 0;
	opacity: 0;*/
	height: 22px;
	opacity: .9;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .9;
}

/**
HTML:
	<div class="slideshow-controller">
		<ul>
			<li class="first"><a /></li>
			<li class="prev"><a /></li>
			<li class="pause play"><a /></li>
			<li class="next"><a /></li>
			<li class="last"><a /></li>
		</ul>
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the controller animation.
*/

.slideshow-controller {
	background: url(controller.png) no-repeat;
	height: 42px;
	left: 50%;
	margin: -21px 0 0 -119px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 238px;
	z-index: 10000;
}
.slideshow-controller * {
	margin: 0;
	padding: 0;
}
.slideshow-controller-hidden { 
	opacity: 0;
}
.slideshow-controller-visible {
	opacity: 1;
}
.slideshow-controller a {
	cursor: pointer;
	display: block;
	height: 18px;
	overflow: hidden;
	position: absolute;
	top: 12px;
}
.slideshow-controller a.active {
	background-position: 0 18px;
}
.slideshow-controller li {
	list-style: none;
}
.slideshow-controller li.first a {
	background-image: url(controller-first.gif);
	left: 33px;
	width: 19px;
}
.slideshow-controller li.last a {
	background-image: url(controller-last.gif);
	left: 186px;
	width: 19px;
}
.slideshow-controller li.next a {
	background-image: url(controller-next.gif);
	left: 145px;
	width: 28px;
}
.slideshow-controller li.pause a {
	background-image: url(controller-pause.gif);
	left: 109px;
	width: 20px;
}
.slideshow-controller li.play a {
	background-position: 20px 0;
}
.slideshow-controller li.play a.active {
	background-position: 20px 18px;
}
.slideshow-controller li.prev a {
	background-image: url(controller-prev.gif);
	left: 65px;
	width: 28px;
}

/**
HTML:
	<div class="slideshow-loader" />
	
Notes:
	Customize the hidden / visible classes to affect the loader animation.
*/

.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}

/**
HTML:
	<div class="slideshow-thumbnails">
		<ul>
			<li><a class="slideshow-thumbnails-active" /></li>
			<li><a class="slideshow-thumbnails-inactive" /></li>
			...
			<li><a class="slideshow-thumbnails-inactive" /></li>
		</ul>
	</div>
	
Notes:
	Customize the active / inactive classes to affect the thumbnails animation.
	Use the !important keyword to override FX without affecting performance.
*/

.slideshow-thumbnails {
	bottom: -65px;
	height: 65px;
	left: 0;
	position: absolute;
	width: 100%;
}
.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-thumbnails ul {
	height: 65px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10000px;
}
.slideshow-thumbnails li {
	float: left;
	list-style: none;
	margin: 5px 5px 5px 0;
	position: relative;
}
.slideshow-thumbnails a {
	display: block;
	padding: 5px;
	position: relative; 
}
.slideshow-thumbnails a:hover {
	background-color: #FF9 !important;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails-active {
	background-color: #9FF;
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	background-color: #FFF;
	opacity: .5;
}

/*****************************************************/
/******************************************************************************/
html,
body{
	background-color:#F39C00;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}
body{
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
}
#bodybg{
	width:99%;
}
h2{
	margin:0;
	color:#F39C00;
	font-weight:bold;
}
h3{
	margin-top:5px;
	padding:2px 0 2px 0px;
	margin-bottom:5px;
	background-color:#FFFFFF;
}

a{
	color:#05869C;
}

label{
	display:block;
	display:inline-block;
	float:left;
	width:115px;
	clear:left;
	height:22px;
	line-height:22px;
}

select.date{
	display:block;
	float:left;
	clear:right;
}
select.date{
	width:95px;
	margin:0;
}
h6{
	border-top:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	border-top:0px solid #1596AC;
	border-bottom:0px solid #1596AC;
	line-height:25px;
	font-size:13px;
	padding-left:5px;
	margin-bottom:0px;
	margin-top:0px;
	color:#1596AC;
	/********************************/
	border:0px solid #AAAAAA;
	border-bottom:1px solid #DDDDDD;
	color:#1596AC;
	/********************************/
	line-height:15px;
	font-size:11px;
	/********************************/
	/*
	background-color:#05869C;
	color:#FFFFFF;
	*/
}
hr{
	/*
	height: 1px;
	margin: -0.5em 0;
	padding: 0;
	color: #636363;
	background-color: #636363;
	border: 0;
	*/
	display:block;
	height: 1px;
	margin: 0;
	_margin: -7px 0;
	padding: 0;
	color: #DDDDDD;
	background-color: #DDDDDD;
	border: 0;

}
/****************************************************/

#main{
	background-color:#FFFFFF;
	background-color:transparent;
	border:0px solid #636363;
	border-left:0px solid #636363;
	border-right:0px solid #636363;
	border:0px solid #636363;
	padding-top:0px;
}
#header {
	border-bottom:1px solid #FFFFFF;
	border-bottom:0px solid #FFFFFF;
	width:1010px;
	border:0px solid #FF00FF;
	height:143px;
	padding:0px;
	margin:0px auto;
	background-color:#1596AC;
	background-image:url(./img/header_en.png);
	background-repeat:no-repeat;
	background-position:top center;
	border-bottom:0px solid #AAAAAA;
}
#lng_en #header {
	background-image:url(./img/header_en.png);
}
#lng_fr #header {
	background-image:url(./img/header_fr.png);
}
#lng_es #header {
	background-image:url(./img/header_es.png);
}
#header_top {
}
#header_top h1,
#header_top h2 {
	text-indent:-9999em;
}
#footer{
}
#footer2{
	width:1010px;
	margin:0px auto;
	text-align:center;
	color:#FFFFFF;
	padding-top:35px;
	background-color:#F39C00;
	background-position:center top;
	background-repeat:no-repeat;

	background-image:url(./img/footer_bg.png);
}
.footer_header{
	line-height:25px;
	font-size:23px;
	font-weight:bold;
	text-align:center;
	color:#A5A5A5;
	background-color:#F9F9F9;
	background-color:#FFFFFF;
	background-color:#FF5500;
	border-bottom:1px solid #DDDDDD;
}
#col_left{
	/*background-color:#FBF0FB;*/
	padding-right:1px;
	/*padding-top:15px;*/
	padding-top:12px;
}
#col_center{
	/*background-color:#F0FBFB;*/
	padding-top:10px;

}
#col_right{
	padding-left:1px;
	/*background-color:#FBFB00;*/
	padding-top:50px;
	padding-top:15px;
}
#content{
	background-repeat:repeat-y;
	/*background-image:url(./img/content_bg.png);
	background-image:url(./img/content_bg_col1.png) !important;*/
	background-image:url(./img/content_bg_col2_c.png) !important;
	border-top:0px solid #AAAAAA;
}
#content.nocold,
#content.contentwebsite,
#content.cartcontent{
	background-image:url(./img/content_bg_col1_c.png) !important;
}
#content.contentwebsite #col_center,
#content.nocold #col_center,
#content.cartcontent #col_center{
	padding:15px;
	padding-right:3px;
}
/****************************************************/
.ariane{
	padding-bottom:15px;
}
/****************************************************/
.btn{
	display:block;
	clear:both;
	/*width:205px;*/
	font-size:13px;
	height:22px;
	line-height:22px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	border:1px solid #05869C;
	background: #1596AC;
}
.btn:hover{
	color:#FFFFFF;
	border:1px solid #05869C;
	background: #1596AC;
	text-decoration:underline;
}
.invertcolor{
	color:#FFFFFF;
	background: #F39C00;
	border:1px solid #D37C00;
}
.invertcolor:hover{
	color:#FFFFFF;
	background: #F39C00;
	border:1px solid #D37C00;
}
/****************************************************/
.contenu_article .art_entete{
	padding-top:10px;
	background-color:#F8F8F8;
	border:1px solid #DEDEDE;
	border-width:1px 1px 0 1px;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}
.contenu_article .art_entete h3{
	background-color:transparent;
	color:#05869C;
	margin:0px;
	font-size:18px;
	padding:10px;
	padding-top:0px;
	padding-bottom:0px;
	border:0px solid #DEDEDE;
	_height:55px;
	min-height:55px;
	line-height:30px;
}
.contenu_article .art_entete .prix{
	padding:0px;
	margin:0px;
	color:#F39C00;
	font-weight:bold;
	font-size:17px;
	padding-bottom:5px;
	line-height:18px;
}
.contenu_article .art_entete .descr{
	border:0px solid #00FFDE;
}
.block_article .descr{
	border:0px solid #00FFDE;
	min-height:70px;
	height:auto !important;/* ie hack */
	height:70px; /* ie hack */
}
.contenu_article .art_entete .art_entete_onglet_cont {
	display:block;
	clear:both;
	background-repeat:repeat-x;
	background-image:url(./img/prd_header_bg.jpg);
	background-position:bottom left;
}
.contenu_article .art_entete  .art_entete_onglet {
	background-color:#ffffff;
	background-repeat:none;
	background-position:top left;
	background-image:url(./img/prd_header_onglet.jpg);
	color:#1596AC;
	width:154px;
	height:26px;
	border:0px solid #FFDEDE;
	display:block;
	float:none;
	margin:0;
	margin-left:330px;
	position:relative;
	top:1px;
	padding:0;
	line-height:26px;
	text-align:center;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	z-index:2;
}
.contenu_article .article_text{
	display:block;
	clear:both;
	background-color:#fdfdfd;
	border:1px solid #DEDEDE;
	/*border-width:1px 1px 1px 1px;*/
	padding:15px;
	z-index:1;
}

.contenu_article .article_text i{
	color:#1596AC;
}
.contenu_article .article_images{
	padding:10px 0 10px 0;
}

.contenu_article .c0{
	/*background-position:left top;
	background-repeat:no-repeat;
	background-image:url(./img/prd_stitle_a.gif); */
}
.contenu_article h4.c1{
	font-weight:bold;
	margin-top:10px;
	margin-left:0;
	color:#EFA300;
	border-bottom:1px solid #EFA300;
	border-bottom:0px solid #EFA300;
	background-color:#FFFFFF;
	background-position:left top;
	background-repeat:repeat-x;
	background-image:url(./img/prd_stitle_c.gif);
	height:19px;
	line-height:19px;
	display:block;
}
.contenu_article .c2{
	background-color:#EFA300;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(./img/prd_stitle_a.gif);

	line-height:19px;
	height:19px;
	width:12px;
	display:block;
	float:left;
}
.contenu_article .c3{
	background-color:#EFA300;
	color:#FFFFFF;
	line-height:19px;
	height:19px;
	display:block;
	float:left;
}
.contenu_article .c4{
	background-color:#EFA300;
	background-position:right top;
	background-repeat:no-repeat;
	background-image:url(./img/prd_stitle_b.gif);

	line-height:19px;
	height:19px;
	width:24px;
	display:block;
	float:left;
}
.product_video{
	margin-top:5px;
	margin-bottom:30px;
	padding-left:7px;
}
/****************************************************/

h3.cat_separator{
	background-color:transparent;
	border-top:1px solid #DDDDDD;
	border-bottom:0px solid #AAAAAA;
	margin-top:0px;
	margin-bottom:10px;
	padding:20px 0 10px 7px;
	font-size:22px;
	color:#F39C00;
}
.block_article{
	padding-top:5px;
	padding-bottom:5px;
	border:0px solid #DEDEDE;
}
.block_article h3{
	font-size:18px;
	background-color:transparent;
	color:#05869C;
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-top:8px;
	padding-bottom:10px;
	padding-left:10px;
	border-bottom:1px solid #05869C;
	border-bottom:0px solid #DFDFDF;
	_height:55px;
	min-height:40px;
	line-height:30px;
}
.block_article h3 a{
	text-decoration:none;
	color:#05869C;
	display:inline;
}
.block_article .prix{
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	color:#F39C00;
	line-height:18px;
	font-size:18px;
	font-weight:normal;
}
.block_article .btn{
	/*	width:105px;*/
	float:left;
	clear:none;
	margin:10px;
}
.block_article a.informationreservation{
	width:205px;
	width:330px;
	background:#F39C00;
	border:1px solid #D37C00;
	float:right;
}
.block_article a.informationreservation:hover{
	background: #F39C00;
	border:1px solid #D37C00;
	text-decoration:underline;
}
/************************************************
.block_article a.reservation{
background:#F39C00;
border:1px solid #D37C00;
float:right;
}
.block_article a.reservation:hover{
background: #F39C00;
border:1px solid #D37C00;
text-decoration:underline;
}
.block_article a.information{
border:1px solid #05869C;
background: #1596AC;
margin-left:0;
float:right;
}
.block_article a.information:hover{
border:1px solid #05869C;
background: #1596AC;
text-decoration:underline;
}
**********************************/
.pair{
	/*background-color:#F6F6F6;
	background-color:#FFF9EF;
	background-color:#FFF3DF; */
	background-color:#F0FBFB;
	background-color:#F8F8F8;
	border-top:1px solid #DDDDDD;
}
.impair{
	background-color:#EFEFEF;
	background-color:#F0F0F0;
	background-color:transparent;
	background-color:#fdfdfd;
	border-top:1px solid #DDDDDD;
}
/****************************************************/

.cat_links li{
	/*	border:1px solid #DDDDDD; */
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #EFEFEF;
}
.cat_links{
	margin-top:0px;
	margin-bottom:20px;
	border-top:1px solid #DDDDDD;
}

.cat_links a{
	display:block;
	line-height:22px;
	font-size:12px;
	/*border-bottom:1px solid #DDDDDD;
	border-bottom:1px solid #E0DBD5;
	*/
	color:#05869C;
	padding-left:0px;
	text-decoration:none;
}
.cat_links li a:hover,
.cat_links li a{
	font-size:13px;
	line-height:20px;
	color:#FFFFFF;
	background-color:#1596AC;
	background-color:#05869C;
	font-weight:bold;
}
.cat_links li li a{
	color:#05869C;
	background-color:#F2F1EF;
	background-color:#F9F9F9;
	background-color:#FFEEBF;
	background-color:transparent;
	background-color:#F9F9EF;
	background-color:#FFEEBF;
	color:#D37C00;
	font-size:12px;
	font-weight:bold;
}
.cat_links li li a:hover{
	/*font-size:12px;*/
	font-weight:bold;
	color:#D37C00;
	background-color:#F2F1EF;
	background-color:#FFEEBF;
}
.cat_links li li li a{
	color:#05869C;
	font-size:12px;
	background-color:transparent;
	font-weight:normal;
}
.cat_links li li li a:hover{
	background-color:#F9F9EF;
	background-color:#F2F1EF;
	color:#05869C;
}
.cat_links ul,
.cat_links li{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.cat_links li{
	/*border-bottom:1px solid #DDDDDD;*/
}

.cat_links li a{
	padding-left:10px;
}
.cat_links li li a{
	padding-left:13px;
}

.cat_links li li li a{
	padding-left:17px;
}
/****************************************************/
.search_form_header {
	background-color:#F39C00;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	border-top:1px solid #D37C00;
	border-bottom:1px solid #D37C00;
	height:20px;
	line-height:20px;
	padding-left:10px;
	margin-bottom:4px;
}
.search_form {
	padding:5px;
	padding-top:4px;
	/*border-top:1px solid #DDDDDD; */
	margin-bottom:6px;
}
.search_form input[type=text]{
	/*width:110px !important;*/
	margin-right:0px;
	border:1px solid #D37C00;
	background:url("./img/picto_anim_finger_blue.gif") no-repeat scroll 4px 3px transparent;
	padding-left:30px;
	width:94px !important;
	color:#757575;
}
.search_form input[type=text]:focus{
	border:1px solid #F39C00;
}
.search_form input[type=submit]{
	width:28px;
}
.search_form .notes {
	padding:0;
	margin:0;
	color:#999999;
}
/****************************************************/
/*  COL DROITE */
/****************************************************/
.block_random_link,
.block_more_infos,
.block_yourcart_content,
.block_newsletter {
	padding:5px 0px 5px 0px;
	margin:0;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:15px;
	border:1px solid #1596AC;
	border:0px solid #1596AC;
	background-color:#DEF1F3;
	color:#1596AC;
	border:1px solid #DEDEDE;
	border:1px solid #CACACA;
}
.block_user_book_form,
.block_random_link{
	background: #FFEEBF;
	border:1px solid #F39C00;
	border:0px solid #F39C00;
	border:1px solid #DEDEDE;
	border:1px solid #CACACA;
	margin:0px 5px 15px 5px;
}
.block_user_book_form{
	/*position:relative;
	display:block;
	left:-16px;
	width:254px;
	border-left:0px solid #CACACA;
	z-index:55;*/
}

.block_user_book_form,
.block_yourcart_content,
.block_random_link,
.block_newsletter {
	padding:15px;
	padding:5px ;
}
.block_yourcart_content  {
	padding-bottom:8px;
}
.block_random_link{
	padding-left:40px;
}
.block_more_infos a,
.block_more_infos td,
.block_more_infos b,
.block_yourcart_content a,
.block_yourcart_content td,
.block_yourcart_content b
{
	color:#1596AC;
}
.block_yourcart{
	border:0px solid #1596AC;
	padding:5px 0px 5px 0px;
	margin:0;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:0px;
}

/****************************************************/
.block_choose_currency a{
	text-decoration:none;
}
.block_choose_currency a:hover{
	text-decoration:underline;
}
.block_yourcart_content a.btn{
	width:130px;
	color:#ffffff;
	margin-left:88px;
}
/****************************************************/
.block_product_price{
	padding:5px;
	margin:0;
	border:1px solid #1596AC;
	border:1px solid #F39C00;
	padding:5px;
	background-color:#FBFBFF;
	display:none;
	margin-bottom:5px;
}
.block_product_price h4{
	padding:5px;
	font-size:12px;
	padding-bottom:0;
	margin-bottom:0;
	font-weight:bold;
	color:#F39C00;
	color:#1596AC;
}
.block_product_price label{
	color:#F39C00;
	color:#1596AC;
}
.block_product_price p{
	padding:5px;
	padding-top:0;
	margin:0;
}
.block_product_price form{
	padding:5px;
	margin:0;
}
/****************************************************/
/*.user_infos_form,
.block_user_book_form{
background: #EFFDFF;
background: #FFEDCF;
background: #FFEEBF;
border:1px solid #1596AC;
border:1px solid #F39C00;
padding:10px;
padding-left:10px;
margin-top:0px;
margin-bottom:20px;
margin-left:5px;
margin-right:5px;
}*/
.user_infos_form h5,
.block_user_book_form h5{
	display:block;
	clear:both;
	margin-top:0px;
	margin-bottom:5px;
	font-size:14px;
	color:#05869C;
	color:#F39C00;
	color:#D37C00;
	color:#F39C00;
}

.block_product_price .btn,
.block_user_book_form .btn,
.user_infos_form .btn{
	background: #F39C00;
	border:1px solid #D37C00;
}
.panier .btn{
	border:1px solid #05869C;
	background: #1596AC;
}
.block_product_price .btn:hover,
.block_user_book_form .btn:hover,
.user_infos_form .btn:hover,
.panier .btn:hover{
	border:1px solid #05869C;
	background: #1596AC;
	background: #F39C00;
	border:1px solid #D37C00;
	text-decoration:underline;
}
.panier .btn:hover{
	border:1px solid #05869C;
	background: #1596AC;
}
.presicision_price_block{
	border-top:1px solid #D37C00;
	margin-top:5px;
	padding-top:5px;
	width:215px;
}
.presicision_price_block label{
	font-weight:normal;
	color:#000000;
	margin:0;
	width:115px;
	line-height:22px;
}
.block_user_book_form select#azerty{
	width:auto;
	max-width:235px;
	width:235px;
}
.block_user_book_form select#azerty option{
	width:auto;
	max-width:235px;
	width:235px;
}
.presicision_price_block select{
	font-weight:normal;
	margin:0;
	color:#000000;
}
.presicision_price{
	border :0px solid #D37C00;
	display:block;
	line-height:16px;
	font-size:13px;
	font-weight:bold;
	clear:right;
	float:left;
	_float:none;
	width:84px;
}
.presicision_price_l{
	line-height:16px;
	font-size:13px;
	display:block;
	float:left;
	width:115px;
}
.presicision_age{
	display:block;
	clear:both;
	font-size:10px;
	line-height:10px;
}
/****************************************************/
/*  Lampe du genie ... */
.part_o{
	display:block;
	/*position:absolute;*/
	margin-top:-40px;
	margin-left:490px;
	height:25px;
}
/****************************************************/
.padding-5{
	padding:5px;
}
.padding-15{
	padding:15px;
}
.padding-left-5{
	padding-left:5px;
}
.padding-left-25{
	padding-left:25px;
}
.padding-left-20{
	padding-left:20px;
}
.padding-right-15{
	padding-right:15px;
}
.center{
	text-align:center;
}
/****************************************************/
/**  formulaire et validation de formulaire !
/****************************************************/

.fValidator-msg{
	border:0px solid #FF5500;
	color:#FF5500;
	display:block;
	float:left;
	clear:both;
	margin-left:160px;
}
.required{
	color:#F39C00;
	font-weight:bold;
	line-height:22px;
	font-size:16px;
}
.required_now{
	border:1px solid #FF0000 !important;
}
.input_invalid{
	border:1px solid #FF0000 !important;
}

input[type=text],
input[type=checkbox],
textarea,
select{
	border:1px solid #BBBBBB;
	float:left;
	display:block;
	float:none;
	clear:none;
	display:inline;

}
input[type=text]{
	width:190px;
}
div.labelparent div.label,
label{
	width:160px;
	display:block;
	float:left;
	clear:left;
}
div.labelparent{
	clear:both;
}
div.labelparent label,
div.labelparent input{
	width:auto;
	clear:none;
	float:none;
	display:inline-block;;
}
div.labelparent label{
	margin-left:10px;
}

button.calendar {
	border:0;
	position:relative;
	border:0;
	cursor:pointer;
	top:2px
}

/******************************************/
.formusercontent{
	margin-top:35px;
	margin-left:85px;
}

#formbookactivity{
	background-image:url(./img/ctc_step4.jpg);
	background-repeat:no-repeat;
	background-position:460px 45px;
}
#formbookactivity select{
	margin:0;
	padding:0;
}
#formbookactivity label{
	width:160px;
	margin-left:0px;
}
#formbookactivity h3{
	border-left:0;
	border-right:0;
	padding-left:15px;
	margin-bottom:10px;
	background-color:transparent;
	color:#F39C00;
	border-bottom:1px solid #F39C00;
	background-color:#F39C00;
	color:#FFFFFF;
}
#formbookactivity .table_cart{
	width:750px;
}
#formbookactivity .table_cart h3{
	background-color:transparent;
	color:#05869C;
	border:0;
	padding:0;
	border-bottom:0px solid #DDDDDD;
}
#formbookactivity table.table_cart td{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#formbookactivity table.table_cart td b{
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
#formbookactivity .cardchoose label{
	margin:0;
}
/*
#formbookactivity .table_cart table{
margin:0;
padding:0;
}
#formbookactivity table.table_cart,
#formbookactivity table.table_cart td{
border:1px solid #CACACA;
border-collapse:collapse;
margin:0;
}
#formbookactivity table.table_cart td a{
text-decoration:none;
font-weight:normal;
color:;
}
#formbookactivity table.table_cart td h3{
padding:0;
margin:0;
font-size:20px;
display:block;
margin-bottom:5px;
color:#F39C00;

}
#formbookactivity table.table_cart td h3 a{
color:#F39C00;
}
#formbookactivity table.table_cart td b{
color:#636363;
font-weight:normal;
text-decoration:underline;
}
#formbookactivity label{
color:#636363;
font-weight:normal;
margin-left:170px;
}
#formbookactivity .cardchoose label{
margin:0;
}
#formbookactivity textarea{
height:50px;
}
*/
/************************************************************/
/*
h6{
background-color:#FFF;
}
*/
/* Use a .dev to color !!!!   MK ADD  */
.dev2 {
	background: #E500F9;
}
.dev3 {
	background: #0000F9;
}

.dev4 {
	background: #00FFF9;
}
.dev5 {
	background: #FFF009;
}
/************************************************************/

h5.bookthis{
	background-color:transparent;
	background-image:url(./img/pastille.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:28px;
	color:#1596AC !important;
	line-height:14px;
	font-size:16px;
}
.panier{
	background:none;
	border:0;
}
/************************************************************/

/******************************/
/**  CALENDRIER   */
/******************************/
.table_month{
	width:215px;
}
.table_month td{
	border:0px solid #222222;
	padding:2px;
	font-family: Arial;
	font-size: 12px;
	text-align:center;
}
.table_month td.entete_jours{
	border-bottom:1px solid #222222;
	font-family: Helvetica, Arial; font-size: 9px; color: #888888; background: #FFFFFF ;
}
/******************************/
.table_month td.ok{
	background: #CFDCFF;
	background: #D1DDDF;
	cursor:pointer;
}
.table_month td.ok:hover{
	text-decoration:underline;
}
.table_month td.resaok{
	background: #1596AC;
	color:#FFFFFF;
}
/******************************/
.table_month td.choice_day{
	background: #F39C00;
	color:#FFFFFF;
}
.table_month td.ko{
	background: #EFEFEF;
	color:#777777;
	cursor:not-allowed;
}
/******************************/
.table_month td.passed{
	background: #EFEFEF;
	color:#BABABA;
	cursor:not-allowed;
}
.table_month td.date_full{
	background: #F23E00;
	color:#FFFFFF;
}
/******************************/
/*  CART !  */
table.table_cart h3{
	background-color:transparent;
	border:0;
	padding:0;
	margin:0;
	margin-bottom:5px;
}
table.cart_bill_prd_res{
	border-collapse:collapse;
	padding:0;
}
table.cart_bill_prd_res td{
	margin:0;
	padding:2px 5px 2px 5px;
}
table.cart_bill_prd_res td select,
table.cart_bill_prd_res th select{
	margin:0;
}
table.cart_bill_prd_res th.header{
	color:#05869C;
}
.cart_updater select,
.cart_updater label{
	width:auto;
	display:inline;
	float:none;
	clear:none;
}
/******************************/
#FooterNav a{
	color:#036374;
}
#FooterNav a:hover{
	color:#030303;
}
#Lang{
	display:block;
	position:relative;
	top:-27px;
	_top:-25px; /* ie hack */
	margin-left:853px;
	z-index:100;
	color:#137EA2;
	font-weight:bold;

	text-align: center;
	width: 127px;
}
#Lang a{
	color:#ffffff;
	text-decoration:none;
	margin:0 1px;
}
#Lang a:hover{
	text-decoration:underline;
}
/******************************/
blink b{
	color:#05869C;
}
.blink b{
	color:#05869C;
}
#show{
	border-top:1px solid #ffffff;
}
/****************************  style="width:980px;margin:0 auto;"  **/
.fValidator-msg{
	background-color:#FFFFFF;
}
.formend .fValidator-msg{
	background-color:transparent;
	width:auto;
	display:block;
	float:none;
	margin:0;
}


#col_right .cat_links a {
	padding-left:20px;
}
#col_right .cat_links h6 {
	padding-left:15px;
	line-height:20px;
	font-size:13px;
}


/******************************************************************************/
/** old style adaptation **/
/******************************************************************************/

#content.contentwebsite{

}


#content.contentwebsite #coldroite{
	display:none;
}

#ContactForm input,
#ContactForm label{
	width:auto;
	display:inline;
	float:none;
}
#content.contentwebsite h4 input{
	float:left;
	display:block;
	position:absolute;
}
#content.contentwebsite h4 label{
	color:#05869C;
	font-size:14px;
	font-weight:bold;
	float:left;
	margin-left:20px;
	position:absolute;
	width:500px;
}
#content.contentwebsite div.PartenairesContainer h4{
	font-size:18px;
	font-weight:bold;
}

#content.contentwebsite #HomeVisu #abtitre{
	margin-top:25px;
	margin-bottom:15px;
}
#content.contentwebsite #HomeVisu #ablok
{
	border:0px solid #CACACA;
	display:block;
	width:780px;
	_width:auto;
	margin-top:10px;
}


#content.contentwebsite #HomeVisu #ab1
{
	position:relative;
	left:-10px;
	float:left;
	width:244px;
	line-height:10px;
}


#content.contentwebsite #HomeVisu #ab2
{
	position:relative;
	left:-10px;
	float:left;
	width:244px;
	margin:0 10px 0 10px;
	line-height:10px;
}

#content.contentwebsite #HomeVisu #ab3
{
	position:relative;
	left:-10px;
	float:left;
	width:244px;
	line-height:10px;
}

#content.contentwebsite #HomeVisu #aend{
	clear:both;
}


#content.contentwebsite table{
	width:auto;
}
#content.contentwebsite label ,
#content.contentwebsite input ,
#content.contentwebsite input[type="text"] ,
#content.contentwebsite input[type="checkbox"] ,
#content.contentwebsite textarea ,
#content.contentwebsite select {
	float:none;
	clear:none;
	display:inline;
}
#content.contentwebsite select{
	margin:0;
}
#content.contentwebsite label{
	font-weight:normal;
}
#content.contentwebsite textarea{
	width:305px;
	height:100px;
}
#content.contentwebsite span,
#content.contentwebsite th,
#content.contentwebsite td,
#content.contentwebsite img,
#content.contentwebsite caption {
	padding:0;
	vertical-align:top;
	text-align:auto;
}

#content.contentwebsite table.tb1{
	margin:5px auto;
}

#content.contentwebsite table.tb1 td{
	padding:5px;
}
#content.contentwebsite td{
	padding-top:2px;
}
#content.contentwebsite td.legend,
#content.contentwebsite td strong,
#content.contentwebsite td b{
	font-weight:bold;
	color:#05869C;
}
#content.contentwebsite h3 {
	background-color:transparent !important;
	border-color:#16A2BB #16A2BB #36C2DB #36C2DB;
	border-style:solid;
	border-width:0;
	color:#16A2BB;
	color:#05869C;
	font-size:19px;
	font-weight:normal;
	height:auto;
	line-height:22px;
	margin:0 0 18px 0;
	padding:0 0 0 0;
}
/*
#content.contentwebsite #ContactAddress{
position:absolute;
top:490px;
margin-left:500px;
}
#content.contentwebsite #ContactMain #ContactAddress{
top:400px;
}
*/
#content.contentwebsite #ContactForm{
	width:500px;
	float:left;
}

#content.contentwebsite #ContactAddress{
	padding-top:30px;
	width:250px;
	float:left;
}

/**********************************************************/
/***  Formulaire de contact ***/
/***********************************************************/

#content.contentwebsite .CtcStatusBg {
	background-color: #EBEBEB;
	background-color: #F3F3F3;
	line-height: 12px;
	width:580px;
	white-space:nowrap;
}

#content.contentwebsite .CtcStatusTxt1 {
	line-height: 17px;
	padding-left: 5px;
	padding-right: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align:top;
	color:#10A2BD;
}

#content.contentwebsite .CtcStatusTxt2 {
	line-height: 17px;
	padding-left: 5px;
	padding-right: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align:top;
	color:#D58500;
}

#content.contentwebsite .CtcStatusTxt3 {
	line-height: 17px;
	padding-left: 5px;
	padding-right: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align:top;
	color:#999999;
}

#content.contentwebsite p + p {
	text-indent:0;
}

#content.contentwebsite #meeting_content2 td h4{
	color:#05869C;
	font-size:19px;
	font-weight:normal;
	height:auto;
	line-height:22px;
}
#content.contentwebsite #meeting_content2 td img.rdvimg{
	margin-right:20px;
	margin-bottom:40px;
}
#content.contentwebsite #meeting_content2 td #dwnlpdf{
	text-align:center;
}


/***   PATENAIRES *****************************/
#content.contentwebsite .PartenairesContainer b {
	color : #15A3BB;
}

#content.contentwebsite a.SmallL,
#content.contentwebsite .PartenairesContainer a,
#content.contentwebsite .PartenairesContainer a:visited,
#content.contentwebsite .PartenairesContainer a:active {
	color : #F39A00;
	text-decoration : none;
	font-weight : bold;
}

#content.contentwebsite a.SmallL:Hover,
#content.contentwebsite .PartenairesContainer a:hover {
	color : #15A3BB;
}

#content.contentwebsite .PartenairesContainer {
	overflow : hidden;
	width : 662px;
	margin : 0 auto 0 auto;
	padding : 20px 0 20px 0;
	border-bottom : 1px solid #dfdfdf;
}

#content.contentwebsite .PartenairesContainer img {
	float : left;
	display : inline;
	margin : 0 10px 0 0;
}

#content.contentwebsite .PartenairesContainer a img {
	display : block ;
	width : 120px ;
	/*-
	width : 186px ;
	height : 95px ;
	*/
	margin : 0 10px 0 0;
	float : left ;
	text-align : center;
	border : 1px solid #EFEFEF;
}

#content.contentwebsite .PartenairesContainer div {
	padding-left: 200px;
	padding-left: 165px;
	display : block;
}
#content.contentwebsite .PartenairesContainer h4 {
	color:#05869C;
}
#content.contentwebsite .PartenairesContainer p img,
#content.contentwebsite .PartenairesContainer p a img{
	width : auto ;
	height : auto ;
}

/*** guestbook ***/
#content.contentwebsite div#GuestbookMain .quote
{
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	font-size:18px;
	font-weight:normal;
	color:#F39B02;
	line-height:8px;
}
#content.contentwebsite div#GuestbookMain p.Guestquote
{
	margin:0;
	padding:0;
	margin-top:15px;
	padding-top:10px;
	border-top:1px solid #DDDDDD;
	text-align:justify;
}
#content.contentwebsite div#GuestbookMain address
{
	margin:0;
	padding:0;
	font-weight:bold;
	text-align:right;
}


.accblk a{
	color:#05869C;
}
.accblk a:hover{
	color:#05869C;
}
.accblk0 ,
.accblk0 li
{
	font-size:12px;
}

#content.contentwebsite td.calendarDateInput{
	padding:3px;
	text-align:center;
}

/* Class for alternative display of rounded images */
.img_bak {
	position:absolute;
	left:-9999em;
}
/*****************************************************/
/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Default CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron> */

.hidden {
	opacity: 0;
	position: absolute;
}
.visible {
	opacity: 1;
}


input.calendar,
select.calendar {
	width: 99px;
}

button.calendar {
	background: url(calendar-icon.gif);
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-right: 6px;
	width: 20px;
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
}

div.calendar {
	background: url(calendar.png);
	height: 195px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
}	
div.calendar * {
	margin: 0;
	padding: 0;
}	
div.calendar div {
	background: none !important;
	cursor: move;
	height: 185px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
}	

div.calendar caption {
	background-color:#FFFFFF;
	color: #333;
	font: normal 12px Arial, Helvetica, sans-serif;/*//16px */
	padding-top: 6px;
	text-align: center;
	width: 100%;
	height:20px; 
	padding:0;
	margin:0; 
}
div.calendar caption a {
	cursor: pointer;
	display: block;
	height: 12px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 17px;
	width: 11px;
	margin:0;
	padding:0;
}
div.calendar caption a.prev {
	background-image: url(calendar-prev.gif);
	left: 0;
}
div.calendar caption a.next {
	background-image: url(calendar-next.gif);
	right: 0;
}
div.calendar caption a:hover {
	background-position: 0 12px;
}
div.calendar caption span {
	line-height: 20px;
	height: 20px;
	position: relative;
	text-align: center;
	margin:0;
	padding:0;
}
div.calendar caption span.month {
	padding-right: 8px;
}
div.calendar caption span.month:after {
	content: ',';
}

div.calendar table {
	background: #FFF;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px; 
}
div.calendar td,
div.calendar th {
	border: 0;
	color: #0597DB;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 21px;
	text-align: center;
	width: 21px;
	padding:0;
	background: #FFF;
}
div.calendar td {
	background: url(calendar-td.gif);
	color: #FFF;
	font-size: 11px;
}
div.calendar td.invalid {
	color: #999;
}
div.calendar td.valid {
	background: url(calendar-valid.gif);
	color: #0597DB;
	cursor: pointer;
}
div.calendar td.hilite {
	background: url(calendar-hilite.gif);
}
div.calendar td.inactive {
	background: url(calendar-td.gif) 0 100%;
	color: #FFF;
}
div.calendar td.active,
div.calendar td.hover {
	background: url(calendar-valid.gif) 0 100%;
	color: #FFF;
	cursor: pointer;
}

/*****************************************************/
