/* CSS Document */

/* BLOCS */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
	padding: 0;
	background: #FFFAEA url("/images/fond.gif") 100% 0 repeat-y;
}
#header {
	height: 207px;
	background: #FFFAEA url("/images/onglet.gif") 100% 0 repeat-y;

}
#conteneur {
	position: absolute;
	width: 100%;
}
#contenu {
	margin-right: 305px;
	padding: 0;
	margin-left: 10%;
	text-align: justify;
}
#menuHaut {
	position: absolute;
	width: 160px;
	padding: 0;
	right: 320px;
	top: 30px;
	font-size: 0.8em;
}
#menuDroite {
	position: absolute;
	right: 20px;
	width: 205px;
	padding: 0 50px 0 10px;
	font-size: 0.8em;
}
#pied {
	clear: both;
	margin: 20px 0;
	margin-right: 305px;
	margin-left: 10%;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #999;
	padding: 5px;
}

/* LIENS */

a {
	color: rgb(61, 117, 186);
}
a:hover {
	color: rgb(255, 182, 0);
	text-decoration: none;
}

/* IMAGES */

img.imgGauche {
	float: right;
	margin: 0 0 10px 10px;
}
div#txtDroit {
	margin-left: 160px;
}

/* MENU HAUT */

ul.menuHaut {
	list-style-type: none;
	margin: 0;
	padding:0;
}
ul.menuHaut li {
	margin-bottom: 0.2em;
}
ul.menuHaut li.current {
	font-weight: bold;
}
ul.menuHaut a {
	color: #FFF;
	text-decoration: none;
	background: url(/images/fleche-blanche.gif) 0 50% no-repeat;
	padding-left: 18px;	
}
ul.menuHaut a:hover {
	text-decoration: underline;
}

/* MENU DROITE */

#menuDroite p {
	margin: 0.2em 0;
	padding:0;
	border-top: 1px solid #999;
	font-weight: bold;
	color: #444;
}
#menuDroite ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}
#menuDroite ul li {
	margin: 0.2em 0;
	border-top: 1px solid #999;
}
#menuDroite a {
	color: #444;
	text-decoration: none;
	display: block;
	margin: 0.2em 0;
}
#menuDroite a:hover {
	background-color: #CCC;
	color: #000;
	text-decoration: none;
}
#menuDroite a.current,
#menuDroite a.current:hover {
	color: rgb(61, 117, 186);
	background: none;
}

/* NAVIGATION */

p.navigation {
	text-align: center;
	font-weight: bold;
}
p.navigation a {
	color: #A7A400;
	text-decoration: none;
	font-size: 0.8em;
	padding-left: 18px;	
	background: url(/images/fleche-verte.gif) 0 50% no-repeat;
}
p.navigation a:hover {
	text-decoration: underline;
}

/* TYPO */

p {
	margin: 0 0 10px 0;
}
#header h1 {
	position: absolute;
	top: 25px;
	right: 545px;
	text-align: right;
	color: rgb(255, 182, 0);
	font-size: 3em;
	line-height: 1em;
}
#header h1 span.titre {
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1em;
}
#header h1 span.auteur {
	font-size: 0.4em;
	line-height: 1em;
	color: #999;
}
h2 {
	color: rgb(61, 117, 186);
	font-size: 1.5em;
	text-align: left;
}
h3 {
	color: rgb(61, 117, 186);
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
}
h4 {
	color: rgb(61, 117, 186);
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
h5 {
	color: rgb(61, 117, 186);
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
}
.h5 {
	color: rgb(61, 117, 186);
	font-weight: normal;
	text-transform: uppercase;
}
h6 {
	color: rgb(61, 117, 186);
	font-style: italic;	
	font-weight: normal;
	text-align: left;
}
.petitTexte {
	margin-top: -0.8em;
	font-size: 0.8em;
}
.conclusion {
	font-weight: bold;
	text-align: center;
}
.off {
	list-style-type: none;
}

/* TABLEAU */

table {
	font-size: 0.8em;
	text-align: right;
	margin-bottom: 1em;
	border-top: 1px solid #999;
	border-spacing: 0;
}
td, th {
	border-bottom: 1px solid #999;
	padding: 2px 3px;
}

/* FORMULAIRE */

form {
	text-align: center;
}
p.bouton {
	text-align: center;
}
fieldset input {
	width: 50%;
	border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
label{
	margin-right: 5px;
}
fieldset {
	border: 1px solid rgb(61, 117, 186);
	text-align: right;
	padding: 10px;
	margin-bottom: 10px;
	color: #000;
}
legend {
	color: rgb(61, 117, 186);
	font-weight: normal;
	text-transform: uppercase;
}

