html, body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #e5e5e5 url(images/fd-site.gif) center left no-repeat;
}


input, select, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 0px;
	margin:0px;
}
td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

h2 {
	margin: 0;
	padding: 0 0 0 45px;
	color: #fffff;
	font-size: 14px;
	font-family: arial;
	height:30px;
	line-height:30px;
	background: #ff9e05;
}

h3 {
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	letter-spacing: -0.5px;
	font-weight:bold;
}
h4 {
	color: #e65e14;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	letter-spacing: -0.5px;
	font-weight:bold;
	font-variant:small-caps;
	width:100%;
	border-bottom: 1px dashed #d5d5d5;
}
h5 {
	margin: 0;
	padding: 0 0 0 55px;
	color: #83b202;
	font-size: 14px;
	font-family: arial;
	height:25px;
	line-height:25px;
	border-bottom: 1px dashed #d5d5d5;
}
.verrine {
	width: 27px;
	height: 35px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/verrine.png');
	background: url(images/verrine.png) no-repeat !important;
	background: none;
	position:absolute;
	z-index:1;
	margin: 1px 0 0 10px;
}
.assiette {
	width: 32px;
	height: 30px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/assiette.png');
	background: url(images/assiette.png) no-repeat !important;
	background: none;
	position:absolute;
	z-index:10;
	margin: 1px 0 0 5px;
}
.pf {
	width: 57px;
	height: 30px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/pf.png');
	background: url(images/pf.png) no-repeat !important;
	background: none;
	position:absolute;
	z-index:20;
	margin: 1px 0 0 5px;
}
#logo {
	width: 210px;
	height: 85px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png');
	background: url(images/logo.png) no-repeat !important;
	background: none;
	margin: 10px 0 5px 5px;
}
#footer {
	width: 860px;
	height: 70px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/footer.png');
	background: url(images/footer.png) no-repeat !important;
	background: none;
	margin: 25px 0 0 0;
	
}
#menu {
	background: url(images/menu-fd.gif) top left repeat-x;
	border:1px solid #749808;
}
#menu a {
	display: block;
	text-decoration: none;
	font-family:tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height:30px;
	line-height:30px;
	width:100%;
	text-align:left;
	margin: 0;
	padding: 0 0 0 60px;
	text-transform: capitalize;
	background: url(images/menu-puce2.gif) center left no-repeat;
}

#menu a:hover {
	color: #404040;
	background: url(images/menu-puce.gif) center left no-repeat;
	text-align:center;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	border-top:1px solid #7b9d03;
}

a.savoir {
	text-decoration: none;
	font-family:tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #a20f08;
}
a.savoir:hover {
	color: #666666;
}
p {
	margin: 0 0 10px 0;
	padding: 0px;
	text-align: justify;
}
p.acceuil {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
p.even {
	margin: 10px 0 0 0;
	padding: 0px;
	font-size: 11px;
}

#footer-txt {
	color: #666666;
	text-align: center;
	line-height: 20px;
	position:relative;
	top: -50px;
}

SPAN.copyright {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #fff;
	font-weight:bold;
}

SPAN.copyright A {
	font-style: normal; 
	font-size: 11px; 
	color: #fff;
	text-decoration: none;
}
SPAN.copyright A:hover  {
	font-style: normal; 
	font-size: 11px; 
	color: #fff;
	text-decoration: none;
	font-style: italic;
}
.liste {
	height: 110px;
	width: 480px;
	overflow:auto;
}

a.partenaire
{
	text-decoration: underline;
	font-weight: bold;
	color: #ff9e05;
}

a:hover.partenaire
{
	text-decoration: none;
}


div#livre ul
{
	margin: 0;
	padding: 0;
}

div#livre ul li
{
	list-style-type: none;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span.active{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 330px;
border: 1px dashed gray;
visibility: visible;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 330px; /*position where enlarged image should offset horizontally */
z-index: 50;
}