/* DEFINITION DES COULEURS*/
/* Fuschia #E2007A (RVB 226 0 122) avant DB00B5  (RVB 219 0 181)*/
/* Noir #000000*/
/* Blanc #FFFFFF */
/* Gris tres clair #D9D9D9  -  Gris  moyen #888585 -  Gris fonce #666666 -  Gris tres fonce #2F2F2F*/


/* ARRIERE PLAN DU SITE*/
body.PB {
	text-align:center;
	font-family:Verdana;
	background-repeat: repeat-x;
	background-color: #D9D9D9;
}

/* Bloc principal */
#maincontainer {
	text-align:left;
	margin:0 auto;
	width:980px;
}
/* Bannières publlicitaires horizontales */
#topbanner {
	/*display:block;*/
	/*width:100%;*/
	/*text-align:center;*/
	/*padding-bottom:0px;*/
	/*line-height:0px;*/
}
/* EN-TETE*/
#headercontainer {
	margin:0px;
	padding:0;
                     background-color: #000000;
	height: 150px;
	position: relative;/* Necessary for correct display of dropdown menus */
	z-index:100; /* Necessary for correct display of dropdown menus */
}
/* Arrière-plan de l'en-tête */
#headerarea {
	/*position:relative;*/
	margin:0;
	padding:0;
}
/* bloc logo*/
#headerlogo {
	margin:0;
	padding:0;
	/*position: absolute;*/
	text-align: center;
	width: 200px;
	left: 10px;
	top: 0px;
}
/* Lien sur le bloc logo*/
#headerlogo a {
	display: table-cell;
	height: 100px;
	/*margin-top: 1em;*/
	/*margin-right: auto;*/
	/*margin-bottom: 1em;*/
	/*margin-left: auto;*/
	/*vertical-align: middle;*/
}
/* image du bloc logo*/
#headerlogo img {
	border: 0;
}
/* Bannières publicitaires horizontale de la zone header */
#headerbanner {
	display:block;
	width:100%;
	background-color:Silver;
	text-align:center;
}
/* En-tête */
#headerdata {
	width:560px;
	/*position: absolute;*/
	top: 10px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	right: 10px;
}
/* Texte d'en-tête*/
#headertext {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 48px;*/
	font-style: italic;
	font-weight: bold;
	color: #E2007A;
	display: block;
}

/* MENU HORIZONTAL */
#headermenu {
	margin:0;
	padding: 10 0 0 10;
	background-repeat: no-repeat;
	height: 20px;
	width: 980px;
	position: absolute;
	top: 115px;
	overflow: visible;
}
/* HORIZONTAL MENU  >> Configuration de la mise en page des éléments*/
ul#hmenu {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}
/* Cellules de menus et sous-menus*/
#hmenu li {
	position:relative; /* Necessary for submenu positioning  */
	float: left;/* only left to keep menu items in the correct order*/

}
/* Liens des menus  et mise en forme */
#hmenu a.menu, #hmenu span { 
	display: block;
	color: #FFF;
	_width: 1px;/*necessary for ie6 when floating the ul to the right*/
	margin: 0 2 0 2;
	padding: 2 10 0 10;
	white-space:nowrap;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E2007A;
	text-decoration:none;
}
/* Menus survolés avec la souris*/
#hmenu li a:hover {
}
/* Sous-menus survolés*/
#hmenu a.menu:hover, #hmenu a.subactive {
	background-image: url(/Files/28173/Img/23/hmenuhover-d02.gif);
	background-repeat: repeat-x;
	text-decoration:none;
	background-position: top;
}

/* Premier élément (bordure)*/
#hmenu li.begin {
	display: block;
	float: left;
	width: 1px;
	margin: 0px;
	padding: 0px;
}

/* Dernier élément (bordure)*/
#hmenu li.end {
	width: 20px;/*necessary when floating the ul to the right*/
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
/* Mise en forme des éléments de menus de type texte*/
#hmenu li.mitext {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	margin: 0 0 0 0;
	padding:0;
	text-align:center;
	font-style: normal;
}
/* Mise en forme des éléments de menus de type image*/
#hmenu li.miimg img {
	border:none;
}
/* Sous-menu - pour déplacer */
ul#hmenu li div {
	margin:0;
	border:none;
	padding-top:0;
}
/* Bloc sous-menu  */
ul#hmenu li ul.submenu{
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin:0;
	background-color: #E2007A;/* DEFINE BG COLOR HERE */
	position:absolute;
	visibility:hidden;
	left:2px;
}
/*Mise en forme générale des sous-menus et réinitialisation */
ul#hmenu li ul.submenu a, ul#hmenu li ul.submenu span,ul#hmenu li ul.submenu li.mispacer, ul#hmenu li ul.submenu li.misep {
	border:none;/* cancels inhertited left and right borders */
	padding-left:10px; /* set lateral padding here*/
	padding-right:10px;
	width:200px;/* set submenu width here */
}
/* Mise en forme des éléments de type texte */
ul#hmenu li.mitext ul.submenu li {
	letter-spacing:normal
}
/*Mise en forme générale des éléments de sous-menus*/
ul#hmenu li ul.submenu li {
	float:none;/* cancels inherited float properties */
	clear:both;
}

/* Class used to specify the rightmost item on the horizontal menu and correctly position it's submenu */
ul#hmenu li.menuright ul.submenu{
	left:auto;
	right:2px;
	*right:-5px; /* for IE only */
}
/* Premiers éléments des sous-menus (bordure) */
ul#hmenu li ul.submenu li.begin{
	display:none;
}
/* Eléments de type espace*/
ul#hmenu li ul.submenu li.mispacer{
	height:15px;
}
/* Eléments de type séparateur*/
ul#hmenu li ul.submenu li.misep{
	height: 1px;
	border-bottom: 1px solid #E2007A;
}
/* Derniers éléments des sous-menus (bordure) */
ul#hmenu li ul.submenu li.end{
	display:none;
}

/*Mise en forme générale des sous-menus */
ul#hmenu li ul.submenu li a.menu, ul#hmenu li ul.submenu li span {
	display:block;
	font-size: 11px;
	line-height: 14px;
	color:#000000;
	font-weight: normal;
	white-space:normal;
	margin: 0px;
	padding-top: 4px; /* set vertical padding here*/
	padding-bottom:4px;
}
/* Eléments des sous-menus survolés*/
ul#hmenu li ul.submenu li a.menu:hover {
	background-color: #E2007A;
	background-image:none;
	color: #FFFFFF;
}
/* Eléments titre des sous-menus*/
#hmenu li ul.submenu li.mititle span, #hmenu li ul.submenu li.mititle a.menu {
	color:#E2007A;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}
#hmenu li ul.submenu li.mititle a:hover {
}
ul#hmenu li.mitext ul.submenu li.mitext{
	text-align: left;
}
ul#hmenu li ul.submenu li.menusep {
}
ul#hmenu li ul.submenu li.mitext span, ul#hmenu li ul.submenu li.mitext a{
}

/* FIN DES SOUS-MENUS*/
/* FIN DES EN-TÊTES */

/* BLOC CENTRAL*/
#bodycontainer {
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(/Files/28173/Img/02/bodycontainerHaut-d02noir.jpg);
	background-repeat: no-repeat;
	position:relative;
	z-index:50;/* necessary for submenus */
}
/* Sous-bloc central*/
#bodyarea {
	min-height:450px;
	height:auto;	
	margin:0;
	position:relative;
}
/* for min-height in IE */
/*\*/
*html #bodyarea {
	height:450px;
}
/*MENU VERTICAL*/
#bodycolumn1 {
	float:left;
	position:relative;/*necessary for IE when body area is positioned relative*/
	width:210px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(/Files/28173/Img/24/bodyColumn1Bottom-d02noirfu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
/* AIRE DES DONNEES*/
#bodycolumn2 {
	background-color:white;
	margin:0;
	margin-left:210px;
	padding:0;
}
/* EVENTUELLE BANNIERE PUBLICITAIRE LATERALE*/
#bodycolumn3 {
	position:absolute;
	top:-100px;
	right:-20px;
	background-color:silver;
	margin:0;
	padding:0;
}
/* Bannière publicitaire verticale */
#verticalbanner {
	position:absolute;
	left:0;
	top:0;
}
/* Bannière publicitaire horizontale du bloc central */
#bodytopbanner {
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:10px;
	line-height: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
/* Sous-bloc de l'aire de données */
#bodydata {
	margin: 0px;
	padding: 0px;
}
/* Sous-bloc central */
#bodyarea {
	margin: 0px;
	padding: 0px;
}
/* WebBlock formulaire   */
#bodydata form {
	margin: 0px;
	padding: 0px;
}
/* Supprime le paramètre float des colonnes 1 et 3 afin de prolonger la page si une des colonnes est plus longue que la colonne 2 */
.clearbodycontainer {
	clear:both;
	font-size:1px;
	line-height:0px;
}

/* BLOC CENTRAL - FIN */

/* MENU VERTICAL - Configuration de la mise en page générale*/
/* Bloc menu vertical */
#verticalmenu {
	margin:0;
	overflow:visible;
	padding: 0 0 0 2px;
}
/* MENU VERTICAL - Configuration de la mise en page des éléments*/
ul#vmenu {
	padding:0;
	list-style-position:outside;
	list-style-type:none;
	margin: 0 0 10px 0;
}
/* Mise en formes des éléments de menus, espace et séparateurs*/
#vmenu li a, #vmenu li span, #vmenu li.misep, #vmenu li.mispacer {
	width:206px; /* set menu width here */
}
/*REGLES GENERALES LI  cellules des éléments pour les menus et sous-menus*/
#vmenu li {
	position:relative; /* Necessary for submenu positioning */
	padding:0;
	margin: 0;
	text-align:center;
}
/* Mise en forme des éléments de menus de type Image */
#vmenu li.miimg {
	text-align:center;
}
/* Balise img des éléments de menus de type Image */
#vmenu li.miimg img {
	border:none;
}
/* Premier élément (bordure) */
#vmenu li.begin {
	display: none;
}
/* VERTICAL MENU - Dernier élément (bordure)*/
#vmenu li.end {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E2007A;
	line-height: 0px;
}
/* VERTICAL MENU - Eléments de type texte*/
#vmenu li.mitext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Séparateurs */
#vmenu li.menusep {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E2007A;
}
/* VERTICAL MENU - Eléments de type Espace*/
#vmenu li.mispacer {
	height:20px;
}
/* VERTICAL MENU - Eléments de type Séparateur*/
#vmenu li.misep {
	background-color:#E2007A;
	height:16px;
                     font-size : 0px;
	border-bottom-width: 2px;
                    	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	border-top-color: #D9D9D9;
	border-top-width: 2px;
                    	border-top-style: solid;
                     margin : 0 0 0 0;
                     padding : 0 0 0 0; 
}


/*REGLES GENERALES POUR LES ELEMENTS DE MENUS*/

#vmenu a.menu, #vmenu span  {
	text-decoration:none;
	display:block;
	color:#FFFFFF;
	line-height:30px;
	padding:0;
	border:0;
	width: 206px;
	margin: 0;
}
/* Menus survolés */
#vmenu a.menu:hover, #vmenu a.subactive {
	background-color:#E2007A;
	
}
/* REGLES APPLICABLES AUX TITRES */
/* Mise en forme */
#vmenu li.mititle span, #vmenu li.mititle a.menu {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
/* Titres survolés */
#vmenu li.mititle a.menu:hover, #vmenu li.mititle a.subactive {
	color: #000000;
}

/*REGLES APPLICABLES AUX ELEMENTS DE TYPE TEXTE */
/* Mise en forme */
#vmenu li.mitext a.menu {
	font-size:12px;
}
/* Eléments survolés */
#vmenu li.mitext a.menu:hover {
	background-color:#E2007A;
	color: #FFFFFF;
}
/*REGLES APPLICABLES AUX ELEMENTS DE TYPE IMAGE */
/* Mise en forme */
#vmenu li.miimg a.menu {
	text-align:center;
	text-indent:0;
}
/* Eléments survolés */
#vmenu li.miimg a.menu:hover, #vmenu li.miimg a.subactive {
	background-color:#000000;
}
/* Balise img */
#vmenu li.miimg a.menu img {
	border: none;
}
#vmenu li.miimg a.menu:hover img {
	border:none;
}

/* MENU VERTICAL - SOUS-MENUS - DEBUT */
/* Zone de sous-menus */
ul#vmenu li div{
	padding:0px;
	margin:0;
	border: none;
}
/* Bloc sous-menu */
ul#vmenu li ul.submenu{
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin:0;
	background-color:#E2007A;/*DEFINE BG COLOR HERE */
	position:absolute;
	top:0px;
	visibility:hidden;
	left:206px;
}

/*SOUS-MENUS - GENERALITES LARGEUR ET REINITIALISATIONS */
ul#vmenu li ul.submenu li a, ul#vmenu li ul.submenu li span, ul#vmenu li ul.submenu li.misep, ul#vmenu li ul.submenu li.mispacer {
	width:200px;
	padding-left:10px;
	padding-right:10px;
	text-indent:0;/* cancels inherited text-indent properties */
}
/*Mise en forme générale des cellules des éléments sous-menus*/
ul#vmenu li ul.submenu li {
	margin:0;
}
/* Permet de spécifier la position et le comportement su dernier bloc de sous-menu (à droite)*/
ul#vmenu li.menuup ul.submenu{
	bottom:-1px;
	top:auto;
}
/* Eléments de type séparateur */
ul#vmenu li ul.submenu li.misep {
	height: 1px;
	border-bottom: 1px solid #E2007A;
	background: url(none);
}
/* Séparateur entre les sous-menus */
ul#vmenu li ul.submenu li.menusep {
	border:none;
}
/ Premier élément de sous-menu (bordure)*/
ul#vmenu li ul.submenu li.begin {
	display:none;
}
/ Dernier élément de sous-menu (bordure)*/
ul#vmenu li ul.submenu li.end {
	display:none;
}

/*REGLES GENERALES DES ELEMENTS DE SOUS-MENUS*/
/* Mise en forme des sous-menus */
ul#vmenu li ul.submenu li a.menu, ul#vmenu li ul.submenu li span {
	text-indent:0;/* cancels inherited text-indent properties */
	margin: 0px;
	padding-top: 4px;
	padding-bottom:4px;
	font-size: 11px;
	color:#000000;
	line-height: 14px;
	font-weight: normal;
	text-decoration:none;
	background-image: none;
	text-align: left;
}
/* Sous-menus survolés */
ul#vmenu li ul.submenu li a.menu:hover {
	text-indent:0;/* cancels inherited text-indent properties */
	background-color: #E2007A;
	color:#FFFFFF;
}
/* Mise en forme des éléments de type titre */
#vmenu li ul.submenu li.mititle span, #vmenu li ul.submenu li.mititle a.menu {
	font-size: 12px;
	color:#FFFFFF;
	line-height: 14px;
	font-weight: bold;
}
/* Titres survolés */
#vmenu li ul.submenu li.mititle a.menu:hover {	
}
/* Mise en forme des éléments de type texte */
ul#vmenu li ul.submenu li.mitext a.menu, ul#vmenu li ul.submenu li.mitext span {	
}
/* Eléments de type texte survolés */
ul#vmenu li ul.submenu li.mitext a.menu:hover{
}
/* Mise en forme des éléments de type image*/
ul#vmenu li ul.submenu li.miimg a.menu, ul#vmenu li ul.submenu li.miimg span{
	text-align:center;
}
/* Eléments de type image survolés */
ul#vmenu li ul.submenu li.miimg a.menu:hover{
}
/* SOUS-MENUS VERTICAUX - FIN*/


/* STYLES DU PIED DE PAGE*/
/* Bloc pied de page */
#footercontainer {
	clear:both;
	background-color:#D9D9D9;
	margin:0;
	padding:0;
	width:100%;
	background-repeat: no-repeat;
	background-position: top;
	height: 60px;
	border-top-width: 2;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E2007A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
/* Sous-bloc pied de page */
#footerarea {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	}
/* Bloc menu du pied de page */
#footermenu {
	margin:0;
	padding:0;
	overflow:visible;
}
/* MENU DU PIED DE PAGE - Configuration de la mise en page des éléments*/
ul#fmenu {
	width:960px;
	list-style-type:none;
	padding:0;
	white-space:nowrap;
	text-align:center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
/* Cellules des éléments de menu pied de page */
#fmenu li {
	border:none;
	display:inline;
	line-height: 20px;
	padding:0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
/* MENU PIED DE PAGE - Mise en forme des liens*/
#fmenu a.menu {
	padding:0;
	text-decoration:none;
	font-size: 10px;
	color: #000000;
}
/* MENU PIED DE PAGE - Elément survolé*/
#fmenu li a:hover {
	color: #E2007A;
}
#fmenu a.menu:hover {
	text-decoration:none;
}
/* MENU PIED DE PAGE - Premier élément (bordure)*/
#fmenu li.begin {
	display: none;
}
/* MENU PIED DE PAGE - Separateur entre les éléments*/
#fmenu li.sep {
	background-color:green;
}
/* MENU PIED DE PAGE - Dernier élément (bordure)*/
#fmenu li.end {
	display: none;
}
/* MENU PIED DE PAGE - Séparateur */
#fmenu li.misep {
	display:block;
	height:0px;
	width:0px;
	margin:0;
	font-size:0px;
	line-height:0px;
}
/* MENU PIED DE PAGE - FIN */

/* PIED DE PAGE - FIN */

/* COPYRIGHT and CREDITS */
#copyright {
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#copyright span {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	color: #666666;
	padding-top: 5px;
	padding-right: 50px;
	padding-left: 50px;
}
/* Zone site réalisé avec Oxatis */
#poweredby {}
#poweredby a, #poweredby a:link, #poweredby a:visited {
	color: #E2007A;
	text-decoration:none;
}
#poweredby a:hover {
	text-decoration:underline;
	border:none;
}
#poweredby span {}
/* COPYRIGHT and CREDITS - FIN */

/* ICÔNES DE LANGUES*/
/* Bloc drapeaux des langues */
#langflags {
	text-align:center;
	margin: 0;
	padding: 10px 0px;
}
/* Mise en forme */
#langflags ul, #langflags li, #langflags a, #langflags span {
	margin: 0;
	padding: 0;
}
/* Menu drapeaux */
#langflags ul {
	list-style-type:none;
	list-style-position:outside;
	text-align:center;
}
/* Elements drapeaux */
#langflags ul li {
	display: inline;
	text-align: center;
}
/* Mise en forme des cellules des drapeaux */
#langflags ul li a span {
	background-repeat:no-repeat;
	display: inline;
	white-space: nowrap;
	text-align: center;
	cursor:pointer;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	background-position: center center;
	height: 15px;
	width: 22px;
	line-height: 1.2em;
}
#langflags a span {
	border:1px solid #999;
}
#langflags a:hover span {
	border:1px solid #FFCC00;
}
/* Image drapeau français */
#flag0 {
	background: #FFF url(/DesignCss/SharedImages/FlagL0.gif) no-repeat;
}
/* Image drapeau anglais*/
#flag1 {
	background: #FFF url(/DesignCss/SharedImages/FlagL1.gif) no-repeat;
}
/* Image drapeau espagnol */
#flag2 {
	background:#FFF url(/DesignCss/SharedImages/FlagL2.gif) no-repeat;
}
/* Image drapeau allemand */
#flag3 {
	background:#FFF url(/DesignCss/SharedImages/FlagL3.gif) no-repeat;
}
/* Image drapeau italien */
#flag4 {
	background:#FFF url(/DesignCss/SharedImages/FlagL4.gif) no-repeat;
}
/* Image drapeau néerlandais */
#flag5 {
	background:#FFF url(/DesignCss/SharedImages/FlagL5.gif) no-repeat;
}
/*  ICÔNES DE LANGUES - FIN*/

/* OUTIL DE NAVIGATION */
#bannervertical {
	position:absolute;
	left:0;
	top:0;
	width:0px;
	margin-left:20px;
}
/* Zone de navigation pou éléments affichés sur plusieurs pages */
.navbar {
}
.navbar span, .navbar select {
	font-family:arial;
	font-size:12px;
	font-style:normal;
}
.navbar ul {
}
.navbar li {
	padding:0;
	margin:0;
	border:0;
	display:inline;
}
.navbar a, .navbar a:visited, .navbar .off {
	color:#2F2F2F;
	font-weight: bold;
}
.navbar a:hover {
	color:#888585;
	text-decoration: underline;
	font-weight: bold;
}

.navbar span {
	white-space:nowrap;
	margin-right: 2px;
	margin-left: 2px;
}
a span.navfirst, a span.navprev, a span.navnext, a span.navlast {
	margin: 0 5;
}

/* Elément première page */
.navfirst {
	
}
/* Elément page précédente */
.navprev {
	
} 
/* Elément page suivante */
.navnext {
	
} 
/* Elément dernière page */
.navlast {
	
}
/* Listes déroulantes de navigation */
.navbar select {
	background-color:#fff;
	color:#000000;
}

/* BLOC AIRE DE DONNEES */
.view {
	width:100%;
	background-color:white;
}
/* Sous-bloc aire de données */
.viewtbl {
	width:100%;
	border:0;
	padding:0;
	margin:0;
	border-collapse:collapse;
	border-spacing:0px;
}
/* Bloc de titre */
.sectiontb {
	padding:4px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
}
/* Sous bloc de titre */
.sectiontbarea {
	margin: 0px;
	padding: 0px;
	_width: 100%; /* Fixes a bug in IE (related to the site's structure) */
}
/* Bloc des éléments de l'aire de données */
.sectiondata {
	background-image: url(/Files/28173/Img/23/bodycolumn2bottom-d02.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #D9D9D9;
	border-right-color: #D9D9D9;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 10;
}
/* Sous-bloc des éléments de l'aire de données */
.sectiondataarea {
	_width: 100%; /* Fixes a bug in IE (related to the site's structure) */
	
}
.imgbordernone, .imgthumbnail, .imgmain, .imgcat {
	border:none;
}
/* PRINCIPAUX BOUTONS */
/*¨Propriétés générales de tous les boutons */
a.btnmain {
	line-height: 1.7em;
	white-space:nowrap;
	margin: 2px 0px;
	color:#fff;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding: 2px 5px 2px 5px;
	background-color: #E2007A;
}
/* Propriétés générales des boutons survolés */
a.btnmain:hover{
	text-decoration:none;
	background-color:#F385E0;
	color:#FFFFFF;
}
/* Boutons Rechercher et Votre Panier */
a#btnsearch, a#btnviewcart {
	padding-left : 20px;
	background: #E2007A no-repeat 4px center;
}
/* Boutons Rechercher et Votre Panier survolés */
a#btnsearch:hover, a#btnviewcart:hover {
	background-color: #F385E0;
}
/* Boutons Rechercher */
a#btnsearch {
	background-image: url(/DesignCss/SharedImages/white/Search.gif);
}
/* Boutons Votre Panier */
a#btnviewcart {
	background-image: url(/DesignCss/SharedImages/white/ShopBag.gif);
}
/* BOUTONS SECONDAIRES */
a.btnsub {
	font-size:10px;
	font-weight:bold;
	color:#E2007A;
	text-decoration:none;
	padding:4px 0px 4px 23px;
	background: url(/DesignCss/SharedImages/bullet.gif) no-repeat left center;
	line-height: 2em;
	margin: 10px 0px;
}
/* Boutons secondaires survolés */
a.btnsub:hover {
	text-decoration:underline;
}
/* Bouton suggérer à un ami */
a#btnemailfriend {
	background: url(/DesignCss/SharedImages/EMail.gif) no-repeat 0px 0px;
}
/* Bouton ajouter aux favoris */
a#btnaddtofav {
	background: url(/DesignCss/SharedImages/Favorite.gif) no-repeat 0px 0px;
}
/* Bouton informations complémentaires */
a#btnattachment {
	background: url(/DesignCss/SharedImages/Attachment.gif) no-repeat 0px 0px;
}

/* ICÔNES */
#icontrash, #iconerror, #iconwarning, #iconsalespolicy, #iconattachment, #iconemail, #iconweb, #iconmap {
	width:19px;
	height:19px;
	border:0px;
	vertical-align: text-bottom;
	margin:1px;
}
/* Icône poubelle */
#icontrash {
	background: url(/DesignCss/SharedImages/TrashCan.gif) no-repeat;
}
/* Icône erreur */
#iconerror {
	background: url(/DesignCss/SharedImages/Error.gif) no-repeat;
}
/* Icône avertissement */
#iconwarning {
	background: url(/DesignCss/SharedImages/Warning.gif) no-repeat;
}
/* Icône CGV*/
#iconsalespolicy {
	background: url(/DesignCss/SharedImages/SalesPolicy.gif) no-repeat;
}
/* Icône pièce jointe */
#iconattachment { /* Mail */
	background: url(/DesignCss/SharedImages/Attachment.gif) no-repeat;
}
/* Icône e-mail */
#iconemail {
	background: url(/DesignCss/SharedImages/EMail.gif) no-repeat;
}
/* Icône web */
#iconweb {
	background: url(/DesignCss/SharedImages/Web.gif) no-repeat;
}
/* Icône carte */
#iconmap {
	background: url(/DesignCss/SharedImages/Map.gif) no-repeat;
}
/*** BOUTONS ET ICÔNES - FIN ***/

/* Propriétés générales des sous-blocks */
.blockshortcut {
	display:block;
	width:200px;
	color: #000;
	background-image: url(/Files/28173/Img/23/bodycolumn2bottom-d02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 0 5px 10px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #E2007A;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D9D9D9;
	padding: 5px 5px 10px 10px;
}
/* Blocks raccourcis et édito */
.blockcontainer {
	margin: 0px;
	padding: 0px;
}
/* Propriétés générales des sous-blocks et zones de saisie */
.blockshortcut, .blockshortcut input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
/* Permet d'affecter les valeurs par défaut des padding et margin des balises utilisées dans les blocks */
.blockshortcut form,  .blockshortcut p, .blockshortcut span, .blockshortcut input, .blockshortcut select, .blockshortcut textarea, .blockshortcut a {
	margin:0;
	padding:0;
}
/* Lien des blocks de raccourcis */
.blockshortcut a, .blockshortcut a:link, .blockshortcut a:visited {
	color: #E2007A;
	text-decoration:none;
}
/* Lien survolés des blocks de raccourcis */
.blockshortcut a:hover {
	text-decoration:underline;
	border:none;
}
/* Zones de saisie */
.blockshortcut input {
	
	
}
/* Zone message Déjà client Entrez */
#blockuserlogin .LoginTagLine {
	
}
/* Zones de saisie e-mail et mot de passe, recherche, abonnement à la newsletter, coupon */
#blockuserlogin .email, #blockuserlogin input.password, #blocksearch .searchtext, #blocknewsletter .email, #blockcoupon input.coupon {
	margin: 2 2 2 0;
	
}
/* Zones de saisie e-mail et mot de passe */
#blockuserlogin .email, #blockuserlogin input.password {
	width: 160px;
}
/* Boutons de soumissions */
.blockshortcut input.blockbtn {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
}
/* Boutons de soumissions survolés */
.blockshortcut input.blockbtn:hover {
	
}
#blockuserlogin .blockbtn {
	
}

/* Zone message première visite et lien Enregistrez-vous */
#blockuserlogin .firstvisit, #blockuserlogin .firstvisit a {
	display:block;
}
/* Zone de message Bonjour login */
#blockuserlogout .hellouser {
	display:block;
}
/* Zone de message Si vous n'êtes pas login et Accédez à votre compte */
#blockuserlogout .viewaccountinfo {
	display:block;
}
/* Zone de saisie recherche */
#blocksearch .searchtext {
	display:block;
	float:left;
	width: 160px;
}
/* Icône block Rechercher */
#blocksearch .searchimg {
	display:block;
	float:left;
	background-image:url(/DesignCss/SharedImages/Search.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin-top:2px;
	width:20px;
	height:19px;
}
/* Bouton Rechercher */
#blocksearch .blockbtn {
	display:block;
	clear:both;
}
/* Zone de message Recevez notre lettre d'informations */
#blocknewsletter .newstagline {
}
/* Zone de message Je m'abonne */
#blocknewsletter label {
}
/* Bouton radio Je m'abonne */
#newsok {
	margin-right: 5px;
	
}
#newsko {
	margin-right: 5px;
	
}
/* Zone de saisie abonnement newsletter */
#blocknewsletter .email {
	width: 130px;
}
/* Bouton d'inscription à la newsletter */
#blocknewsletter .blockbtn {
	margin-top: 5px;
}
/* Icône RSS */
#blockrssfeeds a.rss {
	background-image:url(/DesignCss/SharedImages/RSSFeeds.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:100px;
	font-size: 20px;
	line-height: 25px;
}
/* Icône RSS survolé */
#blockrssfeeds a.rss:hover {
	text-decoration:none;
}
/* Mise en page du block Flux RSS */
#blockrssfeeds span.rss {
	display:inline;
}
/* Mise en page du block Code Promotionnel */
#blockcoupon span.coupon {
	display:block;
}
/* Zone de saisie Coupon */
#blockcoupon input.coupon {
	width: 130px;
	margin-right: 5px;
}
#blockcoupon .blockbtn {
}


/********************************************************/
/* @CONTENT												*/
/********************************************************/


/*** ORIGINAL CSS ***/
/* STYLES ET POLICES DE CARACTERES */

BODY.PB { color:#000000; font-family:Verdana; }
/* Bloc body des fenêtres popup */
BODY.PBPW {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana;
	background-image: url(/Files/28173/Img/23/popup-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 20px;
	height: 100%;
}
/* Titre des pages */
.PBPTitle {
	color:#E2007A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16pt;
	font-style:italic;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
/* Titre de section de page (sous-titre) ou couleur FFFFFF arrière-plan B68DB0 */
.PBSTitle { color:#000000; padding-left: 50; padding-right: 50; background:#D9D9D9; font-family:Verdana; font-weight:bold; font-size:12pt; }
/* Titre de colonne */
.PBColHead { color:#000000; font-family:Verdana; font-size:10pt; }
/* Texte de Label */
.PBStatic { color:#666666; font-family:Verdana; font-weight:bold; font-size:8pt; }
/* Messages explicatifs ou informatifs */
.PBMsg { color:#000000; font-family:Verdana; font-size:9pt; }
/* Messages d'erreur */
.PBErrMsg { color:#BE113A; font-family:Verdana; font-weight:bold; font-size:10pt; }
/* Texte principal */
.PBMainTxt { color:#8F8585; font-family:Verdana; font-weight:bold; font-size:9pt; font-style:italic; }
/* Description courte */
.PBShortTxt { color:#2F2F2F; font-family:Verdana; font-size:9pt; }
/* Description longue */
.PBLongTxt { color:#230023; font-family:Verdana; font-size:8pt; }
/* Prix */
.PBCurrency { color:#000000; font-family:Arial; font-weight:bold; font-size:10pt; }
/* Dates */
.PBDate { color:#000000; font-family:Verdana; font-size:10pt; font-style:italic; }
/* Nombres */
.PBNumber { color:#000000; font-family:Verdana; font-weight:bold; font-size:10pt; font-style:italic; }
/* Liens */
A.PBLink { color:#000000; font-size:20pt; text-decoration:none; }
/* Liens survolés */
A.PBLink:hover { color:#000000; font-size:20pt; text-decoration:underline; }
/* Ligne horizontale de séparation principale */
HR.PBMain { color:#000000; height:2; }
/* Ligne horizontale de séparation secondaire */
HR.PBSub { color:#000000; height:1; }
/* Propriétés des zones de saisie multi-lignes */
TEXTAREA.PB { color:#000000; font-family:Verdana; font-size:8pt; font-style:normal; }
/* Propriétés des listes déroulantes */
SELECT.PB { color:#000000; font-family:Verdana; font-size:8pt; font-style:normal; }
/* Propriétés des zones de saisie */
INPUT.PB { color:#000000; font-family:Verdana; font-size:8pt; font-style:normal; }
INPUT.PBBtnStd { color:#000000; font-family:Verdana; font-weight:bold; font-size:8pt; }
/* Texte du fil d'Ariane */
A.PBBtnStd { color:#000000; font-family:Verdana; font-weight:bold; font-size:8pt; text-decoration:none; }
A.PBBtnStd:hover { color:#A70751; font-family:Verdana; font-weight:bold; font-size:8pt; text-decoration:underline; }
/* Message Les zones marquées par un astérisque sont obligatoires */
.PBReqNote { color:#000000; font-family:Verdana; font-size:9pt; font-style:italic; }

