body
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
 	background: #999999 url(/images/bandes/fond.jpg) repeat;
	margin-top: 0px;
	background-color:#999999;
	font-size:0.8em;
	font-weight: 400;
}
/*--------- txt -----------*/
.txt_Italic {
	font-style: italic;
}
.txt_Gras {
	font-weight: 700;
}
.txt_Souligne {
	text-decoration: underline;
}
.txt_GrasItalic {
	font-weight: 700;
	font-style: italic;
}
/*--------- txtEvident -----------*/
.txtEvident {
	color: #ff6600;
}
.txtEvident_Italic {
	font-style: italic;
	color: #ff6600;
}
.txtEvident_Gras {
	font-weight: 700;
	color: #ff6600;
}
.txtEvident_Souligne {
	color: #ff6600;
	text-decoration: underline;
}
.txtEvident_GrasItalic {
	font-weight: 700;
	color: #ff6600;
	font-style: italic;
}
.txtEvidentFat_Gras {
	font-size:16px;
	font-weight: 700;
	color: #ff6600;
}
/*--------- txtExemple -----------*/
.txtExemple {
	color: #999999;
}
.txtExemple_Italic {
	font-style: italic;
	color: #999999;
}
.txtExemple_Gras {
	font-weight: 700;
	color: #999999;
}
.txtExemple_Souligne {
	color: #999999;
	text-decoration: underline;
}
.txtExemple_GrasItalic {
	font-weight: 700;
	color: #999999;
	font-style: italic;
}
/*--------- txtATTENTION -----------*/
.txtATTENTION {
	color: #FF0000;
	font-weight: 700;
	font-size: 1.5em;
	text-align: center;
}
/*--------- txtCitation -----------*/
.txtCitation {
	margin: 0 10px 0 10px;
	text-align:justify;
}
/*--------- h -----------*/
h1 {
	font-size: 0.7em;
	font-weight: 400;
	color: #FFFFFF;
	font-style: italic;
	text-align: center;
}	
h2 {
	font-size: 1.3em;
	font-weight: 700;
	color: #ff6600;
	font-style: italic;
}
h3 {
	font-size: 1em;
	font-weight: 700;
	color: #000000;
	font-style: none;
	text-align: center;

}
/*--------- a -----------*/
a, a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a.bas, a.bas:visited {
	color: #000000;
	text-decoration:none;
	border-bottom: 1px dotted;
	font-weight:700;
}
a.bas:hover {
	color: #ffffff;
	text-decoration:none;
	font-weight:700;
}
a.membres, a.membres:visited {
	color: #ffffff;
	text-decoration:none;
	border-bottom: 1px dotted;
	font-weight:700;
}
a.membres:hover {
	color: #000000;
	text-decoration:none;
	border-bottom: 1px dotted;
	background-color:#ffffff;
	font-weight:700;
}
/*--------- realisations+ -----------*/
.label {
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.city {
	font-size: x-small;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
/*--------- menu -----------*/
#menu-top {
	text-align:center;
	line-height:15px;
}
#menu-bottom {
	text-align:center;
	line-height:15px;
}
/*--------- inter_page -----------*/
#inter_page {
	margin: 0;
	padding: 0px 5px 0px 5px;
	background: url(images/bandes/centre.jpg) repeat;
}
/*--------- CGU -----------*/
.cgu_header {
	text-align:center;
	font-weight:700;
	background:#FF6600;
	width:100%;
}
/*--------- CGU -----------*/
.recrutement {
	list-style-image:url("/images/pictos/check.jpg");
}
/*--------- plan-site-cases -----------*/
#plan-site-cases {
	text-align:center;
	font-weight:700;
	background:#FF6600 url(images/fond/fond-cases.jpg) no-repeat;
	width:140px;
	line-height:38px;
	height:43px;
}
/*--------- Contact -----------*/
.contact {
	background:#cccccc;
}
#contact-side {
	background: url(images/fond/contact.jpg) no-repeat;
	width: 195px;
	height: 184px;
	text-align:center;
}
.contact-side-inter {
	padding: 10px 10px 0 5px;
}
/*--------- kwicks -----------*/
#menu-kwicks {
	width:750px;
 	background: #FF6600 url(/images/bandes/bande_menu.jpg) no-repeat;
	text-align:center;
	line-height:30px;
	font-size:0,9em;
	font-weight: 700;
	color: #000000;
}
.kwicks {
     list-style-type: none;
     list-style-position:outside;
     position: relative;
     margin: 0 0 0 75px;
     padding: 0;
 }
.kwicks li{
    display: block;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    float: left;
    width: 150px;
    height: 30px;
    margin-right: 0px;
    background-image:url(/images/bandes/kwicks_sprite.jpg);
    background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:30px;
	text-indent:-9999px;
	outline:none;
}
#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-200px 0px;
}
#kwick3 {
	background-position:-400px 0px;
}
#kwick4 {
	background-position:-600px 0px;
}
#kwick1.active, #kwick1:hover {
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -200px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -400px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -600px bottom;
}

/*--------- jquery Lightbox -----------*/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/*-------- fin jquery lightbox -------*/

