
#thumbnails-cadre{
	/* Type */
	display:block;
	float:right;
	/* Taille et marges */
	width:750px;
	margin:5px;
	margin-top:15px;
	margin-right:5px;
  padding:6px 0px 6px 6px;
	
	/* Alignement des vignettes */
	text-align:left;
	/* Fond */
	background-color:#00080B;
	/* Cadre */
	border-style:solid;
	border-width:1px;
	
	min-height:545px;
  height:auto;

}

#categories-cadre{
	/* Type */
	display:block;
	float:left;
	/* Taille et marges */
	margin-top:15px;
	margin-left:5px;
	padding:6px 0px 6px 0px;
	width:160px;
	/* Texte */
	text-align:left;
	/* Fond */
	background-color:#222222;
	/* Cadre */
	border-style:solid;
	border-width:1px;
	border-color:#EEEEFF;
}
/*  Le div reste fixe dans son conteneur */
/*html>body #categories-cadre {
  position: fixed;		
}	
*/
.categories-title{
	margin:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	text-align:left;
	color:  #EEEEEE;
}

.categories-cadre-case{
	/* Type */
	display:block;
	/* Taille et marges */
	margin:4px;
	padding:0px;
	padding-left:6px;
	width:144px;	/* categorie-cadre::width - padding - case::borders*/
	/* Texte */
	text-align:	 left;
	color:  #DFDFDF;
	font-family: "Comic Sans MS", sans-serif;
	font-size:0.88em;
	font-style:  normal;
	font-weight: normal;
	text-decoration: none;
	/* Fond */
	background-color:#666666;
	/* Cadre */
	border-style:solid;
	border-width:1px;
	/* Souris */
	cursor:pointer;
}


.categories-cadre-case-selected{
	/* Type */
	display:block;
	/* Taille et marges */
	margin:4px;
	padding:0px;
	padding-left:6px;
/*	width:140px;	*//* categorie-cadre::width - padding - case::borders*/
	/* Texte */
	text-align:	 left;
	color:  #FFFFFF;
	font-family: "Comic Sans MS", sans-serif;
	font-size:1em;
	font-style:  normal;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
	/* Fond */
	background-color:#000000;
		/* Cadre */
	border-style:solid;
	border-color:#BB1111;
	border-width:1px;
}
.categories-cadre-case-selected a{
		color:  #FFFFFF;
		text-decoration: none;
}
.categories-cadre-case-selected a:visited{
		color:  #FFFFFF;
}

