html, body {
	margin: 0;
	padding: 0;
	border: none;
	height: 100%;
}

body {

	background-color: #F9F9F9;
	background-image: url(fond/gauche.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;

}

/*-- definition de la police generale --*/
* {
	font-family: "MS Sans Serif", Geneva, sans-serif;
}

a {
	text-decoration: none;
}

/* non visité */
a:link {
	text-decoration: underline;
	text-decoration: none;
}

/* visité */
a:visited {
}

/* survolé */
a:hover {
	text-decoration: underline;
}

/* activé */
a:active {
}

img {
	border: none;
}

/*--- Les listes n'ont pas de style ----*/
ul, li {
	list-style: none;
	padding: 0;
	padding-left: 5px;
	margin: 0;
}

ul {
	padding-bottom: 20px;
}

li {
	font-size: 10px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*-- H1 : titre de l'application --*/
h1 {
	display: inline;
	color: #FFFFFF;
	padding-left: 10px;
	vertical-align: middle;
	font-size: 24px;
}

/*---- H3 : titre de l'écran dans l'espace métier ----*/
h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

/*-- H4 : titre dans le menu de gauche --*/
h4 {
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-left: 3px;
	text-align: left;
	font-size: 12px;
}
/*-- h5 : message info dans le menu de gauche --*/
h5 {
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-left: 1%;
	margin-right: 1%;
	text-align: left;
	font-size: xx-small;
	color: green;
	background-image:url(images/attention.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: white;
}
/*==== Bandeau Bleu ====*/
#BandeauBleu {
	background-color: #31659C; /* bleu */
/*	background-color: #007800; /* vert */
	padding-top: 3px;
	padding-bottom: 3px;
}

.logo {
	display: inline;
	vertical-align: middle;
}

/*==== Bandeau Jaune ====*/
#BandeauJaune {
	background-color: #FFCF31;
	text-align: center;
}

#BandeauJaune ul {
	padding: 0;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 5px;
}

#BandeauJaune li {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}

/*==== Menu gauche ====*/
#Gauche {
	width: 150px;
	color: #000000;
	float: left;
}

#Gauche img {
	display: block;
	width: 100%; /* A ajuster : pb sous IE */
}

/*==== Espace métier ====*/
#Metier {
	background-color: #F9F9F9;
	margin-left: 150px;
}

#chemin {
	font-size: 10px;
/*	font-weight: bold; */
	padding: 0;
	margin: 0;
	padding-left: 3px;
}

#erreurs {
	background-image: url(images/attention.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px; /* place pour afficher l'image */
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	color: Black;
}

/*==== Pied de page (info/aide/copyright) ====*/
#footer {
	position: absolute;
/*	position: fixed; */
	bottom: 0;
	left: 0;
	width: 150px;
	font-size: 10px;
	text-align: center;
	padding-bottom: 5px;
}

/*==== Texte de preentation ====*/
.Presentation {
	padding: 50px;
	padding-top: 10px;
	font-size: 13px;
	text-align: left;
}

.Presentation p {
	padding-bottom: 5px;
	padding-top: 5px;
}

.Presentation h1 {
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}

.Presentation h2 {
	text-align: left;
	font-size: 17px;
}

.Presentation h3 {
	text-align: left;
	font-size: 15px;
	background-color: #C0C0C0;
	margin-top: 25px;
	padding: 5px;
}

.Presentation h4 {
	text-align: left;
	font-size: 13px;
	padding: 0px;
	margin-top: 15px;
	padding-left: 20px;
	margin-bottom: 10px;
	background-image: url(images/square.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.Presentation h7 {
	text-align: right;
	font-size: 17px;
	background-color: #C0C0C0;
}

.Presentation ul {
	padding-top: 0px;
	padding-bottom: 0px;
}

.Presentation li {
	list-style-type: circle;
	margin-left: 20px;
	font-size: 13px;
	padding: 0px;
}

.Presentation li li {
	list-style-type: disc;
}

.Presentation #retourHaut {
	background-image: url(images/arrow_top.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	text-align: right;
	font-size: 12px;
}

.Presentation #retourPrecedent {
	background-image: url(images/arrow_back.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	text-align: right;
	font-size: 12px;
}

.Presentation br {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*==== Entete pour les onglets ====*/
.TitreGauche {
	width: 60%;
	float: left;
}

.TitreDroite {
	width: 40%;
	font-weight: bold;
	text-align: right;
	float: right;
}
