/* Categories (index.php) */
/* ---------------------- */

DIV.Dos_cat {}

DIV.Dos_cat_titre {}
   DIV.Dos_cat_titre h2 {margin-left:20px;}
  
   DIV.Dos_cat_titre a {}
   DIV.Dos_cat_titre a:hover {}
   DIV.Dos_cat_titre span {}
   DIV.Dos_cat_titre img {float:left;}

DIV.Dos_cat_texte {padding-left:10px;
padding-right:10px;}
   DIV.Dos_cat_texte img {padding-right: 10px;}


DIV.Dos_sscat {}
DIV.Dos_sscat_titre {}
   DIV.Dos_sscat_titre h3 {}
   DIV.Dos_sscat_titre a {}
   DIV.Dos_sscat_titre a:hover {}
   DIV.Dos_sscat_titre span {}
   DIV.Dos_sscat_titre img {}

DIV.Dos_sscat_texte {}
   DIV.Dos_sscat_texte img {padding-right:10px;}

/* affichage deux colonnes */
DIV.doscatcol1 {position:relative; float:left; width:48%; margin:5px;}
DIV.doscatcol2 {position:relative; float:right; width:48%; margin:5px;}


/* ----------------------------------- */
/* les dossiers dans une cat (cat.php) */
/* ----------------------------------- */

DIV.Dos_catphp {margin-bottom:2em;background:#ddd;border-top:2px solid #ccc;border-bottom:1px solid #eee;min-height:200px}
DIV.Dos_catphp_titre {}
   DIV.Dos_catphp_titre img {padding-bottom:10px;
padding-right:10px;float:left;}
   DIV.Dos_catphp_titre h2 {display: inline;}
   DIV.Dos_catphp_titre a {}
   DIV.Dos_catphp_titre a:hover {}
   DIV.Dos_catphp_titre span {}

DIV.Dos_catphp_texte {vertical-align:top;margin:1em;}
   DIV.Dos_catphp_texte img {float:left; padding-right:10px;
}


/* affichage des souscatégories */
DIV.Dos_catphp_sscat {}
   DIV.Dos_catphp_sscat ul {}
   DIV.Dos_catphp_sscat li {}
   DIV.Dos_catphp_sscat a {}
   DIV.Dos_catphp_sscat a:hover {}

/* class supplémentaire pour présentation deux colonnes */
DIV.doscol1 {position:relative; float: left; width: 48%; margin: 5px;}
DIV.doscol2 {position:relative; float: right; width: 48%; margin: 5px;}


/* -------------------------------------------------- */
/* Dossier specifique (dossiers.php, commentaire.php) */
/* -------------------------------------------------- */

DIV.dossier {}
DIV.titre {}
   DIV.titre h1 {}
   DIV.titre span {color:#ff9835;}

DIV.chapo {margin-top:1em;height:120px;margin-left:1em;background:#ddd;border-top:2px solid #ccc;border-bottom:1px solid #eee;
margin-right:1em;}
   DIV.chapo img {float:left;margin-right:10px;margin-left:10px;}
DIV.texte {margin-top:1em}

DIV.suite {}
   DIV.suite a {}
   DIV.suite a:hover {}
   DIV.suite a:before {content:"\0020 \0020 \0020 \00BB \0020"; color:#FF6600;}

DIV.debut_suite {}
   DIV.debut_suite a {}
   DIV.debut_suite a:hover {}

DIV.auteur {}
   DIV.auteur img {}
   
/* set millions of background images */
.rbroundbox1 { background: url(img/nt1.gif) repeat; }
.rbtop1 div { background: url(img/tl1.gif) no-repeat top left; }
.rbtop1 { background: url(img/tr1.gif) no-repeat top right; }
.rbbot1 div { background: url(img/bl1.gif) no-repeat bottom left; }
.rbbot1 { background: url(img/br1.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop1 div, .rbtop1, .rbbot1 div, .rbbot1 {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent1 { color:#ffffff; }
.rbroundbox1 { width: 100%; margin: 1em auto; }   
   

DIV.commentaire {text-align:center; margin:1em;}
   DIV.commentaire a {}
   DIV.commentaire a:hover {}
   DIV.commentaire input {}

DIV.commentaire_login {}
   DIV.commentaire_login img {}
DIV.commentaire_texte {}

#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(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(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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
