body
{
   background-color: black;
   width: 760px;
   margin: auto;
   margin-top: 20px;
}

#en_tete
{
   width: 758px;
   height: 160px;
   background-image: url("Images/banniere.png");
   background-repeat: no-repeat;
}

#menuDroite
{
   float: right; /* Le menu flottera à gauche */
   width: 132px; /* Très important : donner une taille au menu */
}

#menuGauche
{
   float: left; /* Le menu flottera à gauche */
   width: 132px; /* Très important : donner une taille au menu */
}

.element_menu
{
	text-align: center;
	padding-bottom: 32px;
   background-image: url("Images/menuMilieu.png");
   background-repeat: repeat-y;   
   
   height: 192px;
   z-index: 2;
}

#contenu
{
	margin-left: 132px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
	margin-right: 132px;
	text-align: center;
	padding: 32px;
	background-image: url("Images/contenuFond.png");
	background-repeat: repeat-y;
	color: rgb(220,220,220);
	
	min-height: 718px;
	z-index: 1;
}


#contenu p
{
background-image: url("Images/fondTexte.png");
padding: 32px;
z-index: 5;
}

.alignement
{
background-image: url("Images/fondTexte.png");
padding-left: 32px;
padding-right: 32px;
margin-top: -64px;
margin-bottom: -64px;
z-index: 5;
}

.forumMessage .alignement
{
background-image: url("");
margin-top: 0px;
margin-bottom: 0px;
z-index: 5;
}


.element_menu p
{
	color: olive;
	font-weight: bold;
	
}

#contenu h2
{
background-image: url("Images/fondTexte.png");

margin-bottom:-24px;
z-index: 1;
}


#pied_de_page
{
   width: 760px;
   height: 64px;

   text-align: center;
   background-image: url("Images/piedDePage.png");
   background-repeat: no-repeat;
   
   position: relative;
	top: -48px;
}

#pub
{
   width: 760px;
   height: 114px;

   text-align: center;
   background-image: url("Images/pub.png");
   background-repeat: no-repeat;
   
   position: relative;
	top: -16px;
	
	margin-bottom: -20px;
}

#recherche
{
   width: 760px;
   height: 114px;

   text-align: center;
   background-image: url("Images/pub.png");
   background-repeat: no-repeat;

	position: relative;
	top: -24px;
	
	margin-bottom: -14px;
	padding-top: 18px;
}


#hautContenu
{
	background-image: url("Images/contenuHaut.png");
	background-repeat: no-repeat;
	width: 496px;
	height: 32px;
	position: relative;
	left: 132px;
	top: 0px;
	z-index: 10;
}

#basContenu
{
	background-image: url("Images/contenuBas.png");
	background-repeat: no-repeat;
	width: 496px;
	height: 32px;
	position: relative;
	left: 132px;
	top: -24px;
	z-index: 10;
}

#hautMenu
{
	background-image: url("Images/menuHaut.png");
	background-repeat: no-repeat;
	width: 132px;
	height: 32px;
	z-index: 10;
}

#basMenu
{
	background-image: url("Images/menuBas.png");
	background-repeat: no-repeat;
	width: 132px;
	height: 32px;
	position: relative;
	top: -32px;
	margin-bottom: -32px;
	z-index: 10;
}

 .element_menu ul
{
	text-align: center;
}

 .element_menu h3
{
	background-image: url("Images/menuMilieu.png");
	position: relative;
	top: -20px;
	color: olive;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: underline;
	
}

.titreMenu
{
	max-width: 60px;
	position:relative;
	left: -32px;
}


 li
{
	position: relative;
	top: -20px;
	list-style-type: none;
	position: relative;
	left: -40px;
	color: olive;
	width: 132px;
	
}

a
{
	color: olive;
	font-weight: bold;
	text-decoration: none;
}

 .element_menu li:hover
{
	color: black;
}

 .element_menu li:hover a
{
	color: black;
}

 .element_menu li a
{
	text-decoration: none;
	font-weight: bold;
}

.boutton
{
	width: 132px;
}

 .texteMenu
{
	position:relative;
	left: -20px;
}

#hautTexte
{
	width: 432px;
	height: 32px;
	background-image: url("Images/fondTexteHaut.png");
	margin-bottom: -32px;
}

#basTexte
{
	width: 432px;
	height: 32px;
	background-image: url("Images/fondTexteBas.png");
	margin-top: -32px;
	margin-bottom: 8px;
}

h2
{
	z-index: 10;
}

.marginBottom
{
	margin-bottom: -19px;	
}

.formulaire
{
text-align: left;
background-image: url("Images/fondTexte.png");
padding: 12px;
margin-top: -24px;
width: 432px;
}

form
{
text-align: left;
background-image: url("Images/fondTexte.png");
margin-top: -24px;
width: 390px;
padding: 20px;
}




#contenu a
{
	color: rgb(200,200,200);
	text-decoration: underline;
}

#contenu img
 {
	max-width: 400px;
 }

.forum
{
text-align: left;
width: 100px;
}

.forumCreateur
{
	vertical-align: top;
	width: 100px;
}

.mini
{
	width: 100px;
	height: 100px;
	border: solid black 1px;
	margin-bottom: 1px;
}
.image_popup
{
	max-width: 750px;
	max-height: 750px;
}

.forumMessage
{
	width: 300px;
	padding: 12px;
}

.forumMessage img
 {
	max-width: 300px;
 }
 
 .signature
{
	max-width: 300px;
	max-height: 100px;
}

td
{
text-align: left;
}

#recherche p
{
	text-align: center;
	background: none;
}

.choix
{
	text-align: center;
	width: 200px;
}

.petit
{
	font-weight: normal;
	font-size: small;
}

.avatar
{
	max-width: 100px;
	max-height: 100px;
	overflow: hidden;
}

.gras { font-weight: bold; }
.italic { font-style: italic; }
.souligne { text-decoration: underline; }
.barre { text-decoration: line-through; }

.titre1 { font-size: 16px; }
.titre2 { font-size: 18px; }
.titre3 { font-size: 20px; }
.titre4{ font-size: 22px; }
.titre5{ font-size: 24px; }
.titre6 { font-size: 26px; }


.categorieForum
{
	margin-bottom: -24px;
}
.changementPage
{
	margin-bottom: -24px;
}

#pied_de_page p
{
	position: relative;
	top: 18px;
	color: olive;
	font-weight: bold;
}

#pub p
{
	position: relative;
	top: 10px;
	color: olive;
	font-weight: bold;
}

a img
{
	border: none;
}

#drapeaux
{
	position: fixed;
	top: 5px;
	right: 5px;
}

th
{
	 font-size: 18px;
	 text-decoration: underline;
}






#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: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(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(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: fixed; top: 0; left: 0; z-index: 90; width: 100%;    }
