body
  {
	background: #090F17;
		font: 13px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
  }
  
tr 
  {
	vertical-align: top;
  }  
  
strong
  {
	font-weight: bold;
  }  
  
.center { text-align: center;}  
.right { text-align: right;} 
  
/* PAGE D'ACCUEIL */
#accueil #header
  {
	display: none;
  } 
  
#accueil #footer, #accueil #content
  {
	background: transparent;
  }  
  
#accueil #footer #red
  {
	width: 655px;
	margin: 50px auto ;
  } 
  
#accueil #photos
  {
	display: block;
	width: 655px;
	height: 500px;
	margin: 30px auto;
	/*padding: 120px 0px 0 90px;*/
	background: url(../img/home-bg.png) no-repeat;
  }  
  
#menu-home
  {
	width: 670px;
	height: 36px;
	margin: 0 auto;
	background: url(../img/home-menu.png) no-repeat;
  }  
  
#menu-home a
  {
	display:block;
	width: 110px;
	height: 36px;
	float: left;
	border-bottom: 3px solid #090F17;
  }  
  
#menu-home a:hover
  {  
    border-bottom: 3px solid white;
   } 
  
#menu-home a span
  { display: none; } 
  
/* HEADER */
#header
  {
	height: 150px;
	background: url(../img/header-bg.png) no-repeat right top;
  }  
  
#logo
  {
	display: block;
	width: 660px;
	height: 114px;
	background: url(../img/header-logo.png) no-repeat;
  }  
  
#logo span, #header h1, #header h2
  { display:none} 
  
/* MENU */  
#menu
  {
	position: absolute;
	width: 660px;
	height: 36px;
	top: 114px;
	left: 0px;
  }  
  
#menu li
  {
	display: inline;
	width: 110px;
	height: 36px;
  }  
  
#menu li a
  {
	display: block;
	width: 110px;
	height: 36px;
	float: left;
  }   
  
#menu li a span
  { display: none; }  
  
#m-presentation a { background: url(../img/b-presentation-off.png) no-repeat;  } 
#m-nouveautes a { background: url(../img/b-nouveautes-off.png) no-repeat;  } 
#m-terrain_de_jeu a { background: url(../img/b-terrain-off.png) no-repeat;  } 
#m-pour_vous_emmener a { background: url(../img/b-emmener-off.png) no-repeat;  } 
#m-liens a { background: url(../img/b-liens-off.png) no-repeat;  }
#m-contact a { background: url(../img/b-contact-off.png) no-repeat;  } 

#presentation #m-presentation a { background: url(../img/b-presentation-on.png) no-repeat;  } 
#nouveautes #m-nouveautes a { background: url(../img/b-nouveautes-on.png) no-repeat;  } 
#terrain_de_jeu #m-terrain_de_jeu a { background: url(../img/b-terrain-on.png) no-repeat;  } 
#pour_vous_emmener #m-pour_vous_emmener a { background: url(../img/b-emmener-on.png) no-repeat;  } 
#liens #m-liens a { background: url(../img/b-liens-on.png) no-repeat;  }
#contact #m-contact a { background: url(../img/b-contact-on.png) no-repeat;  } 

/* SUBMENU */
#submenu
  {
	display: block;
	width: 220px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 30px 10px;
  }


#submenu li
  {
	height:40px;
	width: 200px;
	background:  url(../img/hr.png) bottom repeat-x;
	padding-top: 20px;
  }

#submenu a
  {
	text-decoration: none;
	font-size: 14px;
	color: #8B1C13;
  }
  
#submenu a:hover
  {
    text-decoration: underline;
  }	  
  
.biographie #s-biographie a,
.bibliographie #s-bibliographie a,
.dates #s-dates a,
.selected span
 {
	color:black;
 } 
 
#contact #submenu
  {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
    font-size: 13px;
    padding: 50px 0 50px 20px;
  } 
  
/* PAGE */
#page
  {
    float: left;
    margin: 20px 120px 70px 30px;
  }  

/* CONTENT */
#content
  {
	background: url(../img/content-bg.png) repeat-y #F9F3EC;
	width: 100%;
	float:left
  }
  
/* FOOTER */
#footer
  {
	height: 100px;
	background: url(../img/footer-bg.png) no-repeat;
		width: 100%;
	float:left
  }  

#red
  {
	display:block;
	width: 267px;
	height: 24px;
	position: relative;
	right: 30px;
	top: 40px;
	float: right;
	background: url(../img/red.png) no-repeat;
  }
  
#red span
  {  
    display:none;
   } 
   
   
.list
  {
	margin: 8px 0 24px 0;
	padding: 0 0 0 36px;
	background: url(../img/bullet.png) no-repeat 0 5px ;

  }   
   
.list a
  {
	text-decoration: none;
	font-size: 18px;
	color: #8B1C13;
	font-family: Georgia, "Times New Roman", Times, serif;
  }
  
.list a:hover
  {
	text-decoration: underline;

  }	  
   
   
/* GALERIE */
.thumb
  {
	width: 170px;
	height: 170px;
    display: block;
    float: left;
   text-align: center;
   padding: 10px;
   font-size: 10px;
   text-decoration: none;
   color:#333;

  }

.thumb img
  {
	border: 10px solid white;
    
    vertical-align: top;
  }   
  
/* BOUTONS */
#button_bar
  {
	width: 100%;
	float: left;
	text-align: center;
  }
#back
  {
	width: 100px;
    height: 36px;
    background: url(../img/b-back.png);
    margin:30px auto;
    display: block;
    float: left;
  }  
  
#back span { display: none;}  
   
.attachement
  {
	margin-bottom: 2px;
	padding: 0 0 0 12px;
  }   
   
.attachement a
  {
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
	color: black;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  }   
  
.attachement img
  {
    vertical-align: bottom;
    margin: 0 4px 0 0px;
  }  
  
.link
  {
	margin-bottom: 16px;
  }  
  
/* CONTACT */
#contact label
  {
	font-weight: bold;
	display: block;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #8B1C13;
  }  
  
#contact #page p
  {
	margin: 20px 0 0 0;
  }  
  
.oErrorMessage
  {
	color: #8B1C13;
	font-family: Georgia, "Times New Roman", Times, serif;	
  }  
   
#merci #page p
  {
	font-size: 24px;
	margin: 100px auto 200px auto;
	text-align: center;
	color: #8B1C13;
	font-family: Georgia, "Times New Roman", Times, serif;	
  }   
  
/* PAGINATION */
.pagination
  {
	text-align: center;
	color: #8B1C13;
	font-family: Georgia, "Times New Roman", Times, serif;  
	width: 100%;

  }   
  
.pagination strong
  { 
    color:black;
    font-weight: bold;
  }
  
.pagination a
  {   color: #8B1C13; text-decoration: none;}

.pagination a:hover
  {
	text-decoration: underline;}
  
/* TEMPORAIRE */
#construction
  {
	margin:200px auto;
	text-align: center;
	font-size: 30px;
	color:  #8B1C13;;
  }   
 
