/* Grey */
body {
	color: #FFFFFF;
}

div#header { border-left: 1px solid #333;  border-right: 1px solid #333;}

div#wrapper {
	background: url(../images/grey/wrapper_bg.jpg) repeat;
	border-left:1px solid #262626;
	border-right:1px solid #262626;
}

div#tabarea {
	background: #101010 url(../images/grey/firstdate.jpg) no-repeat 0% 100%;
}

/**** menu *****/
#pillmenu li {
	background: url(../images/grey/menu_l.png) no-repeat;

}

#pillmenu a {
	color: #c2c1c1;
	background: url(../images/grey/menu_r.png) no-repeat 100%;
}

#pillmenu span {
	background-color:#101010;
}

/**** current ****/
#pillmenu li#current  {
	background: url(../images/grey/menu_l_active.png) no-repeat;
}

#pillmenu li#current a {
	color:#000000;
	background: url(../images/grey/menu_r_active.png) no-repeat 100%;
}

#pillmenu li#current span {
	background-color:#1c736a;
}

/**** Fin current ****/
/**** hover *****/

#pillmenu li:hover  {
	background: url(../images/grey/menu_l_hover.png) no-repeat;
}

#pillmenu a:hover {
	color:#000000;
	background: url(../images/grey/menu_r_hover.png) no-repeat 100%;
}

#pillmenu span:hover {
	background-color:#1e1e1e;
}

/**** Fin hover ****/
/**** Fin menu ****/

/*** Recherche ***/
#mod_search_searchword {
	margin-top:2px;
	background: url(../images/grey/search.gif) no-repeat 0% 0% #3b3b3b;
	color:#707070;
}

/*** Chemin de progression ***/
#pathway {
	color:cfcfcf;
}

a:link, a:visited {
	color: #9e9e9e;
}

a:hover {
	color: #dc3d3d;
}

#pillmenu a:hover {
  color: #ffffff;
}

#pillmenu a#active_menu-nav {
  color: #fff;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
}

div#rightcolumn .moduletable {
	background: url(../images/grey/module_bg.jpg) repeat;
}

div.moduletable h3 {
	color: #FFFFFF;
}

h3, .componentheading, table.moduletable th {
  color: #FFFFFF;
}

div.module_menu {
	background: url(../images/blue/mw_box_br.png) 100% 100% no-repeat;
}

div.module_menu div {
	background: url(../images/blue/mw_box_bl.png) 0 100% no-repeat;
}

div.module_menu div div {
	background: url(../images/blue/mw_box_tr.png) 100% 0 no-repeat;
}

div.module_menu div div div {
	background: url(../images/blue/mw_box_tl.png) 0 0 no-repeat;
}


td.contentheading a {

	font-weight: bold;
	color:#000;
}

td.contentheading a:hover {
	color: #666;
}

table.blog
{
	background-color: #181818;
	width: 100%;
	padding: 7px;
	border:1px solid #131313
}

div#groupe table { text-align: center; width: 100%; border-bottom: 1px dashed #ccc; padding-bottom:10px;margin-bottom:10px; }
div#groupe table td img { border:1px solid #ffffff; }
div#groupe h2 { text-align: center; font-weight: bold; margin-bottom:5px; } 
div#groupe table td p { color: #ccc; }

.shop_info { color : #000000; }