body {
	background-color: #221a15;
	background-image: url(images/fond-repeat.jpg);
	margin: 0;
	padding: 0;
	text-align: center;
	overflow:auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.6em;
	line-height: 1.3em;
	text-transform: uppercase;
}
.menu_bas {
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	color: #D66914;
	font-size: 0.8em;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:focus {
    outline:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC6600;
	font-weight: bold;
}
a:active {
	color: #70340a;
	text-decoration: none;
	font-weight: bold;
}
.contenu_gauche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #7a5236;
	text-align: left;
	vertical-align: middle;
}
.contenu-gauche-black{
	font-family: Arial, Helvetica, sans-serif;
	color: #3b210f;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
.contenu-gauche-black12{
	font-family: Arial, Helvetica, sans-serif;
	color: #3b210f;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	vertical-align: middle;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
.contents-title {
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
			}
.contents-title-big {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: inherit;
	font-weight: bolder;
	line-height: normal;
	color: #eaeaea;
	text-align: left;
	vertical-align: middle;
	display: compact;
	text-transform: lowercase;
	font-variant: normal;
	word-spacing: normal;
	letter-spacing: 5pt;
	background-color: #CD6818;
				}
.contents {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #30261d;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	text-transform: none;
		}
		
.copyright {
	color: #6d6d6a;
	font-size: 9px;
	vertical-align: top;
	text-transform: uppercase;
    text-align: middle;
}	
	
.trait-orange {color: #CD6818}
	
#flashcontent {				
		margin: 2px 0px 0px 1px;
		width: 787px;	
		height: 499px;
	    font-size: 12px;		
		vertical-align: bottom;
		text-align: center;
		color: #BCB3A4;
		font-weight: bold;
	    text-decoration: none;
		}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

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

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 1px;
left: 150px; /*position where enlarged image should offset horizontally */

}
.thumbnail-droite{
position: relative;
z-index: 0;
}

.thumbnail-droite:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail-droite span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CD6818;
padding: 5px;
left: 140px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail-droite:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 1px;
left: 150px; /*position where enlarged image should offset horizontally */

}
.minilegende {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	text-transform: lowercase;
	letter-spacing: 2px;
	color: #4C4C4C;
}
