body    {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

*#conteneur    {
	position: absolute;
	width: 100%;
	background-color: #0084b8;
}

p    {
	margin: 0 0 10px 0;
}

*.center    {
	text-align: center;
}

*.left    {
	text-align: left;
}

*.right    {
	text-align: right;
}

img    {
	border: 0;
}

/* ================================================================================================================================
 * ENTETE DE PAGE
 */
*#header    {
	height: 100px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	background-color: #888888;
}

*#header *.logo    {
	height: 87px;
	width: 342px;
	position: absolute;
	top: 0;
	left: 0;
}

*#header *.fond1    {
	background-image: url('../img/topmidspace.jpg');
	height: 87px;
	width: 34px;
	position: absolute;
	top: 0;
	left: 342px;
}

*#header *.fond2    {
	background-image: url('../img/topbg.jpg');
	height: 54px;
}

*#header *.menu    {
	background-color: #0084b8;
	height: 33px;
	padding-left: 380px;/*	padding-top: 10px;*/
}

/*
*#header *.menu ul    {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

*#header *.menu li    {
	float: left;
	height: 23px;
	margin: 0px;
	padding-top: 0px;
	text-align: center;
}

*#header *.menu a    {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

*#header *.menu a:hover    {
	color: black;
	font-weight: bold;
	text-decoration: underline overline;
}
*/
*#header *.menu ul    {
	font: bold 11px verdana,arial,sans-serif;
	list-style-type: none;
	padding-bottom: 25px;
	padding-left: 0px;
	margin: 0;
}

*#header *.menu li    {
	float: left;
}

*#header *.menu a    {
	float: left;
	height: 33px;
	padding: 10px;
	padding-bottom: 0px;
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

html > body *#header *.menu a    {
	height: 23px;
}

*#header *.menu a:hover    {
	font-weight: bold;
	background: #888;
	color: white;
}

/* ================================================================================================================================
 * MENU DE GAUCHE
 */
*#gauche    {
	position: absolute;
	left: 0;
	width: 160px;
	color: white;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	padding: 10px;
}

*#gauche table    {
	color: white;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
}

*#gauche h1    {
	color: white;
	font-size: 1.3em;
}

*#gauche li    {
	margin-bottom: 5px;
	margin-left: -40px;
	list-style-type: none;
}

*#gauche a    {
	color: white;
	text-decoration: none;
}

*#gauche a:hover    {
	color: black;
	font-weight: bold;
}

*#gauche *.error    {
	background-image: url('../img/icons2/dialog-error_003.png');
	background-repeat: no-repeat;
	color: white;
	padding: 5px 5px 5px 28px;
	background-position: 5px 5px;
}

/* ================================================================================================================================
 * CORPS DE PAGE
 */
*#centre    {
	margin-left: 180px;
	height: 450px;
	padding: 50px;
	background-color: white;
	color: black;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	padding-top: 10px;
}

html > body *#centre    {
	height: auto;
	min-height: 450px;
}

*#centre *.error    {
	background-image: url('../img/icons2/dialog-error.png');
	background-repeat: no-repeat;
	border: 2px solid red;
	text-transform: uppercase;
	color: red;
	padding: 25px 25px 25px 60px;
	background-position: 5px 5px;
}

*#centre *.warning    {
	background-image: url('../img/icons2/emblem-important.png');
	background-repeat: no-repeat;
	border: 2px solid #F57900;
	color: #F57900;
	padding: 25px 25px 25px 60px;
	background-position: 5px 5px;
}

*#centre *.confirm    {
	background-image: url('../img/icons2/validation.png');
	background-repeat: no-repeat;
	border: 2px solid green;
	color: green;
	padding: 25px 25px 25px 60px;
	background-position: 5px 5px;
}

*#centre *.info    {
	background-image: url('../img/icons2/information.png');
	background-repeat: no-repeat;
	border: 2px solid blue;
	color: blue;
	padding: 25px 25px 25px 60px;
	background-position: 5px 5px;
}

*#centre table    {
	border: black solid 2px;
	width: 100%;
	table-layout: fixed;
	margin: auto;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
}

*#centre th    {
	font-style: italic;
	background-color: #cccccc;
	padding: 2px;
	text-align: left;
}

*#centre td    {
	padding: 2px;
}

*#centre *.titre    {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

*#centre *.listeNumero    {
	margin-bottom: 5px;
	list-style-type: decimal;
}

*#centre *.listeFaq    {
	margin-bottom: 50px;
	list-style-type: decimal;
}

*#centre h1    {
	text-align: center;
	font-size: 25px;
}

*#centre h2    {
	text-align: center;
}

*#centre hr    {
	border: 1px #0084B8 solid;
}

*#centre span    {
	color: red;
	font-weight: bold;
	font-size: x-small;
}

*#centre a    {
	color: black;
	text-decoration: none;
	font-style: italic;
}

*#centre a:hover    {
	color: black;
	font-weight: bold;
}

*#centre *.onglet    {
	font: bold 11px verdana,arial,sans-serif;
	list-style-type: none;
	padding-bottom: 29px;
	padding-left: 10px;
	border-bottom: 2px solid #0084B8;
	margin: 0;
}

*#centre *.onglet_1    {
	float: left;
	height: 26px;
	background-color: #d8d8d8;
	margin: 2px 2px 0 2px;
	border: 1px solid #0084B8;
	border-bottom: 2px solid #0084B8;
}

*#centre *.onglet_2    {
	float: left;
	height: 26px;
	background-color: #cfc;
	margin: 2px 2px 0 2px;
	border: 1px solid #0084B8;
	border-bottom: 2px solid #fff;
	background-color: #fff;
}

*#centre *.onglet a    {
	float: left;
	display: block;
	color: #0084B8;
	text-decoration: none;
	padding: 4px;
}

*#centre *.onglet a:hover    {
	background: #fff;
}

*#centre *.contenu_onglet    {
	border-right: 2px solid #0084B8;
	border-left: 2px solid #0084B8;
	border-bottom: 2px solid #0084B8;
	padding: 10px;
}

*#centre *.configIP    {
	float: left;
	width: 500px;
}

*#centre *.configDOMAINE    {
	float: left;
	width: 500px;
}

*#centre *.after    {
	clear:both;
}

/* ================================================================================================================================
 * PIED DE PAGE
 */
*#pied    {
	background-color: #888888;
	color: white;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 10px;
}

*#pied a    {
	color: white;
	text-decoration: none;
}

*#pied a:hover    {
	color: white;
	text-decoration: overline underline;
}

@media print {
	*#header, *#pied, *#gauche    {
		visibility: hidden;
	}
	*#centre    {
		margin: 0;
		overflow: visible;
		height: auto;
		width: auto;
	}

}


