@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
    }
    .thrColFixHdr #container {
	width: 1000px;
	text-align: left; /* ce paramétrage annule le paramètre text-align:center de l'élément body. */
	font-size: 12px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
    } 
    .thrColFixHdr #header {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	background-color: #96b9d9;
	color: #000000;
	background: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 71px;
    } 
.thrColFixHdr #header1 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-color: #9393FF;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 152px;
	background: #9393FF;
	white-space: normal;
	height: 20px;
	vertical-align: middle;
}
.thrColFixHdr  #header2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	height: 25px;
	background: #e0e0ff;
}
.thrColFixHdr #header3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding-top: 0px;
	height: 15px;
	background: #403f3c;
	padding-bottom: 0px;
}
    .thrColFixHdr #mainContent {
	font-size: 11px;
	margin-right: 0px;
	margin-bottom: 10;
	margin-left: 210px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: justify;
	color: #000000;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #403f3c;
	border-left-color: #403f3c;
	border-right-width: 0px;
	border-left-width: 10px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #403F3C;
    } 
.thrColFixHdr   #colgauche {
	float: left; /* le remplissage permet d'écarter le contenu de l'élément div des bords de celui-ci */
	font-size: 10px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #000000;
	background-color: #f7eddf;
	width: 175px;
    }
.thrColFixHdr #colprincipal {
	float: left; /* le remplissage permet d'écarter le contenu de l'élément div des bords de celui-ci */
	font-size: 10px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #000000;
	margin-top: 0px;
	width: 495px;
	margin-left: 10px;
}
.thrColFixHdr  #footer0 {
	font-size: 9px;
	background-color: #403F3C;
	color: #FFFFFF;
	background: #403F3C;
	position: relative;
	visibility: visible;
	height: 10px;
    } 
.thrColFixHdr #footer1 {
	font-size: 9px;
	color: #403F3C;
	background-color: #E0E0FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	background: #E0E0FF;
	height: 35px;
	padding: 5px 15px 5px 15px;
	clear: both;
	position: relative;
}

    .fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
	float: right;
	margin-left: 8px;
    }
    .fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
