/*ENSEMLE DES CLASSES POUR TEXTE*/
body{
	margin-left: 0px;
	margin-top: 0px;
	bottommargin:0px; 
	leftmargin:0px;
	rightmargin:0px;
	background-image: url(../images/bg_pageAccueil.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
/*Classe appliquée au corps de texte*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: none;
	}
.texteContenuGris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: none;
}
.petitTexteContenuGris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: none;
}
/*Classe appliquée au corps de texte*/
.texteZoneIntro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: none;
}
/*Classe appliquée au corps de texte des résumés d'articles*/
.texteResumeArticle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: none;
}
/*Classe appliquée aux dates*/
.texteDates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #7F7F7F;
	text-decoration: none;
}
.texteDates11Pts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
/*Classe utilisée pour mettre en gras un texte en gris*/
.texteGrasGris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #3A3A3A;
	text-decoration: none;
}
/*Classe utilisée pour mettre en évidence les texte en majiscule*/
.texteErgonomie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #B5DC11;
	text-decoration: none;
}
/*Classe utilisée pour mettre en gras un titre d'article*/
.texteTitreArticle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3A3A3A;
	text-decoration: none;
}
/*Classes pour lettrine*/
.lettrine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	color: #B5DC10;
	text-decoration: none;
}
.lettrine2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
/*Classe appliquée sur les titres des pages internes*/
.titreDePage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3A3A3A;
	text-decoration: none;
}
/*Classe utilisée pour le menu fonctionnel situé dans la partie supérieure des pages*/
.titresMenuFonctionnel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: none;
	text-indent: 13px;
}
a.titresMenuFonctionnel:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: none;
}
a.titresMenuFonctionnel:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: none;
}
a.titresMenuFonctionnel:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: underline;
}
a.titresMenuFonctionnel:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
/*Classe utilisé pour les titres du menu principal situé à gauche des pages*/
.titresMenuPrincipal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #494949;
	text-indent: 29px;
}
a.titresMenuPrincipal:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #494949;
	text-indent: 29px;
}
a.titresMenuPrincipal:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #494949;
	text-indent: 29px;
}
a.titresMenuPrincipal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #B5DC10;
	text-decoration: none;
	background-color: #494949;
	text-indent: 29px;
}
a.titresMenuPrincipal:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: none;
	background-color: #494949;
	text-indent: 29px;
}
/*Classe utilisé pour les titres du menu déroulant*/
.titresMenuDeroulant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #C6C5C5;
	text-decoration: none;
	background-color: #494949;
	text-indent: 29px;
}
a.titresMenuDeroulant:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #C6C5C5;
	text-decoration: none;
	background-color: #494949;
	text-indent: 29px;
}
a.titresMenuDeroulant :visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #C6C5C5;
	text-decoration: none;
	background-color: #494949;
	text-indent: 29px;
}
a.titresMenuDeroulant :hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #C6C5C5;
	text-decoration: none;
	background-color: #494949;
	text-indent: 29px;
}
a.titresMenuDeroulant :active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #C6C5C5;
	text-decoration: none;
	background-color: #494949;
	text-indent: 29px;
}
/*Classe utilisée principalement en page d'accueil pour les grands titres en Majuscule*/
.grandTitreGris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3A3A3A;
	text-decoration: none;
	text-transform: uppercase;
}
/*Classe utilisée pour les titres de niveau 2*/
.titreNiv2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #B5DC10;
	text-decoration: none;
}
/*Classe utilisée principalement en page d'accueil pour les grands titres en Majuscule*/
.grandTitreBlanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
/*Classe utilisée pour afficher une liste avec liens et effet de survol*/
.listestexteGrasGrisCarre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #3A3A3A;
	list-style-position: outside;
	list-style-image: url(../images/puces_carre.gif);
	text-decoration: none;
}
.listestexteGrasGris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #3A3A3A;
	list-style-position: outside;
	list-style-image: url(../images/puces_flecheGrise.gif);
	text-decoration: none;
}
a.listestexteGrasGris:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #3A3A3A;
	list-style-position: outside;
	list-style-image: url(../images/puces_flecheGrise.gif);
	text-decoration: none;
}
a.listestexteGrasGris:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #3A3A3A;
	list-style-position: outside;
	list-style-image: url(../images/puces_flecheGrise.gif);
	text-decoration: none;
}
a.listestexteGrasGris:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #9C9C9C;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(../images/puces_flecheGrise.gif);
}
a.listestexteGrasGris:active {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #3A3A3A;
	list-style-position: outside;
	list-style-image: url(../images/puces_flecheGrise.gif);
	text-decoration: none;
}
/*Classe utilisée pour afficher une liste sur fond vert avec liens et effet de survol*/
.listestexteGrasGris2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #3A3A3A;
	list-style-position: outside;
	list-style-image: url(../images/puces_flecheGrise.gif);
	text-decoration: none;
}
a.listestexteGrasGris2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #3A3A3A;
	list-style-position: outside;
	list-style-image: url(../images/puces_flecheGrise.gif);
	text-decoration: none;
}
a.listestexteGrasGris2:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #3A3A3A;
	list-style-position: outside;
	list-style-image: url(../images/puces_flecheGrise.gif);
	text-decoration: none;
}
a.listestexteGrasGris2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(../images/puces_flecheGrise.gif);
}
a.listestexteGrasGris2:active {
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #3A3A3A;
	list-style-position: outside;
	list-style-image: url(../images/puces_flecheGrise.gif);
	text-decoration: none;
}
/*Classe utilisée pour les liens*/
.lienVert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #8FAF0A;
	text-decoration: none;
}
a.lienVert:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #8FAF0A;
	text-decoration: none;
}
a.lienVert:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #8FAF0A;
	text-decoration: none;
	
}
/*
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #8FAF0A;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #8FAF0A;
	text-decoration: none;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #8FAF0A;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #8FAF0A;
	text-decoration: none;
}*/
a.lienVert:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #8FAF0A;
	text-decoration: underline;
}

a.lienVert:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #8FAF0A;
	text-decoration: none;
}
a.lienBlanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.lienBlanc:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.lienBlanc:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.lienBlanc:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
a.lienBlanc:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
/*Classe utilisée pour les liens sur texte gris*/
.lienGris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: underline;
}
a.lienGris:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: underline;
}
a.lienGris:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: underline;
}
a.lienGris:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: none;
}
a.lienGris:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: underline;
}


/*ENSEMBLE DES CLASSES POUR ARRIERE-PLANS*/
.texteCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #6F6F6F;
	text-decoration: none;
}
a.texteCopyright:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #6F6F6F;
	text-decoration: underline;
}
a.texteCopyright:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #6F6F6F;
	text-decoration: underline;
}
a.texteCopyright:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #6F6F6F;
	text-decoration: underline;
}
a.texteCopyright:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #6F6F6F;
	text-decoration: underline;
}
.Bg_grisSombre {
	background-color: #3A3A3A;
}
.bg_grisClair {
	background-color: #494949;
}
.bg_vert {
	background-color: #B5DC10;
}
.bg_entete {
	background-attachment: scroll;
	background-image: url(../images/bg_entete.jpg);
	background-repeat: repeat-x;
}
.bg_menuSuperieur {
	background-attachment: scroll;
	background-image: url(../images/bg_menuSuperieur.jpg);
	background-repeat: repeat-x;
}
.bg_ombreInfSurBlanc {
	background-attachment: scroll;
	background-image: url(../images/bg_ombreInfSurBlanc.jpg);
	background-repeat: repeat-x;
}
.traitHorizontalGris {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: Aucune;
	border-bottom-style: Aucune;
	border-left-style: Aucune;
	border-top-color: #3A3A3A;
	border-right-color: #3A3A3A;
	border-bottom-color: #3A3A3A;
	border-left-color: #3A3A3A;
}

.bg_ombreInfSurVert {
	background-attachment: scroll;
	background-image: url(../images/bg_ombreInfSurVert.jpg);
	background-repeat: repeat-x;
	background-color: #B5DC10;
}
.separateurPointilleDroit {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #3A3A3A;
}
.separateurPointilleGauche {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #3A3A3A;
}
.separateurFooter {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #B5DC10;
}
.bg_menuGauche {
	background-attachment: scroll;
	background-image: url(../images/bg_pagesInternes.jpg);
	background-repeat: repeat-y;
}
.bg_barreTitre {
	background-attachment: scroll;
	background-image: url(../images/bg_barreDesTitres.jpg);
	background-repeat: repeat-x;
}
.bg_grisClair2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #DEDEDE;
	border-right-color: #DEDEDE;
	border-bottom-color: #DEDEDE;
	border-left-color: #DEDEDE;
}
.contourCarreBlanc {
	border: 1px solid #FFFFFF;
}
.bg_enteteDetails {
	background-color: #ECF6C3;
}
.traitHorizontalVert {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: Aucune;
	border-bottom-style: Aucune;
	border-left-style: Aucune;
	border-top-color: #B5DC10;
	border-right-color: #B5DC10;
	border-bottom-color: #B5DC10;
	border-left-color: #B5DC10;
}



.navStd {
/*	FONT-SIZE: 12px; COLOR: #003976; FONT-FAMILY: Arial, Helvetica, sans-serif; HEIGHT: 24px; BACKGROUND-COLOR: #ffffff*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #494949;
	text-indent: 29px;
}
.navOver {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B5DC10;
	text-indent: 29px;
}
A.navOver:link {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B5DC10;
	text-indent: 29px;
}
A.navOver:visited {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B5DC10;
	text-indent: 29px;
}
A.navOver:link {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B5DC10;
	text-indent: 29px;
}
A.navOver:hover {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B5DC10;
	text-indent: 29px;
}
.navSub {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #494949;
	text-indent: 29px;
	
}
.navSub1 {
	FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #4676A2; #336699; #D0D9EA; 
}
.navSubOver {
	/*FONT-SIZE: 11px; COLOR: #B5DC10; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #494949*/
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #B5DC10;
	text-decoration: none;
	background-color: #494949;
	text-indent: 29px;
	
}
.navSubLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	 COLOR: #C6C5C5; TEXT-DECORATION: none;
}
A.navSubLink:Active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	COLOR: #B5DC10;
	TEXT-DECORATION: none;
}
A.navSubLinkOver:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	 COLOR: #B5DC10; 
	 TEXT-DECORATION: none;
}
A.navSubLinkOver:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	COLOR: #B5DC10;
	TEXT-DECORATION: none;
}
A.navSubLinkOver:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	COLOR: #B5DC10;
	TEXT-DECORATION: none;
}



.bgBlue {
	BACKGROUND-COLOR: #494949
}
A.navLink:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.navLink:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.navLink:hover {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.nav:active {
	COLOR: #ffffff; TEXT-DECORATION: none
}

A.navLinkOver:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.navLinkOver:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.navLinkOver:active {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.navLinkOver:hover {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.bgOrange {
	background-color: #FE8C05;
}
.bgJaune {
	background-color: #FED803;
}
.traitHorzOrange {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: Aucune;
	border-bottom-style: Aucune;
	border-left-style: Aucune;
	border-top-color: #FE8C05;
	border-right-color: #FE8C05;
	border-bottom-color: #FE8C05;
	border-left-color: #FE8C05;
}
.traitHorzJaune {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: Aucune;
	border-bottom-style: Aucune;
	border-left-style: Aucune;
	border-top-color: #FED803;
	border-right-color: #FED803;
	border-bottom-color: #FED803;
	border-left-color: #FED803;
}
.traitHorzGris {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #DEDEDE;
	border-right-color: #DEDEDE;
	border-bottom-color: #DEDEDE;
	border-left-color: #DEDEDE;
}
.titresLibelleTab {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #494949;
	text-indent: 12px;
}
.texteGrisTab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: none;
	text-indent: 12px;
}
.PrixNouveaute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FE8C05;
	text-decoration: none;
}
.PrixPromo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FED803;
	text-decoration: none;
}
.PrixPromoRouge {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FD6205;
	text-decoration: none;
}
.TtraitSeparateur {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ECF6C3;
}
.contourVert {
	border: 1px solid #B5DC10;
}
.slogan {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
