@charset "utf-8";
body  {
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(fondbodygris.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 980px; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	border: 1px solid #FFF;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(bgvista.jpg);
	background-repeat: no-repeat;
	background-color: #1065C3;
} 
.twoColFixLtHdr #header {
	height: 170px;
	width: 980px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(backgroundvista/images/bgvistahover_01.gif);
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* la mise à zéro de la marge du dernier élément du div #header permet d'éviter une disparition de la marge (espace inexplicable entre les éléments div). Si l'élément div est entouré d'une bordure, cette précaution n'est pas nécessaire, car la bordure évite également la disparition de la marge */
	padding: 10px 0; /* l'utilisation de remplissage, au lieu d'une marge, permet d'éloigner l'élément des bords de l'élément div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 180px;
	display: block;
	height: 650px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #sidebar1 ul {
	list-style-type: none;
	margin-top: 21px;
	margin-right: 0px;
	margin-left: 17px;
	margin-bottom: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #sidebar1 ul li a:hover {
	text-decoration: none;
	color: #1063C1;
}


.twoColFixLtHdr #container #sidebar1 ul li {
	display: block;
	list-style-type: none;
	height: 41px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: x-large;
	text-decoration: underline;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: large;
}

.twoColFixLtHdr #container #mainContent p {
}

.twoColFixLtHdr #container #footer #footer {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}

.twoColFixLtHdr #container #sidebar1 ul li a {
	text-decoration: none;
}




.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #FFF;
} 
.twoColFixLtHdr #container #footer p {
	color: #FFF;
	text-align: center;
	margin-top: 10px;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer p a {
	text-decoration: none;
	color: #039;
}

.twoColFixLtHdr #container #sidebar1 a {
	color: #FFF;
}

.twoColFixLtHdr #footer {
	height: 120px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #DDDDDD;
	background-image: url(backgroundvista/images/piedepage.gif);
	margin-top: 0px;
} 
.twoColFixLtHdr #menuhaut {
	top: 0px;
	left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 250px;
}

.twoColFixLtHdr #footer p {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.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;
}
