/* 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-color:#47757a;
}
a {	text-decoration:none; }

a:link, a:visited  {
	color:#395f63;
}
a:hover  {
	color:#db4900;
}

/* Header */
#header {
	position:relative;
	top:0px;
	width:1008px;

	height:173px;
	background-image:url(../images/fd_header.jpg);
	background-repeat:no-repeat;
}
#header img {
	border:0px;
}
#header #rechercher {
	position:absolute;
	left:354px;
	top:149px;
	height:20px;
	width:250px;
}
#header #rechercher #bt_search {
	position:absolute;
	top:-3px;
	left:200px;
}

/* Menu gauche */
#mg_boutons {
	position:relative;
	left:40px;
	top:0px;
}
#mg_boutons img {
	border:0px;
}
#mg_titre {
	position:relative;
	left:5px;
	width:208px;
	background-color:#395f63;
	color:#FFF;
	line-height:24px;
}
#mg_titre span {
	margin-left:8px;
}
#mg_titre img {
	position:absolute;
	top:5px;
	left:190px;
}
#mg_login {
	position:relative;
	top:15px;
	left:44px;
	width:206px;
	height:130px;
	background-color:#73bec6;
	color:#FFF;
	background-image:url(../images/mg_fd_login.gif);
	background-repeat:repeat-x;
	border:#0c2d46 1px solid;
	clear:both;
}
#mg_login span {
	margin-left:8px;
	line-height:24px;
}
#mg_login img {
	position:absolute;
	top:5px;
	left:190px;
}
#mg_login hr {
	position:relative;
	top:-7px;
	border-color:#5e8487;
}
#mg_login input {
	margin-left:20px;
	margin-bottom:8px;
	width:100px;
}
#mg_login #bt_login {
	position:absolute;
	top:40px;
	left:115px;
	width:54px;
	height:45px;	
}
#mg_login #input_login {
	width:5px;
	position:absolute;
	top:95px;
	left:0px;
}
#mg_login #abonner {
	position:absolute;
	top:90px;
	left:40px;
	font-size:10px;
}
#mg_login a {
	color:#FFF;
}
#mg_login #creerCompte {
	position:absolute;
	top:105px;
	left:40px;
	font-size:10px;
}
.bt_mg {
	position:relative;
	left:42px;
	width:210px;
	height:35px;
	background-image:url(../images/bt_mg.jpg);
	background-repeat:no-repeat;
}
.bt_mg a {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	margin-left:28px;
	line-height:30px;
}
.bt_mg a:visited {
	color:#FFF;
}
.bt_mg a:hover {
	color:#CCC;
}
.bt_mg2 {
	position:relative;
	left:42px;
	width:210px;
	height:35px;
	background-image:url(../images/bt_mg2.jpg);
	background-repeat:no-repeat;
}
.bt_mg2 a {
	color:#2d4e55;
	font-size:12px;
	font-weight:bold;
	margin-left:28px;
	line-height:30px;
}
.bt_mg2 a:visited {
	color:#2d4e55;
}
.bt_mg2 a:hover {
	color:#000;
}

h1 {
	position:relative;
	left:-15px;
	background-image:url(../images/fd_h1.png);
	background-repeat:no-repeat;
	height:40px;
	padding-left:25px;
	color:#FFF;
	font-size:20px;
	line-height:30px;
}
#main_menu {
	position:absolute;
	top:42px;
	left:10px;

	width:546px;
	height:35px;
}



/* Contenu */
#contenu { /* Colonne de tableau */
	clear:both;
	height:800px;
}
html>body #contenu {
		min-height:800px;
		} /* Hauteur mini sous Firefox */
		
#contenu_editable {
	padding:0px 25px 10px 50px;	
}
		
#interieur {
	position:relative;
	top:15px;
	left:22px;
	width:656px;
	border:#e7e8e7 7px solid;	
}
#interieur ul {
	padding-right:40px;	
}

/* 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/fd_footer.jpg);
	height:90px;
	text-align:center;
	padding-top:10px;
	overflow:hidden;
}

#footer a {
	color:#FFF;
	margin-right:10px;
	margin-left:10px;
}
#footer p {
	padding-right:40px;
	padding-left:40px;
	font-size:10px;
}
#footer p > a {
	margin-right:5px;
	margin-left:5px;
	color:#999;
}

.btFltDroite {
	float:right;
	width:100px
	height:15px;
	border:#993300 1px solid;
	border-left:#993300 6px solid;
	margin-top:15px;
	margin-right:5px;
	padding-left:10px;
	padding-right:10px;
	background-color:#fcd533;
	color:#993300;
	font-weight:bold;
}




.btFltDroite a:link, .btFltDroite a:visited  {
	color:#993300;
}
.btFltDroite a:hover  {
	color:#d34802;

}


.clearer { /*- Correction problèmes CSS clear avec IE8 */
    float:left;
    clear:both;
}


/* Loading Box */

div#loadingbox{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	opacity: 1.0;
	filter: alpha(opacity=100);
	z-index: 10;
}
div#loadingbox div{
	width: 300px;
	margin: auto;
	margin-top: 30%;
	font-weight: bold;
	color: #666;
	text-align: center;
	z-index: 10;
}


/* Pagination */

#contenu .pagination		{padding: 5px; }
#contenu .pagination ul		{margin: 0; padding: 0; text-align: center; }
#contenu .pagination li		{list-style-type: none; display: inline; padding-bottom: 1px; }
#contenu .pagination A:link, .pagination A:visited	{padding: 2px 5px; border: 1px solid #1f6b7b; text-decoration: none; color: #1f6b7b; }
#contenu .pagination A:hover, .pagination A:active	{border: 1px solid #1f6b7b; color: #FFF; background-color: #1f6b7b; font-weight: bold; }
#contenu .pagination A.actuelle						{background-color: #1f6b7b; color: #FFF; border-color: #1f6b7b; cursor: default;  font-weight: bold}
#contenu .pagination A.desactive, .pagination A.desactive:hover	{background-color: white; cursor: default; color: #929292; border-color: #929292; font-weight: normal !important; }
#contenu .pagination A.prevnext	{font-weight: bold;}

/* Affichage des notifications et messages d'erreurs */
div.flash {padding: 4px 4px 4px 30px; margin-bottom: 12px; border: 2px solid; margin-top: 8px; text-align: left}

div.flash.erreur {
	background: url(../images/exclamation.png) 8px 50% no-repeat;
	background-color: #ffe3e3;
	border-color: #dd0000;
	color: #880000;
}

div.flash.notification {
    background: url(../images/true.png) 8px 5px no-repeat;
	background-color: #dfffdf;
	border-color: #9fcf9f;
	color: #005f00;
}

div.flash.warning {
	background: url(../images/warning.png) 8px 5px no-repeat;
	background-color: #FFEBC1;
	border-color: #FDBF3B;
	color: #A6750C;
}

