body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	SCROLLBAR-FACE-COLOR: #FFFFFF; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #EDF1FF; 
	SCROLLBAR-3DLIGHT-COLOR: #001192; 
	SCROLLBAR-ARROW-COLOR:  #001192; 
	SCROLLBAR-TRACK-COLOR: #EFF2FF; 
	SCROLLBAR-DARKSHADOW-COLOR: #001192;
	}
/*---------------------------------FOND---------------------------------*/
.fond01 {
	background-image: url(im/produits/im_fond_bandeau01.gif);
	background-repeat: repeat-x;
}
.fond02 {
	background-image: url(im/produits/im_fond_bandeau02.gif);
	background-repeat: repeat-x;
}
.fond03 {
	background-image: url(im/produits/im_fond_bandeau03.gif);
	background-repeat: repeat-x;
}
.fond04 {
	background-color: #D8F0FF; /*bleu tres clair*/
	padding: 5px;
	border-width: 1px;
	border-color: #0098F4; /*bleu ciel*/
	border-style: solid;
}
/*---------------------------------PADDING---------------------------------*/
.padding01 {
	padding-right: 20px;
	padding-left: 20px;
}
.padding02 {
	padding-right: 50px;
	padding-left: 50px;
}
.padding03 {
	padding-bottom: 10px;
	padding-top: 5px;
}
/*---------------------------------MARGIN---------------------------------*/
.margin01 {
	margin: 8px;
}
.margin02 {
	margin-right: 5px;
	margin-left: 5px;
}
.margin03 {
	margin-left: 20px;
}
/*---------------------------------LIEN---------------------------------*/
.lien01 {
	font-size: 14px;
	font-weight: bold;
	color: #001192; /*bleu fonce*/
	text-decoration: none;
}
a.lien01:hover {
	font-size: 14px;
	font-weight: bold;
	color: #E41C1B; /*rouge*/
	text-decoration: none;
}
.lien02 {
	font-size: 13px;
	font-weight: normal;
	color: #001192; /*bleu fonce*/
	text-decoration: underline;
}
a.lien02:hover {
	font-size: 13px;
	font-weight: normal;
	color: #E41C1B; /*rouge*/
	text-decoration: underline;
}
.lien03 {
	font-size: 17px;
	font-weight: bold;
	color: #0098F4; /*bleu ciel*/
	text-decoration: none;
}
a.lien03:hover {
	font-size: 17px;
	font-weight: bold;
	color: #E41C1B; /*rouge*/
	text-decoration: none;
}
/*---------------------------------TEXTE---------------------------------*/
.texte01 {
	font-size: 15px;
	color: #001192; /*bleu fonce*/
	font-weight: normal;
}
.texte02 {
	font-size: 16px;
	font-weight: bold;
	color: #0098F4; /*bleu ciel*/
}
.texte03 {
	font-size: 11px;
	color: #808085; /*gris*/
}
.texte04 {
	font-size: 11px;
	color: #001192;

}
.texte05 {
	font-size: 13px;
	color: #001192; /*bleu fonce*/
	text-align: justify;
}
.texte06 {
	font-size: 12px;
	color: #001192; /*bleu fonce*/
}
.texte07 {
	font-size: 15px;
	color: #001192; /*bleu fonce*/
	font-weight: bold;
}
.texte08 {
	font-size: 13px;
	color: #001192; /*bleu fonce*/
	font-weight: bold;
}
/*---------------------------------TRAIT---------------------------------*/
.trait01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808085;
}
.trait02 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E41C1B;
}
/*---------------------------------TITRES---------------------------------*/
.titre01 {
	font-size: 19px;
	color: #001192;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E41C1B;
}
.titre01 span
{
	margin:0 0 0 40px;
	font:normal 13px/19px Verdana, Arial;
	color:#575757;
}
.titre02 {
	font-size: 14px;
	font-weight: bold;
	color: #0098F4;
}
.puce01 {
	list-style-position: outside;
	list-style-type: square;
	color: #0098F4;
}
.bandeauLargeur01 {
	width: 161px;
}
