body {
	font-family: Arial;
	font-size: 12px;
	background: #FFFFFF;
	margin: 0px;
}

#barre_haut {
	background: #FF99C8;
	border-bottom: 3px solid #FFFFFF;
	height: 22px;
}

#barre_bas {
	background: #FF99C8;
	height: 22px;
}

#barre_bas2 {
	background: #FFFFFF;
	border-bottom: 3px solid #000000;
	text-align: center;
}

#header {
	border-bottom: #000 3px solid;
	margin-bottom: 1px;
}

#contenu {
	background: #FFFFFF;
	color: #000000;
	width: 100%;
}

#contenu img {
	border: 0;
}
#conteneur {
	background: #FFDDED;;
	width: 100%;
}

#menu {
	float: left;
	width: 200px;
	margin: 0px;
}

#menu ul {
	border-top: none;
	background: #FFBFDD;
	list-style-type: none;
	padding: 0px;
	margin: 0px;

}

#menu li {
	height: 22px;
	padding: 0px;
	padding-right: 70px;
	margin: 0px;
	font-size: 13px;
	background: url(/jeuxvideo/imgs/menu_fond2.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	text-align: right;
	font-weight: bold;
	border-bottom: 2px solid #FFFFFF;
}

#menu a, a:visited, #menu a:hover {
	color: #FFFFFF;
	text-decoration: none; 
}

#milieu {
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	margin: 0px 0px 0px 200px;
	padding: 3px 5px 3px 10px;
}

#milieu ul {
	list-style-type: none;
	font-size: 12px;
	border: 0px solid #787878;
	padding: 5px;
}

#milieu h2, #milieu h1 {
	font-size: 18px;
	margin: 0px;
	color: #686667;
}

#milieu p {
	text-align: justify;
	margin: 10px;
}

#milieu ul {
	margin: 20px 0px 15px 50px;
	list-style-type: none;
	border-left: 3px solid #D9D7D8;
}

#milieu li {
	text-align: justify;
	margin: 5px 0px;
	padding-left: 20px;
}

#milieu a, a:visited {
	color: #0085E5;
	text-decoration: underline; 
	font-weight: bold;
}

#milieu a:hover {
	color: #0085E5;
	text-decoration: none; 
	font-weight: bold;
}

#barre_bas2 { font-size: 9px; }

#barre_bas2 p {
	margin: 2px;
	text-align: right;
}

.cleaner {
	clear: both;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}

.rond { margin-right: 10px; }

