/* Stylesheet: 7WP_layout Modified On 2013-02-28 14:20:26 */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */

@font-face {
	font-family: Cafeteria-Regular;
	src: url(https://rprod.com/polices/Cafeteria-Regular.otf);
	src: url('http://www.rprod.com/polices/Cafeteria-Regular.otf');
	src: url('http://rprod.com/polices/Cafeteria-Regular.otf');
}
@font-face {
  font-family: Cafeteria-Black;
	src: url(https://rprod.com/polices/Cafeteria-Black.ttf);
	src: url('http://www.rprod.com/polices/Cafeteria-Black.ttf');
	src: url('http://rprod.com/polices/Cafeteria-Black.ttf');
}
@font-face {
  font-family: Cafeteria-Bold;
	src: url(https://rprod.com/polices/Cafeteria-Bold.otf);
	src: url('http://www.rprod.com/polices/Cafeteria-Bold.otf');
	src: url('http://rprod.com/polices/Cafeteria-Bold.otf');
}
@font-face {
	font-family: Cafeteria_IE8;
	src: url(https://rprod.com/polices/fonts/CAFBL___.eot);
	src: url('http://rprod.com/polices/fonts/CAFBL___.eot');
	src: url('http://www.rprod.com/polices/fonts/CAFBL___.eot');
}
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	max-width: 974px;
	min-width: 974px;
	text-align: left;
	font-size: 18px;
	line-height: 1.2em;
	color : black;
	font-family: "Cafeteria-Regular", "Cafeteria-Black", "Cafeteria-Bold", "Cafeteria_IE8", Arial, Times New Roman, Times, serif;
	background: #3b4234 url(https://rprod.com/uploads/images/template/7_wonders_wp/wonderpack.jpg) no-repeat top;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
	}
	/*if img is inside "a" it would have borders, we don't want that*/
	img {
		border: 0;
	}
/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
/* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
	color: #000000;
}
/*****************basic layout *****************/
body {
	margin: auto;
	padding: 0;
/* default text color for entire site*/
	color: #FFFFFF;
/* you can set your own image and background color here */
/* IMAGE DE FOND DE LA PAGE */
}

div#content {
/* some air above and under menu and content */
	margin: 3px auto 0 0;
	padding-top: 20px;
	margin-top: 400px;
	color: #000000;
	font-size: 12px;
	font-family: "Cafeteria-Regular", "Cafeteria-Black", "Cafeteria-Bold", "Cafeteria_IE8", Arial, Times New Roman, Times, serif;
}

div#content p {
	line-height: 1.2em;
	font-size: 12px;
	text-align: left;
	margin: 8px;
	font-family: Arial, Times New Roman, Times, serif;

}
div#content h1 {
	line-height: 1.2em;
	font-size: 30px;
	text-align: center;
	margin: 8px;
	font-family: "Cafeteria-Bold", "Cafeteria-Regular", "Cafeteria_IE8", Arial, Times New Roman, Times, serif;
}
div#content h2 {
	line-height: 1.2em;
	font-size: 24px;
	text-aling: center;
	margin: 8px;
	font-family: "Cafeteria-Bold", "Cafeteria-Regular", "Cafeteria_IE8", Arial, Times New Roman, Times, serif;
}
div#content em {
	line-height: 1.2em;
	font-size: 12px;
	margin: 8px;
	font-family: Arial, Times New Roman, Times, serif;
}
/* this gets all the outside calls that were used on the div#main before  */
div.back1 {
/* this will give room for sidebar to be on the left side, make sure this number is bigger than sidebar width */
/* you can set your own image here */
}
/* this is an IE6 hack, you may see these through out the CSS */
* html div.back1 {
/* unlike other browser IE6 needs float:right and a width */
	float: right;
	width: 100%;
/* and we take this out or it will stop at the bottom  */
/* and some air on the right */
/* you can set your own image here */
}
div.back2 {
/* you can set your own image here */
}
div.back3 {
/* you can set your own image here */
	margin-top: 30px;
}

div#category_news{
	margin-left: 50px;
}
div#main {
/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */
	padding: 50px;
	width: 585px;
	background-color: #FFFFFF;
	font-family: Verdana;
	
	border-radius: 5px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
		 
		/* Inner top shadow */
		-moz-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.1);
		-webkit-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.1);
		box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.1);
/* you can set your own image here */
}


div#sidebar {
/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */
	float: right;
/* sidebar width, if you change this change div.back and/or div.back1 margins */
	width: 260px;
/* FIX IE double margin bug */
	display: inherit;
/* the 20px is on the bottom, insures space above footer if longer than content */
	margin-top: 10px;
	padding: 0;
/*	border: 5px solid black; */
/* you can set your own image here */
}
div#sidebarb {
	padding: 0;
/* this one is for sidebar with content and no menu */
}
div#showtime{
	font-size: 18px;
	margin-top: 20px;
	
	background-color: #ffffff;
	border-radius: 10px 10px 5px 5px;
	color: #ffffff;
}

div#showtime_titre{
		background-color: #c4ab5d;
		border-radius: 5px 5px 0 0;
		height: 30px;
		padding-top: 10px;
		position: absolute;
		text-align: center;
		width: 260px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
		 
		/* Inner top shadow */
		-moz-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.1);
		-webkit-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.1);
		box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.1);
}

div#showtime_slide{
	padding-top: 50px;
	padding-bottom: 8px;
	word-spacing: 10px;
	text-align:center;
}

div#sidebara {
	padding: 10px 15px 15px 0px;
/* this one is for sidebar with menu and no content */
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
}
div.right49 {
	float: right;
	font-family: Verdana;
	font-size: 10px;
	padding-right: 280px;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
}
div.right49 p a {
	color: #FFFFFF;
	text-decoration: none;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */

/* END HEADINGS */
/* TEXT */
p {
	margin: 8px;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
/* Stylesheet: 7WP_accessibility Modified On 2013-02-27 18:17:27 */
/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(https://rprod.com/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(https://rprod.com/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(https://rprod.com/uploads/NCleanBlue/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */
/* Stylesheet: 7WP_foot Modified On 2013-02-27 18:50:25 */
div.footback {
/* keep footer below content and menu */
	clear: both;
/* this sets 10px on right to let the right image show, the balance 10px left on next div */
/* you can set your own image here */
}
div#footer {
/* this sets 10px on left to balance 10px right on last div */
	padding: 3px 0px 0px 0px;
	height: 190px;
	margin: 20px 0 10px 0;
	font-size: 20px;

	background-color: #c4ab5d;
	border-radius: 5px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
		 
		/* Inner top shadow */
		-moz-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.1);
		-webkit-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.1);
		box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.1);
/* color of text, the link color is set below */
/* you can set your own image here */
}
div.leftfoot {
	float: left;
	width: 30%;
	margin-left: 20px
}
div#footer p {
/* sets different font size from default */
	font-size: 0.8em;
/* some air for footer */
	padding: 5px;
/* centered text */
	text-align: center;
	margin: 0;
}

div#footer p a {
/* footer link would be same color as default we want it same as footer text */
	color: #ffffff;
	text-decoration: none;
}

div#footrt{
	color:#FFF;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
}
div#footrt div#head{
	font-size: 24px;
	text-align: center;
	padding-bottom: 5px;
	word-spacing:normal;
}
div#footrt div#info{
	float:left;
	height: 150px;
	width: 205px;
	margin-top: 10px;
	margin-left: 60px;
}
div#footrt div#rubriques{
	float:left;
	height:150px;
	width: 205px;
	margin-top: 10px;
	margin-left: 5px;
	word-spacing: 10px;
}
div#footrt div#social{
	float:left;
	height:150px;
	width: 205px;
	margin-top: 10px;
	margin-left: 5px;
	word-spacing: 10px;
}
div#footrt div#lang{
	float:left;
	height:150px;
	width: 205px;
	margin-top: 10px;
	margin-left: 5px;
}
div#footrt div#copyright{
	float:right;
	margin:0;
	padding:0;
}
/* Stylesheet: 7WP_menu2 Modified On 2013-02-28 14:15:27 */
#sous_menu_vert {
/* no margin/padding so it fills the whole div */
	font-size: 24px;
	height: 40px;
	margin-bottom: 20px;
	
	background-color: #c4ab5d;
	
	border-radius: 5px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
		 
		/* Inner top shadow */
		-moz-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.1);
		-webkit-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.1);
		box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.1);
}

#menuwrapper_2{
/* set the background color for the menu here */
/* IE6 Hack */
	height: 1%;
	position : relative;
}
ul#primary-nav_2, ul#primary-nav_2 ul {
/* remove any default bullets */
	list-style-type: none;
}
ul#primary-nav_2 {
/* pushes the menu div up to give room above for background color to show */
	padding-top: 0px;
/* keeps the first menu item off the left side */
	padding-left: 0px;
}
ul#primary-nav_2 ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
/* same size but different color for each border */
/*	border-top: 1px solid #C8D3D7;
	border-right: 1px solid #C8D3D7;
	border-bottom: 1px solid #ADC0C7;
	border-left: 1px solid #A5B9C0;
*/
}
ul#primary-nav_2 ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}
ul#primary-nav_2 li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	float: left;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin-left: 25px;
	padding: 0px;
}
#primary-nav_2 li li {
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	width: 220px;
/* removes any left margin it may have picked up from the first li */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}
/* set the "a" link look here */
ul#primary-nav_2 li a {
/* specific font size, this could be larger or smaller than default font size */
	font-size: 24px;
/* make sure we keep the font normal */
	font-weight: normal;
/* set default link colors */
	color: #ffffff;
/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 10px 0px 0px 0px;
	display: block;
/* sets no underline on links */
	text-decoration: none;
}
ul#primary-nav_2 li a:hover {
}
ul#primary-nav_2 li li a:hover {
}
ul#primary-nav_2 li a.menuactive {
	text-decoration: underline;
}
ul#primary-nav_2 li a.menuactive:hover {
	text-decoration: underline;
}
#primary-nav_2 li li a.menuparent span {
/* makes it hold a shape */
	display: block;
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	background:  url(https://rprod.com/uploads/ngrey/parent.png) no-repeat 98% center;
	background-color: #c4ab5d;
}
/* gif for IE6, as it can't handle transparent png */
* html #primary-nav_2 li li a.menuparent span {
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	background:  url(https://rprod.com/uploads/ngrey/parent.gif) no-repeat 98% center;
	background-color: #c4ab5d;
}
ul#primary-nav_2 li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 6px 3px 6px 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color: #FFF;
	background-color: #c4ab5d;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
}
ul#primary-nav_2 li ul {
/* very lite grey color, by now you should know what the rest mean */
	/* background:  url(https://rprod.com/uploads/images/nav_deroulant.png) repeat left top; */
	background-color: #c4ab5d;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
	margin-top: 5px;
/*	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #c4ab5d;
*/
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 0.95;
/* CSS 3 */
}
ul#primary-nav_2 li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 95;
/* CSS 3 */
}
/* Styling the appearance of menu items on hover */
#primary-nav_2 li:hover,
#primary-nav_2 li.menuh,
#primary-nav_2 li.menuparenth,
#primary-nav_2 li.menuactiveh {
	text-decoration: underline;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav_2 li:hover ul ul ul,
#primary-nav_2 li.menuparenth ul ul ul,
*/
#primary-nav_2 ul,
#primary-nav_2 li:hover ul,
#primary-nav_2 li:hover ul ul,
#primary-nav_2 li.menuparenth ul,
#primary-nav_2 li.menuparenth ul ul {
	display: none;
}
/* for fourth level add
#primary-nav_2 ul ul ul li:hover ul,
#primary-nav_2 ul ul ul li.menuparenth ul,
*/
#primary-nav_2 li:hover ul,
#primary-nav_2 ul li:hover ul,
#primary-nav_2 ul ul li:hover ul,
#primary-nav_2 li.menuparenth ul,
#primary-nav_2 ul li.menuparenth ul,
#primary-nav_2 ul ul li.menuparenth ul {
	display: block;
}
/* IE6 Hacks */
#primary-nav_2 li li {
	float: left;
	clear: both;
}
#primary-nav_2 li li a {
	height: 1%;
}
/* Stylesheet: 7WP_header Modified On 2013-02-27 18:47:39 */
div#pagewrapper {
/* min max width, IE wont understand these, so we will use java script magic in the <head> */
	max-width: 974px;
	min-width: 974px;
/* now that width is set this centers wrapper */
	margin: 0 auto;
	color: #45523c;
}
/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
/* adjust according your image size */
	height: 75px;
	width: 974px;
	margin: auto;
	
	background-color: #c4ab5d;
	border-radius: 0 0 5px 5px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
		 
		/* Inner top shadow */
		-moz-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.1);
		-webkit-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.1);
		box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.1);
	/* you can set your own image here, will go behind h1 a image */
	
/* border just the bottom */
}
div#logo_header{
	position: relative;
	height: 116px;
	width: 99px;
	margin-top: 5px;
	margin-left: 7px;
	float: left;
	background-image: url(https://rprod.com/uploads/images/icons/logo.gif);
}

#box-logo{
		position: absolute;
		width: 100px; 
		height: 115px; 
		background-color: transparent;
}
div#header h1 a {
/* you can set your own image here */
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 128px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
}
div#header h1 {
	margin: 0;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
}
div#header h2 {
/* this is where the site name is */
	float: right;
	line-height: 1.2em;
/* this keeps IE6 from not showing the whole text */
	font-size: 1.5em;
/* keeps the size uniform */
	margin: 50px 200px 0px 0px;
/* adjust according your text size */
	color: #f4f4f4;
}
div#cart{
	float: right;
	text-align: right;
	color: #f4f4f4;
	margin-top: 15px;
	margin-right: 20px;
	font-size: 18px;
}

input.cart-button {
	font-size: 20px;
	cursor: pointer;
}
div.crbk {
/* sets all to 0 */
	margin: 0;
	padding: 0;
/* you can set your own image here */
}
div#breadcrumbs{
    float: left;
    position: absolute;
	padding: 0px 5px 0px 0px;
	font-size: 16px;
	margin-left: 25px;
    margin-top: 45px;
    color : #FFF;
}
div#breadcrumbs a{
	color: #FFFFFF;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}

div#search {
/* position for the search box */
	position: relative;
	float: right;
	color: #f4f4f4;
/* enough width for the search input box */
	width: auto;
	padding: 0;
	margin: 20px 80px 0 0;
	font-size: 20px;
}
div#lang_header{
	float: right;
	width: auto;
	padding: 0;
	margin-top: 45px;
	margin-right: -75px;
	font-size: 20px;
}
/* a class for Submit button for the search input box */
input.search-button {
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 8px;
/* makes the hover cursor show, you can set your own cursor here */
	cursor: pointer;
/* you can set your own image here */
}
/* Stylesheet: 7WP_sidebar_commerce Modified On 2013-02-27 18:48:44 */
	/* Page CSS pour positionner le block de "vente" du jeu */

	div.ProductDirectoryItem{
		margin-top: 65px;
	}
	div#block_commerce
	{
		padding: 10px;
		margin-bottom: 20px;
		background-color: #FFFFFF;
		border-radius: 10px 10px 5px 5px;
		color: #000000;
		height: auto;
		margin-top: 15px;
	}

	div#image_titre
	{     
		color: #FFFFFF;
		font-size: 18px;
		height: 30px;
		border-radius: 5px 5px 0 0;
		margin-left: -10px;
		padding-top: 10px;
		position: absolute;
		text-align: center;
		top: 567px;
		width: 260px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
		background-color: #c4ab5d;
		 
		/* Inner top shadow */
		-moz-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.1);
		-webkit-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.1);
		box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.1);
	}
	div#image_titre img {
		margin-top: -7px;
	}
	div#information_jeu
	{
		margin-top: 35px;
		font-size: 18px;
	}

	div#auteur
	{
		margin-top: 25px;
	}

	div#illustrations
	{
		margin: 5px;
	}

	div#age
	{
		position: relative;
		top: 10px;
		padding-left: 120px;
	}

	div#description
	{
		margin-top: 40px;
		margin-left: 56px;
	}
	div#duree
	{
		position: relative;
		top: 30px;
		padding-left: 120px;
	}

	div#nombre_joueurs
	{
		position: relative;
		top: 50px;
		padding-left: 120px;
	}

	div#thumb
	{	position: absolute;
		margin-top: 20px;
	}

	div#categories
	{
		position: relative;
		margin-top: 140px;
	}

	div#categories_detail
	{
		color: #000000;
		margin-top: 10px;
		padding-bottom: 5px;
		padding-top: 5px;
		position: relative;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.3); 
		/* Border bottom light */
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		 
		/* Inner top shadow */
		-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.1);
		 
		/* Round corners */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
/* Stylesheet: 7WP_menu Modified On 2013-02-27 18:25:23 */
/* by Alexander Endresen and mark and Nuno */
#menu_vert {
/* no margin/padding so it fills the whole div */
	position:relative;
    left: 130px;
	top: 10px;
	color: #FFFFFF;
}


.clearb {
/* needed for some browsers */
}
#menuwrapper {
/* set the background color for the menu here */
	/* IMAGE DE FOND DU MENU */
	/* background:  url(https://rprod.com/uploads/images/7_Wonders/menu_drop_bg.png) repeat-x left top; */
/* IE6 Hack */
	height: 1%;
	width: auto;
	border: none;
	margin: auto;
	position : absolute;
	padding: 0;
}
ul#primary-nav, ul#primary-nav ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 24px;
}
ul#primary-nav {
	font-size: 24px;
}
ul#primary-nav ul {
/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */
	position: absolute;
	width:50px;
/* top being the bottom of the li it comes out of */
	top: auto;
/* keeps it hidden till hover event */
	display: none;
	font-size: 24px;
/* same size but different color for each border */
/*	border-top: 1px solid #C8D3D7;
	border-right: 1px solid #C8D3D7;
	border-bottom: 1px solid #ADC0C7;
	border-left: 1px solid #A5B9C0;
*/
}
ul#primary-nav ul ul {
/* now we move the next level ul down from the top a little for distinction */
	margin-top: 1px;
/* pull it in on the left, helps us not lose the hover effect when going to next level */
	margin-left: -1px;
/* keeps the left side of this ul on the right side of the one it came out of */
	left: 100%;
/* sets the top of it inline with the li it came out of */
	top: 0px;
}
ul#primary-nav li {
/* floating left will set menu items to line up left to right else they will stack top to bottom */
	float: left;
/* no margin/padding keeps them next to each other, the padding will be in the "a" */
	margin: 0px;
	padding: 0px;
	height: 60px;
}
#primary-nav li li {
	background: none;
/* Set the width of the menu elements at second level. Leaving first level flexible. */
	height: auto;
	width: 220px;
/* removes any left margin it may have picked up from the first li */
	margin-left: 0px;
/* keeps them tight to the one above, no missed hovers */
	margin-top: -1px;
/* removes the left float set in first li so these will stack from top down */
	float: none;
/* relative to the ul they are in */
	position: relative;
}
/* set the "a" link look here */
ul#primary-nav li a {
/* specific font size, this could be larger or smaller than default font size */
/* make sure we keep the font normal */
/* set default link colors */
	color: #ffffff;
/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 20px 10px 10px;
	display: block;
	font-size: 24px;
/* sets no underline on links */
	text-decoration: none;
}
ul#primary-nav li a:hover {
}
ul#primary-nav li li a:hover {
}
ul#primary-nav li a.menuactive {
/* bold to set it off from non active */
	text-decoration: underline;
/* set your image here */
	/* background:  url(https://rprod.com/uploads/ngrey/nav.png) repeat-x left 0px; */
}
ul#primary-nav li a.menuactive:hover {
	text-decoration: underline;
}
#primary-nav li a.menuparent span {
/* makes it hold a shape */
	display: block;
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	
	background-color: #c4ab5d;
}
/* gif for IE6, as it can't handle transparent png */
* html #primary-nav li a.menuparent span {
/* set your image here, right arrow, 98% over from the left, 100% or 'right' puts it to far */
	
	background-color: #c4ab5d;
}
ul#primary-nav li ul a {
/* insures alignment */
	text-align: left;
	margin: 0px;
/* keeps it relative to it's container */
	position: relative;
/* less padding than first level no need for large links here */
	padding: 6px 3px 6px 15px;
/* if first level is set to bold this will reset this level */
	font-weight: normal;
/* first level is #FFF/white, we need black to contrast with light background */
	color: #ffffff;
	background-color: #c4ab5d;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
}
ul#primary-nav li ul {
/* very lite grey color, by now you should know what the rest mean */
	/* background:  url(https://rprod.com/uploads/images/nav_deroulant.png) repeat left top; */
	background-color: #c4ab5d;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 210px;
	height: auto;
	display: none;
	position: absolute;
	z-index: 999;
/*	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #374B51;
*/
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 0.95;
/* CSS 3 */
}
ul#primary-nav li ul ul {
/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/
	opacity: 95;
/* CSS 3 */
}
/* Styling the appearance of menu items on hover */
#primary-nav li:hover,
#primary-nav li.menuh,
#primary-nav li.menuparenth,
#primary-nav li.menuactiveh {
	text-decoration: underline;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul ul ul,
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
	display: none;
	text-decoration: underline;
}
/* for fourth level add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
*/
#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
	display: block;
	text-decoration: underline;
}
/* IE6 Hacks */
#primary-nav li li {
	float: left;
}
#primary-nav li li a {
	height: 1%;
}
/* Stylesheet: 7WP_sidebar_social Modified On 2013-02-27 18:25:38 */
/* Module social pour la sidebar des jeux. */


div#sidebar_social{
	font-size: 18px;
	margin-top: 20px;
	
	background-color: #FFFFFF;
	border-radius: 10px 10px 5px 5px;
	color: #ffffff;
}

div#titre_social{
		background-color: #c4ab5d;
		border-radius: 5px 5px 0 0;
		height: 30px;
		padding-top: 10px;
		position: absolute;
		text-align: center;
		width: 260px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.3);
		 
		/* Inner top shadow */
		-moz-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.1);
		-webkit-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.1);
		box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.1);
}

div#image_social{
	padding-top: 50px;
	padding-bottom: 8px;
	word-spacing: 10px;
	text-align:center;
}