@charset "utf-8";
/* 	border: 1px solid #00CC00;*/
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #979493;
}
body {
	background-image: url(images/fd_body.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #e1ded9;
	margin: 0px auto auto;
}
h1{
	font-size			: 9px;
	margin				: 1px 0px 0px;
	text-align			: center;
	font-weight			: normal;
	color: #a7a9ac;
}
h2 {
	font-size: 20px;
	font-weight: lighter;
	color: #333333;
}
h3 {
	font-size: 18px;
		font-weight: lighter;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e1ded9;
	margin-bottom: 0px;
	color: #666666;
}
h4{
	font-size: 14px;
	margin-bottom: 0px;
	color: #999999;
}
p {
	font-size: 12px;
	line-height: 24px;
	margin-top: 3px;
}
a {
	font-size: 12px;
	color: #a7a9ac;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}
.general {
	margin: auto;
	width: 935px;

}
.top {
	height: 84px;
}
.menu {
	background-image: url(images/fd_menu.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 21px;
	padding-right: 40px;
}
.menu ul {
	text-align: right;
}
.menu li{
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
}
.menu a {
	color: #a7a9ac;
	text-decoration: none;
	font-size: 15px;
}
.menu a:hover {
	color: #000000;

}

.contenant { padding: 5px; }

.visuel {
	float: left;
	width: 390px;
	padding-left: 11px;
}

.center {
	text-align: center;
}
.float_right {
	float: right;
}
.galerie h3{
	font-size: 15px;
	font-weight: lighter;
	margin-left: 15px;
}
.bas {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a7a9ac;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(images/fd_bas.gif);
	background-repeat: repeat-x;
	height: 44px;
	background-position: top;
	font-size: 10px;
	padding-top: 5px;
	margin-top: 10px;
}
.bas .float_right {
	font-size: 10px;
	float: right;
	position: relative;
	top: -12px;
}
.bas .float_right a{
	font-size: 10px;
}

input, textarea{
	border: 1px solid #999999;
	color: #000000;
}
.compteur {
	text-align: center;
}
.compteur a {
	font-size: 9px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 


.expo {
	font-size: 15px;
	font-weight:bold;
	text-align: center;
}
.expo a{
	font-size: 15px;
	color:#000000;
	
}
.expo a:hover{
	font-size: 15px;
	color:#a7a9ac;
	
}
/* -----------------------------------------------HIGHSLIDE */
.highslide {
	cursor: url(includes/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	background-image: url(images/ombre.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 8px;
}
.highslide:hover img {
	background-image:  url(images/pix.gif);
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	color:#000000;
	border-top: none;
	font-family: Verdana, Helvetica;
	font-size: 11pt;
	padding: 5px;
	background-color: white;
	text-align: center;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
