@charset "UTF-8";

/* -------------------------------------------------------------- 
   
   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 (2009-08-11) [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:            960 px
    * Number of columns:     12
    * Column width:          80 px
    * Margin width:          0 px
   ======================================

   By default, the grid is 960px wide, with 12 columns 
   spanning 80px, and a 0px 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: 960px;
  margin: 0 auto;
  background-color:rgb(255, 255, 255);
}

/* Use this class on any div.span / container to see the grid. */
.showgrid
{ 
  background:url(public/themes/default.v2/img/blueprint_grid_80+0x16.png); 
}

/* Body margin for a sensile default look. */
body
{
	margin-top:16px;
	margin-bottom:32px;
	background-color:rgb(160, 90, 25);
}



/* Div du menu par dessus l'image
-------------------------------------------------------------- */
#nav
{ 
	position: absolute;
	top:0;
	left:0;
	width:960px;
	height: 160px;
	z-index: 999;
}

#nav .nav
{
	position: relative; }
	background-color:transparent;	
}

#nav .nav:hover
{
/*  background-color:#FFF;  */
  background-color:transparent;
}

#nav .fader {
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 176px;
  background-color: #ffffff;
}


/* 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 { float:left; }

/* 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: 80px;  }
.span-2  { width: 160px; }
.span-3  { width: 240px; }
.span-4  { width: 320px; }
.span-5  { width: 400px; }
.span-6  { width: 480px; }
.span-7  { width: 560px; }
.span-8  { width: 640px; }
.span-9  { width: 720px; }
.span-10 { width: 800px; }
.span-11 { width: 880px; }
.span-12, div.span-12 { width: 960px; margin: 0; }


/* Classes suppl�mentaires pour cr�er des bloc avec goutti�res (Left + Right) */
 div.bloc-1, div.bloc-2, div.bloc-3, div.bloc-4, div.bloc-5, div.bloc-6, div.bloc-7, div.bloc-8, div.bloc-9, div.bloc-10, div.bloc-11, div.bloc-12 { float:left; margin:16px 10px 0px 10px; } 

.bloc-1  { width: 60px;  }
.bloc-2  { width: 140px; }
.bloc-3  { width: 220px; }
.bloc-4  { width: 300px; }
.bloc-5  { width: 380px; }
.bloc-6  { width: 460px; }
.bloc-7  { width: 540px; }
.bloc-8  { width: 620px; }
.bloc-9  { width: 700px; }
.bloc-10 { width: 780px; }
.bloc-11 { width: 860px; }
.bloc-12, div.bloc-12 { width: 940px; }

/* Classes supplémentaires pour créer des bloc sans gouttières (Left + Right) sans saut de ligne */
 div.bloctxt-1, div.bloctxt-2, div.bloctxt-3, div.bloctxt-4, div.bloctxt-5, div.bloctxt-6, div.bloctxt-7, div.bloctxt-8, div.bloctxt-9, div.bloctxt-10, div.bloctxt-11, div.bloctxt-12 { float:left; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:8px; } 

.bloctxt-1  { width: 60px;  }
.bloctxt-2  { width: 140px; }
.bloctxt-3  { width: 220px; }
.bloctxt-4  { width: 300px; }
.bloctxt-5  { width: 380px; }
.bloctxt-6  { width: 460px; }
.bloctxt-7  { width: 540px; }
.bloctxt-8  { width: 620px; }
.bloctxt-9  { width: 700px; }
.bloctxt-10 { width: 780px; }
.bloctxt-11 { width: 860px; }
.bloctxt-12, div.bloctxt-12 { width: 940px; }

/* Classes supplémentaires pour créer des bloc déstinés au menu */
 div.blocnav-1, div.blocnav-2, div.blocnav-3, div.blocnav-4, div.blocnav-5, div.blocnav-6, div.blocnav-7, div.blocnav-8, div.blocnav-9, div.blocnav-10, div.blocnav-11, div.blocnav-12 { float:left; margin:8px 5px 16px 5px; } 

.blocnav-1  { width: 70px;  }
.blocnav-2  { width: 150px; }
.blocnav-3  { width: 230px; }
.blocnav-4  { width: 310px; }
.blocnav-5  { width: 390px; }
.blocnav-6  { width: 470px; }
.blocnav-7  { width: 550px; }
.blocnav-8  { width: 630px; }
.blocnav-9  { width: 710px; }
.blocnav-10 { width: 790px; }
.blocnav-11 { width: 870px; }
.blocnav-12, div.blocnav-12 { width: 950px; }

/* Add these to a column to append empty cols. */
.append-1  { padding-right: 80px;  }
.append-2  { padding-right: 160px; }
.append-3  { padding-right: 240px; }
.append-4  { padding-right: 320px; }
.append-5  { padding-right: 400px; }
.append-6  { padding-right: 480px; }
.append-7  { padding-right: 560px; }
.append-8  { padding-right: 640px; }
.append-9  { padding-right: 720px; }
.append-10 { padding-right: 800px; }
.append-11 { padding-right: 880px; }


/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 80px;  }
.prepend-2  { padding-left: 160px; }
.prepend-3  { padding-left: 240px; }
.prepend-4  { padding-left: 320px; }
.prepend-5  { padding-left: 400px; }
.prepend-6  { padding-left: 480px; }
.prepend-7  { padding-left: 560px; }
.prepend-8  { padding-left: 640px; }
.prepend-9  { padding-left: 720px; }
.prepend-10 { padding-left: 800px; }
.prepend-11 { padding-left: 880px; }



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

/* Border with more whitespace, spans one column. */
div.colborder
{
  padding-right:83px;
  margin-right:80px;
  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: -80px;  }
.pull-2  { margin-left: -160px; }
.pull-3  { margin-left: -240px; }
.pull-4  { margin-left: -320px; }
.pull-5  { margin-left: -400px; }
.pull-6  { margin-left: -480px; }
.pull-7  { margin-left: -560px; }
.pull-8  { margin-left: -640px; }
.pull-9  { margin-left: -720px; }
.pull-10 { margin-left: -800px; }
.pull-11 { margin-left: -880px; }
.pull-12 { margin-left: -960px; }

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12 { float:left; position:relative; }


.push-1  { margin: 0 -80px  1.5em 80px;  }
.push-2  { margin: 0 -160px 1.5em 160px; }
.push-3  { margin: 0 -240px 1.5em 240px; }
.push-4  { margin: 0 -320px 1.5em 320px; }
.push-5  { margin: 0 -400px 1.5em 400px; }
.push-6  { margin: 0 -480px 1.5em 480px; }
.push-7  { margin: 0 -560px 1.5em 560px; }
.push-8  { margin: 0 -640px 1.5em 640px; }
.push-9  { margin: 0 -720px 1.5em 720px; }
.push-10 { margin: 0 -800px 1.5em 800px; }
.push-11 { margin: 0 -880px 1.5em 880px; }
.push-12 { margin: 0 -960px 1.5em 960px; }

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12 { float:right; position:relative; }

.marginBottom { margin-bottom:16px; }
.marginTop    { margin-top:16px;    }


/* 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; }

/* Default (Body)
-------------------------------------------------------------- */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:rgb(90, 90, 90);
}

a img { border: 0; }
img {outline: 0;}

.hidden {display:none;}

/* Backgrounds
-------------------------------------------------------------- */
.background-3col
{
	background-image:url(public/themes/default.v2/img/background-3col.gif);
}

.background-body
{
	background-color:rgb(110, 60, 20);
}



/* Titrages
-------------------------------------------------------------- */
h1, h3, h6 { font-family:Georgia, "Times New Roman", Times, serif; margin:0px; padding:0px; }
h2, h4, h5 { font-family:Arial, Helvetica, sans-serif; margin:0px; padding:0px; }

h1
{	
	font-size:20px;
	line-height:24px;
	color:rgb(110, 60, 20);
	text-decoration:none;
	font-weight:100;
	padding-top:16px;
	
}

h2
{
	font-size:12px;
	line-height:16px;
	color:rgb(110, 60, 20);
	font-style:normal;
	text-decoration:none;
	font-weight:100;
	padding-top:16px;
}

h3
{
	font-size:20px;
	line-height:24px;
	color:rgb(110, 60, 20);
	text-decoration:none;
	font-weight:100;
}

h4
{
	font-size:16px;
	line-height:18px;
	color:rgb(110, 60, 20);
	font-style:normal;
	text-decoration:none;
	font-weight:100;
}

h5
{
	font-size:12px;
	line-height:16px;
	color:rgb(110, 60, 20);
	font-style:normal;
	text-decoration:none;
	font-weight:100;
}

h6
{
	font-size:16px;
	line-height:18px;
	color:rgb(110, 60, 20);
	font-style:normal;
	text-decoration:none;
	font-weight:100;
}

.centre{
	text-align:center;
}


/* Paragraphes
-------------------------------------------------------------- */
p    { margin:0px; padding:0px; }
.cap { text-transform:uppercase; }

.mkd p {
padding-bottom:16px;
}

pre {
    margin:0px;
    padding:0px;
    white-space: nowrap;
}
pre code {
    font-family:Arial, Helvetica, sans-serif;
}

/* Listes
-------------------------------------------------------------- */
ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

li
{	
	padding-left:0px;
}

/*li:hover, li.selected
{
  background-image:url(img/puce.gif);
  background-repeat:no-repeat;
  padding-left:12px;
}*/

#sub_nav ul li a
{
	color:rgb(110, 60, 20);
	font-style:italic;
}


/* Légende image
-------------------------------------------------------------- */
.legende
{
	color:rgb(255, 255, 255);
}



/* Liens
-------------------------------------------------------------- */

/* Première variation de lien (en savoir+) */
.lienvar
{
	color:rgb(110, 60, 20);
}

.lienvar:hover
{
	font-weight:bold;
}

a
{
	font-weight:100;
	text-decoration:none;
	color:rgb(90, 90, 90);

}
	

a:hover
{
	font-weight:bold;
	text-decoration:none;
}


/* menu_header */
.menu a,
.menu a:visited
{
	background-color:rgb(255, 255, 255);
	color:rgb(90, 90, 90);
}

.menu a:hover,
.menu .selected a
{
	color:rgb(110, 60, 20);
	background-color:rgb(255, 255, 255);
	background-image:url(public/themes/default.v2/img/puce.gif);
	background-repeat:no-repeat;
  	padding-left:6px;
	font-weight:bold;
}



/* Seconde variation de lien (controleur slideshow) */
.viewerlink
{
	color:rgb(255, 255, 255);
}

.mkd a,
.mkd a:visited {
  text-decoration: underline;
}
.mkd a:hover {
  text-decoration: none;
  font-weight: normal;
}



/* Filet
-------------------------------------------------------------- */
.filettop
{
	border-top:solid;
	border-width:3px;
	border-color:rgb(110, 60, 20);	
}

.filetbottom
{
	border-bottom:solid;
	border-width:3px;
	border-color:rgb(110, 60, 20);
}


/* Picto
-------------------------------------------------------------- */
.center
{
	margin-left:14px;
}

.fondblanc
{
	background-color:rgb(255, 255, 255);
}


/* Sprites Picto
-------------------------------------------------------------- */
.global_sprite {
   background: url(public/themes/default.v2/pictos/pictos.png) no-repeat center;
   text-indent: -9999px;
}

.sprite-hiver_01 { background-position: 0 0; width: 112px; height: 112px;} 
.sprite-hiver_02 { background-position: 0 -162px; width: 112px; height: 112px; } 
.sprite-hiver_03 { background-position: 0 -324px; width: 112px; height: 112px; } 
.sprite-hiver_04 { background-position: 0 -486px; width: 112px; height: 112px; } 
.sprite-hiver_05 { background-position: 0 -648px; width: 112px; height: 112px; } 
.sprite-hiver_06 { background-position: 0 -810px; width: 112px; height: 112px; } 
.sprite-hiver_07 { background-position: 0 -972px; width: 112px; height: 112px; } 
.sprite-hiver_08 { background-position: 0 -1134px; width: 112px; height: 112px; } 
.sprite-hiver_09 { background-position: 0 -1296px; width: 112px; height: 112px; } 
.sprite-hiver_10 { background-position: 0 -1458px; width: 112px; height: 112px; } 

/* Sprites éléments graphiques
-------------------------------------------------------------- */
.global_sprite_el {
   background: url(public/themes/default.v2/img/element.png) no-repeat center;
   text-indent: -9999px;
}

.el-bt_res { background-position: 0 0; width: 210px; height: 32px; } 
.el-bt_res_en { background-position: 0 -82px; width: 210px; height: 32px; } 
.el-en_flag { background-position: 0 -164px; width: 24px; height: 16px; } 
.el-fr_flag { background-position: 0 -230px; width: 24px; height: 16px; } 
.el-logo_spa { background-position: 0 -296px; width: 107px; height: 40px; } 

/* Sprites cliquables langue
-------------------------------------------------------------- */
#lang_nav a {
	background: url(public/themes/default.v2/img/element.png) no-repeat top left;
    display: block;
    overflow: hidden;
    width: 24px;
    height:16px;
    text-indent: -9999px; /* pour cacher le texte du lien*/ 
}
  
#lang_nav .fr {
    background-position: 0 -230px;
  }
#lang_nav .en {
    background-position: 0px -164px;
  }
  
/* Sprites cliquables réservation
-------------------------------------------------------------- */
#res_nav a {
	background: url(public/themes/default.v2/img/element.png) no-repeat top left;
    display: block;
    overflow: hidden;
    width: 210px;
    height:32px;
    text-indent: -9999px; /* pour cacher le texte du lien*/ 
}
  
#res_nav .fr_res {
    background-position: 0 0px;
  }
#res_nav .en_res {
    background-position: 0px -82px;
  }
  
/* forms.css */
label 
{
	font-weight:bold;
	margin-bottom:16px;
}

fieldset 
{
	padding:0px;
	border:none;
	margin:0px;
	/*border:1px solid #ccc;*/
	/*background-color:rgb(231, 214, 198);*/
}

legend 
{
	font-weight:bold;
	font-size:1.2em;
}

input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:rgb(231,214,198); border:none; margin-bottom:0px; width:240px; padding-left:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; /*border:1px solid #bbb;*/}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus /*{border-color:#666;}*/ {margin:0px;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin-bottom:0px;}
input.text, input.title {width:300px;padding:0px;}
input.title {font-size:12px;}

textarea 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	width:540px;
	height:160px;
	padding:0px;	
}

input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}

form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.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;}	

.tables
{
	text-align:center;
}

.back-tab {
background-color:rgb(232, 215, 199);
}

.back-tabdyn {
background-color:rgb(240, 240, 240);
}
