@charset "utf-8";

    body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-image: url(../images/LCD2.gif);
	list-style-image: url(../images/icon.jpg);
    }

    .thrColFixHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #B1B6BA;
	border: 5px solid #0033CC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
    } 

    .thrColFixHdr #footer {
	border-top-width: 8px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0033CC;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 5px;
	width: 785px;
    } 
.thrColFixHdr #container #footer table {
	margin-right: 10px;
	margin-left: auto;
	margin-bottom: 5px;
}


    .thrColFixHdr #container {
	width: 795px; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
    } 
.thrColFixHdr #container #header {
}
.thrColFixHdr #container #header table {
	margin-right: auto;
	margin-left: auto;
}

    .thrColFixHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	float: none;
	padding-top: 0px;
	border-top-color: #0033CC;
	border-right-color: #0033CC;
	border-bottom-color: #0033CC;
	border-left-color: #0033CC;
    } 
.thrColFixHdr #container #mainContent table {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;

}
#content_table1 {
}


    .thrColFixHdr #sidebar1 {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 380px; /* le remplissage permet d'écarter le contenu de l'élément div des bords de celui-ci */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #FFFFFF;
    }
    .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: 0px;
	line-height: 0px;
    }

