/* CSS Document */
#head h1.accroche{
	font-size:9px;
}



.bleu{
color:#004584;
}
.orange{
color:#FB7702;
}
.rouge{
	color:#FF0000;
}
.erreur{
	font-size:11px;
}


/**** Slide show **********/

.slideshowContainer {


	width: 450px;

	height: 338px;

	margin-bottom: 5px;

        cursor : pointer;

}



.loading {

	background: url(images/loading.gif) center no-repeat;

}



.slideshowThumbnail {

	outline: none;

}



.slideshowThumbnail img {


	padding: 4px;

        visibility: hidden;

}



a:hover.slideshowThumbnail img {


	padding: 4px;

        visibility: hidden;

}



.current img {


	padding: 5px;

        visibility: hidden;

}



.outline {


	z-index: 0;

	position: absolute;

        visibility: hidden;

}



#thumbnails {

	/*width: 130px;

	float: left;*/

}
/**** fin Slide show **********/
