/**
 * Feuille de style spécifique la page "./views/theme.php"
 ***************************************************************/
div#theme h2 			{ color: #999; font-size: 18pt; font-weight: bold; border-bottom: 1px dotted #1d96c3;  }
div#theme h3 			{ color: #1d96c3; font-size: 14pt; font-weight: bold;  }

div#theme ul 		 	{ }
div#theme ul li 	 	{ float: left; display: block; width: 232px; height: 163px; background: url('../images/bkg-theme.png') no-repeat; margin: 10px 10px; text-align: center; cursor: pointer; }
div#theme ul li a  		{ display: block; cursor: pointer; }
div#theme ul li a:hover	{ text-decoration: none; }
div#theme ul li a span.image 	{ display: block; width: 232px; height: 110px; padding: 10px 0px 0px 0px; cursor: pointer; }
div#theme ul li a img  	{ }
div#theme ul li a span.libelle 	{ display: block; font-size: 12pt; font-weight: bold; height: 20px; margin: 10px 0px 0px 0px; }

