:focus,:active { outline: 0; }


html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
/*
    background: url('images/backd.jpg') top center no-repeat fixed #000;
*/
	width: 920px;
	margin: auto;
}
#background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

abbr
{
	cursor: help;
	border-bottom: 1px dotted;
}
a img
{
	border: none;
}
a
{
	color: #EEAB2C;
	text-decoration: none;
}
/*


*/

a:hover
{
	color: #F7BD30;
}
/*

#F3BD30
*/

object,embed
{
    width: 550px;
    height: 420px;
	text-align: center;
}
form
{
	margin: 30px;
}


#haut
{
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=135, Strength=5); 
  zoom: 1; 
}
#haut a
{
	color:#eee;
	margin-left:20px;
	font-size:1.6em;
	text-shadow: 2px 2px 20px #000, 2px 2px 20px #000;
}


#menu
{
	list-style: none;
	margin: 12px;
	padding: 5px;
	height: 28px;
	font: bold 1.1em Arial, sans-serif;
	text-shadow: 2px 2px 15px #000, 2px 2px 15px #000;
}
#menu .g
{
	float: left;
}
#menu .d
{
	float: right;
}
#menu a
{
	display: block;
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
	background: rgb(35, 35, 35);
	background: rgba(35, 35, 35, 0.6);
	margin: 5px;
	padding:7px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
#menu a:hover, #menu .actif a
{
    background: #444; 
    background: rgba(68,68,68,0.4); 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
 
#centre
{
	padding: 12px 12px 20px 12px;
	min-height: 400px;
	background: rgb(35, 35, 35);
	background: rgba(35, 35, 35, 0.98);
	color:#eee;
	-moz-box-shadow:0 0 25px #222;
	-webkit-box-shadow: 0 0 25px #222;
	box-shadow:0 0 25px #222;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;         
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	overflow:hidden;
}
#centre h1, h2, h3
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
#centre h1, h2
{
	text-align: center;
}

#listep p
{
	float:left;
	width:180px;
	margin-top: 0;
}

#ep
{
	margin-top: 30px;
	margin-bottom: 10px;
}
#epcomplet
{
	margin-top: 20px;
	margin-left:172px;

}

#bas
{
    clear: both;
	padding:13px;
	margin: 0px;
	text-align: center;
	font-size: 0.9em;
	color: #eee;
}

.centre
{
    text-align: center;
}
.droite
{
    text-align: right;
}
.flot_gauche, .flot_droite
{
    margin-top: 5px;
    margin-bottom: 0px;
}
.flot_gauche
{
    float: left;
    margin-right: 5px;
}
.flot_droite
{
    float: right;
    margin-left: 5px;
}

