﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 650px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
	min-height:600px;
	height:600px;
}

#masthead {
	text-align: center;
	width: 630px;
	height: 98px;
	padding: 10px;
	border: 0px #725972 none;
	background-image: url("../images/bnr.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*border-right: 1px dotted #725972;*/
	
}
#content {
	float: left;
	width: 470px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	
}
#footer {

	position: relative;
	text-align: center;
	clear: both;
	width: 100%;
	
	border: 1px dotted #d8bfd8;
	bottom: 0px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #dfb8df;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #503750;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
   	text-align:center;
	color: #503750;
	margin-bottom:5px;
}

/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/lightbox.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */


/* slides styling */

.photo {width:498px; text-align:left; position:relative; margin:0 auto;}

.photo ul.topic {padding:0; margin:0; list-style:none;
width:498px; height:auto; position:relative; z-index:0;}


/* onglet */
.photo ul.topic li {display:block; width:83px; height:31px; float:left;}

.photo ul.topic li a.set {display:block; font-size:11px;
width:82px; height:30px; text-align:center; line-height:30px;
color:#000; text-decoration:none; border:1px solid #fff; border-width:1px 1px 0 0;
background:#705570; font-family:verdana, arial, sans-serif;}

.photo ul.topic li a ul, 
.photo ul.topic li ul 
{display:none;}

/*element (onglet et photo) active */
.photo ul.topic li.active a
{color:#000; background:#705570;}

/* element selectionné (onglet et photo)*/
.photo ul.topic li a:hover,
.photo ul.topic li:hover a
{color:#fff; background:#503750;}

/* la grand cadre exterieur */

.photo ul.topic li.active ul
{display:block; position:absolute; left:0; top:31px; list-style:none;
margin:0; height:182px; background:#ed7; width:348px;
padding:30px 55px 30px 54px; border:20px solid #705570; z-index:0;}

/* la grand cadre exterieur selectionné */
.photo ul.topic li a:hover ul, 
.photo ul.topic li:hover ul
{display:block; position:absolute; float: left;left:0px; top:31px;
list-style:none; padding:0; margin:0; height:182px; background:#ec6;
width:348px; padding:30px 55px 30px 54px; border:20px solid #503750;z-index: 0; }

/* cadre exterieur de la photo petit format*/
.photo ul.topic li ul li
{display:inline; width:112px; height:87px; float:left;
border:1px solid #fff; margin:1px;}

/* cadre medium de la photo petit format*/
.photo ul.topic li ul li a
{display:block; width:110px; height:85px; cursor:default;float:left;
 text-decoration:none; background:#444; border:1px solid #503750;}

/* cadre inetrieur de la photo petit format*/
.photo ul.topic li ul li a img
{display:block; width:100px; height:75px; border:5px solid #fff;}

.photo ul.topic li a:hover ul li a:hover, 
.photo ul.topic li:hover ul li a:hover 
{white-space:normal; position:relative;}

/* cadre photo grand format */
.photo ul.topic li a:hover ul li a:hover img, 
.photo ul.topic li:hover ul li a:hover img 
{position:absolute; left:-125px; top:-60px; width:350px; 
height:200px; border-color:#fff;}

