.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* global */
* {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

html, body {
	height:100%;
}

body {
	background-image: url("../images/fond-3b.jpg");
	background-color: #000000;
	background-position: center;
	background-repeat: repeat-y;
	color: #f0f0f0;
	font: 12px/1.3em "Trebuchet MS", Verdana;
	text-align: center;
}

#global {
	width: 720px;
	margin: 0 auto;
	text-align: left;
}

/* header */
#header {
	width: 100%;
	height: 220px;
	margin: 0;
	margin-bottom: 10px;
	color: #ffcc00;
}
#logo {
	position: absolute;
	width: 110px;
	margin-top: 10px;
	margin-left: 6px;
	z-index: 500;
}
#header_titre {
	position: absolute;
	width: 700px;
	margin-left: 10px;
	margin-top: 180px;
	text-align: center;
	font-size: 18px;
}
#header_fond {
	position: absolute;
	width: 625px;
	margin-left: 60px;
	margin-top: 6px;
	text-align: center;
	font-size: 18px;
}
#quick {
	position: absolute;
	margin-top: 10px;
	margin-left: 690px;
	width: 40px;
	height: 32px;
	padding: 0px;
}
#divmenu {
	z-index:200;
	position:absolute;
	margin-top: 130px;
	margin-left: -4px;
}
#pub {
	position: absolute;
	width: 468px;
	height: 60px;
	margin-left: 180px;
	margin-top: 30px;
}
#langues {
	position: absolute;
	margin-left: 685px;
	margin-top: 138px;
	z-index: 500;
}
#langues a {
	margin: 2px;
}
#langues img {
	border: 1px solid #000000;
}

/* quick */
#quick ul li {
	margin-bottom: 4px;
}

/* contenu */
#contenu {
	width: 700px;
	margin: 10px auto;
	margin-bottom: 0;
	text-align: justify;
}

/* footer */
#footer {
	width: 80%;
	margin: 40px auto;
	margin-bottom: 0px;
	text-align: center;
	border-top: 1px solid #7f7f7f;
	padding: 5px;
	font-size: 12px;
}

/* a */
a {
	text-decoration: underline;
	color: #ffffff;
}
a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
p a {
	text-decoration: underline;
}

/* img */
img {
	border:0;
}
img.bordure {
	border: 5px solid #f0f0f0;
}

/* status */
ul.square {
	list-style-type: square;
}

/* h */
h1 {
	text-align: center;
	color: #ffcc00;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
}
h2 {
	font-size:14px;
	font-weight: bold;
	padding-bottom: 3px;
}
h3 {
	font-size:14px;
	font-weight: bold;
	color: #ffcc00;
	padding-bottom: 3px;
}

ul.liste {
	width: 80px;
	margin: 0 auto;
	text-align: right;
}

.highlight1 {
	color: #ffcc00;
	font-weight: bold;
}
.highlight2 {
	color: #ff2a00;
	font-weight: bold;
}
.highlight3 {
	font-weight: bold;
}


/* spacer */
.spacer {
	font-size: 1px;
	clear: both;
}


/* formulaire basique */
input.textfield {
	border: 1px solid #f0f0f0;
	background-color: #333333;
	color: #f0f0f0;
	padding: 2px;
	margin: 4px;
}
input.textfield:hover {
	border: 1px solid #ffcc00;
}
input.button {
	border: 1px solid #ffcc00;
	background-color: #333333;
	color: #f0f0f0;
	padding: 2px;
	margin: 4px;
}
input.button:hover {
	color: #ffcc00;
}

/* tableau */
.tableau {
	width: 80%;
	margin: 0 auto;
}
.tableau .titre {
	background-color: #333333;
	text-align: center;
	font-weight: bold;
}
.tableau td {
	border: 1px solid #f0f0f0;
	padding: 4px;
}
.tableau .colore {
	background-color: #484848;
	text-align: center;
	font-weight: bold;
}

/* divers */
.selected {
	color: #ffcc00;
}