header {
    position: fixed;
    width: 100%;
    z-index: 10;
    margin: 0px auto;
}
.top-bar > ul .name h1 {
    line-height: 45px;
    margin: 0px;
}

header .top-bar {
    background: url("/template/digitalcore/images/menu.png") repeat-x scroll 0px 0px transparent;
    color: rgb(255, 255, 255);
    border-bottom: 3px solid rgb(228, 77, 38);
    height: 40px;
}
header h1{text-indent:-10000px}header h1 a{display:block;height:44px;width:230px;margin:5px 0}
.top-bar > ul .name h1 {
    line-height: 45px;
    margin: 0px;
}

/* Misc ---------------------- */
.left { float: left; }

.right { float: right; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.hide { display: none; }

.hide-override { display: none !important; }

.highlight { background: #ffff99; }

#googlemap img, object, embed { max-width: none; }

#map_canvas embed { max-width: none; }

#map_canvas img { max-width: none; }

#map_canvas object { max-width: none; }

/* Reset for strange margins by default on <figure> elements */
figure { margin: 0; }


.subheader { line-height: 1.3; color: #6f6f6f; font-weight: 300; margin-bottom: 17px; }


/* Lists ---------------------- */

ul.square, ul.circle, ul.disc { margin-left: 17px; }
ul.square { list-style-type: square; }
ul.square li ul { list-style: inherit; }
ul.circle { list-style-type: circle!important; }
ul.circle li ul { list-style: inherit!important; }
ul.disc { list-style-type: disc; }
ul.disc li ul { list-style: inherit; }
ul.no-bullet { list-style: none; }
ul.large li { line-height: 21px; }


abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222222; border-bottom: 1px solid #dddddd; cursor: help; }

abbr { text-transform: none; }


/* Correct FF custom dropdown height */
@-moz-document url-prefix() { form.custom div.custom.dropdown a.selector { height: 28px; } }

.lt-ie9 form.custom div.custom.dropdown a.selector { height: 28px; }

.nav-bar { height: 40px; background: #4d4d4d; margin-left: 0; margin-top: 20px; padding: 0; }
.nav-bar > li { float: left; display: block; position: relative; padding: 0; margin: 0; border: 1px solid #333333; border-right: none; line-height: 38px; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset; }
.nav-bar > li:first-child { -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }
.nav-bar > li:last-child { border-right: solid 1px #333333; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset, 1px 0 0 rgba(255, 255, 255, 0.2); }
.nav-bar > li.active { background: #2ba6cb; border-color: #2284a1; }
.nav-bar > li.active > a { color: white; cursor: default; }
.nav-bar > li.active:hover { background: #2ba6cb; cursor: default; }
.nav-bar > li:hover { background: #333333; }
.nav-bar > li > a { color: #e6e6e6; }
.nav-bar > li ul { margin-bottom: 0; }
.nav-bar > li .flyout { display: none; }
.nav-bar > li.has-flyout > a:first-child { padding-right: 40px; position: relative; }
.nav-bar > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: #e6e6e6 transparent transparent transparent; position: absolute; right: 20px; top: 17px; }
.nav-bar > li.has-flyout > a.flyout-toggle { border-left: 0 !important; position: absolute; right: 0; top: 0; padding: 20px; z-index: 2; display: block; }
.nav-bar > li.has-flyout.is-touch > a:first-child { padding-right: 55px; }
.nav-bar > li.has-flyout.is-touch > a.flyout-toggle { border-left: 1px dashed #666666; }
.nav-bar > li > a:first-child { position: relative; padding: 0 20px; display: block; text-decoration: none; font-size: 14px; }
.nav-bar > li > input { margin: 0 10px; }
.nav-bar.vertical { height: auto; margin-top: 0; }
.nav-bar.vertical > li { float: none; border-bottom: none; border-right: solid 1px #333333; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.nav-bar.vertical > li.has-flyout > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: transparent transparent transparent #e6e6e6; }
.nav-bar.vertical > li .flyout { left: 100%; top: -1px; }
.nav-bar.vertical > li .flyout.right { left: auto; right: 100%; }
.nav-bar.vertical > li.active { border-right: solid 1px #2284a1; }
.nav-bar.vertical > li:last-child { border-bottom: solid 1px #333333; }

.flyout { background: #f2f2f2; padding: 20px; margin: 0; border: 1px solid #d9d9d9; position: absolute; top: 39px; left: -1px; width: 250px; z-index: 40; -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); /* remove margin on any first-child element */ /* remove margin on last element */ }
.flyout p { line-height: 1.2; font-size: 13px; }
.flyout *:first-child { margin-top: 0; }
.flyout *:last-child { margin-bottom: 0; }
.flyout.small { width: 166.66667px; }
.flyout.large { width: 437.5px; }
.flyout.right { left: auto; right: -2px; }
.flyout.left { right: auto; left: -2px; }
.flyout.up { top: auto; bottom: 39px; }

ul.flyout, .nav-bar li ul { padding: 0; list-style: none; }
ul.flyout li, .nav-bar li ul li { border-left: solid 3px #cccccc; }
ul.flyout li a, .nav-bar li ul li a { background: #f2f2f2; border: 1px solid #e6e6e6; border-width: 1px 1px 0 0; color: #555; display: block; font-size: 14px; height: auto; line-height: 1; padding: 15px 20px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; }
ul.flyout li a:hover, ul.flyout li a:focus, .nav-bar li ul li a:hover, .nav-bar li ul li a:focus { background: #ebebeb; color: #333; }
ul.flyout li.active, .nav-bar li ul li.active { margin-top: 0; border-top: 1px solid #4d4d4d; border-left: 4px solid #1a1a1a; }
ul.flyout li.active a, .nav-bar li ul li.active a { background: #4d4d4d; border: none; color: #fff; height: auto; margin: 0; position: static; top: 0; -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0; box-shadow: 0 0 0; }

/* Foundation Top Bar
 Requires: -jquery.foundation.topbar.js
 Notes: - <nav class="top-bar"> can have .fixed added to make it stick to the top of viewport. Can add .contain-to-grid to top-bar to make it full width but content on grid. - <li class="name"> creates a branding area that can be linked to homepage - Can include text, image or both inside this <li>. - <li class="divider"> creates a divider between nav items, add margins for space - <li class="search"> Needs to hold a <form> which can use .row.collapse and pre/postfix buttons or default type="search"
*/
/* Element that controls breakpoint, no need to change this ever */
.top-bar-js-breakpoint { width: 940px !important; visibility: hidden; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid { width: 100%; background: #222222; }

/* Wrapped around .top-bar to make it fixed at the top */
.fixed { width: 100%; left: 0; position: fixed; top: 0; z-index: 99; }

/* Add .sticky class for using top bar as a sticky navigation when scrolling passed it. Add the class .sticky to a top bar using .contain-to-grid but leave off .fixed, javascript will take care of that */
.sticky { float: left; overflow: hidden; }
.sticky.fixed { float: none; }

/* <nav> */
.top-bar { background: #222222; min-height: 45px; line-height: 45px; margin: 0 0 30px 0; padding: 0; width: 100%; position: relative; /* Contain width to .row width */ /* First <ul> for branding, title, name, etc */ /* topbar global <ul> styles */ }
.contain-to-grid .top-bar { max-width: 940px; margin: 0 auto; }
.top-bar > ul .name h1 { line-height: 45px; margin: 0; }
.top-bar > ul .name h1 a { font-weight: bold; padding: 0 22.5px; font-size: 17px !important; }
.top-bar > ul .name img { margin-top: -5px; vertical-align: middle; }
.top-bar.expanded { height: inherit; }
.top-bar ul { margin-left: 0; display: inline; height: 45px; line-height: 45px; list-style: none; /* Main Navigation links style */ /* Left Side <ul> */ /* Right Side <ul> */ }
.top-bar ul > li { float: left; /* Dividers between navigation */ /* Put a button in an <li> but give is a class */ /* Put a search bar or text input in the bar */ /* Put login bar in the top bar */ /* Hide the triangle for breakpoint menu */ /* li.has-dropdown */ }
.top-bar ul > li a:not(.button) { color: white; display: block; font-size: 13px; font-weight: bold; height: 45px; line-height: 45px; padding: 0 15px; }
.top-bar ul > li:not(.name):hover, .top-bar ul > li:not(.name).active, .top-bar ul > li:not(.name):focus { background: black; }
.top-bar ul > li:not(.name):hover a, .top-bar ul > li:not(.name).active a, .top-bar ul > li:not(.name):focus a { color: #d9d9d9; }
.top-bar ul > li.divider { background: black; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); height: 100%; margin-right: 1px; width: 1px; }
.top-bar ul > li.has-button a.button { margin: 0 11.25px; }
.top-bar ul > li.has-button:hover, .top-bar ul > li.has-button:focus { background: #222222; }
.top-bar ul > li.has-button:hover a, .top-bar ul > li.has-button:focus a { color: #fff; }
.top-bar ul > li.search { padding: 0 15px; }
.top-bar ul > li.search form { display: inline-block; margin-bottom: 0; vertical-align: middle; width: 200px; }
.top-bar ul > li.search form input[type=text] { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; float: left; font-size: 13px; margin-top: -1px; height: 22.5px; margin-bottom: 0; width: 130px; }
.top-bar ul > li.search form input[type=text] + .button { border-left: none; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; float: left; font-size: 12px; margin-top: -1px; padding: 5px 12px 4px; }
.top-bar ul > li.search form input[type=search] { font-size: 16px; margin-bottom: 0; }
.top-bar ul > li.search:hover, .top-bar ul > li.search:focus { background: #222222; }
.top-bar ul > li.login { padding: 0 15px; }
.top-bar ul > li.login form { display: inline-block; margin-bottom: 0; vertical-align: middle; width: 300px; }
.top-bar ul > li.login form input { float: left; width: auto; font-size: 13px; margin-top: -1px; height: 22.5px; margin-bottom: 0; }
.top-bar ul > li.login form input[type=text] { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; width: 120px; }
.top-bar ul > li.login form input[type=password] { margin-bottom: 0; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; width: 120px; }
.top-bar ul > li.login form input[type=password] + .button { border-left: none; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; float: left; font-size: 12px; margin-top: -1px; padding: 5px 12px 4px; width: 60px; }
.top-bar ul > li.login:hover, .top-bar ul > li.login:focus { background: #222222; }
.top-bar ul > li.toggle-topbar { display: none; }
.top-bar ul > li.has-dropdown { position: relative; /* Dropdown Level 2+ */ }
.top-bar ul > li.has-dropdown:hover > .dropdown, .top-bar ul > li.has-dropdown:focus > .dropdown { display: block; visibility: visible; }
.top-bar ul > li.has-dropdown a { padding-right: 33.75px; }
.top-bar ul > li.has-dropdown a:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: white transparent transparent transparent; margin-right: 15px; margin-top: -2.5px; position: absolute; right: 0; top: 50%; }
.top-bar ul > li.has-dropdown .dropdown { background: #222222; left: 0; margin: 0; padding: 9px 0 0 0; position: absolute; visibility: hidden; z-index: 99; }
.top-bar ul > li.has-dropdown .dropdown li { background: #222222; line-height: 1; min-width: 100%; padding-bottom: 5px; }
.top-bar ul > li.has-dropdown .dropdown li a { color: white; font-weight: normal; height: 100%; line-height: 1; padding: 5px 17px 5px 15px; white-space: nowrap; }
.top-bar ul > li.has-dropdown .dropdown li a:after { border: none; }
.top-bar ul > li.has-dropdown .dropdown li a:hover, .top-bar ul > li.has-dropdown .dropdown li a:focus { background: #3c3c3c; }
.top-bar ul > li.has-dropdown .dropdown li label { color: #6f6f6f; font-size: 10px; font-weight: bold; margin: 0; padding-left: 15px; text-transform: uppercase; }
.top-bar ul > li.has-dropdown .dropdown li.divider { border-top: solid 1px black; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; height: 10px; padding: 0; width: 100%; }
.top-bar ul > li.has-dropdown .dropdown li:last-child { padding-bottom: 10px; }
.top-bar ul > li.has-dropdown .dropdown li.active a { background: black; }
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a { padding-right: 30px; }
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after { border: none; content: "\00bb"; right: 5px; top: 6px; }
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown { position: absolute; left: 100%; top: 0; }
.top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover > .dropdown, .top-bar ul > li.has-dropdown .dropdown li.has-dropdown:focus > .dropdown { display: block; }
.top-bar ul.left { float: left; width: auto; margin-bottom: 0; }
.top-bar ul.right { float: right; width: auto; margin-bottom: 0; /* Dropdown Right Side Alignment */ }
.top-bar ul.right .has-dropdown .dropdown { left: auto; right: 0px; }
.top-bar ul.right .has-dropdown .dropdown li.has-dropdown > .dropdown { right: 100%; left: auto; width: 100%; }
.top-bar .js-generated { display: none; }

/* Firefox Fixes */
@-moz-document url-prefix() { .top-bar ul li .button.small { padding-bottom: 6px; }
  .top-bar ul li.search form input[type=search] { font-size: 14px; height: 22px; padding: 3px; } }

/* IE8 Fixes */
.lt-ie9 .top-bar ul li a { color: white; display: block; font-weight: bold; font-size: 13px; height: 45px; line-height: 45px; padding: 0 15px; }
.lt-ie9 .top-bar ul li a.button { height: auto; line-height: 30px; margin-top: 7px; }
.lt-ie9 .top-bar ul li a img { margin-top: -5px; vertical-align: middle; }

.lt-ie9 .top-bar section > ul > li a:hover, .lt-ie9 .top-bar section > ul > li a:focus { color: #cccccc; }
.lt-ie9 .top-bar section > ul > li:hover, .lt-ie9 .top-bar section > ul > li:focus { background: black; }
.lt-ie9 .top-bar section > ul > li.search:hover, .lt-ie9 .top-bar section > ul > li.search:focus, .lt-ie9 .top-bar section > ul > li.has-button:hover, .lt-ie9 .top-bar section > ul > li.has-button:focus { background: none; }
.lt-ie9 .top-bar section > ul > li.active { background: black; color: #d9d9d9; }

.lt-ie9 .top-bar ul li.has-dropdown { padding-right: 33.75px; }
.lt-ie9 .top-bar ul li.has-dropdown > ul li { padding-right: 0; }


/* NAVIGATION */


#cssmenu{ 
	width:1000px;
	*width:100%;
	height:37px;
	border:1px solid #bebebe;
	margin:auto;
	border-radius:5px;
	*background-image: -moz-linear-gradient(bottom, #dfdfdf 0%, #fff 100%);
	*background-image: -o-linear-gradient(bottom, #dfdfdf 0%, #fff 100%);
	*background-image: -webkit-linear-gradient(bottom, #dfdfdf 0%, #fff 100%);
	*background-image: linear-gradient(bottom, #dfdfdf 0%, #fff 100%);
 } 
 
#cssmenu > ul {
	list-style:inside none; 
	padding:0; 
	margin:0;
} 

#cssmenu > ul > li {
	list-style:inside none; 
	padding:0; 
	margin:0; 
	float:left; 
	display:block;
	position:relative;
} 

#cssmenu > ul > li > a{
		padding:0 26.6px;
		font-family: "Arial";
		font-size:11px;
		font-weight:bold;
		line-height:37px;
		text-decoration:none;
		*color:#929292;
		height:37px;
		float:left;
		border-left:1px solid #f7f7f7;
		border-right:1px solid #c5c5c5;

}
#cssmenu .mon-compte {
    background: url("/template/digitalcore/images/h2-bleu.jpg") repeat-x scroll 0% 0% transparent;
    color: rgb(55, 55, 55);
}
#cssmenu > ul > li.mon-compte > a {
color: rgb(255, 255, 255);
background: url("/template/digitalcore/images/navigation/effet_boutique.png") no-repeat scroll center top transparent;
}
#cssmenu .boutique {
    background: url("/template/digitalcore/images/h2-rouge.jpg") repeat-x scroll 0% 0% transparent;
    height: 37px;
    color: rgb(55, 55, 55);
}
#cssmenu > ul > li.boutique > a {
color: rgb(255, 255, 255);
background: url("/template/digitalcore/images/navigation/effet_boutique.png") no-repeat scroll center top transparent;
}
	
#cssmenu > ul > li:first-child > a{
	border-left:none;;
} 

#cssmenu > ul > li > a:after{
	border-right:none
} 

#cssmenu > ul > li > a:hover{
*							background-color:#fff;
								-webkit-transition: all 0.5s ease-in;
								   -moz-transition: all 0.5s ease-in;
								    -ms-transition: all 0.5s ease-in;
								        transition: all 0.5s ease-in;
								     -o-transition: all 0.5s ease-in;
*								        color:#fff;	
}
#cssmenu > ul > li.has-sub > a:before{ 
	*content:''; 
	*position:absolute; 
	*top:18px; 
	*right:6px; 
	*border:5px solid transparent; 
	*border-top:5px solid #fff; 
} 
#cssmenu ul li.has-sub:hover > a:after{
	top:0; 
	bottom:0;
} 

#cssmenu > ul > li.has-sub > a:before{ 
	*content:''; 
	*position:absolute; 
	*top:18px; 
	*right:6px; 
	*border:5px solid transparent; 
	*border-top:5px solid #fff; 
} 

#cssmenu > ul > li.has-sub:hover > a:before{
	top:19px;
} 
#cssmenu ul li.has-sub:hover > a{ 
	*background:#3f3f3f; 
	*background: url("/template/digitalcore/images/h2-gris.jpg") repeat-x scroll 0% 0% transparent;
	*border-color:#3f3f3f; 
	*padding-bottom:9px; 
	*padding-top:9px; 
	top:-1px; 
	z-index:999; 
} 
#cssmenu ul li.has-sub:hover > ul, #cssmenu ul li.has-sub:hover > div{
	display:block;
} 
#cssmenu ul li.has-sub > a:hover{
	*background:#3f3f3f; 
	*background: url("/template/digitalcore/images/h2-gris.jpg") repeat-x scroll 0% 0% transparent;
	*border-color:#3f3f3f;
} 
#cssmenu ul li > ul, #cssmenu ul li > div{ 
	display:none; 
	width:auto; 
	position:absolute; 
	top:37px; 
	*padding:10px 0; 
	*background:#3f3f3f; 
	background: url("/template/digitalcore/images/h2-gris.jpg") repeat-x scroll 0% 0% transparent;
	border-radius:0 5px 5px 5px; 
	z-index:999; 
} 
#cssmenu ul li > ul{
	width:180px;
	margin-left:1px;
} 
#cssmenu ul li > ul li{
	display:block; 
	list-style:inside none; 
	padding:0; 
	margin:0; 
	position:relative;
	background: url("/template/digitalcore/images/h2-gris.jpg") repeat-x scroll 0% 0% transparent;
	height:25px;
	font-family: "Arial";
	font-size:11px;
	font-weight:bold;
	line-height:10px;
} 
#cssmenu ul li > ul li a{ 
	outline:none; 
	display:block; 
	position:relative; 
	margin:0; 
	padding:8px 10px;
	*font-size:12px;
	color:#fff; 
	text-decoration:none; 
	*text-shadow:1px 1px 0 rgba(0,0,0, 0.5); 
} 

#cssmenu ul li > ul li a:hover{ 
							background-color:#fff;
								-webkit-transition: all 0.5s ease-in;
								   -moz-transition: all 0.5s ease-in;
								    -ms-transition: all 0.5s ease-in;
								        transition: all 0.5s ease-in;
								     -o-transition: all 0.5s ease-in;
								        color:#ff0000;
} 

#cssmenu > ul > li:last-child > a{
	border-right:none;
} 
#cssmenu > ul > li:last-child > a:hover{
	border-right:none;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-rightleft: 5px;
	border-bottom-right-radius: 5px;
} 

#cssmenu, #cssmenu > ul > li > ul > li a:hover{
	*background:#e80404;
} 
#cssmenu > ul > li > a{
	border-right:1px solid #c5c5c5; 
	*color:#fff;
} 
#cssmenu > ul > li > a:after{
	border-color:none;
} 
#cssmenu > ul > li > a:hover{
	*background:#bc0000;
} 

.socialBar {
    display: block;
    float: right;
    margin: 200px 0px 0px -85px;
    position: fixed;
    z-index: 100;
    max-width: 70px;
    background: none repeat scroll 0% 0% rgb(9, 9, 9);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 5px 5px 5px rgb(0, 0, 0);
}

.espacemembre {
    line-height: 26px;
    height: 26px;
    background: url("/template/digitalcore/images/normal.png") repeat scroll 0% 0% transparent;
    font-family: Verdana;
    color: rgb(204, 204, 204);
    font-size: 10px;
    cursor: default;
}
.espacemembre a:link {color:#FFFFFF;transition: all 0.5s ease-in 0s;}      /* unvisited link */
.espacemembre a:visited {color:#FFFFFF;transition: all 0.5s ease-in 0s;}  /* visited link */
.espacemembre a:hover {color:#ff7e00;transition: all 0.5s ease-in 0s;}  /* mouse over link */
.espacemembre a:active {color:#0000FF;transition: all 0.5s ease-in 0s;}  /* selected link */

.value {
    float: left;
    padding-left: 10px;
    width: 100%;
}

/* NAVIGATION BOUTIQUE */
.top_left {
    background: url("http://img.verygames.net/themes/default/images/new_v3/blocs/top_left.png") no-repeat scroll 0% 0% transparent;
    height: 6px;
    width: 6px;
}
.top_middle {
    background: url("http://img.verygames.net/themes/default/images/new_v3/blocs/top_middle_large.png") repeat-x scroll 0% 0% transparent;
    height: 6px;
}
.top_right {
    background: url("http://img.verygames.net/themes/default/images/new_v3/blocs/top_right.png") no-repeat scroll 0% 0% transparent;
    height: 6px;
    width: 6px;
}
.bottom_left {
    background: url("http://img.verygames.net/themes/default/images/new_v3/blocs/bottom_left.png") no-repeat scroll 0% 0% transparent;
    height: 6px;
    width: 6px;
}
.bottom_middle {
    background: url("http://img.verygames.net/themes/default/images/new_v3/blocs/bottom_middle.png") repeat-x scroll 0% 0% transparent;
}
.bottom_right {
    background: url("http://img.verygames.net/themes/default/images/new_v3/blocs/bottom_right.png") no-repeat scroll 0px 0px transparent;
    height: 2px;
    width: 2px;
}
.fond {
    background-color: rgb(199, 198, 198);
}
.middle_left {
    background: url("http://img.verygames.net/themes/default/images/new_v3/blocs/repeat-l.png") repeat-y scroll 0% 0% transparent;
    width: 6px;
}
.middle_middle {
    background: url("http://img.verygames.net/themes/default/images/new_v3/blocs/middle_middle_large.png") repeat-x scroll 0% 0% rgb(199, 198, 198);
}
.middle_right {
    background: url("http://img.verygames.net/themes/default/images/new_v3/blocs/repeat-r.png") repeat-y scroll 0% 0% transparent;
    width: 6px;
}

.menuLeft {
    width: 165px;
    background: none repeat scroll 0% 0% rgb(255, 255, 255);
    padding: 1px 3px 5px;
}
.menuTitle {
    background: url("http://img.verygames.net/images/statistique/btn_full.png") no-repeat scroll 2px 0px transparent;
    width: 160px;
    height: 26px;
    margin-top: 3px;
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}
.title {
    font-weight: bold;
    font-size: 12px;
	padding-bottom:2px;
    margin-bottom: 2px;
    border-bottom: 1px dashed rgb(153, 153, 153);
    height: 16px;
}
.menuSub {
    background: none repeat scroll 0% 0% rgb(230, 228, 229);
    border-bottom: 1px solid rgb(255, 255, 255);
    vertical-align: middle;
    padding-top: 2px;
    padding-bottom: 2px;
}
.menuSubTitle {
    background: url("http://img.verygames.net/images/statistique/puce.png") no-repeat scroll 8px 5px rgb(230, 228, 229);
    padding-left: 17px;
    height: 15px;
    font-size: 11px;
}