/*---------------------------------*/
/*------------ RESET -------------*/
/*---------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin : 0;
	padding : 0;
	border : 0;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}
fieldset,img {
	border : 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style : normal;
	font-weight : normal;
}
ol,ul {
	list-style : none;
}
caption,th {
	text-align : left;
}
h1,h2,h3,h4,h5,h6 {
	font-size : 100%;
	font-weight : normal;
	display : inline;
}

/*---------------------------------*/
/*------------ BODY -------------*/
/*---------------------------------*/
body {
	background-image : url(../medias/commun/body-bg_mauve.gif);
	background-repeat : no-repeat;
	background-position : 0 150px;
	background-color : #CC99FF;
	color : #000000;
	font-size : 11px;
	line-height : normal;
	font-family : Arial, Helvetica, sans-serif;
}

a {
	color : #000000;
	text-decoration : none;
}
a:hover {
	color : #000000;
	text-decoration : underline;
}
input, select, textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 10px;
	color : #000000;
}
strong, b, .bold, .gras {
	font-weight: bold;
}

img {
	border: 0;
}

.block {
	display: block;
}
.blockLeft {
	float : left;
	display: block;
}
.blockRight {
	display: block;
	float : right;
}
.blockCenter {
	display: block;
	margin: 0 auto;
}
.clear {
	clear: both;
	width : 0;
	height : 0;
	display : block;
}

/********Ajout malins*******/
.clearBoth {
	clear: both;
}

.clearLeft {
	clear: left;
} 

.clearRight {
	clear: right;
}

.texteItalic{
font-style:italic;
}

.espaceGchPetit{
padding-left:5px;
}

.espaceGchMoyen{
padding-left:10px;
}

.espaceGchMoyen2{
padding-left:15px;
}

.espaceGchGrand{
padding-left:20px;
}

.espaceDtPetit{
padding-right:5px;
}

.espaceDtMoyen{
padding-right:10px;
}

.espaceDtMoyen2{
padding-right:15px;
}

.espaceDtGrand{
padding-right:20px;
}

.espaceHautPetit{
margin-top:5px;
}

.espaceHautMoyen{
margin-top:10px;
}

.espaceHautMoyen2{
margin-top:15px;
}

.espaceHautGrand{
margin-top:18px;
}

.espaceHautGrand2{
margin-top:20px;
}


.texteSuper{
font-size:x-small; 
vertical-align:top;
}

.texteSub{
font-size:x-small; 
vertical-align:bottom;
}

.lienTypique{
text-decoration:underline;
}
/*************/

/*hack IE6 et IE7*/
*+html .clear, *html .clear { 
	display : none !important;
}
.normal {
	font-weight : normal;
}
.mini {
	font-size : 9px;
	font-weight : normal;
}
.moyen {
	font-size : 13px;
	font-weight : normal;
}
.moyen12 {
	font-size : 12px;
	font-weight : normal;
}
.upper {
	text-transform : uppercase;
}
.lower {
	text-transform : none;
}
/*---------------------------------*/
/*--------- HEADER & NAV ---------*/
/*---------------------------------*/
#header {
	height: 170px;
	width: 990px;
	position: relative;
	display : block;
	margin:0 auto;
	margin-top:30px;
}
#headerLogo {
	height: 105px;
	width: 162px;
	position: absolute;
	display : block;
	top:0;
	left:0;
}
#headerBanner {
	height: 90px;
	width: 718px;
	position: absolute;
	display : block;
	top:0;
	left:182px;
}
#headerMenu {
	height: 31px;
	width: 990px;
	position: absolute;
	display : block;
	top:105px;
	left:0;
}
#headerRecherche {
	height: 33px;
	width: 990px;
	position: absolute;
	display : block;
	top:136px;
	left:0;
	background-image : url(../medias/commun/headerRecherche-bg.gif);
	background-repeat : no-repeat;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight : bold;
	text-transform : uppercase;
}
#headerRecherche form {
	height: 25px;
	line-height : 25px;
	width: 300px;
	position: absolute;
	display : block;
	top:0;
	left:0;
}
#headerRecherche label {
	color : #003020;
	height: 25px;
	width : auto;
	line-height : 25px;
	display : block;
	position : relative;
	float : left;
	margin-left:30px;
	margin-right:10px;
}
#headerRecherche .champs {
	height: 12px;
	width : 120px;
	display : block;
	position : relative;
	float : left;
	margin-right:10px;
	margin-top:5px;
	border: 1px solid #b2b2b2;
}
#headerRecherche .submit {
	height: 24px;
	width : 21px;
	display : block;
	position : relative;
	float : left;
	margin-top:3px;
}
#headerRecherche ul {
	position: absolute;
	display : block;
	top:0;
	left:300px;
	width : 690px;
	height : 25px;
	line-height : 25px;
	text-align : right;
	color : #6c6c6c;
}
#headerRecherche li {
	position : relative;
	display : inline;
	padding-right : 14px;
	text-align : right;
	
}
#headerRecherche li a {
	text-decoration : none;
	text-align : left;
	padding-left : 14px;
	color : #6c6c6c;
}
#headerRecherche li a:hover {
	text-decoration : underline;
}
#headerRecherche li a span.nom {
	text-decoration : none;
	text-align : left;
	padding-left : 10px;
	color : #6c6c6c;
	text-transform : none;
	font-weight : normal;
}
#ariane {
	display:block;
	height:15px;
	position:relative;
	width:990px;
	margin:0 auto;
	margin-bottom:5px;
}
#ariane ul {
	display:block;
	font-size:11px;
	height:15px;
	position:relative;
	margin-left:5px;
	width:985px;
	color : #322d2d;
}
#ariane li {
	display : block;
	float : left;
	height : 15px;
	line-height : 15px;
	padding-left : 4px;
	position : relative;
	text-align : left;
	color : #322d2d;
}
#ariane li a {
	height : 15px;
	line-height : 15px;
	padding-right : 4px;
	text-align : right;
	color : #322d2d;
}
/*---------------------------------*/
/*------------ FOOTER ------------*/
/*---------------------------------*/
#footer {
	height: 40px;
	width: 990px;
	position: relative;
	display : block;
	margin:0 auto;
	margin-top:15px;
	border-top:15px solid #CC99FF;
	background-color : #CC99FF;
}
#footerMenu {
	height: auto;
	width: 960px;
	position: relative;
	display : block;
	margin-left : 15px;
	margin-top : 6px;
	font-size:10px;
}
#footerMenu ul {
	position: relative;
	display : block;
	width : 960px;
	height : auto;
	margin: 0 auto;
	text-align : center;
}
#footerMenu li {
	position : relative;
	display : inline;
	color : #4B4B4B;	
	padding-right : 4px;
	text-align : right;
}
#footerMenu li a {
	color : #4B4B4B;	
	text-decoration : none;
	text-align : left;
	padding-left : 4px;
}
#footerMenu li a.rss {
	color : #fff;	
	text-decoration : none;
	text-align : left;
	padding-left : 4px;
	padding-right : 12px;
	background-image : url(../medias/commun/picto-rss-mini.gif);
	background-repeat : no-repeat;
	background-position : right;
}
#footerMenu li a:hover {
	text-decoration : underline;
}




/*---------------------------------*/
/*--------- CONTAINER -------------*/
/*---------------------------------*/
#container {
	height: auto;
	width: 990px;
	position: relative;
	display : block;
	margin:0 auto;
}
#containerInt {
	height: auto;
	width: 996px;
	position: relative;
	display : block;
	left:3px;
	margin:0 auto;
}
.sousContent {
	height: auto;
	width: 802px;
	position: relative;
	display : block;
	margin-bottom:15px;
}
.sousContentDetail {
	height: auto;
	width: 765px;
	position: relative;
	display : block;
	margin-bottom:15px;
	padding-top:10px;
	padding-left:15px;
	padding-right : 15px;
	font-size : 12px;
}

#intSousContentFull {
	height: auto;
	width: 996px;
	position: relative;
	display : block;
	float : left;
	margin-top : 15px;
}


.sousContentDernier {
	height: auto;
	width: 802px;
	position: relative;
	display : block;
	margin-bottom:0px;
}
.voirTout {
	height: auto;
	width: auto;
	position: relative;
	display : block;
	padding-top:3px;
	padding-bottom:3px;
	text-align : right;
}
#intContent {
	height: auto;
	width: 802px;
	position: relative;
	display : block;
	float : right;
}
#intContent2 {
	height: auto;
	width: 802px;
	position: relative;
	display : block;
	float : right;
	padding-bottom : 8px;
}
.contentBG01 {
	background-repeat : repeat-y;
	background-image : url(../medias/commun/contentBG01.gif);
}

.contentBG02 {
	background-repeat : repeat-y;
	background-image : url(../medias/commun/contentBG02.gif);
}


/*---------------------------------*/
/*--- TITRE & SOUS-TITREsIMAGES ---*/
/*---------------------------------*/
.titreBlocImage {
	display : block;
	position : relative;
	width : auto;
	height : 24px;
	margin-bottom : 8px;
}
.titreBlocImage2 {
	display : block;
	position : relative;
	width : auto;
	height : 24px;
	margin-top : 5px;
	margin-bottom:3px;
}
.titreBlocTxt {
	display : block;
	position : relative;
	width : auto;
	height : 24px;
	margin-bottom : 5px;
	text-transform : uppercase;
}
.titreBlocTxt h2 {
	font-size : 18px;
	font-weight : normal;
	color : #948b83;
}
.titreBlocTxt a {
	font-size : 18px;
	font-weight : normal;
	color : #948b83;
}
.titreBlocImage img {
	display : block;
	position : absolute;
	width : auto;
	height : auto;
	left:0px;
	bottom : 0px;
}
.grosTitreBlocImage {
	display : block;
	height : 45px;
	position : relative;
	width:795px;
	background-color : #948b83;
	margin-bottom:0;
}
.grosTitreBlocImage img {
	bottom : 10px;
	display : block;
	height : auto;
	left : 10px;
	position : absolute;
	width : auto;
}
.grosTitreBlocTxt {
	display : block;
	height : 33px;
	position : relative;
	width:785px;
	background-color : #CC99FF;
	margin-bottom:0;
	text-transform : uppercase;
	color : White;
	padding-left:10px;
	padding-top : 12px;
}
.grosTitreBlocTxt h1 {
	font-size:18px;
	font-weight : normal;
}
/*---------------------------------*/
/*--------- LIENS -----------------*/
/*---------------------------------*/
a.lien01, a.lien01:hover {
	text-decoration : underline;
	color : #666666;
	font-size : 11px;
	background-image : url(../medias/commun/puce-lien01.gif);
	background-position : 0px 4px;
	background-repeat : no-repeat;
	padding-left : 10px;
	font-weight : bold;
}
a.lien02, a.lien02:hover {
	text-decoration : underline;
	color : #666666;
	font-size : 11px;
	background-image : url(../medias/commun/puce-lien02.gif);
	background-position : 0px 4px;
	background-repeat : no-repeat;
	padding-left : 10px;
	font-weight : bold;
}
a.lien03, a.lien03:hover {
	text-decoration : underline;
}
a.lien04 {
	text-decoration : none;
	color : #666666;
	font-size : 11px;
	background-image : url(../medias/commun/puce-lien01.gif);
	background-position : 0px 4px;
	background-repeat : no-repeat;
	padding-left : 10px;
}
a.lien04:hover {
	background-color : #e1ded8;
}

a.lien05, a.lien05:hover {
	text-decoration : underline;
	color : #666666;
	font-size : 11px;
	font-weight : bold;
}
a.lien06, a.lien06:hover {
	text-decoration : underline;
	color : #fff;
	font-size : 11px;
	background-image : url(../medias/commun/puce-lien06.gif);
	background-position : 0px 4px;
	background-repeat : no-repeat;
	padding-left : 10px;
	font-weight : bold;
	text-transform : none;
}
a.lien07, a.lien07:hover {
	text-decoration : underline;
	color : #D11D1D;
}







/*---------------------------------*/
/*--------- BARRE LATERALE --------*/
/*---------------------------------*/
#homeBarre {
	height: auto;
	width: 188px;
	position: relative;
	display : block;
	float : right;
}
.barreSeparateur {
	height: 3px;
	width: 188px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/barreSeparateur.jpg);
	background-repeat : no-repeat;
}

#barreBonsPlans {
	height: 104px;
	width: 188px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/bonsPlans-bg.jpg);
	background-repeat : no-repeat;
}
#barreNouveautes {
	height: 295px;
	width: 188px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/nouveautes-bg.jpg);
	background-repeat : no-repeat;
}
#barreSelection {
	height: 180px;
	width: 188px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/nouveautes-bg.jpg);
	background-repeat : no-repeat;
}


#barreDiaporama {
	height: 100px;
	width: 188px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/diaporama-bg.jpg);
	background-repeat : no-repeat;
}
#barrePartenaires {
	height: 126px;
	width: 188px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/partenaires-bg.jpg);
	background-repeat : no-repeat;
}
#barreSondage {
	height: 192px;
	width: 188px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/sondage-bg.jpg);
	background-repeat : no-repeat;
}
#barreCalendrier {
	height: 200px;
	width: 188px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/barreStandard-bg.jpg);
	background-repeat : no-repeat;
}
#barreTags {
	height: auto;
	min-height: 110px;
	width: 158px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/barreStandard-bg.jpg);
	background-repeat : no-repeat;
	padding:20px;
	padding-right : 10px;
}
#barreWebzines {
	height: 160px;
	width: 188px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/webzine-bg.jpg);
	background-repeat : no-repeat;
}


/*********Ajout Sharon*******/

#barreEspacepro {
	height: 115px;
	width: 188px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/espacepro-bg.jpg);
	background-repeat : no-repeat;
}


#barreFaq {
	height: 110px;
	width: 188px;
	position: relative;
	display : block;
	background-repeat : no-repeat;
}


#barreEncemoment {
	height: 295px;
	width: 188px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/encemoment-bg.jpg);
	background-repeat : no-repeat;
}

/**************/


#barreTags a {
	color : #75695e;
	font-weight : bold;
	padding-right : 3px;
	text-decoration : none;
}
#barreTags a:hover {
	text-decoration : underline;
}
#barreTags a.t8 {
	font-size : 8px;
}
#barreTags a.t10 {
	font-size : 10px;
}
#barreTags a.t12 {
	font-size : 12px;
}
#barreTags a.t14 {
	font-size : 14px;
}
#barreTags a.t16 {
	font-size : 16px;
}
#barreTags a.t18 {
	font-size : 18px;
}
#barreTags a.t20 {
	font-size : 20px;
}




#barreCalendrier .barreTitre {
	padding-left : 10px;
}
#barreCofinoga .barreTitre {
	padding-left : 20px;
}

#barreSondage form {
	display : block;
	height : auto;
	position : relative;
	width : auto;
	padding-top : 5px;
	padding-left : 15px;
	color : #666;
}
#barreSondage li {
	display : block;
	height : auto;
	position : relative;
	width : auto;
	padding-bottom : 3px;
}
.barreTitre {
	height: auto;
	width: auto;
	position: relative;
	display : block;
	color : #b5132a;
	font-size : 14px;
	font-weight : bold;
	text-transform : uppercase;
	padding-top : 15px;
	padding-left : 33px;
}
.barreTxt, .barreImg {
	height: auto;
	width: auto;
	position: relative;
	display : block;
	padding-top : 5px;
	padding-left : 33px;
	padding-right : 5px;
	font-size : 11px;
	font-weight : bold;
}
#barreCofinoga .barreImg {
	height: auto;
	width: auto;
	position: relative;
	display : block;
	padding-top : 5px;
	padding-left : 20px;
	padding-right : 5px;
	font-size : 11px;
	font-weight : bold;
}
.barrePx {
	height: 25px;
	width: 75px;
	position: relative;
	display : block;
	padding-top : 5px;
	padding-left : 33px;
	font-size : 13px;
	color:#d11d1d;
	font-weight : bold;
	text-align : center;
	float : left;
}
.barrePxSeul {
	height: 25px;
	width: 150px;
	position: relative;
	display : block;
	padding-top : 5px;
	padding-left : 33px;
	font-size : 13px;
	color:#d11d1d;
	font-weight : bold;
	text-align : center;
	float : left;
}
.barrePxB {
	height: 25px;
	width: 80px;
	position: relative;
	display : block;
	padding-top : 5px;
	font-weight : bold;
	text-align : center;
	text-decoration : line-through;
	float : left;
}
.barreTxt .ou {
	color : #666666;
}
.barreListe {
	height: auto;
	width: auto;
	position: relative;
	display : block;
	padding-top : 5px;
	padding-left : 33px;
	padding-right : 5px;
	font-size : 11px;
	color : #666666;
}
.barreLien {
	height: auto;
	width: auto;
	position: relative;
	display : block;
	padding-left : 33px;
	padding-top : 5px;
	font-size : 11px;
}
.barreLienRight {
	height: auto;
	width: auto;
	position: relative;
	display : block;
	padding-right : 10px;
	padding-top : 5px;
	font-size : 11px;
	text-align : right;
	clear : left;
}
#barreCofinoga .barreLienRight {
	height: auto;
	width: auto;
	position: relative;
	display : block;
	padding-right : 25px;
	padding-top : 5px;
	font-size : 11px;
	text-align : right;
	clear : left;
}
.barreLienCenter {
	height: auto;
	width: auto;
	position: relative;
	display : block;
	padding-right : 10px;
	padding-top : 5px;
	font-size : 11px;
	padding-left : 33px;
	text-align : center;
}
#barreNews form, #barreLexique form {
	display : block;
	height : auto;
	position : relative;
	width : auto;
	padding-top : 5px;
}
#barreNews form .champs, #barreLexique form .champs {
	border : 1px solid #B2B2B2;
	display : block;
	float : left;
	height : 12px;
	margin-right : 10px;
	margin-left : 20px;
	position : relative;
	width : 130px;
	margin-top : 2px;
	color:#b5132a;
}
#barreNews form .submit, #barreLexique form .submit {
	display : block;
	float : left;
	height : 16px;
	position : relative;
	width : 16px;
}


/*---------------------------------*/
/*--------- BARRE LATERALE INT ---*/
/*---------------------------------*/

#intBarre {
	width: 188px;
	position: relative;
	display : block;
	margin-right:6px;
	float : left;
	background-color : #CC99FF;
}
.intBarreH01 {
	height:730px;
}
.intBarreH02 {
	height:885px;
}
.intBarreH03 {
	height:695px;
}

/*---------------------------------*/
/*--- SOUS-MENU BARRE LATERALE ----*/
/*---------------------------------*/
#barreMenu {
	height: auto;
	width: 188px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/sousMenu-bg.jpg);
	background-repeat : repeat-y;
}
#barreMenu ul {
	height: auto;
	width: 168px;
	position: relative;
	display : block;
	margin-left : 10px;
}
#barreMenu ul li {
	height: 25px;
	line-height: 25px;
	width: 168px;
	position: relative;
	display : block;
	color : #2d2620;
	font-size : 12px;
	font-weight : bold;
	border-top : 1px dashed #FFCC99; 
}
#barreMenu ul li:first-child {
	border-top : none;
}
#barreMenu ul li a {
	height: 25px;
	line-height: 25px;
	width: auto;
	padding-left:10px;
	position: relative;
	display : block;
	color : #2d2620;
	background-image : url(../medias/commun/puce-menu-off.gif);
	background-position : 0px 9px;
	background-repeat : no-repeat;
	text-decoration : none;
}
#barreMenu ul li a:hover, #barreMenu ul li a.active {
	color : #948b83;
	background-image : url(../medias/commun/puce-menu-on.gif);
	text-decoration : none;
}
#barreMenuH {
	height: 35px;
	width: 172px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/sousMenuTop-bg.jpg);
	background-repeat : no-repeat;
	padding-left:8px;
	padding-top:15px;
	padding-right : 8px;
	font-size : 18px;
	font-weight : normal;
	color : #fff;
	text-transform : uppercase;
}
#barreMenuH .RSS {
	height: auto;
	width: auto;
	position: absolute;
	display : block;
	top:18px;
	left:165px;
}
#barreMenuB {
	height: 35px;
	width: 188px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/sousMenuBas-bg.jpg);
	background-repeat : no-repeat;
}





#barreMenu2 {
	height: auto;
	width: 188px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/sousMenu-bg_orange.jpg);
	background-repeat : repeat-y;
}
#barreMenuH2 {
	height: 100px;
	width: 172px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/sousMenu2Top-bg.jpg);
	background-repeat : no-repeat;
	padding-left:8px;
	padding-top:15px;
	padding-right : 8px;
	font-size : 18px;
	font-weight : normal;
	color : #fff;
	text-transform : uppercase;
	line-height : 18px;
}
#barreMenuH2 .liste {
	height: auto;
	width: auto;
	position: relative;
	display : block;
	padding-top:10px;
}
#barreMenuH2 .RSS {
	height: auto;
	width: auto;
	position: absolute;
	display : block;
	top:17px;
	left:165px;
}
#barreMenuB2 {
	height: 35px;
	width: 188px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/sousMenuBas-bg.jpg);
	background-repeat : no-repeat;
}
#barreMenu2 ul {
	height: auto;
	width: 168px;
	position: relative;
	display : block;
	margin-left : 10px;
	padding-bottom : 15px;
}
#barreMenu2 ul li {
	height: 20px;
	line-height: 20px;
	width: 168px;
	position: relative;
	display : block;
	color : #2d2620;
	font-size : 12px;
	font-weight : bold;
	text-transform : uppercase;
}
#barreMenu2 ul li a {
	height: 20px;
	line-height: 20px;
	width: auto;
	padding-left:10px;
	position: relative;
	display : block;
	color : #2d2620;
	background-image : url(../medias/commun/puce-menu-off.gif);
	background-position : 0px 7px;
	background-repeat : no-repeat;
	text-decoration : none;
	font-weight : normal;
	text-transform : none;
}
#barreMenu2 ul li a:hover, #barreMenu2 ul li a.active {
	color : #948b83;
	background-image : url(../medias/commun/puce-menu-on.gif);
	text-decoration : none;
}












#barreMenu3 {
	height: auto;
	width: 188px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/sousMenu-bg.jpg);
	background-repeat : repeat-y;
}
#barreMenu3 ul {
	height: auto;
	width: 168px;
	position: relative;
	display : block;
	margin-left : 10px;
}
#barreMenu3 ul li {
	height: 25px;
	line-height: 25px;
	width: 168px;
	position: relative;
	display : block;
	color : #2d2620;
	font-size : 12px;
	font-weight : bold;
	border-top : 1px dashed #e7e5e3; 
}
#barreMenu3 ul li:first-child {
	border-top : none;
}
#barreMenu3 ul li a {
	height: 25px;
	line-height: 25px;
	width: auto;
	padding-left:10px;
	position: relative;
	display : block;
	color : #2d2620;
	background-image : url(../medias/commun/puce-menu-off.gif);
	background-position : 0px 9px;
	background-repeat : no-repeat;
	text-decoration : none;
}
#barreMenu3 ul li a:hover, #barreMenu3 ul li a.active {
	color : #948b83;
	background-image : url(../medias/commun/puce-menu-on.gif);
	text-decoration : none;
}
#barreMenuH3 {
	height: 26px;
	width: 172px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/sousMenu3Top-bg.jpg);
	background-repeat : no-repeat;
	padding-left:8px;
	padding-right : 8px;
	padding-top : 24px;
	font-size : 16px;
	font-weight : bold;
	color : #796d62;
	text-align : center;
	text-transform : uppercase;
}
#barreMenuH3 .RSS {
	height: auto;
	width: auto;
	position: absolute;
	display : block;
	top:18px;
	left:165px;
}
#barreMenuB3 {
	height: 35px;
	width: 188px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/sousMenuBas-bg.jpg);
	background-repeat : no-repeat;
}




#barreMenu4 {
	height: auto;
	width: 188px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/sousMenu-bg.jpg);
	background-repeat : repeat-y;
}
#barreMenu4 ul {
	height: auto;
	width: 168px;
	position: relative;
	display : none;
	margin-left : 10px;
}
#barreMenu4 ul li {
	height: 25px;
	line-height: 25px;
	width: 168px;
	position: relative;
	display : block;
	color : #2d2620;
	font-size : 12px;
	font-weight : bold;
	border-top : 1px dashed #e7e5e3; 
}
#barreMenu4 ul li:first-child {
	border-top : none;
}
#barreMenu4 ul li a {
	height: 25px;
	line-height: 25px;
	width: auto;
	padding-left:10px;
	position: relative;
	display : block;
	color : #2d2620;
	background-image : url(../medias/commun/puce-menu-off.gif);
	background-position : 0px 9px;
	background-repeat : no-repeat;
	text-decoration : none;
}
#barreMenu4 ul li a:hover, #barreMenu4 ul li a.active {
	color : #948b83;
	background-image : url(../medias/commun/puce-menu-on.gif);
	text-decoration : none;
}
#barreMenuH4 {
	height: 65px;
	width: 172px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/sousMenu4Top-bg.jpg);
	background-repeat : no-repeat;
	padding-left:8px;
	padding-top:15px;
	padding-right : 8px;
	font-size : 18px;
	font-weight : normal;
	color : #fff;
	text-transform : uppercase;
	line-height : 18px;
}
#barreMenuH4 .RSS {
	height: auto;
	width: auto;
	position: absolute;
	display : block;
	top:18px;
	left:165px;
}
#barreMenuB4 {
	height: 35px;
	width: 188px;
	position: relative;
	display : block;
	background-image : url(../medias/commun/sousMenu4Bas-bg.jpg);
	background-repeat : no-repeat;
}
#barreMenuH4 #onglets {
	height: 33px;
	width: 180px;
	position: absolute;
	display : block;
	top:43px;
	left:4px;
}

#barreMenuH4 #onglets a.onglet1:hover, #barreMenuH4 #onglets a.onglet1active {
	height: 33px;
	line-height: 33px;
	text-decoration : none;
	width: 97px;
	position: relative;
	display : block;
	float : left;
	background-image : url(../medias/boutique/barreMenuOngletOff-01.gif);
	background-repeat : no-repeat;
	font-size : 16px;
	font-weight : bold;
	color : #796d62;
	text-align : center;
}
#barreMenuH4 #onglets a.onglet1 {
	height: 33px;
	line-height: 33px;
	text-decoration : none;
	width: 97px;
	position: relative;
	display : block;
	float : left;
	background-image : url(../medias/boutique/barreMenuOngletOn-01.gif);
	background-repeat : no-repeat;
	font-size : 16px;
	font-weight : bold;
	color : white;
	text-align : center;
}
#barreMenuH4 #onglets a.onglet2:hover, #barreMenuH4 #onglets a.onglet2active {
	height: 33px;
	line-height: 33px;
	text-decoration : none;
	width: 80px;
	position: relative;
	display : block;
	float : left;
	background-image : url(../medias/boutique/barreMenuOngletOff-02.gif);
	background-repeat : no-repeat;
	font-size : 16px;
	font-weight : bold;
	color : #796d62;
	text-align : center;
}
#barreMenuH4 #onglets a.onglet2 {
	height: 33px;
	line-height: 33px;
	text-decoration : none;
	width: 80px;
	position: relative;
	display : block;
	float : left;
	background-image : url(../medias/boutique/barreMenuOngletOn-02.gif);
	background-repeat : no-repeat;
	font-size : 16px;
	font-weight : bold;
	color : white;
	text-align : center;
}



/*---------------------------------*/
/*------------ POP-UP DIV ---------*/
/*---------------------------------*/
#containerOpaque {
    display : none;
    position : absolute;
    width:100%;
    height:1500px;
    top:0;
    left:0;
    bottom:0;
    background:#fff;
    opacity: 0.7;
    -moz-opacity:0.7;
    filter:alpha(opacity=70,finishopacity=70, style=1);
}
#containerPopOpaque {
    display : none;
    position : absolute;
    top: 0px;
    left: 50%;	
    width:583px;
    height : 405px;
    background-color:red;
    z-index:2;
}


#popFormContainer1{
	display:none;
	position : absolute;
   width:544px;
   height:auto;
   top:0px;
   left: 50%;	
   z-index:2;
}

#popFormContainer1H {
	display:block;
	position : relative;
   width:544px;
   height:26px;
	background-image : url(../medias/commun/popUpForm-bg-01.png);
	background-repeat : no-repeat;
}
#popFormContainer1C {
	display:block;
	position : relative;
   width:494px;
	padding-left:25px;
	padding-right:25px;
	min-height : 200px;
   height:auto;
	background-image : url(../medias/commun/popUpForm-bg-02.png);
	background-repeat : repeat-y;
}
#popFormContainer1C .table01 {
	width : 489px;
}
#popFormContainer1C .table01 td.class01 {
	background-color : #948b83;
	height:20px;
	line-height:20px;
	text-align : center;
	color:#edebe8;
}
#popFormContainer1C .table01 td.class02 {
	border-right:1px solid #948b83;
	border-bottom:1px solid #948b83;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
	text-align : center;
}
#popFormContainer1C .table01 td.class02first {
	border-right:1px solid #948b83;
	border-left:1px solid #948b83;
	border-bottom:1px solid #948b83;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
	text-align : center;
}
#popFormContainer1C .table01 td.class03first {
	border-right:1px solid #948b83;
	border-left:1px solid #948b83;
	border-bottom:1px solid #948b83;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:20px;
	text-align : right;
}
#popFormContainer1C .table01 td.class04 {
	height:auto;
}
#popFormContainer1C .table01 td.class04c {
	height:auto;
	text-align : center;
}


#popFormContainer1B {
	display:block;
	position : relative;
   width:544px;
   height:12px;
	background-image : url(../medias/commun/popUpForm-bg-03.png);
	background-repeat : no-repeat;
}
#popFormContainer1C .alert {
	display:block;
	position : relative;
   width:494px;
   height:auto;
	font-size : 14px;
	font-weight:bold;
	color : #cc3333;
}



#popDiapoContainer1 {
	display:none;
	position : absolute;
   width:544px;
   height:auto;
   top:0px;
   left: 50%;	
   z-index:2;
}
#popDiapoContainer1H {
	display:block;
	position : relative;
   width:544px;
	height : auto;
   min-height:7px;
	background-image : url(../medias/commun/popUpDiapo-bg-01.png);
	background-repeat : no-repeat;
	z-index : 2;
}
#popDiapoContainer1C {
	display:block;
	position : relative;
   width:494px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:25px;
	min-height : 300px;
   height:auto;
	background-image : url(../medias/commun/popUpDiapo-bg-02.png);
	background-repeat : repeat-y;
}
#popDiapoContainer1B {
	display:block;
	position : relative;
   width:544px;
   height:12px;
	background-image : url(../medias/commun/popUpDiapo-bg-03.png);
	background-repeat : no-repeat;
}

#popDiapoContainer1C a.btn-switch {
	display:block;
	position : absolute;
   width:130px;
   height:21px;
   top:0px;
   left:406px;
	background-image : url(../languages/french/medias/boutons/afficher-miniatures.gif);
	z-index : 3;
}
#popDiapoContainer1C a.btn-switch-active {
	background-image : url(../languages/french/medias/boutons/masquer-miniatures.gif);
}

#popDiapoContainer1H #miniatures {
	display:none;
	position : relative;
   width:490px;
   height:95px;
	margin-left:6px;
	border-bottom : 1px solid #948b83;
	padding-top:15px;
	padding-left:40px;
}

#popDiapoContainer1H #miniatures a {
	border : 2px solid #d4ccbd;
	display:block;
	position : relative;
   width:125px;
   height:76px;
	float : left;
	margin-right : 33px;
    opacity: 0.7;
    -moz-opacity:0.7;
    filter:alpha(opacity=70,finishopacity=70, style=1);
}
#popDiapoContainer1H #miniatures a:hover {
    opacity: 1;
    -moz-opacity:1;
    filter:alpha(opacity=100,finishopacity=100, style=1);
}





#popDiapoContainer1C #diapo {
	display:block;
	position : relative;
   width:490px;
   height:260px;
	padding-top:50px;
}
#popDiapoContainer1C #diapo .fleches {
	display:block;
	position : relative;
   width:54px;
   height:260px;
	float : left;
}
#popDiapoContainer1C #diapo .visu {
	display:block;
	position : relative;
   width:368px;
   height:260px;
	float : left;
	padding-left:6px;
	padding-right:6px;
	text-align : center;
}



#popDiapoContainer1C .detailBarreBts {
	display : block;
	position : relative;
	width : 490px;
	height : 22px;
	margin-left:2px;
	margin-bottom : 0px;
	background-color : #b6aea1;
}
#popDiapoContainer1C .detailBarreBts ul li {
	display : block;
	float : left;
	height : auto;
	position : relative;
	width : auto;
}






#popFormContainer1H a {
	display:block;
	position : absolute;
   width:auto;
   height:auto;
   top:10px;
   left:518px;
}
#popFormContainer1B a, #popDiapoContainer1B a{
	display:block;
	position : absolute;
   width:auto;
   height:auto;
   top:6px;
   left:488px;
}
#popFormContainer1 td {
	padding-bottom:5px;
	vertical-align : bottom;
}
#popFormContainer1 .label1 {
	width : 200px;
	display : block;
	height : auto;
	position : relative;
}
#popFormContainer1 .label2 {
	width : 70px;
	display : block;
	height : auto;
	position : relative;
	float : left;
}
#popFormContainer1 .champ1 {
	border : 1px solid #B2B2B2;
	display : block;
	height : 14px;
	position : relative;
	width : 150px;
}
#popFormContainer1 .select1 {
	border : 1px solid #B2B2B2;
	display : block;
	height : 18px;
	position : relative;
	width : 120px;
	float : left;
}
#popFormContainer1 .champFile1 {
	border : 1px solid #B2B2B2;
	display : block;
	height : 18px;
	position : relative;
	width : 250px;
}
#popFormContainer1 .textarea1 {
	border : 1px solid #B2B2B2;
	display : block;
	height : 80px;
	position : relative;
	width : 400px;
}
#popFormContainer1 td.buttons {
	display : block;
	height : 80px;
	position : relative;
	width : auto;
}
#popFormContainer1 td.separateur {
	border-top:1px dashed #b3aeae;
}
#popFormContainer1 td.espacement1 {
	padding-top : 30px;
}
#popFormContainer1 td.produitDesc {
	vertical-align : top;
	padding-top : 20px;
}
#popFormContainer1 .prixRouge01 {
	color : #D11D1D;
	font-size : 20px;
	display:block;
	position : relative;
	float:right;
	width : 120px;
	height : auto;
	text-align : right;
	padding-top : 5px;
}
#popFormContainer1 .prixRouge02 {
	color : #D11D1D;
	font-size : 15px;
	display:block;
	position : relative;
	float:right;
	width : 100px;
	height : auto;
	text-align : right;
	padding-top : 5px;
	text-decoration : line-through;
}
#popFormContainer1 td.produitVisu {
	vertical-align : top;
	padding-top : 20px;
	padding-right : 30px;
}
#popFormContainer1 .button1 {
	display : block;
	height : auto;
	position : absolute;
	width : auto;
	background-color : #b6aea1;
	text-transform : uppercase;
	color : #fff;
	font-weight : bold;
	padding-bottom : 5px;
	padding-top : 5px;
	padding-left : 15px;
	padding-right : 15px;
	top:30px;
	left:120px;
	cursor : pointer;
		font-size : 11px;
}
#popFormContainer1 .button2 {
	display : block;
	height : auto;
	position : absolute;
	width : auto;
	background-color : #b6aea1;
	text-transform : uppercase;
	color : #fff;
	font-weight : bold;
	padding-bottom : 5px;
	padding-top : 5px;
	padding-left : 15px;
	padding-right : 15px;
	top:30px;
	left:250px;
	cursor : pointer;
		font-size : 11px;
}
#popFormContainer1 .button3 {
	display : block;
	height : auto;
	position : absolute;
	width : auto;
	background-color : #b6aea1;
	text-transform : uppercase;
	color : #fff;
	font-weight : bold;
	padding-bottom : 5px;
	padding-top : 5px;
	padding-left : 15px;
	padding-right : 15px;
	top:30px;
	left:280px;
	cursor : pointer;
		font-size : 11px;
}
#popFormContainer1 .aide {
	display : inline;
	position : relative;	
	height : auto;
	width : auto;
	cursor : pointer;
}
#popFormContainer1 .aide .infobulle {
	display : none;
	position : absolute;	
	height : auto;
	width : 300px;
	z-index:100;
	left:-50px;
	bottom:20px;
	background-image : url(../medias/commun/puce-infobulle.gif);
	background-position : 45px bottom;
	background-repeat : no-repeat;
	padding-bottom:14px;
}
#popFormContainer1 .aide .infobulle p {
	display : block;
	position : relative;	
	height : auto;
	width : auto;
	padding : 5px;
	border : 2px solid #948b83;
	background-color : #FFF;
}
#popFormContainer1 .aide .infobulle a.croix {
	display : block;
	height : auto;
	left : 285px;
	position : absolute;
	top : 0px;
	width : auto;
	z-index:110;
}


/**********Ajout************/
#popUpSmallContainer{
	display:block;
	position : absolute;
   width:409px;
   height:auto;
   top:0px;
   left: 50%;	
   z-index:2;
}

#popUpSmallContainerH{
	display:block;
	position : relative;
    width:409px;
    height:26px;
	background-image : url(../medias/commun/refletPopupHaut409.png);
	background-repeat : no-repeat;
}

#popUpSmallContainerH .closebuttonHaut{
   padding-right:10px;
   padding-top:9px;
}

#popUpSmallContainerC {
	display:block;
	position : relative;
    width:345px;
	padding-left:31px;
	padding-right:33px;
	min-height : 200px;
    height:auto;
	background-image : url(../medias/commun/fondPopup409.png);
	background-repeat : repeat-y;
}

#popUpSmallContainerB {
	display:block;
	position : relative;
    width:409px;
    height:12px;
	background-image : url(../medias/commun/refletPopupBas409.png);
	background-repeat : no-repeat;
}

#popUpSmallContainerB a{
	display:block;
	position : absolute;
    width:auto;
    height:auto;
    top:6px;
    right:5px;
}
/*---------------------------------*/
/*------ MINI BLOC INT ------*/
/*---------------------------------*/
.miniBlocInt {
	display : block;
	/*position : relative;*/
	width : 264px;
	height : auto;
	margin-right : 3px;
	float : left;
}
.miniBlocIntContent {
	display : block;
	/*position : relative;*/
	width : 264px;
	height : 268px;
	background-image : url(../medias/commun/miniBlocInt-bg.gif);
	background-repeat : no-repeat;
	padding-top: 8px;
}
.miniBlocIntImg {
	display : block;
	/*position : relative;*/
	width : 242px;
	height : 147px;
	padding-bottom:8px;
	padding-left:8px;
	
}

/******ajout ********/
.miniBlocIntImgFondBlanc{
	display : block;
	/*position : relative;*/
	width : 242px;
	height : 147px;
	/*margin-bottom:8px;*/
	margin-left:8px;
	background-color:#FFFFFF;
	text-align: center;
}
/********/

.miniBlocIntTxt {
	display : block;
	position : relative;
	width : 600px;
	height : 60px;
	padding : 10px;
	padding-bottom:0px;
}
.miniBlocIntTxt .titre {
	display : block;
	position : relative;
	width : auto;
	height : 28px;
	padding-bottom : 5px;
	font-weight : bold;
}
.miniBlocIntLien {
	display : block;
	position : relative;
	width : 245px;
	height : 20px;
	padding-right : 15px;
	text-align : right;
}
.miniBlocIntLienTag {
	display : block;
	position : relative;
	width : 240px;
	height : 20px;
	padding-left : 10px;
}
.miniBlocIntLienTag ul {
	display : block;
	position : relative;
	width : 240px;
	height : 20px;
	color:#666666;
}
.miniBlocIntLienTag li {
	display : block;
	float : left;
	height : 15px;
	line-height : 15px;
	padding-left : 4px;
	position : relative;
	text-align : left;
}
.miniBlocIntLienTag li a {
	height : 15px;
	line-height : 15px;
	padding-right : 4px;
	text-align : right;
	color:#666666;
	text-decoration : underline;
}




/*---------------------------------*/
/*------ NAV BLOC INT ------*/
/*---------------------------------*/
.navPageB, .navPageH {
	display : block;
	position : relative;
	width : 770px;
	height : 22px;
	line-height : 22px;
	padding-left : 10px;
	padding-right : 15px;
	background-color : #b3aa9a;
	text-align : right;
}
.navPageH {
	margin-bottom:15px;
}
.navPageH .page a, .navPageB .page a {
	text-decoration : underline;
}
.navPageH .sousTitre, .navPageB .sousTitre {
	float:left;
	color : #000;
	font-size : 15px;
	font-weight : bold;
	text-decoration : none;
}
.navPageH .sousLien, .navPageB .sousLien {
	float:left;
}

.navPageH .sousTrie, .navPageB .sousTrie {
	display : block;
	position : absolute;
	width : auto;
	height : 20px;
	top : 0px;
	left : 260px;
	color : #666666;
	text-align : left;
}
.navPageH .sousTrie label, .navPageB .sousTrie label {
	display : block;
	float : left;
	height : 18px;
	position : relative;
	width : auto;
	color : #666666;
	margin-right : 5px;
}
.navPageH .sousTrie .select, .navPageB .sousTrie .select {
	border : 1px solid #B2B2B2;
	display : block;
	float : left;
	height : 18px;
	margin-top : 2px;
	position : relative;
	width : auto;
	color : #666666;
	margin-right : 10px;
}




/*---------------------------------*/
/*-- SOUS CONTENT PAGE EDITORIALE ------*/
/*---------------------------------*/
.detailMentions {
	height: auto;
	width: 765px;
	position: relative;
	display : block;
	padding-top:20px;
	padding-bottom:20px;
	font-style : italic;
	font-size : 11px;
}
.detail100 {
	height: auto;
	width: 765px;
	position: relative;
	display : block;
	padding-bottom:20px;
}
.detail75 {
	height: auto;
	width: 560px;
	padding-right:10px;
	position: relative;
	display : block;
	padding-bottom:20px;
	float : left;
}
.detail50 {
	height: auto;
	width: 370px;
	padding-right:10px;
	position: relative;
	display : block;
	padding-bottom:20px;
	float : left;
}
.detail66 {
	height: auto;
	width: 495px;
	padding-right:10px;
	position: relative;
	display : block;
	padding-bottom:20px;
	float : left;
}
.detail33 {
	height: auto;
	width: 245px;
	padding-right:10px;
	position: relative;
	display : block;
	padding-bottom:20px;
	float : left;
}

.detail33Chiffres {
	height: auto;
	width: 245px;
	padding-right:10px;
	position: relative;
	display : block;
	padding-bottom:10px;
	padding-top:10px;
	float : left;
	border-bottom : 1px solid #c2bdb9;
	border-top : 1px solid #c2bdb9;
	font-size : 14px;
}
.detail33Chiffres strong {
	text-transform : uppercase;
	height: auto;
	width: auto;
	position: relative;
	display : block;
	padding-bottom : 5px;
}
.detail33Chiffres li {
	height: auto;
	width: auto;
	position: relative;
	display : block;
	padding-bottom : 3px;
	font-weight : bold;
	color:#75695E;
}

.detail25 {
	height: auto;
	width: 180px;
	padding-right:10px;
	position: relative;
	display : block;
	padding-bottom:20px;
	float : left;
}
.detailImg {
	display : block;
	position : relative;
	width : auto;
	height : auto;
	float : left;
	margin-right:10px;
	margin-bottom : 5px;
	font-size : 11px;
}
.detailTxt {
	display : block;
	position : relative;
	width : auto;
	height : auto;
	float : left;
}
.detailBarreBts {
	display : block;
	position : relative;
	width : 760px;
	height : 25px;
	margin-left:18px;
	margin-bottom : 30px;
	background-color : #b6aea1;
}
.detailBarreBts ul li {
	display : block;
	float : left;
	height : auto;
	position : relative;
	width : auto;
}


.sousContentDetail .titrePrincipal {
	font-size : 16px;
}
.sousContentDetail .titrePartie {
	font-size : 14px;
	font-weight : bold;
}
.sousContentDetail .titreInterligne {
	font-size : 12px;
	color:#75695e;
	font-weight : bold;
}

.sousContentDetail blockquote {
	border:1px solid black;
	padding : 5px;
	margin-bottom : 5px;
	margin-top : 5px;
}



/*---------------------------------*/
/*-------- A LA UNE ----------------*/
/*---------------------------------*/
#aLaUne {
	display : block;
	position : relative;
	width : 795px;
	height : 255px;
	background-color : #fff;
}

#aLaUne #zoneImg {
	display : block;
	position : relative;
	width : 368px;
	height : auto;
	float : left;
	margin-left:4px;
	margin-top : 4px;
	font-size : 11px;
}
#aLaUne #zoneTxt {
	display : block;
	position : relative;
	width : 400px;
	height : 230px;
	float : left;
	margin-left:10px;
	margin-top:20px;
}
#aLaUne #zoneTxt .titre {
	display : block;
	font-weight : bold;
	height : 40px;
	padding-bottom : 5px;
	position : relative;
	width : auto;
	font-size : 16px;
}
#aLaUne #zoneTxt .txt {
	height : 130px;
	font-size : 12px;
}
#aLaUne #zoneTxt .tag {
	display : block;
	position : relative;
	height : auto;
	width:auto;
	color:#666666;
	border-top : 1px solid #c2bdb9;
	padding-top:5px;
}
#aLaUne #zoneTxt .tag ul {
	display : block;
	position : relative;
	width : 240px;
	height : auto;
	color:#666666;
}
#aLaUne #zoneTxt .tag li {
	display : block;
	float : left;
	height : auto;
	padding-left : 4px;
	position : relative;
	text-align : left;
}
#aLaUne #zoneTxt .tag li a {
	height : auto;
	padding-right : 4px;
	text-align : right;
	color:#666666;
	text-decoration : underline;
}






.buttonType01 {
	display : block;
	position : relative;
	height : auto;
	width : auto;
	background-color : #b6aea1;
	text-transform : uppercase;
	color : #fff;
	font-weight : bold;
	padding-bottom : 5px;
	padding-top : 5px;
	padding-left : 10px;
	padding-right : 10px;
	margin : 0 auto;
	cursor : pointer;
	font-size : 11px;
}
.buttonType02 {
	display : block;
	position : relative;
	height : auto;
	width : auto;
	background-color : #b6aea1;
	text-transform : uppercase;
	color : #fff;
	font-weight : bold;
	padding-bottom : 5px;
	padding-top : 5px;
	padding-left : 10px;
	padding-right : 10px;
	cursor : pointer;
	margin:0;
	font-size : 11px;
}
/*hack IE6 et IE7*/
*+html .buttonType01, *html .buttonType01, *+html .buttonType02, *html .buttonType02 { 
	padding-left : 0px;
	padding-right : 0px;
}

/*---------------------------------*/
/*--------- INT TOP VENTE ---------*/
/*---------------------------------*/
#intTopVente {
	height: 265px;
	width: 990px;
	position: relative;
	display : block;
	float : left;
	margin-top : 15px;
}
/* style pour scroll horizontal */
#OP_scroll {
	display:block;
	height:215px;
	overflow:hidden;
	position:relative;
	width:990px;
	background-color : #fff;
}
#OP_scroller {
	display:block;
	position:absolute;
	top:0px;
	left:30px;
	height:215px;
	width:2000px;
}
.OP_blocProduit {
	display:block;
	position:relative;
	float: left;
	height:215px;
	width:156px;
}
.OP_blocProduitImg {
	display:block;
	position:relative;
	height:140px;
	width:140px;
	border-right:1px solid #c7c0b8;
	padding-left:8px;
	padding-right : 8px;
	margin-top : 15px;
	text-align : center;
}
.OP_blocProduitTxt {
	display:block;
	position:relative;
	height:30px;
	width:140px;
	padding-left:8px;
	padding-right : 8px;
	padding-top : 3px;
	text-align : center;
	font-weight : bold;
}
.OP_blocProduitPx {
	display:block;
	position:relative;
	height:20px;
	width:70px;
	text-align : center;
	font-weight : bold;
	color : #d11d1d;
	float : left;
	font-size : 13px;
	padding-left:8px;
	padding-top : 2px;
}
.OP_blocProduitPxSeul {
	display:block;
	position:relative;
	height:20px;
	width:140px;
	text-align : center;
	font-weight : bold;
	color : #d11d1d;
	float : left;
	font-size : 13px;
	padding-left:8px;
	padding-right:8px;
	padding-top : 2px;
}
.OP_blocProduitPxB {
	display:block;
	position:relative;
	height:20px;
	width:70px;
	text-align : center;
	font-weight : normal;
	font-weight:bold;
	font-size : 11px;
	float : left;
	text-decoration : line-through;
	padding-right : 8px;
	padding-top : 2px;
}
#OP_scroll1 {
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	height:215px;
	width:30px;
	z-index:3;
}
#OP_scroll2 {
	position:absolute;
	display:block;
	top:0px;
	left:960px;
	height:215px;
	width:30px;
	z-index:3;
}


/////////////////////////
/*Ici, vous pouvez jouer sur la largeur du menu*/
.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
}

/*définition des liens*/
.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
/*Couleur des bords clair foncé foncé clair*/
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; 
background-color: #704968;
text-decoration:none;
}

.buttonmenu li a:visited{
color: white;
}

/*Ici, c'est pour le survol des liens*/
.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #CDB4C8;
}