@charset "utf-8";
body  {
	margin: 0; /* il est conseill&eacute; de mettre à z&eacute;ro la marge et le remplissage de l'&eacute;l&eacute;ment body, pour tenir compte des diff&eacute;rentes valeurs par d&eacute;faut des navigateurs */
	padding: 0;
	text-align: center; /* ce param&eacute;trage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite align&eacute; à gauche (valeur par d&eacute;faut) dans le s&eacute;lecteur #container */
	color: #1E3A57;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	overflow: scroll;
	font-size: 14px;
}
.thrColFixHdr #container {
	width: 992px;
	text-align: left; /* ce param&eacute;trage annule le param&egrave;tre text-align:center de l'&eacute;l&eacute;ment body. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	height: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(lesimages/2.jpg);
	background-position: bottom;
	text-align: center;
} 
.thrColFixHdr #header h1 {
	margin: 0;
	height: 200px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
	background-position: top;
	background-image: url(lesimages/1.jpg);
}
.thrColFixHdr #header h2 {
	margin: 0;
	height: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
	background-position: center -210px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #C0D9FE;
	border-right-color: #C0D9FE;
	border-bottom-color: #C0D9FE;
	border-left-color: #C0D9FE;
	border-bottom-style: solid;
}

.thrColFixHdr #sidebar1 {
	float: left; /* cet &eacute;l&eacute;ment est flottant, il faut donc lui attribuer une largeur */
	width: 130px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	color: #E87400;
	font-size: 11pt;
	text-align: center;
	background-image: url(lesimages/menu.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 500px;
	margin-bottom: 10px;
	background-color: #CFD5ED;
	padding-top: 5px;
	margin-top: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* cet &eacute;l&eacute;ment est flottant, il faut donc lui attribuer une largeur */
	width: 175px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	height: 500px;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(lesimages/photo.jpg);
	background-position: center top;
	margin-bottom: 10px;
	margin-top: 10px;
	vertical-align: bottom;
	color: #FFF;
	background-color: #414046;
	
}
.mdp {
	color: #2C5783;
	width: 95%;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

.thrColFixHdr #mainContent {
	margin-right: 190px;
	margin-bottom: 10px;
	margin-left: 150px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0D9FE;
	padding-top: 5px;
	margin-top: 10px;
} 
.thrColFixHdr #footer {
	background-image: url(lesimages/bas.jpg);
	color: #2C5783;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	background-position: bottom;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* l'utilisation d'un remplissage pour cet &eacute;l&eacute;ment cr&eacute;e un espace, tout comme une marge l'aurait fait, mais en &eacute;vitant le risque de disparition de la marge */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.fltrt { /* cette classe permet de rendre flottant le côt&eacute; droit d'un &eacute;l&eacute;ment dans la page. L'&eacute;l&eacute;ment flottant doit pr&eacute;c&eacute;der l'&eacute;l&eacute;ment à côt&eacute; duquel il doit se trouver dans la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe permet de rendre flottant le côt&eacute; gauche d'un &eacute;l&eacute;ment dans la page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* cette classe doit être plac&eacute;e pour un &eacute;l&eacute;ment div ou break et doit être l'&eacute;l&eacute;ment final avant la balise de fin d'un conteneur qui doit contenir enti&egrave;rement un &eacute;l&eacute;ment flottant */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.italique {
	font-style: italic;
}
.barre {
	color: #E87400;
	font-size: 16px;
}
.gras {
	color: #E87400;
	width: 95%;
	text-align: left;
	font-weight: bold;
}
.calendrier {
	color: #E87400;
	width: 95%;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #E87400;
	border-right-color: #E87400;
	border-bottom-color: #E87400;
	border-left-color: #E87400;
}
.titre {
	color: #FFF;
	width: 95%;
	text-align: center;
	font-weight: normal;
	font-variant: normal;
	font-size: 19px;
	text-transform: uppercase;
}
.grasbleu {
	color: #2C5783;
	width: 95%;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}
.bold {
	width: 95%;
	text-align: left;
	font-weight: bold;
}
.photo {
	margin-right: 3
.px;
	margin-right: 5px;
}
.ligne {

	margin-right: 3
.px
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #e87400;
}
.tableau {
	color: #1E3A57;
	font-size: 14px;
}
.1erligne {

	margin-right: 3
.px
	border-bottom-width: 1px;
	color: #363;
}
.2eligne {

	margin-right: 3
.px
	border-bottom-width: 1px;
	color: #363;
	background-image: url(lesimages/basmenu.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bordureorange {
	border: 1px solid #E87400;
}
.menu {
	color: #2C5783;
	width: 95%;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

