@charset "utf-8";
/* Feuille de style CSS pour le site de l'ECHOS */
body  {
	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;
	margin-top: 0px;
	padding-top: 15px;
	background-image: url(images/feuilles-72dpi_degrade2.jpg);
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #6C3;
	background-repeat: repeat-y;
	background-position: center top;
}
.twoColFixLtHdr #wrap #container #footer h4 {
	line-height: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.twoCol FixLtHdr #wrap {
	width: 750px;
	float:none;
	position: fixed;
	text-align: center;
	padding-left: 10px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	}
.twoColFixLtHdr #header {
	text-align: center;
	background-image: url(images/cercles_entete_orange.gif);
	color: #FFF;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 750px;
	position: static;
	left: 0px;
	background-position: center top;
	clear: none;
	float: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 160px;
} 
.twoColFixLtHdr #container {
	width: 750px;
	text-align: center;
	height: auto;
	list-style-type: none;
	background-position: 0% 0%;
	float: none;
	position: relative;
	background-color: #f8fdd5;
	top: 0px;
	vertical-align: top;
	clear: none;
	border: 0px none #FFF;
	padding: 0px;
	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	background-image: none;
	display: block;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* l'utilisation de remplissage, au lieu d'une marge, permet d'éloigner l'élément des bords de l'élément div */
	width: 750px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
h1 {
	color: #000;
}
p {
	color: #000;
	font-style: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
	background-color: #f8fdd5;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 120px;
	height: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-family: "Lucida Console", Monaco, monospace;
	line-height: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	clear: none;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 165px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
	float: none;
	vertical-align: top;
	top: 0px;
} 
#en_tete_texte {
	height: 160px;
	width: 600px;
	text-align: center;
	float: left;
}
.hautTexte {
	font-family: "Comic Sans MS", cursive;
	font-style: normal;
}


.twoColFixLtHdr #footer {
	text-align: center;
	height: auto;
	clear: left; /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent au-dessus. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	visibility: visible;
	margin: 0px;
	float: none;
	position: relative;
	background-color: #FC3;
	background-image: url(images/footer_fond.gif);
	background-repeat: repeat-x;
	background-position: left;
} 
.twoColFixLtHdr #footer p {
	margin: 10; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
	padding: 0;
	position: fixed;
	height: auto;
	width: 750px;
	float: none;
	text-align: center;
}
.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;
}
.twoColFixLtHdr #container #header h2 {
	color: #000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	margin: 0px;
}
.twoColFixLtHdr #container #sidebar1 ul {
	list-style-type: none;
	text-decoration: none;
	float: left;
	top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-position: inside;
	
}
.twoColFixLtHdr #container #sidebar1 ul li {
	padding-bottom: 0px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 2px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 0px;
	font-size: medium;
	font-weight: bolder;
	top: 0px;
	clip: rect(auto,auto,auto,auto);
	vertical-align: middle;
	color: #000;
	height: 45px;
	font-style: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	background-position: 0em 0.5em;
	background-color: #F8FDD5;
}
.twoColFixLtHdr #container #sidebar1 ul li a {
	background-image: url(images/navigations%20bouttons/boutons_blank_normal.gif);
	display: block;
	width: 112px;
	padding-bottom: 0px;
	height: 41px;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	color: #000;
	line-height: 15px;
	font-weight: normal;
	vertical-align: bottom;
	padding-top: 10px;
	margin-top: 0px;
	background-position: 0em 50%;
	background-color: #F8FDD5;
	background-repeat: no-repeat;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
}	
.twoColFixLtHdr #container #sidebar1 ul li a:hover {
	background-image: url(images/navigations%20bouttons/boutons_blank_over.gif);
	display: block;
	width: 112px;
	padding-bottom: 0px;
	height: 41px;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	color: #060;
	padding-top: 10px;
	line-height: 15px;
}

.twoColFixLtHdr #wrap #container #footer p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 740px;
}
.twoColFixLtHdr #wrap #header h2 #FlashID {
	padding-left: 5px;
	padding-top: 5px;
}
.cadre1 {
	border: 2px solid #FC3;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.italic {
	font-style: italic;
	color: #360;
}
.centrer {
	text-align: center;
}
.twoColFixLtHdr #wrap #container #mainContent ul {
	text-align: left;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style-type: disc;
}
#listeBouton1 {
	text-align: left;
	list-style-type: disc;
}
.intensifier {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.sousligne {
	text-decoration: underline;
}
.liste1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	list-style-type: decimal;
}
.listeAlpha {
	font-family: "Comic Sans MS", cursive;
	list-style-type: lower-alpha;
}
.noteBas {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8ED940;
	border-right-color: #8ED940;
	border-bottom-color: #8ED940;
	border-left-color: #8ED940;
	padding: 8px;
	margin: auto;
	color: #00F;
	font-style: italic;
	display: block;
	width: 150px;
	text-align: center;
	float: none;
}
.carte {
	text-align: center;
	left: auto;
	position: static;
	border: 0px solid #0C3;
	margin-left: 40px;
}
.rouge {
	color: #F00;
}
.twoColFixLtHdr #wrap #container #mainContent .centrer strong {
	color: #F00;
	font-style: italic;
	text-decoration: underline;
}
