/* START WINDOWS OVERLAY*/
#GB_overlay { background-color: #000000; position: absolute; margin: auto; top: 0; left: 0; z-index: 100; }
#GB_window {left: 0; top: 0; font-size: 1px; position: absolute; overflow: visible; z-index: 150; }
#GB_window .content { width: auto; margin: 0; padding: 0; background-color: #fff; border: 3px solid #ccc; border-top: none; }
#GB_frame { border: 0; margin: 0; padding: 0; overflow: auto; white-space: nowrap; }
.GB_Window .content { background-color: #fff; border: 3px solid #ccc; border-top: none; }
.GB_Window .header { border-bottom: 1px solid #aaa; border-top: 0px solid #999; border-left: 1px solid #ccc; border-right: 1px solid #ccc; margin: 0; height: 20px; font-size: 12px; padding: 3px 0; color: #333;}
.GB_Window .caption { font-size: 11px; font-weight: bold; white-space: nowrap; padding-right: 20px; }
.GB_Window .close { text-align: right; }
.GB_Window .close span { font-size: 11px; cursor: pointer }
.GB_Window .close img { cursor: pointer; padding: 0 3px 0 0; }
.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }
/* END WINDOWS OVERLAY*/



:focus{
	outline:none;
}

div#scroll {
	overflow: auto;
	height: 450px;
	width: 900px;
	margin-top: 0px;
	margin-left: 0px;
	color: #87302f;
	text-align:left ;
	}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-family:"trebuchet MS";
	color: #000000;
	background-color:#ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	 }

td, textarea, input, select {
font-family: "trebuchet MS";
font-size: 11px;
font-weight: normal;
}
.contenue{
margin:15px;
}
.pl-min{
	color: #000000;
	}
	.pl{
	color: #000000;
	}
a:link, a:visited {
	color: #2370c1;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
	font-weight:bold;
}
a.menu:link{
 font-family:  "trebuchet MS" ;
 color: #ffffff;
 text-decoration:none;
 font-size:12px;

}
a.menu:visited {
 font-family:  "trebuchet MS" ;
 color: #ffffff;
 text-decoration:none;
 font-size:12px;
 }
a.menu:hover {
 font-family:  "trebuchet MS" ;
 color: #cccccc;
 text-decoration:none;
 font-size:12px;
}
a.menu2:link{
 font-family:  "trebuchet MS" ;
 color: #857d7b;
 text-decoration:none;
 font-size:12px;

}
a.menu2:visited {
 font-family:  "trebuchet MS" ;
 color: #857d7b;
 text-decoration:none;
 font-size:12px;
 }
a.menu2:hover {
 font-family:  "trebuchet MS" ;
 color: #cccccc;
 text-decoration:none;
 font-size:12px;

}

#Name {
	color: #6eb5ff;
	font-size: 18px;
	font-family:"trebuchet MS";
	}

.body-bg
	{
	background-image: url(../images/bbg.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	}
    .h2
	{
	color: #6eb5ff;
	font-size: 18px;
	font-family:"trebuchet MS";
	}
	.h3{
	color: #3e3e3e;
	font-size: 18px;
	font-family: "trebuchet MS";
	}
		.h4{
	color: #ffffff;
	font-size: 16px;
	font-family: "trebuchet MS";
	}
	a.footer:link{
 font-family: "trebuchet MS";
 color: #424242;
 text-decoration:none;
 font-size:11px;
}
a.footer:visited {
 font-family: "trebuchet MS";
 color: #424242;
 text-decoration:none;
 font-size:11px;
 }
a.footer:hover {
 font-family: "trebuchet MS";
 color: #ee4b40;
 text-decoration: none;
 font-size:11px;
}
.image-frame{
border:solid 5px;
border-color:#dddddd;
background-color:#FFF;
background-image:url(loading.gif);
background-repeat:no-repeat;
background-position: center center;
}


    h2
	{
	color: #6eb5ff;
	font-size: 18px;
	font-family:"trebuchet MS";
	}
	h3{
	color: #3e3e3e;
	font-size: 18px;
	font-family: "trebuchet MS";
	}
	
#left{
	position:relative;
	left:-60px;
	top:60px;
	width:200px;
}
#left #nav{
	position:relative;
	list-style:none;
	margin-left:70px;
	width:200px;
	font-size:14px;
}
#left #nav dt {
	padding:2px	 0 5px 0;
	background:url(../images/separater-menu.jpg) bottom center no-repeat;
}
#left #nav dt a{
	display:block;
	font-weight:normal;
	color:#fff;
	cursor:pointer;
	padding:3px 0 3px 17px;
	text-decoration:none;
	background-image:url(../images/puce-menu.jpg);
	background-repeat:no-repeat;
	background-position:0px 7px;
	height:14px;
	line-height:14px;
}
#left #nav dt a:hover{
	color:#cccccc;
	background-repeat:no-repeat;
	background-position:0px 7px;
	height:14px;
	line-height:14px;
}
#left #nav dd ul{
	margin:0;
	list-style:none;
}
#left #nav dd ul li{
}
#left #nav dd ul li a{
	color:#999999;
	display:block;
	text-decoration:none;
	padding:3px 0 3px 27px;
	height:14px;
	line-height:14px;
}
#left #nav dd ul li a:hover{
	background:none;
	color:#cccccc;
}	

#nav dd {
	margin:0; 
	padding:0 0 0 40px;
}
#nav dd ul {
	margin:0; 
	padding:0;
}
/* Slideshow */

#myslides {
	width: 564px;
	height: 308px;
    padding: 0;  
    margin:  0 auto; 
	left:-6px; 
} 
 
#myslides img {  
	width: 564px;
	height: 308px;
    top:  0; 
    left: 0 
}
