/* "Inspiration" par Graphiques-Kits.com 
Sous licence Creative Commons 2.0 
http://www.graphiques-kits.com/conditions
Modificatiosn et adaptations par benji1000 */

/* ÉLÉMENTS SIMPLES */
*{ margin: 0; padding: 0; }
p {
	margin: 15px 0 15px 0;
	padding: 0 0 0 0;
	text-align: justify;
}
a {
	text-decoration: none;
	color: #669a26;
}
a:hover {
	color: #107cab;
}
h2 {
	margin: 1.6em 0 0.9em 0;
	font-weight: bold;
	font-size: 1.6em;
	color: #7cae39;
	text-align: left;
}
h3 {
	margin: 1.4em 0 0.9em 0;
	font-weight: bold;
	font-size: 1.3em;
	color: #10729c;
}

/* PARTIES DU SITE */
body {
	background: #eee url(images/bg-contenu.jpg) repeat-y center;
	text-align: center;
	font: normal 80% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #515151;
}
#main {
	background: url(images/bg.jpg) no-repeat center top;	
}
#site {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#top {
	width: 1000px;
	height: 30px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#login {
	position: absolute;
	right: 40px;
	top: 0px;
	color: #9db2bf;
	background: url(images/verrou.png) no-repeat right top;
	padding: 6px 25px 0 0;
	min-height: 30px;
}
#login a {
	color: #9db2bf;
}
#login a:hover {
	color: #9db2bf;
}
#header {
	width: 1000px;
	height: 140px;
}
#header h1 {
	width: 450px;
	height: 140px;
	line-height: 140px;
	text-indent: -9999px;
	padding-left: 60px;
}
#header h1 a {
	width: 450px;
	height: 140px;
	display: block;
	background: url(images/logo.png) no-repeat 0 0;
}
#fourmi { 
	width: 1000px; /* Ne pas toucher ces valeurs ! */
	height: 75px; /* Ne pas toucher ces valeurs ! */
}
#fourmi .fourmi {
	width: 137px; /* Largeur du logo */
	height: 180px; /* Hauteur du logo */
	display: block;
	background: url(images/logo_fourmi.png) no-repeat 0 0;
	float: right;
	margin-top: -120px; /* Décalage à partir du bas */
	margin-right: 170px; /* Décalage à partir de la droite */
}
#container {
	width: 895px;
	margin: 15px 0 0 50px;
}
#content {
	width: 610px;
	float: left;
}

#content h3 {
	margin: 1.4em 0 0.9em 0;
	font-size: 1.2em;
	color: #000;
}
#footer {
	background: #086783 url(images/bg-footer.jpg) repeat-x;
	height: 90px;
	margin-top: 40px;
	color: #FFFFFF;
}

/* CLASSES SIMPLES */
.bloc {
	background: url(images/bg-bloc.jpg) right bottom no-repeat;
	padding: 0 40px 20px 0;
	margin: 0 0 30px 0;
}
.bloc h2 {
	margin: 0 0 0em 0;
	font-weight: bold;
	font-size: 1.6em;
	color: #7cae39;
}
.post-date {
	color: #5e5e5e;
	margin: 0 0 1.6em 0;
}
.content-p {
	padding: 0 20px 20px 0;
	margin: 0 0 30px 0;
}
.pop {
    position: absolute;
	visibility: hidden
}
.invisible {
	display: block;
	visibility: hidden;
}
.clear {
	margin: 0 auto;
	font-size: 1px;
	clear: both;
}
.annonce {
	float: right;
	width: 175px;
	margin: 0;
	padding: 0 0 10px 20px
}
.annonce img {
	border: #d1e1e7 solid 5px;
}
.code {
	display: block;
	width: 490px;
	background: #f2f5f6 url(images/bg-code.gif) right top no-repeat;
	margin-left: 23px;
	padding: 10px 15px 10px 18px;
	border-left: #b5de14 solid 6px;
}
.bottom {
	display: block;
	width: 594px;
	background: #edf3f5 url(images/bg-bottom.gif) left top no-repeat;
	padding: 4px 10px 4px 10px;
	margin-bottom: 30px;
}
.bottom a {
	color: #074456;
}
.bottom a:hover {
	color: #000;
}
.puce-1 ul {
	list-style: url(images/puce-1.gif);
	padding: 0px;
	margin: 0 0 0 30px;
}

.puce-1 li {
	margin-bottom: 2px;
}

.puce-2 ul {
	list-style: url(images/puce-2.gif);
	padding: 0px;
	margin: 0 0 0 30px;
}

.puce-2 li {
	margin-bottom: 2px;
}

/* CLASSES AJOUTÉES */
.bleu {
	color: #10729c;
}
.bloc_photos {
	padding: 0 40px 20px 0;
	margin: 0 0 30px 0;
	text-align: center;
}
.bloc_photos img {
	height: 100px;
}
.suite_article {
	text-align: right;
	font-size: 18px;
	font-weight: strong;
}
.suite_article img{
	vertical-align: middle;
	border: 0;
	padding-left: 5px;
	width: 18px;
}
.vertical-align img{
	vertical-align: middle;
	padding: 5px 10px 5px 0;
}
a.bulle {
	position:relative;
	text-decoration: none;
	color: #669a26;
	margin: 1.4em 0 0.9em 0;
	font-weight: bold;
	font-size: 16px;
}
a.bulle:hover {
	background: none;
	z-index: 50;
	color: #107cab;
}
a.bulle span {
	display: none;
}
a.bulle:hover span {
	display: block;
	position: absolute;
	top: -250px;
	left: 200px;
	margin: 1.4em 0 0.9em 0;
	font-weight: bold;
	font-size: 16px;
	color: #107cab;
}
.titre {
	position: relative;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
    margin-left: auto; 
	margin-right: auto;
	margin-bottom: 30px;
	width: 610px; 
}
.center {
	text-align: center;
	float: center;
}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	clear: both;
}
.changement_image_survol {
	margin: 5px 5px 5px 0;
	width: 150;
	height: 150;
	float: left;
}
.right {
	float: right;
	padding: 5px 0 5px 5px;
}
.left {
	float: left;
	padding: 0 5px 5px 0;
}
.gras {
	font-weight: bold;
}
.noborder {
	border: 0px;
}
/* BOUTONS */
.jouer {
   border-top: 1px solid #a6d248;
   background: #68b21e;
   background: -webkit-gradient(linear, left top, left bottom, from(#a6d248), to(#68b21e));
   background: -moz-linear-gradient(top, #a6d248, #68b21e);
   padding: 3px 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 19px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   position:relative;
   left:45%;
}
.jouer:hover {
   border-top-color: #2c75be;
   background: #2c75be;
   color: #ffffff;
}
.jouer:active {
   border-top-color: #2c75be;
   background: #2c75be;
}

/* SIDEBAR DE DROITE */
#sidebar {
	width: 250px;
	float: left;
	text-align:center;
	margin: 0 auto;
	padding-left: 20px;
}
#sidebar a {
	color: #515151;
}
#sidebar a:hover {
	font-weight: bold;
	color: #7cae39;
}
#sidebar a img {
	border: none;
}

/* MENU DEROULANT DU HAUT */
#menuDeroulant
{
 width: 800px;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
 position: absolute;
 top: 0;
 padding-left: 10px;
 left: 0;
 font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#menuDeroulant li
{
 float: left;
 width: 120px; /*  Largeur de chaque case du menu déroulant  */
 margin: 0;
 padding: 0;
 border: 0;
 text-align: center;
 font: 12px Verdana, Arial, Helvetica, sans-serif;
 background: url(images/navigation-separation.jpg) no-repeat right top;
}
#menuDeroulant .sousMenu
{
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
}
#menuDeroulant .sousMenu li
{
 float: none;
 margin: 0;
 padding: 0;
 border: 0;
 width: 120px; /*  Largeur de chaque case du menu déroulant  */
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
 display: block;
 height: 1%;
 color: #baceda;
 margin: 0;
 padding: 5px 10px;
 border-right: 0px solid #fff;
}
#menuDeroulant .sousMenu li a:link,
#menuDeroulant .sousMenu li a:visited
{
 display: block;
 color: #FFF;
 margin: 0;
 border: 0;
 background: #03252F repeat;
}
#menuDeroulant .sousMenu li a:hover
{
 background-image: none;
}
#menuDeroulant .sousMenu
{
 display: none;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
}
#menuDeroulant li:hover > .sousMenu { display: block; }

/* LIGHTBOX */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }