
body{
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;   
	width: 850px;
	/*background: url("fond.jpg");
	background-repeat:  repeat-x repeat-y;*/
}

/************* LIENS ***************/
a{
	color: #29229b;
	text-decoration: none;
}
a:hover{
	color: #7e7e7e;
}
img{
   text-decortion: none;
   border: none;
}
/**********************************/

.banniere{
	text-align: center;
	width: 800px;
	height: 150px;
	background: url("banniere/ban.jpg");
	border: 2px #F0F0F0 solid;
}

.menu{
	float: left;
	width: 130px;
	margin: 5px;
}
.partenaires{
	float: left;
	width: 130px;
	margin: 5px;
	margin-bottom: 165px;
}

.corp{
	float: center;
    margin-left: 140px;
    margin-bottom: 20px;
    padding: 5px;
    width: 650px;
}

.pied_page{
	text-align: center;
	color: #a5a5a5;
}

.tablo01, .tablo01 td, .tablo01 th {
	border: 1px dotted #808080;
	border-collapse: collapse;
	padding: 5px;
	text-align: center;
}
.tablo01 .hot{
	background-color: #f6eaea;
}

.avance{
	background-image: url("avancement.jpg");
	height: 20px;
	display: block;
}

/************ NEWS ****************/
.news{
	border: 1px #808080 dotted;
	margin: auto;
	width: 550px;
	padding: 6px;
}
.news_titre{
	text-align: center;
}
.grand{
	font-size: 17px;
	font-weight: bold;
	font-family: Verdana;
}
.petit{
	font-size: 12px;
	color: #808080;
	text-align: center;
}
.news_texte{
	text-align: center;
}
/**********************************/

.invisible{
	visibility:hidden;
}

/************ SPIFFY **************/
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#F0F0F0}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f8f8f8;
  border-right:1px solid #f8f8f8;
  background:#f3f3f3}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fdfdfd;
  border-right:1px solid #fdfdfd;
  background:#f2f2f2}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f2f2f2;
  border-right:1px solid #f2f2f2;}
.spiffy4{
  border-left:1px solid #f8f8f8;
  border-right:1px solid #f8f8f8}
.spiffy5{
  border-left:1px solid #f3f3f3;
  border-right:1px solid #f3f3f3}
.spiffyfg{
  background:#F0F0F0;
  padding-left: 5px;
  padding-bottom: 5px;
  }
/**********************************/

/********** LIGHTBOX *************/  
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/**********************************/