
/*******************************/
/*      BLOCS ACCUEIL         */
/*******************************/
div#accueil_bloc_gauche
{
	float:left;
	width:600px;
	height:300px;
	margin-bottom:50px;
}
div#accueil_bloc_droite
{
	float:left;
	margin-left:25px;
	width:330px;
	height:300px;
}
div#accueil_bloc_droite p
{
	margin-top:-7px;
}
div#accueil_bloc_droite ul
{
	margin:0;
	margin-top:-2px;
	padding:0;
	list-style:none;
	font-size:0.9em;
	text-align:justify;
	margin-bottom:14px;
}
div#accueil_bloc_droite li
{
	background:url(../images/menu_gauche_fleche.png) no-repeat;
	background-position:0% 3px;
	padding-left: 19px;/*link text is indented 19px*/
	line-height:19px;
}
div#accueil_bloc_droite ul li strong
{
	color:#E6002F;
}
div#accueil_bloc_produits
{
	float:left;
	width:955px;
	margin-bottom:25px;
}
div#accueil_bloc_produits img
{
	width:90px;
	height:90px;
	padding:3px;
	margin-right:4px;
	margin-bottom:4px;
	border:1px solid #333;
	filter:alpha(opacity=70); /* here you can set the opacity of box with text */
	-moz-opacity:0.7; /* here you can set the opacity of box with text */
	-khtml-opacity:0.7; /* here you can set the opacity of box with text */
	opacity:0.7; /* here you can set the opacity of box with text */	
}
div#accueil_bloc_produits a:hover img
{
	filter:alpha(opacity=100); /* here you can set the opacity of box with text */
	-moz-opacity:1; /* here you can set the opacity of box with text */
	-khtml-opacity:1; /* here you can set the opacity of box with text */
	opacity:1; /* here you can set the opacity of box with text */
	border:1px solid #E6002F;
}
/*******************************/
/*      BLOC FLASH UNE         */
/*******************************/
#flash_une_slide {
   width:600px; /* important to be same as image width */
   height:300px; /* important to be same as image height */
   position:relative; /* important */
   overflow:hidden; /* important */
   border:1px solid #E6002F;
   margin-bottom:20px;
}

#flash_une_slide_contenu {
   width:600px; /* important to be same as image width or wider */
   position:absolute; /* important */
   top:0; /* important */
   margin:0;
   padding:0;
}

.flash_une_slide_image {
   float:left; /* important */
   position:relative; /* important */
   display:none; /* important */
}

.flash_une_slide_image span {
   position:absolute; /* important */
   left:0;
   font:15px Arial, Helvetica, sans-serif;
   padding:10px 13px;
   /* width:<?echo MOD_FLASH_UNE_PHOTO_LARGEUR_PANORAMIQUE?>px;*/
   width:600px;
   height:20px;
   background-color:#E6002F;
   filter:alpha(opacity=80); /* here you can set the opacity of box with text */
   -moz-opacity:0.8; /* here you can set the opacity of box with text */
   -khtml-opacity:0.8; /* here you can set the opacity of box with text */
   opacity:0.8; /* here you can set the opacity of box with text */
   color:#fff;
   display:none; /* important */
   bottom:0;

   /*
       if you put
       top:0; -> the box with text will be shown at the top of the image
       if you put
       bottom:0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear:both;
} 




/* CAROUSEL*/

#carousel_bloc
{
	float:left;
	width:700px;
	left:0px;
	top:0px;
}
#carousel_contenu_navigation
{
	float:left;
}
#carousel_contenu
{
	position:relative;
	margin:0;
	padding:0;
	width:645px;
	height:90px;
	overflow:hidden;
	border:1px solid red;
}
#carousel_contenu_liste 
{
	position:absolute;
	margin:0;
	padding:0;
}
#carousel_contenu_liste li 
{
	float:left;
	list-style:none;
	width:90px;
	height:90px;
	margin-right:15px;
	overflow:hidden;
	border:solid 1px #000;
}
.last,.first
{
	visibility:hidden;
}
#prev
{
	top:25px;
}
#next
{
	top:25px;
}