/* CSS Document */


.propre {
clear: both;
margin-bottom: 35px;
}

body{
font-family: Georgia, verdana, Times, serif;
color : #FF9900;
font-size:12px;
margin: 0;
background-image:url(images/fond2.png);
background-repeat:repeat;
background-attachment:fixed;
overflow: auto; 
}

#toybox {
width : 1120px;
margin-top: -30px;
margin-left: auto;
margin-right: auto;
background-image: url(images/curtain.png);
height:905px;
}

#conteneur_index {
width: 990px;
height: 450px;
margin-top: 180px;
position: absolute;
margin-left: 65px;
margin-bottom: 70px;
}

#menug{
margin-left: 80px;
margin-top: 20px;
width: 205px;
float:left;
}

#contenu_index{
margin-left: -60px;
margin-right: 5px;
margin-top: -30px;
width:500px;
text-align:justify;
float:left;
z-index: -50;
}

#menud{
margin-left: -50px;
margin-right: 10px;
margin-top: 20px;
width: 205px;
float:left;
}

#pied{
	width:1000px;
	height: 30px;
	margin-right: auto;
	margin-left: 40px;
	bottom: 30px;
	text-align:center;
	position: absolute;
	font-size:11px;
}

#pied a {
text-decoration:none;
color: #FF9900;
}

#pied a:hover{
text-decoration:underline;
color: #FF9900;
}
#pied img {
border: none;
}

h6 {
font-size: 10px;
color : #FF9900;
text-indent: 20px;
margin: -2px;
}


/*Menu INDEX*/
.navigation { 
      margin: 0; 
      padding: 0; 
      list-style: none; 
      color: #fff; 
      width: 180px; 
      } 
	  
.navigation a, .navigation img {
border : none;
text-decoration:none;
}

   .navigation a, .navigation span { 
      display: block; 
      color: #fff; 
      text-decoration: none;
      } 
	  
   .navigation .toggleSubMenu a, .navigation .toggleSubMenu span { 
	font-family:Georgia, Verdana, Times, serif;
	font-size:14px;
	font-style:italic;
	text-align: center;
    } 
	  
	.navigation .toggleSubMenu a:hover, .navigation .toggleSubMenu span { 
      } 
   .navigation .open a, .navigation .open span { 
       } 
   .navigation a:hover, .navigation a:focus, .navigation a:active { 
      text-decoration: underline; 
      } 
   .navigation .subMenu { 
      margin: 0; 
      padding: 0;
	  background: none; 
      } 
   .navigation ul.subMenu a { 
      background: none; 
      } 
	  
	.navigation ul.subMenu a:hover { 
      background: none; 
      } 
.navigation li {
list-style:none;
}

.navigation .subMenu li a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
font-weight: bold;
text-align: center;
color: #ff9900;
text-align:left;
text-indent: 20px;
margin-top: 15px;
text-decoration:none;
}

.subMenu li a:hover{
text-decoration:overline;
}


/** MENU**/

.menu {
width:1000px;
height: 100px;
margin-top: 20px;
margin-left: 40px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.menu2 {
width:1000px;
height: 100px;
margin-top: 20px;
margin-left: 40px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
.menu,.menu2 a{
width:150px;
height: 100px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
.menu img,.menu2 img {
border: none;
text-decoration: none;
}

.menu #facebook a{
width: 150px;
height: 100px;
display:block;
margin-left: -20px;
margin-top: 80px;
position:absolute;
}

.menu #facebook a:hover{
width:150px;
height: 100px;
background-image:url(images/facebook2.png);
background-repeat:no-repeat;
display:block;
}

.menu #reviews a{
width: 150px;
height: 100px;
display:block;
margin-left: 890px;
margin-top: 80px;
position:absolute;
}

.menu #reviews a:hover{
width:150px;
height: 100px;
background-image:url(images/reviews.png);
background-repeat:no-repeat;
display:block;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height:200%;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}