@charset "utf-8";
/* CSS Document */
a
{
	color: #7e7e7e;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #cad14b;
}
b{
}
body{
margin: 0px;
padding: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
background: #2c2c2c;
color: #3d3d3d;
}
h1{font-size: 30px; color: #3d3d3d; margin:0px; padding: 0px; margin-bottom: 20px;}
h2{font-size: 16px; color: #3d3d3d; margin:0px; padding: 0px; margin-bottom: 20px;}
p{font-size: 11px; color: #3d3d3d; margin:0px; padding: 0px;}
li{font-size: 11px; color: #3d3d3d; margin:0px; padding: 0px;}
#affichage
{
	background: #ffffff;
	color: #000000;
	width: 900px;
	min-height: 600px;
	display: block;
	position: relative;
	margin: auto;
	margin-top: 15px;
}
#banniere
{
	position: relative;	
	display: block;
	width:100;
	height: 120px;
}
#barre{
	position: relative;
	width: 100%;
	height: 10px;
	background: #bed15d;
	display:block;
}
#conteneur
{
	padding-left: 35px;
	padding-right: 25px;
	width: 364px;
	height: 246px;
	display: block;
	overflox: auto;
	position: relative;
	background: url(interface/conteneur.png) no-repeat;
	left: 353px; top: 74px;
}
#content
{
	position: relative;
	margin: auto;
	margin-top:15%;
	width: 300px;
	height: 150px;
	background: #ffffff;
	border: 5px solid #c9d14a;
	padding: 15px;
	text-align:center;
}
#message
{
	position: relative;
	display: block;
	margin:auto;
	margin-top: 50px;
	width: 300px;
	border: 2px solid #c9d14a;
	padding: 10px;
	text-align:center;
	background: #ffffff;
}
#Logo{
	position: absolute;
	left: 10px; top: 10px;
	width: 250px;
	height: 80px;
	display: block;
}
#masque
{
	width: 100%;
	height: 100%;
	position:fixed;
	left: 0px;
	top:0px;
	z-index: 100;
	background: #2c2c2c;
	padding:0px;
	margin: 0px;
}
#menu
{
	position: relative;
	margin: 0;
	padding: 0;
	width: 500px;
	display: block;
	left: 100%;
	margin-left: -500px;
	top: 70px;
}
#menuD
{
	position: relative;
	width: 22px;
	height: 30px;
	background: url(interface/menuD.png) no-repeat;
	display: block;
	float: left;
}
#menuG
{
	position: relative;
	width: 16px;
	height: 30px;
	background: url(interface/menuG.png) no-repeat;
	display: block;
	float: left;
}
#piedpage
{
	position: relative;
	text-align:center;
	margin:auto;
	width: 900px;
	padding-top: 5px;
	background: url(interface/trait.png) 0px 7px repeat-x;
	font-size: 10px;
}
#zone{
	position: relative;
	display:block;
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.apercu
{
	display: block;
	width: 120px;
	height: 90px;
	border: 2px solid #ffffff;
}
.bouton
{
	background: #c9d14a;
	border: 2px solid #cecece;
	font-weight: bold;
	font-size:11px;
}
.bouton:hover
{
	background: #FF6600;
	color: #ffffff;
}
.champ
{
	border: 1px solid #daef10;
	background: transparent;
	color: #CCCCCC;
	margin: 5px;
}
.menuElement,.menuBloc
{
	position: relative;
	width: 120px;
	height: 20px;
	padding-top: 10px;
	text-align: center;
	background: url(interface/menuE.png) no-repeat;
	color: #c8c8c8;
	font-size:12px;
	display: block;
	float: left;
	cursor: pointer;
}
.menuElement:hover
{
	background: url(interface/menuH.png) no-repeat;
	color: #ffffff;
}
.menuSel
{
	position: relative;
	width: 97px;
	height: 28px;
	padding-top: 10px;
	text-align: center;
	background: url(interface/menuES.png) no-repeat;
	font-size:14px;
	color: #4c4c4c;
	display: block;
	float: left;
}
.menuSep
{
	position: relative;
	width: 7px;
	height: 30px;
	background: url(interface/menuSep.png) no-repeat;
	display: block;
	float:left;
}
.opacite
{
	opacity: 0.7;
	filter: alpha(opacity:70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}
.petit
{
	font-size:10px;
}


