﻿body{

	font-family: Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif;
	color:#444444;
	font-size:12px;

}

b{font-size: 110%;}
em{color: red;}

a{color: #007BB7; text-decoration: none;}
a:hover{color: #F10607;}

#maincontainer{
	width: 1020px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection{
	border:1px solid #dedede;
	height: 250px; /*Height of top section*/
	background-image:url('/images/web/jeux-animaux.jpg');
}
#topsectionlink{
	width:1020px;
	height:150px;
	display:inline;
	float:left;
}

#contentwrapper{
	float: left;
	width: 100%;
}
#contentcolumn{
	margin-right: 0px; /*Set right margin to RightColumnWidth*/
}
#contentcolumn h1{
	font-size:22px;
	margin-right: 300px; /*Set right margin to RightColumnWidth*/
}
#contentcolumn p{
text-align: justify;
margin-right: 10px;
}
#rightcolumnblock{
	margin-top:10px;
	border:0px solid #dedede;
	height: 300px;
}
#rightcolumn{
	float: left;
	width: 300px; /*Width of right column*/
	margin-left: -300px; /*Set left margin to -(RightColumnWidth) */
}
#footer{
	clear: left;
	width: 1020px;
	border:1px solid #dedede;
	text-align: center;
	padding: 4px;
	margin: 20px 0px 20px 0px;
}

.innertube{
	/*margin: 10px; Margins for inner DIV inside each column (to provide padding)
	margin-top: 0;*/
}
#listgame{
/*margin: 5px 5px 5px 10px; Margins for inner DIV inside each column (to provide padding)*/
margin: -6px 0px 5px 0px;
}

/* Liste des jeux avec images */

#listgame ul{
	list-style-type:none;
	margin:-8px;
	padding:0;
	text-align: center;
}

#listgame li{
	float:left;
	display:inline;
	width:243px;
	margin: 8px 8px 0px 8px; /*spacing between each image*/	
}
#listgame li img{
	width: 247px; /* 215px width of each image.*/
	height: 142px; /* 125px height of each image.*/
	border:0;

}
/* Liste de tous les sports */
#listgameall{
	clear: both;
	width: 1010px;
	/*margin: 10px 10px 10px 20px; Margins for inner DIV inside each column (to provide padding)*/
}
#listgameall ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#listgameall li{
	float:left;
	display:inline;
	width:210px;
	margin: 10px 0px 0px 7px;
}

#listgameall li img{
	width:29px;
	height:29px;
	float:left;
	display:inline;
	margin: -5px 10px 0px 0px;
}

/* Simple scalable breadcrumb by Veerle Pieters
------------------------------------------------------------------*/
#crumbs {
	height:2.3em;
	border:1px solid #dedede;
	padding:0;
	margin:10px 0px 10px 0;
	}
#crumbs ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
	}		
#crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	}		
#crumbs li a {
	background:url(/images/web/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}							
#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
	}	
a:link, a:visited,	
#crumbs li a:hover,
#crumbs li a:focus {
	color:#dd2c0d;
	}	

/* Pub
------------------------------------------------------------------*/
#pub {padding:10px;border:1px solid #dedede;width: 998px;text-align:center;margin-bottom:10px;}

/* Comment form
------------------------------------------------------------------*/
.comment_list{
	margin-top:20px;
	}
#add_comment input[type=text], #add_comment textarea {
	border: 1px solid #C0C0C0;
	width:250px;
	font-size:16px;
	padding:5px;
	}	
#add_comment textarea {
	width:522px;
	height:45px;
	}	
#add_comment input[type=submit]{
	background-color: #F2F2F2;
	border: 1px solid #C0C0C0;
	width:190px;
	padding:5px;
	font-weight:bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-left:170px;
	}	
.rated_stars{
	float:left;
	margin:1px 10px 0 0px;
	}	
/* Slider for the games
------------------------------------------------------------------*/
#slider { margin: 10px; }
	.slider4
{

	width: 300px;
	height: 20px;
	background-image: url(/images/web/slider_resize_back.jpg);
	position: absolute;
	top: 350px;
	/*left: 800px;*/
	left:50%;
	margin-left:-150px;
	border: 0px hidden #000;
}
#indicator1{
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 10px;
}
#swfHolder
{
	clear:both;
	left: 100px;
	top: 100px;
	width: 1000px;
	padding: 10px;
  text-align: center;

}
#mediaspace{
	clear:both;
	text-align: center;
}

/*********************/
/** jRating CSS **/
/*********************/

/**Div containing the color of the stars */
.jRatingAverage {
	background-color:#f62929;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
.jRatingColor {
	background-color:#f4c239; /* bgcolor of the stars*/
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}

/** Div containing the stars **/
.jStar {
	position:relative;
	left:0;
	z-index:3;
}

/** P containing the rate informations **/
p.jRatingInfos {
	position:		absolute;
	z-index:9999;
	background:	transparent url('/images/web/bg_jRatingInfos.png') no-repeat;
	color:			#FFF;
	display:		none;
	width:			91px;
	height:			29px;	
	font-size:16px;
	text-align:center;
	padding-top:5px;
}
	p.jRatingInfos span.maxRate {
		color:#c9c9c9;
		font-size:14px;
	}
	
/* Comment form validation
------------------------------------------------------------------
	
	.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 5000;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	z-index:5001;
	color: #fff;
	width: 150px;
	font-family: tahoma;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
  position:relative;
  z-index: 5006;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
*/