html, body {
	margin: 0px;
	padding: 0px;
	color: #E6E6E6;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #DCDCDC;
}

* html body {
	text-align: center;
}

/* Les entêtes */

h1, h2, h3 {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

h4, h5, h6 {
	color: #C3D7F1;
}


h1 { font-size: 1.7em; }

h2 {
	margin: 0;
	padding: 0;
	font-size: 3em;
	color: #FFCB51;
	text-align: right;
	margin-right: 10px;
/*	border-bottom: 2px dashed #FFCB51;*/
}

h3 { font-size: 2.6em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.2em; }
h6 { font-size: 0.9em; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

/* *************************************************** */

.hide {
	display: none;
}

/* Container */
#container {
	margin: 0;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../images/header/fd_header.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #006CB3;

}

* html #container {
	text-align: left;	
}

/* Header */
#header {
	margin: 0;
	padding: 0;
	background-image: url(../images/header/header.gif);
	background-repeat: no-repeat;
	height: 101px;
}

#header h1 {
	display: none;
	text-indent: -100em;
}
/* *************************************************** */


#breadcrumb {
	margin: 0 0 0 105px;
	padding: 3px 0 0 0;
	color: white;
	height: 19px;
	position: relative;
	top: 75px;
	left: 0px;
}

#breadcrumb a {
	font-weight: bold;
	color: White;
}

#breadcrumb a:hover {
	font-weight: bold;
	color: White;
}

/* Menu d'accessibilité */
#prelude {
	display: none;
	text-indent: -100em;
}

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

#content {
	margin: 0;
	padding: 0;
	background-color: #5A8BBA;
	border-left: 5px solid white;
	border-right: 5px solid white;
	border-bottom: 1px solid white;
}
/* *************************************************** */






/* Navigation  et fonctionnalités */
#navigation {
	position: absolute;
/*	top: 169px;
	left: 342px;*/
}

#navigation h2, #navigation ul {
	display: none;
}

#functions {
	position: absolute;
	top: 80px;
	right: 0;
}

#functions h2 {
	display: none;
}

#functions ul {
	margin-top: 0px;
	list-style: none;

	right: 0;
	top: 0;
	font-size: 0.8em;
}

#functions ul li {
	padding-right: 10px;
	display: inline;
}

#functions a {
	color: White;
}

/* Bas de page - Copyright */
#footer {
	clear: both;
	margin: 0;
	padding: 3px 10px 3px 10px;
	background-color: black;
	border-left: 5px solid white;
	border-right: 5px solid white;
	font-size: 0.8em;
	color: white !important;
	border-bottom: 5px solid white;
}

#footer a {
	color: white;
}
/* *************************************************** */


/* FORM */
input, textarea {
	margin: 3px 0 0 0;
	padding: 0;
	border: 1px solid black;
}

input {
	width: 100px;
}

textarea {
	width: 250px;
}

.fieldset {
	width: 90%;
	border: 0;
	text-align: left;
}

.fieldset label {
	margin: 5px 3px 0 0;
	text-align: right;
	width: 35%;
	float: left;
}

.nobr {
	margin: 0;
	padding: 0;
}
