body {
	background: #fff url(images/bg_body.png) repeat-x;
}

a {
	text-decoration: none;
	color: #636363;
}

a.bullet {
	padding-left: 13px;
	background: #fff url(images/a_bullet.png) no-repeat scroll 0 center;
}

a.pdf {
	padding-left: 18px;
	background: #fff url(images/pdf.png) no-repeat scroll 0 center;
	margin-bottom: 5px;
}

a:hover {
	text-decoration: underline;
	color: #636363;
}

#menu {
	height: 37px;
}

	#menu a{
		color: #fff;
		text-decoration: none;
		float: left;
		background-repeat: no-repeat;
		text-align: center;
		font-weight: bold;
		display: inline;
	}
	
	#menu a.accueil{
		background-image: url(images/menu_accueil.png);
		width: 163px;
		height: 16px;
		padding: 8px 0 4px 0;
		margin: 7px 0 0 350px;
	}
	
	#menu a.accueil:hover, #menu a.accueil_current{
		color: #FED3A8;
		background-image: url(images/menu_accueil.png);
		width: 163px;
		height: 16px;
		padding: 8px 0 5px 0;
		margin: 7px 0 0 350px;		
	}
	
	#menu a.jeux{
		background-image: url(images/menu_jeux.png);
		width: 127px;
		height: 13px;
		padding: 5px 0 7px 0;
		margin: 10px 0 0 10px;
	}
	
	#menu a.jeux:hover, #menu a.jeux_current{
		color: #FED3A8;
		background-image: url(images/menu_jeux.png);
		width: 127px;
		height: 13px;
		padding: 5px 0 8px 0;
		margin: 10px 0 0 10px;		
	}
	
	#menu a.actualite{
		background-image: url(images/menu_actualite.png);
		width: 134px;
		height: 11px;
		padding: 3px 0 9px 0;
		margin: 12px 0 0 10px;
	}
	
	#menu a.actualite:hover, #menu a.actualite_current{
		color: #FED3A8;
		background-image: url(images/menu_actualite.png);
		width: 134px;
		height: 11px;
		padding: 3px 0 10px 0;
		margin: 12px 0 0 10px;		
	}
	
	#menu a.contact{
		background-image: url(images/menu_contact.png);
		width: 157px;
		height: 9px;
		padding: 2px 0 10px 0;
		margin: 14px 0 0 10px;
	}
	
	#menu a.contact:hover, #menu a.contact_current{
		color: #FED3A8;
		background-image: url(images/menu_contact.png);
		width: 157px;
		height: 9px;
		padding: 2px 0 11px 0;
		margin: 14px 0 0 10px;		
	}

#header {
	height: 175px;
}

	#header #logo{
		margin: 50px 0 0 10px;
		float: left;
		display: inline;
	}

	#header #search{
		margin: 50px 0 0 10px;
		float: right;
		display: inline;
		background: url(images/bg_search.gif) no-repeat;
		width: 360px;
		height:49px;
		padding: 13px 0 0 65px;
		color: #fff;
	}
	
		#header #search label{
			float: left;
			width: 80px;
			padding-top: 10px;
		}
	
		#header #search input{
			background: url(images/bg_input.gif) no-repeat;
			width: 199px;
			height: 17px;
			border: none;
			float: left;
			margin-right: 9px;
			color: #666666;
			margin-top: 8px;
			padding: 3px;
		}
		
		#header #search input:focus{
			background: url(images/bg_input-a.gif) no-repeat;
		}

		#header #search button{
			float: left;
			width: 50px;
			margin-top: 4px;
		}

#sidebar {
	float: left;
	width: 260px;
}

#categories a{
	display: block;
	height: 28px;
	width: 220px;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 0 0 12px;
	color: #fff;
	text-decoration: none;
}

	#categories a.a_blue{
		background: url(images/a_blue.png) no-repeat;
	}		

	#categories a.a_brown{
		background: url(images/a_brown.png) no-repeat;
	}		

	#categories a.a_green{
		background: url(images/a_green.png) no-repeat;
	}		

	#categories a.a_purple{
		background: url(images/a_purple.png) no-repeat;
	}		

	#categories a.a_red{
		background: url(images/a_red.png) no-repeat;
	}		

	#categories a.a_cyan{
		background: url(images/a_cyan.png) no-repeat;
	}		

	#categories a.a_yellow{
		background: url(images/a_yellow.png) no-repeat;
	}
#side-content {
	width: 730px;
	float: left;
}
	
#content-top {
	float: left;
	width: 730px;
	height: 16px;
	background: url(images/bg_content-top.gif) no-repeat;
	margin: 0;
	padding: 0;
	line-height: 0;
}	
	
#content {
	float: left;
	width: 689px;
	background: url(images/bg_content.gif) repeat-y;
	padding: 0 20px;
}	
	
#content-bottom {
	float: left;
	width: 730px;
	height: 10px;
	background: url(images/bg_content-bottom.gif) no-repeat;
}

#news-top {
	float: left;
	width: 233px;
	height: 16px;
	background: url(images/bg_news-top.gif) no-repeat;
}	
	
#news {
	float: left;
	width: 213px;
	background: url(images/bg_news.gif) repeat-y;
	padding: 0 10px;
}

	#news a{
		color: #000000;
	}
		
	#news a:hover{
		color: #965E5F;
		text-decoration: none;
	}	
		
#news-bottom {
	float: left;
	width: 233px;
	height: 7px;
	background: url(images/bg_news-bottom.gif) no-repeat;
}	

#footer {
    height: 60px;
    text-align: right;
    color: #454545;
    padding: 10px 0 0 0;
    margin: 30px 0 0 0;
}
    
	#footer p {
	   color: #454545;
	   margin-top: 10px;
	}
	
h4.title {
	display: block;
	height: 28px;
	width: 616px;
	font-weight: bold;
	padding: 15px 0 0 65px;
	color: #fff;
	background: url(images/bg_title.png) no-repeat;
}

	h4.title a{
		padding: 0 0 0 15px;
		color: #fff;
		background: url(images/hbullet.jpg) no-repeat scroll 0 4px;
	}
	
h2.product_title {
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0 3px 0;
}


span.new {
	background: url(images/star.png) no-repeat scroll 0 center;
	padding: 10px 0 10px 25px;
	color: #878787;
}


button {
	border: 0 none;
	cursor: pointer;
	font-weight: bold;
	padding: 0 15px 0 0;
	text-align: center;
	height: 30px;
	line-height: 30px;
	width: auto;
}

button.rounded {
	background: transparent url( images/btn_right.png ) no-repeat scroll right top;
	font-size: 0.8em;
}

button span {
	display: block;
	padding: 0 0 0 15px;
	position: relative;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
}

button.rounded span {
	background: transparent url( images/btn_left.png ) no-repeat scroll left top;
	color: #000;
}

button.rounded:hover {
	background-position: 100% -30px;
}

button.rounded:hover span {
	background-position: 0% -30px;
}

button::-moz-focus-inner {
	border: none;
}

button.tab {
	background: transparent url( images/tab_right.png ) no-repeat scroll right top;
	font-size: 0.8em;
}

button.tab span {
	background: transparent url( images/tab_left.png ) no-repeat scroll left top;
	color: #000;
}

button.tab:hover, button.selected {
	background-position: 100% -30px;
}

button.tab:hover span, button.selected span {
	background-position: 0% -30px;
}

.productBox {
	float:left;
	margin:4px;
	width:159px;
	display: inline;
	text-align: center;
}

.productBox:hover {
	background:#E4F3FA none repeat scroll 0 0;
}

	.productBox img{
		border:1px solid #C5DCEA;
		padding:1px;
	}
	
	.productBox img:hover{
		border:1px solid #4E88C7;
	}
	
	.productBox p{
		margin-bottom: 0px;
		font-size: 11px;
		text-align: center;
	}
	
	.productBox p a{
		color: #E63E3E;
		font-weight: bold;
	}
	
.dotted_vert {
	float: left;
	width: 30px;
    height: 150px;
    margin-top: 7px;
	background: url(images/dotted_vert.gif) repeat-y scroll center 0;
}

.dotted_horiz {
	float: left;
	width: 667px;
    height: 30px;
    display: inline;
	background: url(images/dotted_horiz.gif) repeat-x scroll 0 center;
}

.dotted_horiz_small {
	float: left;
	width: 210px;
    height: 30px;
    display: inline;
	background: url(images/dotted_horiz.gif) repeat-x scroll 0 center;
	clear: both;
}

	
#map {
    height: 300px;
    width: 600px;
    margin: 0 0 0 40px;
    float:left;
    display: inline;
}

.tabs {
height:1%; /* fixing IE 6 */
margin:0 0 .75em 0;
min-height:auto;
overflow:auto;
padding-bottom: 31px;
background: url(images/bg_undertabs.png) no-repeat scroll 0 bottom;
}
.tabs li {
  border:1px solid #ccc;
  border-bottom:none;
  float:left;
  line-height:1.5;
  list-style-type:none;
  margin:1em .25em 0 0;
  padding:0;
}
.tabs li a {
  background:#ddd;
  border:1px solid #eee;
  border-bottom:none;
  color:#fff;
  cursor:pointer;
  display:block;
  float:left;
  font-weight:bold;
  padding:.15em .99em .25em .99em;
}

.tabs li a.red {
  background:#E69281;
}

.tabs li a.yellow {
  background:#FDB600;
}

.tabs li a.blue {
  background:#9ABDE1;
}

.tabs li a.green {
  background:#B9C983;
}

.tabs li a.selected {
  border:1px solid #666;
  border-bottom:none;
  cursor:default;
}

.tabs li a.selected.red, .tabs li a.red:hover {
  background:#E02E05;
}

.tabs li a.selected.yellow, .tabs li a.yellow:hover{
  background:#E99C14;
}

.tabs li a.selected.blue, .tabs li a.blue:hover{
  background:#4E88C7;
}

.tabs li a.selected.green, .tabs li a.green:hover{
  background:#81A900;
}

.tabs li a, .tabs li a:focus, .tabs li a:hover {
  text-decoration:none;
}
.tabs li a:focus, .tabs li a:hover {
  outline:none;
}

.siderightposttext {
	width: 100%;
	float: left;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: justify;
	line-height: 1.5;
}

.siderightpostimg {
	float: right;
	padding: 0 0 10px 10px;
}

.siderightpostsplit {
	float: left;
	width: 100%;
	height: 1px;
	background: url(images/siderightsplit.jpg) no-repeat;
	padding: 10px 0 0 0;
}

.siderightpostsplit2 {
	float: left;
	width: 100%;
	height: 1px;
	background: url(images/siderightsplit2.jpg) no-repeat;
}

.siderightpostlire {
	float: left;
	width: 100%;
	height: 21px;
}

.lirelasuite {
	float: right;
	background: url(images/lirelasuite.jpg) no-repeat;
	width: 87px;
	height: 21px;
}

.product_icon {
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
}

.contact_table tr, .contact_table td {
    margin: 0;
    padding: 0;
}

.pages {
    font-size:12px;
    text-align:center;
    color:#555;
    padding:10px 15px;
    clear:left;
}

.pages a {
    color:#555;
    text-decoration:none;
    font-weight: bold;
    padding:3px;
}

.pages a.currentPage {
    color:#d70000;
    font-weight:bold;
    border: 1px solid #DADADA;
}

.pages a:hover {
    color:#d70000;
}

#flashContent {
	margin: 20px 85px;
}

.title_blue {
	color: #4E88C7;
}

.title_yellow {
	color: #E99C14;
}

.title_violet {
	color: #9F5ABD;
}

.title_green {
	color: #879D0C;
}

.title_brown {
	color: #945031;
}

.title_red {
	color: #E02E05;
}

.title_cyan {
	color: #1C98A0;
}