:focus,:active { outline: 0; }

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

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


*/

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

#F3BD30
*/

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


/*
#haut a
{
	color:#EEE;
	padding-left:20px;
	font-size:1.6em;
	text-shadow: 2px 2px 20px #000, 2px 2px 20px #000;
}
*/
#haut
{
margin: 4px 0 -5px 0;
text-align: center;
}

#menu
{
	list-style: none;
	height: 30px;
	margin: 0 10px 10px 10px;
	padding: 0;
	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(34, 34, 34);
	background: rgba(34, 34, 34, 0.7);
	margin: 0 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: #333; 
    background: rgba(10,10,10,0.3); 
    -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(34, 34, 34);
	background: rgba(34, 34, 34, 0.95);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	-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;         
	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;
}
#bas a
{
	color: #ddd;
}

.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;
}

