/*#######################################################################
#                                GENERAL                                #
#######################################################################*/
*{
	margin: 0;
	padding: 0;
}
body{
	background: #a663a1;
	color: #000;
	font: .8em/1.4em Georgia, "Times New Roman", Times, serif;
}
a, a:visited{
	color: #000;
	outline: none;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img{
	border: 0;
}
ul{
	list-style: none;
}
h1, h2{
	margin-bottom: 15px;
	font-variant: small-caps;
	color: #fff;
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
	clear: both;
	position: relative;
	width: 780px;
}
h4{
	margin: 10px 0;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	clear: both;
	position: relative;
}
hr{
	clear: both;
	visibility: hidden;
}
input, select, textarea{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}
/*#######################################################################
#                                CLASSES                                #
#######################################################################*/
.checkbox{
	vertical-align: middle;
}
.gras{
	font-weight: bold;
}
.gris, .gris a, .gris a:visited{
	color: #999;
}
.vert, .vert a{
	color: #099F2C;
}
.rouge, .rouge a, .rouge a:visited, a.rouge, a.rouge:visited{
	color: #BF0B12;
}
.aubergine, a.aubergine, a.aubergine:visited{
	color: #72326d;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.alternate{
	background: #b882b4;
}
.underline, .underline:visited{
	text-decoration: underline;
}
.underline:hover{
	text-decoration: none;
}
.hide{
	display: none;
}
.comment{
	padding-left: 20px;
	background: url(../im/icons/comment.png) 0 50% no-repeat;
}
.mail{
	padding-left: 20px;
	background: url(../im/icons/email.png) 0 50% no-repeat;
}
.print{
	padding-left: 20px;
	background: url(../im/icons/printer.png) 0 50% no-repeat;
}
.favoris{
	padding-left: 20px;
	background: url(../im/icons/star_2.png) 0 50% no-repeat;
}
.zoom{
	padding-left: 20px;
	background: url(../im/icons/magnifier.png) 0 50% no-repeat;
}
.twitter{
	padding-left: 20px;
	background: url(../im/icons/twitter.png) 0 50% no-repeat;
}
.facebook{
	padding-left: 20px;
	background: url(../im/icons/facebook.png) 0 50% no-repeat;
}
.back{
	padding-left: 20px;
	background: url(../im/icons/back.png) 0 50% no-repeat;
}
.msg{
	margin-top: 40px;
	text-align: center;
	font-size: 1.4em;
	color: #fff;
}
.msg a{
	color: #fff;
	text-decoration: underline;
}
.msg a:hover{
	text-decoration: none;
}
.msg span.confirm{
	padding-left: 25px;
	background: url(../im/icons/accept.png) 0 50% no-repeat;
}
.msg span.error{
	padding-left: 25px;
	background: url(../im/icons/error.png) 0 50% no-repeat;
}
/*#######################################################################
#                                 LAYOUT                                #
#######################################################################*/
/*conteneur*/
div#conteneur{
	width: 980px;
	margin: 20px auto 0 auto;
	position: relative;
}
/*header*/
div#header{
	width: 980px;
	height: 230px;
	margin-bottom: 20px;
	position: relative;
}
div#header h1, div#header p#h1{
	display: none;
}
div#header a#logo{
	display: block;
	position: absolute;
	width: 380px;
	height: 230px;
	background: url(../im/logo.png) 0 0 no-repeat;
	text-indent: -5000px;
}
/*connexion*/
form#connexion{
	position: absolute;
	top: 65px;
	right: 0;
	width: 580px;
	height: 55px;
	border-bottom: 10px solid #b882b4;
}
form#connexion p{
	line-height: 25px;
	height: 25px;
	position: relative;
}
form#connexion p span#t{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 35px;
	line-height: 25px;
	text-transform: uppercase;
	color: #b882b4;
}
form#connexion input.textfield{
	padding: 3px;
	height: 18px;
	width: 157px;
	vertical-align: top;
	background: #d3b1d0; 
	color: #913f8b;
	border: 1px solid #913f8b;
}
form#connexion input.submit{
	padding: 3px;
	color: #fff;
	height: 26px;
	width: 26px;
	vertical-align: top;
	cursor: pointer;
	background: #913f8b;
	border: 1px solid #913f8b;
	font-size: 11px;
}
form#connexion input.submit:hover{
	color: #d3b1d0;
}
form#connexion a{
	margin-right: 10px;
	font-size: .9em;
	color: #fff;
}
form#connexion span#s{
	color: #fff;
	position: absolute;
	top: 0;
	right: 28px;
}
/*deconnexion*/
form#deconnexion{
	position: absolute;
	top: 53px;
	right: 0;
	width: 580px;
	height: 67px;
	border-bottom: 10px solid #b882b4;
}
form#deconnexion span{
	color: #72326d;
}
form#deconnexion span#bienvenue{
	display: block;
	line-height: 35px;
	height: 35px;
	font-size: 24px;
}
form#deconnexion p{
	line-height: 24px;
	height: 24px;
}
form#deconnexion a{
	display: block;
	float: left;
	padding: 3px;
	color: #fff;
	height: 18px;
	line-height: 18px;
	vertical-align: top;
	cursor: pointer;
	background: #913f8b;
	border: 1px solid #913f8b;
	margin-right: 5px;
}
form#deconnexion a:hover{
	color: #d3b1d0;
	text-decoration: none;
}
/*menu*/
ul#menu{
	position: absolute;
	top: 160px;
	left: 400px;
	width: 580px;
	height: 70px;
}
ul#menu li{
	float: left;
	margin-right: 20px;
}
ul#menu li a{
	display: block;
	width: 160px;
	height: 25px;
	padding: 35px 10px 10px 10px;
	font-variant: small-caps;
	color: #fff;
	font-size: 20px;
}
ul#menu li a span{
	display: block;
	width: 160px;
	height: 20px;
	padding-bottom: 5px;
}
ul#menu li#btn_boutiques a{
	background: #f172a3;
}
ul#menu li#btn_boutiques a:hover{
	text-decoration: none;
	color: #ad7085;
}
ul#menu li#btn_boutiques a.actif{
	background: #f495b4;
}
ul#menu li#btn_ateliers a{
	background: #a0bcd9;
}
ul#menu li#btn_ateliers a:hover{
	text-decoration: none;
	color: #7b94aa;
}
ul#menu li#btn_ateliers a.actif{
	background: #b9deff;
}
ul#menu li#btn_blog{
	margin-right: 0;
}
ul#menu li#btn_blog a{
	background: #d9dd19;
}
ul#menu li#btn_blog a:hover{
	text-decoration: none;
	color: #b3b313;
}
/*main*/
div#main{
	position: relative;
	float: left;
	width: 780px;
	margin-bottom: 10px;
}
/*breadcrumbs*/
p#breadcrumbs{
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #72326d;
}
p#breadcrumbs a{
	text-decoration: underline;
	color: #72326d;
}
p#breadcrumbs a:hover{
	text-decoration: none;
}
/*colonne*/
div#col{
	position: relative;
	float: left;
	width: 180px;
	margin-bottom: 10px;
	margin-left: 20px;
}
div#menu_exposants{
	padding-bottom: 10px;
    background: #b882b4;
}
div#menu_exposants h3{
	padding: 3px 0;
	background: #913f8b;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
}
div#menu_exposants li{
	margin: 0 5px;
	padding: 8.3px 0;
	height: 17px;
	line-height: 17px;
	border-bottom: 1px dotted #913f8b;
}
div#menu_exposants a{
	color: #913f8b;
}
div#menu_exposants a:hover{
	text-decoration: none;
	color: #5c2858;
}
div#menu_exposants p{
	margin: 10px 5px 0 5px;
}
div#google_ad{
    background: #b882b4;
	margin-top: 20px;
	padding: 10px;
}
div#google_ad a#video_home{
    display: block;
	width: 160px;
	height: 105px;
	margin-bottom: 10px;
	background: url(../im/video_presentation.jpg) 0 0 no-repeat;
	text-indent: -5000px;
}
div#google_ad a#video_home:hover{
	background-position: 0 -105px;
}
/*tags*/
div#tags_cloud{
	text-align: center;
}
div#tags_cloud h3{
	padding: 3px 0;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
}
/*footer*/
div#footer{
	clear: both;
	position: relative;
	width: 780px;
	padding: 10px 0;
	border-top: 1px solid #913f8b;
	color: #d3b1d0;
}
div#footer a{
	color: #d3b1d0;
}
/*newsletter*/
form#newsletter{
	float: left;
	width: 240px;
	height: 55px;
	margin-right: 30px;
}
form#newsletter label{
	display: block;
	width: 240px;
	margin: 0 0 10px 0;
	font-size: 1.4em;
	text-align: left;
}
form#newsletter input{
	padding: 3px;
	height: 18px;
	width: 157px;
	vertical-align: top;
	background: #d3b1d0; 
	color: #913f8b;
	border: 1px solid #913f8b;
}
form#newsletter input.submit{
	color: #fff;
	height: auto;
	width: 70px;
	cursor: pointer;
	background: #913f8b;
}
form#newsletter input.submit:hover{
	color: #d3b1d0;
}
div#footer ul{
	float: left;
	width: 159px;
	padding-left: 10px;
	margin-bottom : 10px;
	border-right: 1px solid #913f8b;
}
div#footer p#credits{
	clear: both;
	font-size: .85em;
}
div#footer p#credits a{
	text-decoration: underline;
}
div#footer p#credits a:hover{
	text-decoration: none;
}
/*infobulle*/
#tooltip{
	position: absolute;
	z-index: 3000;
	background-color: #fff;
	padding: 5px;
	opacity: 0.85;
	text-align: left;
}
#tooltip h3{
	font-size: 1.3em;
	color: #913f8b;
}
#tooltip.article{
	border: 2px solid #f172a3;
}
#tooltip.atelier{
	border: 2px solid #a0bcd9;
}
/*pagination*/
p.pageNav{
	clear: both;
  	margin: 20px 0;
  	text-align: center;
	color: #fff;
}
p.pageNav span{
  	font-weight: bold;
  	padding: 2px 6px 3px 6px;
  	background: #913F8B;
  	color: #fff; 
}
p.pageNav a{
  	color: #fff;
  	text-decoration: none;
  	padding: 2px 6px 3px 6px;
}
p.pageNav a:hover{
  	background-color: #fff;
  	color: #a663a1;
}
/*commentaires*/
img.avatar_commentaire{
	float: left;
	clear: left;
	margin-top: 20px;
}
dl.commentaire{
	width: 680px;
	margin-bottom: 10px;
	margin-left: 80px;
	padding-left: 20px;
	background: url(../im/bg_commentaire.png) 0 20px no-repeat;
}
dl.commentaire dt{
	height: 20px;
	color: #72326d;
}
dl.commentaire dt a{
	font-weight: bold;
	color: #72326d;
	text-decoration: underline;
}
dl.commentaire dt span{
	font-weight: bold;
}
dl.commentaire dt a:hover{
	text-decoration: none;
}
dl.commentaire dd{
	padding: 5px;
	height: 60px;
	color: #72326d;
	background: #d3b1d0;
}
dl.commentaire > dd{
	min-height: 60px;
	height: auto;
}
form#comment{
	width: 780px;
	margin-bottom: 10px;
}
form#comment p{
	margin-bottom: 10px;
}
form#comment div{
	width: 300px;
	float: left;
	position: relative;
	z-index:100000;
}
form#comment label{
	float: left;
	width: 125px;
	margin-right: 5px;
	text-align: right;
	line-height: 24px;
	color: #72326d;
}
form#comment span{
	margin-left: 130px;
	font-style: italic;
	color: #72326d;
}
form#comment input{
	padding: 3px;
	height: 18px;
	width: 162px;
	vertical-align: top;
	background: #d3b1d0; 
	color: #913f8b;
	border: 1px solid #913f8b;
}
form#comment input#spam{
	width: 88px;
	margin-left: 5px;
}
form#comment textarea{
	padding: 3px;
	height: 90px;
	width: 342px;
	vertical-align: top;
	background: #d3b1d0; 
	color: #913f8b;
	border: 1px solid #913f8b;
}
form#comment input.submit{
	height: auto;
	width: 70px;
	margin-left: 130px;
	cursor: pointer;
	background: #913f8b;
	color: #fff;
}
form#comment input.submit:hover{
	color: #d3b1d0;
}
/*accordeons*/
div#accordeon{
	width: 780px;
}
div#accordeon div.question{
	width: 765px;
	margin: 5px 0;
	padding-left: 15px;
	background: url(../im/accordeon.png) 0 2px no-repeat;
}
div#accordeon div.question.ouvert{
	background: url(../im/accordeon_ouvert.png) 0 2px no-repeat;
	color: #fff;
}
div#accordeon div.question.ouvert a{
	color: #fff;
}
div#accordeon div.reponse{
	width: 755px;
	margin-left: 15px;
	padding: 11px 5px 5px 5px;
	color: #72326d;
	background: #d3b1d0 url(../im/bg_accordeon.png) 0 0 no-repeat;
}
div#accordeon div.reponse a{
	color: #72326d;
	text-decoration: underline;
}
div#accordeon div.reponse a:hover{
	text-decoration: none;
}
/*nbr articles*/
form#display{
	position: absolute;
	height: 24px;
	top: 45px;
	right: 0;
	line-height: 22px;
	color: #fff;
}
form#display select{
	color: #913F8B;
	padding: 3px;
	background: #fff;
	border: 0;
}
form#display option{
	margin-right: 10px;
}
/*filtre simple*/
div#filtre{
	margin-top: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #72326D;
}
div#filtre strong{
	font-size: 1.4em;
	color: #72326D;
	margin-right: 5px;
	display: block;
	clear: both;
}
div#filtre ul{
	display: inline;
}
div#filtre li{
	margin-right: 5px;
	padding-left: 15px;
	display: inline;
	background: url(../im/desc.png) 0 50% no-repeat;
}
div#filtre li.asc{
	background-image: url(../im/asc.png);
}
div#filtre a{
	margin-right: 5px;
	display: inline;
	color: #72326D;
}
div#filtre a.actif, div#filtre a:hover{
	text-decoration: none;
	color: #fff;
}
/*filtre multiple*/
div#filtre dl{
	float: left;
	padding-right: 5px;
	margin-right: 5px;
	width: 250px;
}
div#filtre dl.last{
	padding-right: 0;
	margin-right: 0;
	width: 260px;
}
/*tableaux*/
table{
	width: 778px;
	border-collapse: collapse;
	color: #000;
	border: 1px solid #913f8b;
}
table th, table td{
	padding: 3px 15px 3px 15px;
}
table tr.alternance{
	background: #b882b4;
}
table th{
	background: #913f8b;
	color: #fff;
}
/*liste vignettes seules*/
ul.thumbs{
	margin: 12px 0 20px 0;
}
ul.thumbs li{
	float: left;
	margin: 0 12px 12px 0;
}
/*vignettes*/
a.thumb_article img{
	display: block;
	border: 3px solid #f172a3;
}
a.thumb_atelier img{
	display: block;
	border: 3px solid #a0bcd9;
}
/*#######################################################################
#                                ACCUEIL                                #
#######################################################################*/
/*edito*/
div#edito{
	width: 375px;
	height: 236px;
	padding: 8px 5px 8px 400px;
	margin-bottom: 20px;
	background: #D3B1D0 url(../im/bg_edito.jpg) 0 80% no-repeat;
	color: #5e295a;
}
div#edito p{
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.2em;
}
/*legende*/
h2 span.legende{
	position: absolute;
	font-size: .5em;
	bottom: 0;
	right: 0;
}
h2 span.legende span{
	display: block;
	float: left;
	height: 10px;
	line-height: 10px;
	padding-left: 5px;
	margin-left: 10px;
}
/*nouveautes*/
ul#news{
	height: 384px;
}
/*#######################################################################
#                              BOUTIQUES                                #
#######################################################################*/
/*avant-premiere et a ne pas manquer*/
div.encart{
	float: left;
	width: 365px;
	height: 130px;
	padding-left: 20px;
	margin-bottom: 32px;
	overflow: hidden;
}
div.encart a{
	float: left;
	margin-top: .5em;
	color: #ee3587;
	text-decoration: underline;
}
div.encart a.logo{
	display: block;
	width: 130px;
	height: 130px;
	margin-top: 0;
	margin-right: 10px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-indent: -5000px;
}
div.encart a.exposant{
	float: right;
}
div.encart a:hover{
	text-decoration: none;
}
div.encart dl{
	margin: 10px;
}
div.encart dt{
	color: #ee3587;
	font-size: 1.3em;
	font-weight: bold;
}
/*avant-premiere*/
div#avant_premiere.encart{
	margin-right: 10px;
	background: #fff url(../im/bg_avant_premiere.png) 0 0 no-repeat;
}
/*a ne pas manquer*/
div#focus.encart{
	background: #fff url(../im/bg_focus.png) 0 0 no-repeat;
}
/*boutiques*/
div#boutiques{
	clear: both;
	position: relative;
	width: 780px;
}
ul#categories{
	margin-bottom: 20px;
	height: 622px;
}
ul#categories li{
	float: left;
	margin: 0 10px 10px 0;
	text-align:center;
}
ul#categories li.factice{
	width: 148px;
	height: 148px;
	background: #ff81b6;
}
ul#categories li a{
	display: block;
	width: 124px;
	height: 129px;
	padding: 5px 10px 10px 10px;
	background-color: #ff81b6;
	border: 2px solid #f172a3;
	text-transform: uppercase;
	font-size: 14px;
	color: #ffd1e0;
	
	/*--ajout xav --*/
	background-repeat:no-repeat;background-position:5px 44px;
	
}
ul#categories li.rose1, ul#categories li a.rose1{
	background-color: #ee3587;
	border-color: #ee3587;
}
ul#categories li.rose2, ul#categories li a.rose2{
	background-color: #a45e78;
	border-color: #a45e78;
}
ul#categories li.rose3, ul#categories li a.rose3{
	background-color: #f495b4;
	border-color: #f495b4;
}
ul#categories li.rose4, ul#categories li a.rose4{
	background-color: #ad7085;
	border-color: #ad7085;
}
ul#categories li a:hover, ul#categories li a.actif{
	text-decoration: none;
	border-color: #ffc5d8;
	color: #fff;
}
/*sous-categories*/
div#scat{
	position: absolute;
	display: none;
	width: 306px;
	height: 306px;
	z-index: 100;
	overflow: hidden;
	font-size: 1.2em;
	background: #fff;
}
div#scat.load{
	background: #fff url(../im/loader_scat.gif) 50% 50% no-repeat;
}
div#scat p{
	height: 14px;
	padding: 5px;
	margin-bottom: 10px;
	line-height: 14px;
	background: #ee3587;
	font-variant: small-caps;
	color: #fff;
	font-weight: bold;
	position: relative;
}
div#scat p a{
	position: absolute;
	top: 0;
	right: 5px;
	display: block;
	width: 24px;
	height: 24px;
	background: url(../im/close_scat.png) 0 0 no-repeat;
	text-indent: -5000px;
}
div#scat p a:hover{
	background-position: 0 -24px;
}
div#scat ul{
	float: left;
	margin: 0 5px;
	width: 143px;
}
div#scat ul.left{
	border-right: 1px dotted #ee3587;
	width: 142px;
}
div#scat ul.right{
	text-align: left;
}
div#scat ul li{
	margin-bottom: 7px;
}
div#scat ul li span{
	font-size: .8em;
	color: #EE3587;
}
/*#######################################################################
#                            CATEGORIES                                 #
#######################################################################*/
ul.sous-categories{
	float: left;
	width: 390px;
}
ul.sous-categories li a{
	color: #ee3587;
}
ul.sous-categories li span{
	color: #fff;
	font-style: italic;
}
/*#######################################################################
#                     SOUS CATEGORIES BOUTIQUES                         #
#######################################################################*/
/*titre*/
h1 span.scat{
	color: #ee3587;
}
/*articles*/
ul#articles{
	margin: 20px 0;
	position: relative;
	overflow: auto;
}
ul#articles li{
	float: left;
	width: 250px;
	height: 112px;
	margin: 0 12px 12px 0;
	overflow: hidden;
	position: relative;
}
ul#articles li a img{
	display: block;
	float: left;
	border: 1px solid #ee3587;
}
ul#articles li a:hover img{
	border: 1px solid #fff;
}
ul#articles li dl{
	margin-left: 117px;
	padding-top: 10px;
	position: relative;
	height: 102px;
	width: 133px;
	font-size: 14px;
	line-height: 16px;
}
ul#articles li dt{
	height: 37px;
}
ul#articles li dt a{
	color: #fff;
}
ul#articles li dd{
	height: 40px;
}
ul#articles li dd a{
	color: #d12f77;
	text-decoration: underline;
}
ul#articles li dd a:hover{
	text-decoration: none;
}
ul#articles li dd.prix{
	height: 25px;
	color: #6f4052;
	font-weight: bold;
}
/*#######################################################################
#                             FICHE ARTICLE                             #
#######################################################################*/
div#fiche{
	with: 780px;
	position: relative;
	height: 460px;
	margin-bottom: 20px;
	z-index: 1;
}
div#main > div#fiche{
	height: auto;
	min-height: 460px;
}
/*image*/
img#img_fiche{
	display: block;
	float: left;
}
img#watermark{
	display:block;
	position:absolute;
	top:100px;
	left:40px;
}
/*note*/
div#note{
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #d12f77;
}
div#note a, div#note span.img{
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../im/star_note_fiche.png) 0 0 no-repeat;
	text-align: left;
	text-indent: -5000px;
}
div#note a.half, div#note span.half{
	background-position:0 -16px;
}
div#note a.full, div#note span.full, div#note a.avg{
	background-position:0 -32px;
}
div#note a.empty{
	background-position:0 0;
}
/*toolbar*/
ul#toolbar_fiche{
	position: absolute;
	top: 380px;
	left: 0;
	width: 370px;
	height: 32px;
	padding: 5px;
	background: #ee3587 url(../im/bg_toolbar_fiche.png) 100% 100% no-repeat;
}
ul#toolbar_fiche li{
	float: left;
	margin: 0 8px;
}
ul#toolbar_fiche li a{
	display: block;
	float: left;
	height: 32px;
	background: url(../im/toolbar_fiche.png) 0 0 no-repeat;
	line-height: 32px;
	color: #fff;
}
/*partage*/
div#fiche p#partage{
	position: absolute;
	top: 430px;
	left: 0;
	margin: 0;
	width: 380px;
	color: #fff;
	text-align: center;
}
p#partage a{
	color: #fff;
}
/*infos fiche*/
dl.infos_fiche{
	margin-left: 400px;
	margin-bottom: 10px;
	width: 380px;
	margin-bottom: 10px;
	position: relative;
}
dl.infos_fiche a{
	text-decoration: underline;
}
dl.infos_fiche a:hover{
	text-decoration: none;
}
dl.infos_fiche dt{
	float: left;
	width: 120px;
	margin-bottom: 20px;
}
dl.infos_fiche dd{
	float: left;
	width: 260px;
	margin-bottom: 20px;
}
dl.infos_fiche dt span.prix{
	padding: 3px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #d12f77;
	font-size: 1.2em;
}
dl.infos_fiche a.buy, dl.infos_fiche a.back{
	text-decoration: none;
}
div.comment_fiche{
	margin-left: 400px;
	width: 380px;
	margin-bottom: 10px;
}
div.comment_fiche p{
	margin: 0 0 10px 0;
	font-size: 1.2em;
	text-align: justify;
}
div.comment_fiche.jolie_rue{
	background: #f495b4;
	color: #d12f77;
}
div.comment_fiche.jolie_rue a{
	color: #d12f77;
	text-decoration: underline;
}
div.comment_fiche.jolie_rue a:hover{
	text-decoration: none;
}
div.comment_fiche.jolie_rue p{
	padding: 3px;
	font-size: 1em;
}
div.comment_fiche.jolie_rue h5{
	padding: 3px;
	width: 374px;
	margin-bottom: 0;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	background: #ee3587;
	border-bottom: 1px solid #d12f77;
	text-shadow: 1px 1px 1px #d12f77;
	position: relative;
}
p#cdc{
	margin-bottom: 10px;
	margin-left: 400px;
	line-height: 16px;
	text-align: right;
	text-transform: lowercase;
	font-style: italic;
	font-weight: normal;
	color: #d12f77;
}
p#cdc img{
	margin-left: 3px;
	vertical-align: middle;
}
/*tags*/
p#tags{
	margin-bottom: 10px;
	margin-left: 400px;
}
p#tags, p#tags a{
	color: #fff;
}
p#tags span{
	font-weight: bold;
	font-size: 1.2em;
}
/*#######################################################################
#                                 ATELIERS                              #
#######################################################################*/
/*avant-premiere*/
body.bleu div#avant_premiere.encart, body.bleu div#focus.encart{
	background: #fff url(../im/bg_avant_premiere_ateliers.png) 0 0 no-repeat;
}
body.bleu div.encart a{
	color: #a0bcd9;
}
body.bleu div#avant_premiere dt, body.bleu div#focus dt{
	color: #8fa8c2;
}
/*carte*/
div#ateliers{
	position: relative;
	height: 630px;
	width: 780px;
}
div#ateliers ul#cats{
	width: 362px;
	height: 616px;
	padding: 7px;
}
div#ateliers ul#cats li{
	font-size: 1.2em;
	height: 24px;
	line-height: 24px;
}
div#ateliers ul#cats li a, div#ateliers ul#cats li a:visited{
	color: #849cb3;
}
div#ateliers ul#cats li.gras a, div#ateliers ul#cats li.gras a:visited{
	color: #fff;
}
div#ateliers ul#cats li a.actif, div#ateliers ul#cats li a.actif:hover{
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	padding-left: 10px;
	background: url(../im/icons/arrow_ateliers.png) 0 0 no-repeat;
	color: #fff;
}
div#ateliers div#carte{
	position: absolute;
	width: 555px;
	height: 630px;
	top: 0;
	right: 0;
}
/*liste alternative*/
div#ateliers h3{
	margin-bottom: 10px;
	margin-left: 150px;
	color: #8fa8c2;
	font-size: 18px;
	text-align: center;
}
div#ateliers ul.dep_ateliers.left{
	margin-left: 156px;
}
div#ateliers ul.dep_ateliers{
	width: 194px;
	float: left;
}
div#ateliers ul.dep_ateliers a{
	text-decoration: underline;
}
div#ateliers ul.dep_ateliers a:hover{
	text-decoration: none;
}
/*#######################################################################
#                        AFFICHAGE DES ATELIERS                         #
#######################################################################*/
/*titre*/
h1 span.dpt{
	color: #8fa8c2;
}
/*articles*/
ul#ateliers{
	margin: 20px 0;
	position: relative;
}
ul#ateliers li{
	float: left;
	width: 384px;
	height: 112px;
	margin: 0 12px 12px 0;
	overflow: hidden;
	position: relative;
}
ul#ateliers li a img{
	display: block;
	float: left;
	border: 1px solid #8fa8c2;
}
ul#ateliers li a:hover img{
	border: 1px solid #fff;
}
ul#ateliers li dl{
	margin-left: 117px;
	padding-top: 10px;
	position: relative;
	height: 102px;
	width: 267px;
	font-size: 14px;
	line-height: 16px;
	color: #8fa8c2;
}
ul#ateliers li dt{
	height: 38px;
}
ul#ateliers li dt a{
	color: #6f4052;
}
ul#ateliers li dd{
	height: 32px;
}
ul#ateliers li dd a{
	color: #fff;
	text-decoration: underline;
}
ul#ateliers li dd a:hover{
	text-decoration: none;
}
/*#######################################################################
#                             FICHE ATELIER                             #
#######################################################################*/
div#fiche.fiche-atelier, div#fiche.fiche-atelier a.exposant, div#fiche.fiche-atelier a.view-all, div#fiche.fiche-atelier p#cdc{
	color: #273e73;
}
/*note*/
div#fiche.fiche-atelier div#note{
	position: absolute;
	right: 0;
	top: 0;
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #8fa8c2;
}
div#fiche.fiche-atelier div#note a, div#fiche.fiche-atelier div#note span.img{
	background-image: url(../im/star_note_fiche_atelier.png);
}
/*toolbar*/
div#fiche.fiche-atelier ul#toolbar_fiche{
	background: #a0bcd9 url(../im/bg_toolbar_fiche_atelier.png) 100% 100% no-repeat;
}
/*infos fiche*/
div#fiche.fiche-atelier dl.infos_fiche dt{
	width: 70px;
}
div#fiche.fiche-atelier dl.infos_fiche dd{
	width: 310px;
}
div#fiche.fiche-atelier dl.infos_fiche dt span.prix{
	text-shadow: 2px 2px 1px #8fa8c2;
}
div#fiche.fiche-atelier div.comment_fiche.jolie_rue{
	background: #ddeffe;
	color: #8ba3bc;
}
div#fiche.fiche-atelier div.comment_fiche.jolie_rue a{
	color: #8ba3bc;
}
div#fiche.fiche-atelier div.comment_fiche.jolie_rue h5{
	background: #a0bcd9;
	border-bottom-color: #8ba3bc;
	text-shadow: 1px 1px 1px #8ba3bc;
}
/*acheter*/
div#fiche.fiche-atelier .buy{
	float: right;
	margin-top: -5px;
}
/*videos*/
div.videos{
	margin-left: 400px;
}
/*nbr commentaires*/
h4 .nbr-commentaires{
	font-size: .8em;
}
/*lien commmentaires suivants*/
p.next{
	text-align: right;
}
p.next a{
	padding: 2px 5px;
	color: #fff;
}
p.next a:hover{
	text-decoration: none;
}
/*#######################################################################
#                              EXPOSANTS                                #
#######################################################################*/
/*topo*/
div#topo_exposant{
	width: 780px;
	height: 130px;
	margin-bottom: 20px;
	overflow: hidden;
}
div#topo_exposant img.logo{
	float: left;
	display: block;
	margin-right: 10px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-indent: -5000px;
}
div#topo_exposant dl{
	margin-left: 140px;
}
div#topo_exposant dd.site{
	margin-top: 7px;
}
div#topo_exposant dd.site a{
	color: #72326d;
	text-decoration: underline;
}
div#topo_exposant dd.site a:hover{
	text-decoration: none;
}
a#modif_logo, a#modif_texte{
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	top: -20px;
	left: 0;
	padding: 2px;
	width: 126px;
	background: #913F8B;
	color: #fff;
	text-align: center;
	font-size: 13px;
}
a#modif_texte{
	margin-left: 10px;
	width: 155px;
}
a#modif_logo:hover, a#modif_texte:hover{
	color: #d3b1d0;
	text-decoration: none;
}
/*exposants*/
ul#exposants{
	margin: 20px 0;
	position: relative;
}
ul#exposants li{
	float: left;
	width: 250px;
	height: 112px;
	margin: 0 12px 12px 0;
	overflow: hidden;
	position: relative;
}
ul#exposants li a.thumb{
	position: absolute;
	right: 138px;
	display: block;
	width: 110px;
	height: 110px;
	max-height: 110px;
	overflow: hidden;
	border: 1px solid #913f8b;
}
ul#exposants li > a.thumb{
	height: auto;
	max-height: 110px;
	width: auto;
	max-width: 110px;
}
ul#exposants li a.thumb img{
	display: block;
}
ul#exposants li a.thumb:hover{
	border: 1px solid #fff;
}
ul#exposants li dl{
	margin-left: 120px;
	position: relative;
	height: 112px;
	width: 130px;
}
ul#exposants li dt a{
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}
ul#exposants li dd{
	margin-top: 5px;
}
ul#exposants li dd a{
	color: #72326d;
	text-decoration: underline;
}
ul#exposants li dd a:hover{
	text-decoration: none;
}
/*#######################################################################
#                               TARIFS                                  #
#######################################################################*/
table.tarifs th, table.tarifs td{
	text-align: right;
}
table.tarifs th.left, table.tarifs td.left{
	text-align: left;
}
dl.tarifs{
	margin: 10px 0;
}
dl.tarifs dt{
	font-size: 1.2em;
	color: #fff;
}
dl.tarifs dd{
	margin: 5px 0;
	padding-left: 15px;
	background: url(../im/icons/bullet_purple.png) 0 2px no-repeat;
}
dl.tarifs dd a{
	text-decoration: underline;
}
dl.tarifs dd a:hover{
	text-decoration: none;
}
/*#######################################################################
#                               TARIFS                                  #
#######################################################################*/
dl.presse dt{
	float: left;
	width: 150px;
	font-weight: bold;
	clear: left;
	margin-bottom: 10px;
}
dl.presse dd{
	width: 605px;
	margin-bottom: 10px;
}
dl.presse dd a{
	text-decoration: underline;
}
dl.tarifs dd a:hover{
	text-decoration: none;
}
/*#######################################################################
#                                LIENS                                  #
#######################################################################*/
dl.liens{
	float: left;
	padding-right: 5px;
	margin-right: 5px;
	width: 250px;
}
dl.liens.last{
	padding-right: 0;
	margin-right: 0;
	width: 260px;
}
dl.liens a{
	margin-right: 5px;
	padding-right: 5px;
	display: inline;
	color: #72326D;
}
dl.liens a:hover{
	text-decoration: none;
	color: #fff;
}
/*#######################################################################
#                             BANNIERES                                 #
#######################################################################*/
div.banniere{
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #72326d;
}
div.banniere img{
	float: left;
	border: 1px solid #72326d;
}
pre{
	margin-left: 187px;
	padding: 5px;
	background: #d3b1d0;
	color: #72326d;
	font-size: 1.2em;
	overflow: auto;
}
/*#######################################################################
#                              CONTACT                                  #
#######################################################################*/
dl#discussion{
	margin: 10px 00;
	width: 780px;
	position: relative;
}
dl#discussion dt{
	padding: 2px;
	background: #913f8b;
	color: #fff;
	position: relative;
}
dl#discussion dt.admin{
	background: #fff;
	color: #913f8b;
}
dl#discussion dt span{
	right: 2px;
	top: 2px;
	padding-left: 20px;
	background: url(../im/icons/clock.png) 0 50% no-repeat;
	position: absolute;
}
dl#discussion dd{
	padding: 5px;
	margin-bottom: 10px;
	background: #b882b4;
	color: #72326d;
}
/*#######################################################################
#                           DEVENIR EXPOSANT                            #
#######################################################################*/
form#inscription{
	width: 780px;
	margin-bottom: 10px;
}
form#inscription p{
	margin-bottom: 10px;
	color: #72326d;
}
form#inscription p a{
	color: #72326d;
	text-decoration: underline;
}
form#inscription p a:hover{
	text-decoration: none;
}
form#inscription div{
	width: 390px;
	float: left;
	margin-bottom: 10px;
	position: relative;
	z-index: 100;
}
form#inscription label{
	float: left;
	width: 170px;
	margin-right: 5px;
	text-align: right;
	line-height: 24px;
}
form#inscription span{
	display: block;
	margin-left: 175px;
	font-style: italic;
}
form#inscription span span{
	display: inline;
	margin-left: 0;
}
form#inscription input, form#inscription select{
	padding: 3px;
	width: 207px;
	vertical-align: top;
	background: #d3b1d0; 
	color: #913f8b;
	border: 1px solid #913f8b;
}
form#inscription select{
	width: 214px;
}
form#inscription input#spam{
	width: 88px;
	height: 18px;
	margin-left: 5px;
}
form#inscription textarea{
	padding: 3px;
	height: 90px;
	width: 597px;
	vertical-align: top;
	background: #d3b1d0; 
	color: #913f8b;
	border: 1px solid #913f8b;
}
form#inscription input.submit{
	height: auto;
	width: auto;
	float: right;
	cursor: pointer;
	background: #913f8b;
	color: #fff;
}
form#inscription input.submit:hover{
	color: #d3b1d0;
}

	
	
