/**************************************************************/
/*************************** FIXE *****************************/
/**************************************************************/

.bulle-lightbox{
	font-family : Arial;
}

#fixe{
	position:absolute;
	top:96px;
	left:0;
	width:100%;
	padding:5px 0 0 0;
	background-color : #949494;
	background-image:url(img/fond.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#fixe h1{
	font-family : Arial;
	font-size   : 20px;
	font-style  : normal;
	color       : #FFFFFF;
	font-weight : normal;
}

#fixe p{
	text-align:center;

	font-family : Arial;
	font-size   : 15px;
	font-style  : normal;
	color       : #FFFFFF;
	font-weight : normal;

}

#fixe legend{
	background-color : #949494;
	padding:0 5px;
	font-family : Arial;
	font-size   : 15px;
	font-style  : normal;
	color       : #FFFFFF;
	font-weight : bold;
}
/**************************************************************/
/************************ FIN FIXE ****************************/
/**************************************************************/

/*****************************************************************/
/************************* VISIONNEUSE ***************************/
/*****************************************************************/
#visio{
	position:absolute;
	top:96px;
	left:0;
	width:100%;
	background-color : #949494;
	background-image:url(img/fond.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#visio h1{
	padding:10px 0;
	font-family : [h1_visio_font_family];
	font-size   : [h1_visio_font_size]px;
	font-style  : [h1_visio_font_style];
	color       : #[h1_visio_color];
	font-weight : [h1_visio_font_weight];
}

#visio p{
	padding:5px 0;
	font-family : [p_visio_font_family];
	font-size   : [p_visio_font_size]px;
	font-style  : [p_visio_font_style];
	color       : #[p_visio_color];
	font-weight : [p_visio_font_weight];
}

#visio legend{
	padding:0 5px;
	font-family : [p_visio_font_family];
	font-size   : [p_visio_font_size]px;
	font-style  : [p_visio_font_style];
	color       : #[p_visio_color];
	font-weight : bold;
}

.diapo_img{
	width:320px;
}
/*****************************************************************/
/************************* VISIONNEUSE ***************************/
/*****************************************************************/

.lightbox-fond{
	background-color : #949494;
}

.lightbox-titre{
	font-family : Arial;
	font-size   : 20px;
	font-style  : normal;
	color       : #FFFFFF;
	font-weight : normal;
}

.lightbox-desc{
	font-family : Arial;
	font-size   : 15px;
	font-style  : normal;
	color       : #FFFFFF;
	font-weight : normal;
}
