@charset "utf-8";
/* CSS Document */


body {
	background: url(images/background.gif) no-repeat #121212;
}

#lang {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 700px;
	margin: 0px auto 2px auto;
	padding-right: 5px;
	text-align: right;
}

#banniere {
	background: url(images/ban.gif);
	width: 700px;
}

#conteneur {
	background-color: #000000;
	height: 100%;
	min-height: 750px;
	width: 700px;
	margin: 75px auto 0px auto;
}

#barre_menu {
	background: url(images/menu.gif);
	height: 50px;
	width: 700px;
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	overflow: auto;
}

#menu li {
	float: left;
	margin-left: 42px ;
	list-style: none;
}

#menu li a{
	text-decoration: none;
	color: #CCCCCC;
}

#menu li a:hover{
	color: #FFFFFF;
}

#contenu{
	height: auto;
	width: auto;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	padding: 50px 50px 50px 50px;
}

#texte{
	text-align: justify;
}

#footer{
	width: 700px;
	height: 15px;
	margin: 2px auto 75px auto;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}


a:link {
	text-decoration: none;
	color: #BCBCBC;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #BCBCBC;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #BCBCBC;
	font-weight: bold;
}

.alinea{
	text-indent: 20px;
}



