/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/fd_body.gif);
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-attachment:fixed;
}
a {	text-decoration:none; }

a:link, a:visited  {
	color:#993300;
}
a:hover  {
	color:#db4900;
}

/* Header */
#header {
	position:relative;
	top:0px;
	right:0px;	
	height:143px;
	width:1002px;
	background-image:url(../images/fd_header.jpg);
	background-repeat:no-repeat;
	text-align:right;
}
#headerLangues {
	position:relative;
	top:6px;
	right:20px;
	width:150px;
	height:20px;
	float:right;
}
#headerLangues img {
	margin-left:7px;
}

/* Menu gauche */
.menu {
	width:279px;
	background-image:url(../images/fd_menu.jpg);
	background-repeat:no-repeat;
	background-color:#010600;
	height:auto;
	min-height:850px;
	_height:850px;
}
.menug {
	position:relative;
	margin-top:15px;
	left:16px;
	width:257px;
	background-image:url(../images/fd_menu_centre.gif);
	background-repeat:repeat-y;
	text-align:left;
	font-size:13px;
	font-weight:bold;
}

.menug a {
	display:block;
	position:relative;
	color:#fcde60;
	top:6px;
	margin-left:25px;
	width:220px;
	overflow:hidden;
	text-decoration:none;
}

.menu_bas {
	position:relative;
	left:16px;
	width:257px;
	height:37px;
	background-image:url(../images/fd_menu_bas.gif);
	background-repeat:no-repeat;
}
.bouton {
	position:relative;
	width:279px;
	height:29px;
	background-image:url(../images/fd_menu_bouton.gif);
	background-repeat:no-repeat;
}
.bouton a {text-decoration:none;}
.bouton a:link{color:#fcde60}
.bouton a:visited{color:#fcde60;}
.bouton a:hover{color:#EEEEEE;}

/* Contenu */
.contenu {
	width:723px;
	background-image:url(../images/fd_contenu.jpg);
	background-repeat:no-repeat;
	background-color:#010600;
}
#boxContenu {
	position:relative;
	margin-top:15px;
	left:0px;
	width:723px;
	background-image:url(../images/fd_contenu_centre.gif);
	background-repeat:repeat-y;
	min-height:850px;
	_height:850px;
}

#boxContenu h1 {
	display:block;
	position:relative;
	margin-top:5px;
	left:20px;
	width:675px;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	border-bottom:#000000 1px solid;
}
.contenu_bas {
	position:relative;
	width:723px;
	height:17px;
	background-image:url(../images/fd_contenu_bas.gif);
	background-repeat:no-repeat;
}
.contenuEditable {
	position:relative;
	left:30px;
	width:660px;
}

/* highslide */ 
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.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;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* Boîtes seocndaires - Egalement utilisép pour les onglets */
.tabcontentstyle {
border: 1px solid #682b0c;
width: 640px;
background-color:#fef5cf;
background-image:url(../images/fd_tabs_content.jpg);
background-repeat:no-repeat;
margin-bottom: 1em;
padding: 10px;
}

.tabcontentstyle img {
border:#c1b99e 1px solid;
border-bottom:#862d00 5px solid;
margin-left:15px;
margin-right:15px;
}

.footer {
	background-image:url(../images/footer.jpg);
	height:75px
}
   