﻿body {
	font-size: 12px;
	background: #000000 url('../images/back.png') repeat-y 50% 0;
	padding: 0;
	margin: 0 25px;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	line-height: 18px;
	color: #000;
}
	
#conteneur { 
	width: 850px;
	background: url(../images/top.jpg) 0 0 no-repeat;
	margin: 0 auto;
	}

#header {
	margin: 0;
	padding: 0;
	padding-top: 80px;
	}
.regions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#points_vente {
	width: 500px;
	margin: 0; 
	}
	
#sousmenu {
clear: left;
float: left;
width: 140px;
padding: 0;
font-size: 0.8em;
font-family: Arial, Helvetica, Verdana, sans-serif;
}

#sousmenu ul {	
list-style: none;
width: 140px;
margin: 0 0 20px 0;
padding: 0;
font-size: 1.1em;
}

#sousmenu li {
margin-bottom: 1px;
}

#sousmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #FFFFFF;
display: block;
padding: 5px;
background: #000000;
border-right: 10px solid #FFF;
}	
	
#sousmenu li a:hover {
background: #FFFFFF;
color: #000000;
text-decoration: none;
border-right: 10px solid #000000;
}

#sousmenu .child {
font-size: 1.1em;
padding: 0;
}

#sousmenu .child a {
height: 14px;
padding-left: 12px; 
border-right: 12px solid #FFF;
background: #000000;
color: #FFFFFF;
}

#sousmenu .child a:hover {
color: #FFFFFF;
background-color: #FFFFFF;
border-right: 10px solid #FFF;
border-bottom: 10px solid #FFF;
}

#main {
	width: 300px;
	margin: 0;
	float: left;
	}
	
#main_left {
	width: 175px;
	margin: 0; 
	float:left;
	}

#main_right {
	width: 325px;
	margin: 0; 
	float:right;
	}
	
#jeux {
	width: 600px;
	margin: 0;
	padding: 2px 2px 2px 2px;
	float:right;
	}
	
#achat_left {
	float:left;
	width:300px;
		}
		
#achat_left p {
	text-align:justify;
		}
		
#achat_right {
	float:right;
	width:500px
		}
		
			
#jeux p{
	text-align:justify;
	}

#main_right p {
	text-align:justify;
}

.title {
	font-size: 24px;
}
	
#right {
	width: 375px;
	margin: 5px 0 0 5px;
	float:right;
	height:600px;
	padding-left:10px;
	}
	
#right p { 
	margin: 4px 0 14px; 
	padding: 0; 
}

	
#news p {
	text-align:justify;
}

#right h3 { 
	margin: 18px 0 6px; 
	}
	
#footer {
	height: 100px;
	width: 850px;
	color:black;
	clear: both;
	}
	
#footer p {
text-align:center;
	}
	
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 12px; }

h4 a { border-bottom: none; }

h3 a { border-bottom: none; }
h2 a { border-bottom: none; }


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

a.links:link {
	color: #000000;
	text-decoration: underline;
}
a.links:visited {
	color: #000000;
	text-decoration: underline;
}
a.links:hover {
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
}
a.links:active {
	color: #000000;
	text-decoration: underline;
}

#nav a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #FFF;
}

#nav a:hover img { 
	border-bottom: 0px solid #fff; 
}

a img { 
border-bottom: 1px solid #fff; 
}


b { font-weight: bold; }

strong { font-weight: bold; }
i { font-style: italic; }

em { font-style: italic; }

blockquote { margin: 0 20px 0 20px; color: #777; border-left: 2px solid #eee; padding-left: 10px; }
blockquote p { margin: 0; padding: 5px 0 5px; }

code { background: #eee; }

.code {
	background: #eee;
	border: 1px solid #ccc;
	overflow: auto;
	padding: 2px 8px;
	margin: 10px 0;
	}
	
#center {
text-align:center;
	}

.clear { clear: both; }

.padding { height: 50px; }

.button, .buttonHovered {
	width:140px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonHovered {
	background-position:left bottom;
}
