@charset "utf-8";
/* CSS FTW */
html {
	background-color:black;
	background-attachment:fixed;
}

html * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

body {
	background: url(../img/bg_html.jpg) no-repeat;
	width:900px;
	color:#FFFFFF;
	margin: 0 auto;
	padding-top:1px;
	font:Verdana, Arial, Helvetica, sans-serif;
}

a { color:white; text-decoration:none; }
div { background:url(../img/div_motif.png); }
input { margin: 2.5px 0; }
strong { font-weight:bold; }

/* Div ENTETE */
div.entete {
	margin: 25px auto;
	height:90px;
}

div.entete form{
	position:relative;
	top:-187px;
	left:575px;
	width:200px;
	text-align:right;
}

div.entete span#deconnexion {
	position:relative;
	top:-175px;
	left: 600px;
	width:200px;
	text-align:right;
}

div.entete ul {
	position:relative;
	top: -100px;
	left: 300px;
}

div.entete ul li {
	margin: 10px;
}

div.entete h1 {
	font-family:"Courier New", Courier, monospace;
	font-size:36px;
	background:url(../img/h1.png) no-repeat;
	height:100px;
	width:300px;
	text-indent:-3009in;
}

div.entete ul li#actif {
	font-weight:bold;
}

/* Div CONTENU */
div.contenu { 
	width:750px;
	margin:10px auto 0 auto;
}

div.contenu h2 { 
	padding:20px; 
	font-size:20px;
	text-align:center;
}

/* Div pied */
div.pied { 
	width:750px;
	margin:10px auto 0 auto;
	text-align:center;
}

ul.nav_secondaire li { display:inline; }

/* DIV RESULTATS DE RECHERCHE */
div.resultat { 
	width:750px;
	margin:10px auto 0 auto;
}

div.resultat h2 { 
	padding:20px; 
	font-size:20px;
	text-align:center;
}

p.class a {
	text-align:right;
}