body {
	margin: 0px;
	padding: 0px;
	
	/* Textes par défaut. */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	
	background-color: #EEEEEE;

	/* IE la page est centrée. */
	text-align: center;
}
div {
	margin: 0px;
	padding: 0px;
	/* FF les div se comportent en modèle traditionnel de boite */
	-moz-box-sizing: border-box;
	/* depuis IE8 les div se comportent en modèle traditionnel de boite */
	-ms-box-sizing: border-box;
	/* les navigateurs respectant CSS3 les div se comportent en modèle traditionnel de boite */
	box-sizing: border-box;
	/* Chrome les div se comportent en modèle traditionnel de boite */
	-webkit-box-sizing: border-box;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	/*border: 3px solid red;*/
	/* FF les div se comportent en modèle traditionnel de boite */
	-moz-box-sizing: border-box;
	/* depuis IE8 les div se comportent en modèle traditionnel de boite */
	-ms-box-sizing: border-box;
	/* les navigateurs respectant CSS3 les div se comportent en modèle traditionnel de boite */
	box-sizing: border-box;
	/* Chrome les div se comportent en modèle traditionnel de boite */
	-webkit-box-sizing: border-box;
}
h1 {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
	text-transform: uppercase;
	padding: 2px 20px 2px 10px;
	background-color: #000000;
	vertical-align: middle;
}
h1 span.end {
	font-size: 16px;
	font-weight: bold;
}
div.complement {
	width: 100%;
}
h2 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	font-style: italic;
	margin-top: 14px;
	margin-bottom: 14px;
	width: 95%;
}
h2 a {
	color: #CC0000;
}
h3 {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 6px;
}
pre {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/* Permet le retour à la ligne forcé malgré le pre. */
	/* Au 24/07/2009, fonctionne sous IE, FF et Chrome. */
	white-space: pre-wrap;      /* css-3 */
	word-wrap: break-word;      /* Internet Explorer 5.5+ */

	/*white-space: -moz-pre-wrap;*/  /* Mozilla, since 1999 */
	/*white-space: -pre-wrap;*/      /* Opera 4-6 */
	/*white-space: -o-pre-wrap;*/    /* Opera 7 */
}
p {
	color: #000000;
	font-size: 11px;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 6px;
}
p.rouge {
	color: #FF0000;
}
img {
	margin: 0px;
	border: 1px solid #CC0000;
}

/* Position de l'image d'un paragraphe. */
div.position2 {
	/* en haut à gauche en flotant. */
	float: left;
	margin: 0px 20px 20px 0px;
}
div.position3 {
	/* en haut à droite en flottant. */
	float: right;
	margin: 0px 0px 20px 20px;
}
div.position4 {
	/* au dessus du texte. */
	margin-top: 20px;
	margin-bottom: 20px;
}
div.position5 {
	/* au dessous du texte. */
	margin-top: 20px;
	margin-bottom: 20px;
}
span.legende {
	font-size: 10px;
	font-style: italic;
}
table {
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	/* IE spécifique. */
	border-collapse: collapse;
	font-size: 11px;
	text-align: left;
}
th {
	text-align: left;
}

/* Tous les modeles contiennent un conteneur. */
div#conteneur {
	/* FF page centrés dans le navigateur. */
	margin-left: auto;
	margin-right: auto;

	width: 980px;
	/*background-color: #FFFFFF;*/
	text-align: center;
	
	/*z-index: 500;*/
	/* Nécessaire pour le positionnement du menu de la page en absolu par dessus le contenu. */
	position: relative;
}
div#tetiere {
	background-repeat: no-repeat;
	/*border: 1px solid red;*/
}
div#tetiere img {
	border: none;
}
/* Tous les modeles contiennent un menu avec onglets. */
div.menuOnglets {
	clear: both;
	width: 980px;
	text-align: left;
	padding-left: 3px;
	/*border: 1px solid red;*/
}
div.menuOnglets a.onglet {
	display: inline-block;
	background-image: url(/img/onglets/onglet.png);
	background-repeat: no-repeat;
	width: 115px;
	height: 25px;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	text-align: center;
	/*border: 1px solid red;*/
}
/* Le survol est assuré par les styles idCouleurEspace en fin de feuille. */
div.menuOnglets a.ongletCourant {
	display: inline-block;
	background-image: url(/img/onglets/onglet-on.png);
	background-repeat: no-repeat;
	width: 115px;
	height: 25px;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	text-align: center;
}
div.menuTetiere {
	position: relative;
	z-index: 10;
	float: right;
	height: 25px;
}
/* L'image n'est pas taillée exactement sur le visuel onglet. */
div.menuTetiere span.ongletcoin {
	float: left;
	background-image: url(/img/onglets/ongletMenuTetiere.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}
div.menuTetiere a.onglet {
	float: left;
	display: inline-block;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	background-color: #FFFFFF;
	height: 20px;
	margin: 0px;
}
div.menuTetiere a.onglet:hover {
	color: #CC0000;
}
div.menuTetiere span.onglet {
	float: left;
	display: inline-block;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	background-color: #FFFFFF;
	height: 20px;
	margin: 0px;
}

/* Tous les modeles contiennent un contenu. */
div.contenu {
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	background-color: #FFFFFF;
}

/* Tous les modeles contiennent un pied de page. */
div#piedPage {
	clear: both;
	position: relative;
	font-size: 9px;
	color: #666666;
	height: 55px;

	background-image: url(/img/fondPiedPage.png);
	background-position: top left 980px;
	background-repeat: no-repeat;

	margin-top: 5px;
	margin-bottom: 20px;
}
div#piedPage a {
	color: #666666;
}
div#piedPage a:hover {
	color: #000000;
	text-decoration: underline;
}
div#piedPage div.logo {
	float: left;
	width: 60px;
	text-align: left;
	margin-left: 10px;
}
div#piedPage div.logo img {
	height: 55px;
	border: none;
}
div#piedPage div.adresse {
	float: left;
	width: 150px;
	height: 55px;
	text-align: left;
	margin-left: 10px;
}
div#piedPage div.menu {
	position: relative;
	float: right;
	width: 300px;
	height: 55px;
	text-align: right;
	margin-right: 10px;
}
div#piedPage div.menu div.menuHorizontal {
	position: relative;
	top: 10px;
	text-align: right;
}
div#piedPage div.menu div.version {
	position: relative;
	top: 20px;
	text-align: right;
}

/* Styles des formulaires. */
/*=========================*/
/* La mise en page des champs du formulaire est assurée par un tableau
	dont les cellules sont définies en vertical-align: top.
	Pour aligner le contenu des cellules d'une même ligne, on joue donc sur le padding-top et le margin-top
	pour simuler un alignement centré quand il n'y a qu'une ligne sur un champ de présentation. */
fieldset {
	margin: 0px;
	margin-top: 12px;
}
table.Formulaire {
	font-size: 11px;
	margin: 0px;
}
table.Formulaire img {
	border: none;
}
table.Formulaire th {
	background-image: url(/img/form/carre-beige.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	
	padding-left: 15px;
	padding-top: 5px;
	white-space: nowrap;
	vertical-align: top;
}
table.Formulaire th.vide {
	background: inherit;
}
table.Formulaire td.Panneau {
	width: 25px;
	text-align: center;
	padding-top: 4px;
	vertical-align: top;
}
table.Formulaire td {
	vertical-align: top;
	/*border: 1px solid #00FF00;*/
	padding: 0px;
}
table.Formulaire input {
	font-size: 11px;
	border: 1px solid #CC0000;
	margin-top: 2px;
}
table.Formulaire input.submit {
	background-image: url(/img/onglets/itemV.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 27px;
	text-align: left;
	padding-left: 20px;
	
	display: inline-block;

	border: none;
	cursor: pointer;
	padding-top: 0px;
	margin: 0px 2px 0px 2px;
	font-weight: bold;
}
table.Formulaire input.button {
	background-image: url(/img/onglets/itemV.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 27px;
	text-align: left;
	padding-left: 20px;
	
	display: inline-block;

	border: none;
	cursor: pointer;
	padding-top: 0px;
	margin: 0px 2px 0px 2px;
	font-weight: bold;
}
table.Formulaire input.radio {
	border: none;
	vertical-align: middle;
	border: 1px solid #00FF00;
}
table.Formulaire input.checkbox {
	border: none;
}
table.Formulaire input.text_modifie {
	background-color: #FFCC33;
}
table.Formulaire input.text_erreur {
	background-color: #FF3300;
}
table.Formulaire input.file_modifie {
	background-color: #FFCC33;
}
table.Formulaire input.file_erreur {
	background-color: #FF3300;
}
table.Formulaire input.password_modifie {
	background-color: #FFCC33;
}
table.Formulaire input.password_erreur {
	background-color: #FF3300;
}
table.Formulaire textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
table.Formulaire td.Commentaire {
	padding-top: 20px;
	vertical-align: top;
}
table.Formulaire td.Commentaire img {
	vertical-align: middle;
}

/* Tableau des messages utilisateurs (msg_v12). */
/*==============================================*/
table.msg {
	border-spacing: 5px;
}
table.msgcritical {
	border-color: #FF0000;
	background-color: #FF0000;
}
table.msgexclamation {
	border-color: #FFCC00;
	background-color: #FFCC00;
}
table.msginformation {
	border-color: #AAB5ED;
	background-color: #AAB5ED;
}
table.msgquestion {
	border-color: #AAB5ED;
	background-color: #AAB5ED;
}
table.msg th {
	padding: 2px;
	border-width: 5px;
	border-style: solid;
}
table.msg td {
	padding: 2px;
	background-color: #FFFFFF;
	border-width: 5px;
	border-style: solid;
}
table.msg td.msgIcone {
	width: 50px;
	vertical-align: middle;
}
table.msg td.msgIcone img {
	border: none;
}
table.msg td.msgContenu {
	width: 100%;
	vertical-align: top;
}

/* Styles des menus horizontaux dans les pages. */
/*==============================================*/
a.itemH {
	background-image: url(/img/onglets/itemV.gif);
	background-repeat: no-repeat;
	width: 170px;
	height: 27px;
	text-align: left;
	padding-top: 7px;
	padding-left: 20px;
	
	display: inline-block;
	margin-bottom: 5px;
}
a.itemH:hover {
	background-image: url(/img/onglets/itemV.hover.gif);
}

/* Styles des listes. */
/*====================*/
table.Liste th {
	vertical-align: top;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	border: 1px solid #0051A2;
}
table.Liste th.total {
	white-space: nowrap;
}
table.Liste td {
	vertical-align: top;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #0051A2;
}
table.Liste td a {
	text-decoration: none;
	color: black;
	font-weight: normal;
}
table.Liste td a:hover {
	color: #FFFFFF;
	background-color: #996600;
}
table.Liste td img {
	border: none;
}

/* Couleurs des espaces. */
/*=======================*/
/* Espace bleu soutenu */
.color1 {
	color: #006CAA;
}
.bgcolor1 {
	background-color: #006CAA;
}
.bgimage11 {
	background-image: url(/img/onglets/itemV_1.hover.gif);
}
.bgimage21 {
	background-image: url(/img/onglets/itemV2_1.hover.gif);
}
.onglet1:hover {
	color: #006CAA;
}
.bordercolor1 {
	border-color: #006CAA;
}
/* Espace rouge */
.color2 {
	color: #C50E1F;
}
.bgcolor2 {
	background-color: #C50E1F;
}
.bgimage12 {
	background-image: url(/img/onglets/itemV_2.hover.gif);
}
.bgimage22 {
	background-image: url(/img/onglets/itemV2_2.hover.gif);
}
.onglet2:hover {
	color: #C50E1F;
}
.bordercolor2 {
	border-color: #C50E1F;
}
/* Espace vert */
.color3 {
	color: #008A2E;
}
.bgcolor3 {
	background-color: #008A2E;
}
.bgimage13 {
	background-image: url(/img/onglets/itemV_3.hover.gif);
}
.bgimage23 {
	background-image: url(/img/onglets/itemV2_3.hover.gif);
}
.onglet3:hover {
	color: #008A2E;
}
.bordercolor3 {
	border-color: #008A2E;
}
/* Espace jaune */
.color4 {
	color: #FFDD00;
}
.bgcolor4 {
	background-color: #FFDD00;
}
.bgimage14 {
	background-image: url(/img/onglets/itemV_4.hover.gif);
}
.bgimage24 {
	background-image: url(/img/onglets/itemV2_4.hover.gif);
}
.onglet4:hover {
	color: #FFDD00;
}
.bordercolor4 {
	border-color: #FFDD00;
}
/* Espace bleu clair */
.color5 {
	color: #009EE0;
}
.bgcolor5 {
	background-color: #009EE0;
}
.bgimage15 {
	background-image: url(/img/onglets/itemV_5.hover.gif);
}
.bgimage25 {
	background-image: url(/img/onglets/itemV2_5.hover.gif);
}
.onglet5:hover {
	color: #009EE0;
}
.bordercolor5 {
	border-color: #009EE0;
}

/* Styles outils de dev dans le site. */
a.devItemH {
	font-size: 10px;
	background-color: #99CCFF;
	padding: 2px 5px 2px 5px;
	position: absolute;
	right: 20px;
}

/* Styles spécifiques questionnaires. */
a.lienQuestionnaire {
	padding: 2px;
}
a.lienQuestionnaire:hover {
	background-color: #0051A2;
	color: #FFFFFF;
}
