/************************************************************
 *
 *	Name		:	template.css
 *	Author		:	Kubota Hideo
 *	Created		:	28.01.2009
 *	Modified	:	28.01.2009
 *
 *	Description	:	Set styles for the global template
 *
 ************************************************************/

/** generic styles for this site ****************************/
a{
	text-decoration:none;
}
a img{
	border:0 none;
}

body{
	background:url(../media/image/template/bg-site.jpg) #e9e9e9 left top repeat-x;
	padding-bottom:5em;
}
div#masterContainer{
	width:99.9em;
	margin:0 auto;
}
div#masterContainer div#masterContainer2{
	background:url(../media/image/template/bg-siteOpacity-right.png) right top no-repeat;
	margin:0 auto;
}
div#masterContainer div#masterContainer3{
	background:url(../media/image/template/bg-siteOpacity-left.png) left top no-repeat;
	padding:0 0.7em;
}
div#masterContainer div#masterContainer4{
	background-color:#ffffff;
	border-left:solid 1px #ebebeb;
	border-right:solid 1px #ebebeb;
}

div#containerFull{
	float:left;
	width:66.2em;
	padding:1em 0 0 0.2em;
}
div#container{
	float:left;
	width:51.8em;
	padding:1.8em 0 0 1em;
}

/** header **************************************************/
div#header{
	background:url(../media/image/template/bg-header.gif) left top repeat-x;
	height:13em;
}

div#header div#logo{
	float:left;
	margin:2.4em 0 0 0.8em;
}

div#header div#pub-news-search{
	float:right;
}
div#header div#pub-news-search div#news-search-top{
	margin-top:0.3em;
}

/** newsletter **/
div#header div#pub-news-search div#news-search-top form#newsletter-top{
	float:left;
	margin-top:0.7em;
}

div#header div#pub-news-search div#news-search-top form#newsletter-top label{
	font-family:Georgia, verdana, serif;
	font-size:1.3em;
	line-height:1em;
	font-style:italic;
	text-indent:1px;
	color:#ffffff;
	float:left;
}
div#header div#pub-news-search div#news-search-top form#newsletter-top label span{
	font-family:Georgia, verdana, serif;
	font-size:1.308em;
	line-height:1em;
	font-style:italic;
}
/*div#header div#pub-news-search div#news-search-top form#newsletter-top input#mailField{
	float:left;
	border:solid 1px #426986;
	font-size:1.2em;
	line-height:1.333em;
	width:13.333em;
	margin:0 0.3em 0 0.5em;
	padding:0 0 0.2em 0.1em;
}

div#header div#pub-news-search div#news-search-top form#newsletter-top div#newsletter-error{
	background-color:#252b4b;
	border:1px solid #535353;
	height:1.8em;
	padding-left:2px;
	position:absolute;
	width:39.8em;
	color:#FFFFFF;
}
div#header div#pub-news-search div#news-search-top form#newsletter-top div#newsletter-error img{
	vertical-align:middle;
	margin-right: 3px;
}

div#header div#pub-news-search div#news-search-top form#newsletter-top div#newsletter-info{
	background:#242d4e;
	height:2em;
	width:40em;
	position:absolute;
}
div#header div#pub-news-search div#news-search-top form#newsletter-top div#newsletter-info p{
	font-size:1em;
	text-align:center;
	margin-bottom: 5px;
}
div#header div#pub-news-search div#news-search-top form#newsletter-top div#newsletter-info p#endMsg{
	line-height:16px;
}

div#header div#pub-news-search div#news-search-top form#newsletter-top div#newsletter-info td input,
div#header div#pub-news-search div#news-search-top form#newsletter-top div#newsletter-info table label
{
	float:none;
	font-size:9px;
	vertical-align:middle;
	text-align:center;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
div#header div#pub-news-search div#news-search-top form#newsletter-top div#newsletter-info td input
{
	float:none;
	font-size:9px;
	vertical-align:middle;
	text-align:center;
}
div#header div#pub-news-search div#news-search-top form#newsletter-top div#newsletter-info table td
{
	padding-left: 10px;
}
div#header div#pub-news-search div#news-search-top form#newsletter-top div#newsletter-info input#opt_in_gaz_par,
div#header div#pub-news-search div#news-search-top form#newsletter-top div#newsletter-info input#opt_in_hebdo_om{
	margin-left: 10px;
	vertical-align:middle;
}

div#header div#pub-news-search div#news-search-top form#newsletter-top div#newsletter-info input#submitMsgNewsletter{
	background: transparent url("../media/image/bg-submit-msg-newsletter.gif") 0px 0px repeat-x;
	border:solid 1px #a4a4a4;
	color: white;
	margin-top: 3px;
	position: absolute;
	top: 22px;
	left: 282px;
}
div#header div#pub-news-search div#news-search-top form#newsletter-top div#newsletter-info div#closeMsgNewsletter{
	border-left: solid 1px #800000;
	border-bottom: solid 1px #800000;
	width: 10px;
	height: 10px;
	line-height: 10px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	right: 0px;
}*/
div#header div#pub-news-search div#news-search-top form#newsletter-top div#errorNewsletter{
	background-color:#252b4b;
	border:1px solid #535353;
	height:1.8em;
	padding-left:2px;
	position:absolute;
	width:39.8em;
	line-height:1.5em;
	color:#FFFFFF;
}
div#header div#pub-news-search div#news-search-top form#newsletter-top div#errorNewsletter img{
	vertical-align:middle;
	margin-right: 3px;
}
div#header div#pub-news-search div#news-search-top form#newsletter-top div#msgNewsletter {
	position: absolute;
	top:10em;
	left:55.5em;
	width: 39.8em;
	border: solid 1px #535353;
	background-color:#252b4b;
	color:#FFFFFF;
	text-align:center;
	z-index:1000;
}
div#header div#pub-news-search div#news-search-top form#newsletter-top div#msgNewsletter div#contentMsgNewsletter a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
div#header div#pub-news-search div#news-search-top form#newsletter-top div#msgNewsletter div#contentMsgNewsletter p{
	font-size:1em;
	text-align:center;
	margin-bottom:1px;
	line-height:1.6em;
}
div#header div#pub-news-search div#news-search-top form#newsletter-top div#msgNewsletter div#contentMsgNewsletter p#endMsg{
	line-height:18px;
}
div#header div#pub-news-search div#news-search-top form#newsletter-top div#msgNewsletter td input,
div#header div#pub-news-search div#news-search-top form#newsletter-top div#msgNewsletter table label
{
	float:none;
	font-size:9px;
	vertical-align:middle;
	text-align:center;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
div#header div#pub-news-search div#news-search-top form#newsletter-top div#msgNewsletter td input
{
	float:none;
	font-size:9px;
	vertical-align:middle;
	text-align:center;
}
div#header div#pub-news-search div#news-search-top form#newsletter-top div#msgNewsletter table td
{
	padding-left: 10px;
}

div#header div#pub-news-search div#news-search-top form#newsletter-top div#msgNewsletter div#closeMsgNewsletter{
	border-left: solid 1px #535353;
	border-bottom: solid 1px #535353;
	width: 10px;
	height: 10px;
	line-height: 10px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	right: 0px;
}
div#header div#pub-news-search div#news-search-top form#newsletter-top div#msgNewsletter div#closeMsgNewsletter a{
	color:#FFFFFF;
}

div#header div#pub-news-search div#news-search-top form#newsletter-top input#mailField{
	float:left;
	border:solid 1px #426986;
	font-size:1.2em;
	line-height:1.333em;
	width:13.333em;
	margin:0 0.3em 0 0.5em;
	padding:0 0 0.2em 0.1em;
}
div#header div#pub-news-search div#news-search-top form#newsletter-top p{
	font-size:1.3em;
	line-height:1.23em;
}
/** search **/
div#header div#pub-news-search div#news-search-top form#search-top{
	float:left;
	background:url(../media/image/content/bg-searchTop-left.gif) left top no-repeat;
	margin-left:1em;
	padding:0.7em 0 0.4em 1em;
}
div#header div#pub-news-search div#news-search-top form#search-top label{
	font-family:Georgia, verdana, serif;
	font-size:1.3em;
	line-height:1em;
	font-style:italic;
	color:#ffffff;
	float:left;
	margin-top:0.3em;
}
div#header div#pub-news-search div#news-search-top form#search-top input#search-field-top{
	float:left;
	border:solid 1px #426986;
	font-size:1.2em;
	line-height:1.333em;
	width:15.833em;
	margin:0 0.3em 0 0.5em;
	padding:0 0 0.2em 0.1em;
}

/** menu ****************************************************/
div#menu{
	background:url(../media/image/template/bg-menu-middle.gif) left top repeat-x;
}
div#menu div#m2{
	background:url(../media/image/template/bg-menu-right.gif) right top no-repeat;
}
div#menu div#m2 ol#m3{
	background:url(../media/image/template/bg-menu-left.gif) left top no-repeat;
	height:2.4em;
	padding-top:0.1em;
}
div#menu div#m2 ol#m3 li{
	display:block;
	float:left;
	background:url(../media/image/template/bg-menu-separ.gif) left top no-repeat;
}
div#menu div#m2 ol#m3 li.first{
	background:0 none;
}
div#menu div#m2 ol#m3 li a{
	display:block;
}
div#menu div#m2 ol#m3 li a:hover{
	text-decoration:none;
}
div#menu div#m2 ol#m3 li a span{
	display:block;
}
div#menu div#m2 ol#m3 li a span span span{
	padding:0.3em 1em 0.7em 1em;
	font-size:1.2em;
	font-weight:bold;
	color:#4a4a4a;
}
div#menu div#m2 ol#m3 li.selected a span span span, div#menu div#m2 ol#m3 li a:hover span span span{
	color:#ffffff;
}

/** accueil **/
div#menu div#m2 ol#m3 li#select-accueil{
	
}
div#menu div#m2 ol#m3 li#select-accueil.selected a,
div#menu div#m2 ol#m3 li#select-accueil a:hover{
	background:url(../media/image/template/bg-accueil-middle.gif) left top repeat-x;
}
div#menu div#m2 ol#m3 li#select-accueil.selected a span,
div#menu div#m2 ol#m3 li#select-accueil a:hover span{
	background:url(../media/image/template/bg-accueil-left.gif) left top no-repeat;
}
div#menu div#m2 ol#m3 li#select-accueil.selected a span span,
div#menu div#m2 ol#m3 li#select-accueil a:hover span span{
	background:url(../media/image/template/bg-accueil-right.gif) right top no-repeat;
}
div#menu div#m2 ol#m3 li#select-accueil.selected a span span span,
div#menu div#m2 ol#m3 li#select-accueil a:hover span span span{
	background:url(../media/image/template/bg-accueil-arrow.gif) 50% bottom no-repeat;
	position:relative;
}

/** mode **/
div#menu div#m2 ol#m3 li#select-mode.selected{
	
}
div#menu div#m2 ol#m3 li#select-mode.selected a,
div#menu div#m2 ol#m3 li#select-mode a:hover{
	background:url(../media/image/template/bg-mode-middle.gif) left top repeat-x;
}
div#menu div#m2 ol#m3 li#select-mode.selected a span,
div#menu div#m2 ol#m3 li#select-mode a:hover span{
	background:url(../media/image/template/bg-mode-left.gif) left top no-repeat;
}
div#menu div#m2 ol#m3 li#select-mode.selected a span span,
div#menu div#m2 ol#m3 li#select-mode a:hover span span{
	background:url(../media/image/template/bg-mode-right.gif) right top no-repeat;
}
div#menu div#m2 ol#m3 li#select-mode.selected a span span span,
div#menu div#m2 ol#m3 li#select-mode a:hover span span span{
	background:url(../media/image/template/bg-mode-arrow.gif) 50% bottom no-repeat;
	position:relative;
}

/** people **/
div#menu div#m2 ol#m3 li#select-people.selected{
	
}
div#menu div#m2 ol#m3 li#select-people.selected a,
div#menu div#m2 ol#m3 li#select-people a:hover{
	background:url(../media/image/template/bg-people-middle.gif) left top repeat-x;
}
div#menu div#m2 ol#m3 li#select-people.selected a span,
div#menu div#m2 ol#m3 li#select-people a:hover span{
	background:url(../media/image/template/bg-people-left.gif) left top no-repeat;
}
div#menu div#m2 ol#m3 li#select-people.selected a span span,
div#menu div#m2 ol#m3 li#select-people a:hover span span{
	background:url(../media/image/template/bg-people-right.gif) right top no-repeat;
}
div#menu div#m2 ol#m3 li#select-people.selected a span span span,
div#menu div#m2 ol#m3 li#select-people a:hover span span span{
	background:url(../media/image/template/bg-people-arrow.gif) 50% bottom no-repeat;
	position:relative;
}

/** beaute **/
div#menu div#m2 ol#m3 li#select-beaute.selected{
	
}
div#menu div#m2 ol#m3 li#select-beaute.selected a,
div#menu div#m2 ol#m3 li#select-beaute a:hover{
	background:url(../media/image/template/bg-beaute-middle.gif) left top repeat-x;
}
div#menu div#m2 ol#m3 li#select-beaute.selected a span,
div#menu div#m2 ol#m3 li#select-beaute a:hover span{



	background:url(../media/image/template/bg-beaute-left.gif) left top no-repeat;
}
div#menu div#m2 ol#m3 li#select-beaute.selected a span span,
div#menu div#m2 ol#m3 li#select-beaute a:hover span span{
	background:url(../media/image/template/bg-beaute-right.gif) right top no-repeat;
}
div#menu div#m2 ol#m3 li#select-beaute.selected a span span span,
div#menu div#m2 ol#m3 li#select-beaute a:hover span span span{
	background:url(../media/image/template/bg-beaute-arrow.gif) 50% bottom no-repeat;
	position:relative;
}

/** astro **/
div#menu div#m2 ol#m3 li#select-astro.selected{
	
}
div#menu div#m2 ol#m3 li#select-astro.selected a,
div#menu div#m2 ol#m3 li#select-astro a:hover{
	background:url(../media/image/template/bg-astro-middle.gif) left top repeat-x;
}
div#menu div#m2 ol#m3 li#select-astro.selected a span,
div#menu div#m2 ol#m3 li#select-astro a:hover span{
	background:url(../media/image/template/bg-astro-left.gif) left top no-repeat;
}
div#menu div#m2 ol#m3 li#select-astro.selected a span span,
div#menu div#m2 ol#m3 li#select-astro a:hover span span{
	background:url(../media/image/template/bg-astro-right.gif) right top no-repeat;
}
div#menu div#m2 ol#m3 li#select-astro.selected a span span span,
div#menu div#m2 ol#m3 li#select-astro a:hover span span span{
	background:url(../media/image/template/bg-astro-arrow.gif) 50% bottom no-repeat;
	position:relative;
}

/** eBoutique **/
div#menu div#m2 ol#m3 li#select-boutique.selected{
	
}
div#menu div#m2 ol#m3 li#select-boutique.selected a,
div#menu div#m2 ol#m3 li#select-boutique a:hover{
	background:url(../media/image/template/bg-eBoutique-middle.gif) left top repeat-x;
}
div#menu div#m2 ol#m3 li#select-boutique.selected a span,
div#menu div#m2 ol#m3 li#select-boutique a:hover span{
	background:url(../media/image/template/bg-eBoutique-left.gif) left top no-repeat;
}
div#menu div#m2 ol#m3 li#select-boutique.selected a span span,
div#menu div#m2 ol#m3 li#select-boutique a:hover span span{
	background:url(../media/image/template/bg-eBoutique-right.gif) right top no-repeat;
}
div#menu div#m2 ol#m3 li#select-boutique.selected a span span span,
div#menu div#m2 ol#m3 li#select-boutique a:hover span span span{
	background:url(../media/image/template/bg-eBoutique-arrow.gif) 50% bottom no-repeat;
	position:relative;
}

/** videos **/
div#menu div#m2 ol#m3 li#select-videos.selected{
	
}
div#menu div#m2 ol#m3 li#select-videos.selected a,
div#menu div#m2 ol#m3 li#select-videos a:hover{
	background:url(../media/image/template/bg-videos-middle.gif) left top repeat-x;
}
div#menu div#m2 ol#m3 li#select-videos.selected a span,
div#menu div#m2 ol#m3 li#select-videos a:hover span{
	background:url(../media/image/template/bg-videos-left.gif) left top no-repeat;
}
div#menu div#m2 ol#m3 li#select-videos.selected a span span,
div#menu div#m2 ol#m3 li#select-videos a:hover span span{
	background:url(../media/image/template/bg-videos-right.gif) right top no-repeat;
}
div#menu div#m2 ol#m3 li#select-videos.selected a span span span,
div#menu div#m2 ol#m3 li#select-videos a:hover span span span{
	background:url(../media/image/template/bg-videos-arrow.gif) 50% bottom no-repeat;
	position:relative;
}

/** cuisine **/
div#menu div#m2 ol#m3 li#select-cuisine.selected{
	
}
div#menu div#m2 ol#m3 li#select-cuisine.selected a,
div#menu div#m2 ol#m3 li#select-cuisine a:hover{
	background:url(../media/image/template/bg-mode-middle.gif) left top repeat-x;
}
div#menu div#m2 ol#m3 li#select-cuisine.selected a span,
div#menu div#m2 ol#m3 li#select-cuisine a:hover span{
	background:url(../media/image/template/bg-mode-left.gif) left top no-repeat;
}
div#menu div#m2 ol#m3 li#select-cuisine.selected a span span,
div#menu div#m2 ol#m3 li#select-cuisine a:hover span span{
	background:url(../media/image/template/bg-mode-right.gif) right top no-repeat;
}
div#menu div#m2 ol#m3 li#select-cuisine.selected a span span span,
div#menu div#m2 ol#m3 li#select-cuisine a:hover span span span{
	background:url(../media/image/template/bg-mode-arrow.gif) 50% bottom no-repeat;
	position:relative;
}

/** Submenu *************************************************/
ol#subMenu{
	background-color:#e2e3e4;
	margin-top:-0.3em;
	padding:0.3em 0 0.5em 1em;
	height: 16px;
}
ol#subMenu li{
	display:inline;
	color:#797979;
	font-size:1.6em;
}
ol#subMenu li a{
	color:#000000;
	font-size:0.75em;
}
ol#subMenu li.selected a{
	color:#464646;
	font-weight:bold;
}
ol#subMenu li a:hover{
	color:#464646;
	text-decoration:none;
}

/** facebook **/
ol#subMenu li.fan{
	float:right;
	position:relative;
	top:-3px;
	margin-right:10px;
	overflow:hidden;
}

ol#subMenu li.fan a {
	color:#3B5998;
	cursor:pointer;
	outline-style:none;
	text-decoration:none;
}

ol#subMenu li.fan img{
	float:left;
}

#profile_connect {
	margin-left:0px;
	float:left;
}

#profile_connect .UIActionButton {
	margin:0;
}

.UIButton_Gray {
	background-color:#EAEAE9;
	border-color:#888888;
}

.UIButton {
	background-image:url(../media/image/template/faceback.gif);
	border-style:solid;
	border-width:1px;
	display:inline-block;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:4px 6px 4px;
	vertical-align:bottom;
}

.UIButton_Gray .UIButton_Text {
	color:#333333;
	text-shadow:none;
}

.UIButton_Text {
	background-color:transparent;
	border:medium none;
	cursor:pointer;
	display:block;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	margin:0;
	overflow:visible;
	padding:0;
	width:auto;
}

.UIButton {
	border-style:solid;
}

span.UIButton_IconNoSpriteMap {
	background-image:url(../media/image/template/faceback.gif);
}

span.UIButton_Icon, img.UIButton_Icon {
	display:block;
	float:left;
	height:16px !important;
	margin:-2px 5px 0 0;
	width:16px !important;
}

.UIButton_Gray .UIButton_Text {
	color:#333333;
	text-shadow:none;
}

.UIButton_Text {
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
}

/** footer **************************************************/
div#footer{
	background:url(../media/image/template/bg-dotted-footer.gif) #f1f1f1 left top repeat-x;
	padding-top:0.2em;
	margin:3em 0 0 0;
}

/** newsletter **/
div#footer div#news-search-bottom{
	background-color:#f9f9f9;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	padding-left:34em;
}

div#footer div#news-search-bottom form#newsletter-bottom{
	float:left;
	margin-top:0.6em;
}
div#footer div#news-search-bottom form#newsletter-bottom label{
	font-family:Georgia, verdana, serif;
	font-size:1.3em;
	line-height:1em;
	font-style:italic;
	color:#838383;
	float:left;
}
div#footer div#news-search-bottom form#newsletter-bottom label span{
	font-family:Georgia, verdana, serif;
	font-size:1.308em;
	line-height:1em;
	font-style:italic;
}
div#footer div#news-search-bottom form#newsletter-bottom input#nl-field-bottom{
	float:left;
	border:solid 1px #c8c8c8;
	font-size:1.2em;
	line-height:1.333em;
	width:13.75em;
	margin:0 0.3em 0 0.5em;
	padding:0 0 0.2em 0.1em;
}

/** search **/
div#footer div#news-search-bottom form#search-bottom{
	float:left;
	/*background:url(../media/image/content/bg-searchBottom-left.gif) left top no-repeat;*/
	margin-left:1em;
	padding:0.6em 0 0.4em 1em;
}
div#footer div#news-search-bottom form#search-bottom label{
	font-family:Georgia, verdana, serif;
	font-size:1.3em;
	line-height:1em;
	font-style:italic;
	color:#838383;
	float:left;
	margin-top:0.3em;
}
div#footer div#news-search-bottom form#search-bottom input#search-field-bottom{
	float:left;
	border:solid 1px #c8c8c8;
	font-size:1.2em;
	line-height:1.333em;
	width:16.25em;
	margin:0 0.3em 0 0.5em;
	padding:0 0 0.2em 0.1em;
}

/** footer menu **/
div#footer table#footerList{
	margin:1em 0 2em 13em;
}
div#footer table#footerList tr td{
	width:19em;
	background:url(../media/image/template/bg-dotted-footer-separ.gif) right top repeat-y;
	padding-left:1em;
}
div#footer table#footerList tr td.last{
	background:0 none;
}
div#footer table#footerList tr td ol{
	margin-bottom:1em;
}
div#footer table#footerList tr td ol li{
	margin-bottom:0.3em;
}
div#footer table#footerList tr td ol li a{
	font-size:1.3em;
	line-height:1.23em;
	font-weight:bold;
	padding-left:0.5em;
}
div#footer table#footerList tr td ol li a#footerMode{
	color:#3d156f;
	background:url(../media/image/template/pipe-mode.gif) left 0.4em no-repeat;
}
div#footer table#footerList tr td ol li a#footerPeople{
	color:#55b9bf;
	background:url(../media/image/template/pipe-people.gif) left 0.4em no-repeat;
}
div#footer table#footerList tr td ol li a#footerBeaute{
	color:#f86851;
	background:url(../media/image/template/pipe-beaute.gif) left 0.4em no-repeat;
}
div#footer table#footerList tr td ol li a#footerAstro{
	color:#9ab846;
	background:url(../media/image/template/pipe-astro.gif) left 0.4em no-repeat;
}
div#footer table#footerList tr td ol li a#footerEboutique{
	color:#e2188d;
	background:url(../media/image/template/pipe-eBoutique.gif) left 0.4em no-repeat;
}
div#footer table#footerList tr td ol li a#footerVideos{
	color:#89756e;
	background:url(../media/image/template/pipe-videos.gif) left 0.4em no-repeat;
}

div#footer table#footerList tr td ol li ol li a{
	font-size:1.1em;
	line-height:1.454em;
	color:#838383;
	padding-left:0;
}
div#footer table#footerList tr td ol li ol li ol li a{
	font-weight:normal;
	color:#838383;
}

div#footer ol#footerTools{
	border-top:solid 1px #ffffff;
	text-align:center;
	padding:0.2em 0;
	background-color:#f4f4f4;
}
div#footer ol#footerTools li{
	display:inline;
}
div#footer ol#footerTools li a{
	color:#6f6f6f;
	font-size:1.1em;
	line-height:1.454em;
}

div#footer p#footerCopyright{
	background-color:#ffffff;
	text-align:center;
	padding:0.6em 0;
	color:#6f6f6f;
}

.credit {
color: grey;
font-size: 10px;
}
div#container div.texte_news a {
color: #6CC2C8;
font-weight:bold;
}
div.desc p.prix {
color: #3D156F!important;
font-weight: bold;
margin: 3px 0;
}
