/* CSS Document */
body {
	background-color: #100001;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

ul{
	list-style-position: inside;
	list-style-image: url(images/puce.png);
	padding-left: 0px;
	/*padding-right: 18px;*/
}
.style4 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.bgimg{
	background-image: url(images/slice_Gvibes_08.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
}

.style5 {color: #990000;}

.red{color:#FF0000;}
