/* 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: #0779BA url(../images/fd_body.gif) repeat-x;
	background-position: 50% 0;
	background-attachment:fixed;
}
a {	text-decoration:none; }

a:link, a:visited  {
	color:#0c4362;
}
a:hover  {
	color:#db4900;
}

/* Header */
#header {
	height:397px;
	width:1002px;
	background-image:url(../images/fd_header.gif);
	background-repeat:no-repeat;
}
#headerLangues {
	position:relative;
	top:4px;
	right:4px;
	width:93px;
	height:20px;
	float:right;
	background-color:#d4d0c8;
	border-top:#FFFFFF 1px solid;
	border-left:#FFFFFF 1px solid;
	border-bottom:#404040 1px solid;
	border-right:#404040 1px solid;
}
#headerLangues img {
	margin-top:3px;
	margin-left:7px;
}

/* Menu gauche */
.menu {
	width:256px;
	background-image:url(../images/fd_menu.gif);
	background-repeat:repeat-y;
	height:auto;
	min-height:850px;
	_height:850px;
	background-color:#FFFFFF;
}
.menug {
	position:relative;
	margin-top:0px;
	left:10px;
	width:246px;
	text-align:left;
	font-size:13px;
	font-weight:bold;
}

.menug a {
	display:block;
	position:relative;
	color:#fcde60;
	top:6px;
	margin-left:38px;
	width:210px;
	overflow:hidden;
	text-decoration:none;
}
.menu_haut {
	position:relative;
	left:10px;
	width:246px;
	height:35px;
	background-image:url(../images/fd_menu_haut.jpg);
	background-repeat:no-repeat;
}
.menu_bas {
	position:relative;
	left:10px;
	width:246px;
	height:20px;
	background-image:url(../images/fd_menu_bas.gif);
	background-repeat:no-repeat;
}
.bouton {
	position:relative;
	width:246px;
	height:26px;
	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:746px;
	background-image:url(../images/fd_contenu.gif);
	background-repeat:repeat-y;
}
.contenu_haut {
	position:relative;
	top:0px;
	left:0px;
	width:746px;
	height:45px;
	background-image:url(../images/fd_contenu_haut.gif);
	background-repeat:no-repeat;
}
.contenu_haut h2 {
	display:inline;
	position:absolute;
	font-size:16px;
	font-weight:bold;
	color:#102344;
	margin-top:0px;
	top:19px;
	left:60px;
}
.contenu_centre {
	position:relative;
	top:0px;
	left:0px;
	width:746px;
	background-image:url(../images/fd_contenu_centre.gif);
	background-repeat:repeat-y;
}
.contenu_bas {
	position:relative;
	width:746px;
	height:18px;
	background-image:url(../images/fd_contenu_bas.gif);
	background-repeat:no-repeat;
}
.contenuEditable {
	position:relative;
	left:40px;
	width:670px;
	z-index:10;
}

/* 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-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 #132b50;
width: 640px;
background-color:#ffffff;
background-image:url(../images/fd_tabs_content.jpg);
background-repeat:no-repeat;
list-style-image:url(../images/icon_flag.gif);
margin-bottom: 1em;
padding: 10px;
}


.footer {
	background-image:url(../images/fd_footer.gif);
	background-repeat:no-repeat;
	width:1002px;
	height:39px
}
   