
a						{ color: #6093C0; }


#page					{ width: 740px; margin: auto; }
#page #contenu			{ width: 740px; float: left;  }
#page #menu_droit		{ width: 175px; float: left; }
#page #contenu h2		{ margin: 0; padding: 0; background: #6093C0; border-bottom: 1px solid #000000; color: #ffffff; font-size: 16px; font-weight: bold; padding-left: 10px; line-height: 22px; text-align: left; }

#categories				{ width: 740px; margin: 5px; text-align: left; ; }
#categories strong		{ font-size: 20px; }
#categories	ul			{ list-style-type: none;  margin:auto; padding: 0; width: 740px; }
#categories li			{ width: 350px; height: 120px; overflow: hidden; float: left; }
#categories a			{ font-weight: bold; font-size: 20px; width: 300px; display: block; }

#produits				{ width: 740px; margin: auto; text-align: center; }
#produits ul			{ list-style-type: none;  margin:auto; padding: 0; width: 700px; }
#produits li			{ width: 135px; height:250px; overflow: hidden; float: left; text-align: center; padding: 20px; }
#produits a				{ font-weight: bold; text-decoration: none; }
#produits .img			{ position: relative; }
#produits .img img		{ border: 1px solid #6093C0; width: 100px; height: 150px; z-index: 1; position: relative; }
#produits .img small 	{ z-index: 2; position: absolute; padding: 0px; bottom: 0px; right: 0px; font-weight: bold; text-decoration: none; color: #ffffff; background-color: #ed5190; }

.pagination				{ width: 90%; text-align: left; margin: auto; height: 20px; font-size: 11px; }
.pagination .prev		{ width: 50%; float: left; }
.pagination .next		{ width: 50%; float: right; }
.pagination span		{ margin: 1px; padding: 2px; border: 1px solid #C0C0C0; background: #f0f0f0; line-height: 20px; height: 20px; }
.pagination a			{ margin: 1px; padding: 2px; border: 1px solid #C0C0C0; background: #FFFFFF; text-decoration: none; color: #6093C0; line-height: 20px; height: 20px; } 
.pagination a:hover		{ margin: 1px; padding: 2px; border: 1px solid #C0C0C0; background: #6093C0; text-decoration: none; color: #FFFFFF; }


.clear					{ clear: both; }
