@charset "UTF-8";
/* CSS Document */

/* CSS Capoeira Del Bruto Index */


/*----------------------------------------------------------------------------------------*/
/* -------------------------- Paramètrage des DIV universelles -------------------------- */
/*----------------------------------------------------------------------------------------*/


*{
margin:0;
padding:0;
}

a:link{
text-decoration:none;
color:#FFFFFF;
}

a:hover{
text-decoration:none;
color:#666666;
font-weight:bolder;
}

a:visited{
text-decoration:none;
color:#FFF;
}

a:active{
text-decoration:none;
color:#FFF;
}



/* ---------------------------- FIN des DIV Universelles ---------------------------- */
/*------------------------------------------------------------------------------------*/







/*----------------------------------------------------------------------------------------*/
/* ---------------------------- Paramètrage des DIV Existante --------------------------- */
/*----------------------------------------------------------------------------------------*/

body{
background-color:#FFFFFF;
}


h1{
font-size:16px;
font-weight:300;
letter-spacing:2px;
}

h2{
font-size:14px;
font-weight:200;
letter-spacing:1px;
}


h4{
font-size:11px;
font-weight:bolder;
}

h5{
font-size:11px;
font-weight:normal;
}


table{
border:0;
color:#333333;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
}

tr{
border:0;
padding:6px;
}

td{
border:0;
padding:6px;
}


/* ----------------------------- FIN des DIV Existantes ----------------------------- */
/*------------------------------------------------------------------------------------*/














/*----------------------------------------------------------------------------------------*/
/* ------------------------------ Paramètrage des DIV CLASS ----------------------------- */
/*----------------------------------------------------------------------------------------*/
.img{
border:0;
}


.textepaddinger{
padding-top:100px;
}

.tdtextesecondaire{
width:80px;
height:30px;
font-weight:bolder;
letter-spacing:2px;
}

.tdInfos{
width:100px;
height:30px;
}

.tdcontenu{
width:200px;
height:30px;
}

.texteSouligne{
font-style:italic;
text-decoration:underline;
}

.imgCentre{
margin-left:150px;
}

.textCenter{
text-align:center;
}

.littleMargin1{
margin-left:30px;
}

.littleMargin2{
margin-left:50px;
}


/* -------------------------------- FIN des DIV CLASS ------------------------------- */
/*------------------------------------------------------------------------------------*/





/*----------------------------------------------------------------------------------------*/
/* ------------------------- Paramètrage des DIV ID Personnelles ------------------------ */
/*----------------------------------------------------------------------------------------*/



#degrade{
width:100%;
min-width:1024px;
height:768px;
background-image:url(../image/imageIndex/degrade_background.png);
background-repeat:repeat-x;
}

#strie{
width:100%;
height:768px;
background-image:url(../image/imageIndex/strie_arriere.png);
background-repeat:repeat;
}


#cache_menus{
width:100%;
height:768px;
background-image:url(../image/imageIndex/cacheMenus.png);
background-repeat:repeat-x;
}


#conteneur_central{
width:1024px;
height:768px;
background-image:url(../image/imageIndex/conteneur_background.png);
background-repeat:no-repeat;
position:absolute;
margin-left:8%;
}

#menus{
width:600px;
height:20px;
font-size:12px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
padding-left:120px;
}


	#menus ul{
	word-spacing:12px;
	list-style:none;
	
	}
	
	#menus li{
	text-align:left;
	display:inline;
	}
	
	
#contenutexte{
width:380px;
height:230px;
font-size:10px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:100;
color:#999999;
margin:300px 0 0 370px;
}



/* -------------------------- FIN des DIV ID Personnelles --------------------------- */
/*------------------------------------------------------------------------------------*/








/*------------------------------------------------------------------------------------*/
/* -------------------------- Paramètre de la LightBox 2.0 -------------------------- */
/*------------------------------------------------------------------------------------*/

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

#lightbox a img{ border:0; }

#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(../image/image_event/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(../image/image_event/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../image/image_event/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;
	}