@charset "utf-8";
/* CSS Document */
/* Structure du site */

	html
	{
	height:100%;
	}

	body {
	width:100%;
	margin: 0px 0 10px 0; /* Marge en haut et en bas du site */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #777;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#ecd4c3;
	overflow-x:hidden;
	}
	
	h1 {font-weight:normal}
	h2 {font-weight:normal}
	
	.rose {color:#e6328d}
	.vert {color:#a5b228}
	.orange{color:#e4811c}
	
	img {
	border:0;
	}
	
	.ico {
	vertical-align:middle;
	padding-left:5px;
	}
	
	.valign {
	vertical-align:50%;
	}
	
	#contenu { /* Cadre principal du site*/
	position: relative; 
	width: 100%;
	background:#FFF;
	text-align:left;
	}
	
	#header { /* Bloc d'en-tête comprenant le logotype et le module de connexion */
	position:relative;
	width:100%;
	height:150px;
	background-color:#e4b484;
	}
	
	#connexion { /* Module de connexion */
	width:320px;
	float:right;
	margin:50px 0 0 0;
	}
	
	#onglet {
	position:absolute;
	z-index:3;
	left: 50%;
	top: 190px;
	margin: 0 0 10px -480px;
	width:200px;
	}
	
	#menu { /* Structure du menu */
	z-index:2;
	position:relative;
	height:39px;
	min-width:980px;
	background:url(images/fd_menu_up.png) repeat-x #854c53;
	}
	
	#men_photo {
	float:left;
	width:199px;
	height:39px;
	background:url(images/fd_menu_up.png) repeat-x #854c53;
	}
	
	#men_nav { /* Menu horizontal (cf. menu.css pour la gestion du menu) */
	float:left;
	height:25px;
	background-color:#854c53;
	}
	
	#corps { /* Corps du site */
	display:inline-block;
	z-index:0;
	position:relative;
	width:100%;
	margin:0 0px 0 0px;
	background:url(images/fd_barre.png) repeat-y #fdfaf6;
	}
	
	.men-iti {
	width:198px;
	}
	
/* Blocs du menu vertical */
	
	#barre {
	    float: left; 
    	width: 200px;
    	background: url(images/fd_barre.png) #FFF;
		min-height:520px;
	}
	
	#carnet {
	background-image:url(images/fd_carnet.png);
	height:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding:9px 0 0 30px;
	color:#5f6714;
	}
	
	#carnet2 {
	background-image:url(images/fd_carnet.png);
	height:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-align:center;
	font-size:12px;
	padding:9px 0 0 0px;
	color:#FFF;
	}
	
	a.carnet:link, a.carnet:visited {
	color:#FFF;
	text-decoration:none;
	}
	
	a.carnet:hover, a.carnet:active {
	color:#616620;
	text-decoration:underline;
	}
	
	#presentation {
	background-image:url(images/fd_carnet.png);
	height:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	padding:9px 0 0 30px;
	color:#5f6714;
	}
	
	.presentation {
	width:199px;
	height:36px;
	background:#c5d42f url(images/_presentation.png) no-repeat center 2px;
	}
	.presentation:hover {
	background:#c5d42f url(images/_presentation2.png) no-repeat center 2px;
	}
	
	.carnet {
	width:199px;
	height:36px;
	background:#c5d42f url(images/_carnet.png) no-repeat center center;
	text-align:center;
	}
	.carnet:hover {
	width:199px;
	height:36px;
	background:#c5d42f url(images/_carnet2.png) no-repeat center center;
	text-align:center;
	}
	
	/* English */
	
	.presentation-en {
	width:199px;
	height:36px;
	background:#c5d42f url(images/_presentation-en.png) no-repeat center 2px;
	}
	.presentation-en:hover {
	background:#c5d42f url(images/_presentation2-en.png) no-repeat center 2px;
	}
	
	.carnet-en {
	width:199px;
	height:36px;
	background:#c5d42f url(images/_carnet-en.png) no-repeat center center;
	text-align:center;
	}
	.carnet-en:hover {
	width:199px;
	height:36px;
	background:#c5d42f url(images/_carnet2-en.png) no-repeat center center;
	text-align:center;
	}
	
	#compte {
	width:174px; height:90px; background-color:#FFF;
	padding:40px 0px 10px 10px;
	background-image:url(images/compte.png);
	background-repeat:repeat-x;
}

	#compte2 {
	width:184px; background-color:#FFF;
	}
	
	.option {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	width:154px;
	height:30px;
	padding:10px 0 0 30px;
	color:#5f6714;
	background:url(images/fd_menu.png) #c6d340;
	}
	
	#repere {
	color:#aa2469;
	padding:10px 8px 10px 8px;
	}
	
	#repere form {
	margin:0; padding:0;
	}
	
	#options {
	width:174px; height:120px; background-color:#FFF;
	color:#aa2469;
	padding:40px 0px 10px 10px;
	background-image:url(images/options.png);
	background-repeat:repeat-x;
	}
	
/* Blocs Google Maps */
	
    #map { 
    margin: 0 0 0 200px; /* la marge droite peut être indiquée en pourcentage ou en pixels. Elle crée l'espace dans la partie inférieure du côté droit de la page. */
	min-height:520px
    } 
	
	#bordermap {
	padding:7px;
	background:url(images/bordermap.png);
	height:123px;
	}
	
	#minimap {
	width:184px; height:120px; background-color:#FFF;
	overflow:hidden;
	border:0px solid #FFF;
	}
	
/* Page itinéraire */

	#itineraire {
	position:relative;
	background-color:#FFFFFF;
	border: solid 0px;
	border-color:#99b147;
	width:792px;
	z-index:100;
	float:left;
	
	}
	
	#it_repere {
	}
	
	#it_total {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#444;
	background-color:#dce6bb;
	}
	
	#it_etape {
	color:#444;
	}
	
	a.etape:link,  a.etape:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#444;
	text-decoration:none;
	}

	a.etape:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
    /*border-bottom: #668274 1px dotted;*/
    color:#660000;
	}
	
/* Blocs textuels */

	#interaction {
	width:796px; height:500px; float:left; z-index:0;
	background:#FFF;
	background:url(images/fd_orange.png) no-repeat #fdfaf6 left top;
	}

	#fiche {
	position:relative;
	width:796px; height:500px; margin-left:200px; z-index:0;
	background:#FFF;
	background:url(images/fd_magenta.png) no-repeat #fdfaf6 left top;
	}
	
	#liste_fiche {
	position:relative;
	min-height:500px; margin-left:200px; z-index:0;
	background:#FFF;
	background:url(images/fd_magenta.png) no-repeat #fdfaf6 left top;
	}
	
	#liste_vert {
	position:relative;
	min-height:500px; margin-left:200px; z-index:0;
	background:#FFF;
	background:url(images/fd_vert.png) no-repeat #fdfaf6 left top;
	}
	
	#vert {
	position:relative;
	width:796px; height:500px; float:left; z-index:0;
	background:#FFF;
	background:url(images/fd_vert.png) no-repeat #fdfaf6 left top;
	}
	
	#fiche_pres {
	width:796px; height:500px; float:right; z-index:0; background-color:#fdfaf6;
	background-image:url(images/fd_pres.png);
	background-repeat:repeat-y;
	}
	
	#fiche_photo {
	width:460px; height:175px;
	padding-top:25px;
	background:url(images/fd_photo.png) no-repeat;
	}
	
	#fiche_titre {
	width:766px; height:40px;
	padding: 14px 0 0 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#555;
	letter-spacing:1px;
	}
	
	#fiche_info {
	width:250px; float:left;
	padding: 30px 30px 0 30px;
	font-family: ;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: justify;
	letter-spacing: 0;
	font-size: 1em;
	}
	
	.fiche_colonne {
	padding:5px 0 0 5px;
	width:224px;
	float:left;
	border-left:1px solid #e6318e;
	}
	
	.phototheque {
	width:320px;
	height:107px;
	float:left;
	padding: 20px 20px 10px 30px;
	float:left;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1em;
	background:url(images/fd_phototheque.png) 20px 10px no-repeat;
	}
	
	.vignette {
	margin-right:8px;
	float:left;
	}
	
	.vig_description {
	line-height:12px;
	color:#777;
	}
	
	#fiche_descriptif {
	width:460px; height:260px; float:right;
	padding:10px 0px 0 36px;
	font-family: ;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1em;
	
	}
	
	
	#fiche_label {
	width:210px;
	float:left;
	text-align:left;
	padding-right:20px;
	}
	
	#fiche_contact {
	width:210px;
	float:left;
	padding-right:20px;
	}
	
	#profil {
	width:796px; min-height:500px; float:right; z-index:0; background-color:#fff;
	margin-bottom:10px;
	/*background-image:url(images/fd_pres.png);
	background-repeat:repeat-y;*/
	}
	
	#profil_titre {
	width:766px; height:30px;
	padding: 14px 0 0 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#838d1e;
	}
	
	#profil_info {
	width:220px; float:left;
	padding: 10px 0 30px 50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.4em;
	}
	
	#profil .titre {
	margin-left:-16px;
	padding-left:16px;
	line-height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#838d1e;
	border-bottom:1px dotted #838d1e;
	background:url(images/puce_verte.png) no-repeat 1px 8px;
	}
	
	#profil_liste {
	position:relative;
	width:426px; float:right;
	margin-right:10px;
	padding:10px 30px 0 30px;
	font-family: ;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1em;
	background:#f0f4c8;
	}
	
	#profil_liste #fiche2 {
	position:relative;
	margin-left:-25px;
	width:475px;
	height:120px;
	padding:10px 0 0 10px;
	background:transparent url(images/fiche.png) no-repeat;
	}
	
	.fiche_image {
	float:left;
	width:130px;
	height:100px;
	margin-right:5px;
	background:#EEE;
	}
	
	.fiche_texte {
	float:left;
	width:308px;
	padding-bottom:10px;
	text-align:justify;
	overflow:hidden;
	}
	
	.fiche_texte_perso {
	float:left;
	width:300px;
	padding-bottom:10px;
	text-align:justify;
	overflow:hidden;
	}
	
	#listing {
	position:relative;
	margin:20px 0 0 15px;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1em;
	background:#fff;
	}
	
	#listing #fiche {
	position:relative;
	float:left;
	width:475px;
	height:120px;
	padding:10px 0 0 10px;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:transparent url(images/fiche.png) no-repeat;
	background-image: url(images/fiche.png);
	}
		
	#listing .fiche-carnet {
	position:relative;
	float:left;
	width:475px;
	height:120px;
	padding:10px 0 0 10px;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:transparent url(images/fiche.png) no-repeat;
	background-image: url(images/fiche.png);
	}
	
	#listing #fiche_image {
	float:left;
	width:130px;
	height:100px;
	margin-right:5px;
	background:#e63190;
	}
	
	#formulaire {
	padding:25px;
	}
	
	#aide {
	position:relative;
	width:450px;
	text-align:justify;
	margin:20px 0 0 35px;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 1em;
	background:#fff;
	}
	
	#descriptif_fiche {
	position:absolute; min-width:230px; max-width:460px; margin:30px 0 0 310px;
	}
	
	#descriptif_fiche { /* Hack IE pour régler l'alignement des blocs */
	//margin:30px 0 0 0px;
	}
	
/* Bas de page */

	#footer {
	position:relative;
	height:24px;
	padding:10px 20px 0 20px;
	background:url(images/fd_menu_dw.png) repeat-x #854c53;
	color:#FFF;
	clear:both;
	}
	
/* Eléments textuels */

	.cyan {
	color:#668274;
	}
	
	.mentions {
	color:#FFF;
	font-weight:bold;
	text-align:right;
	}
	
	.fiche_titre {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#444;
	}
	
	.descriptif {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align:justify;
	color:#444;
	}
	
	.descriptif em {
	line-height:18px;
	}
	
	.note {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#444;
	}
	
	.sous_titre {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#e6318e;
	}
	
	.sous_titre_interaction {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#e4811c;
	}
	
	.type {
	color:#e4811c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:2px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:bold;
	}
	
	.type_fiche {
	color:#e6318e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:2px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:bold;
	}
	
	.type_vert {
	color:#c5d42f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:2px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:bold;
	}
	
	.type_lien {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.4em;
	letter-spacing:0px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:bold;
	}
	
	.paragraphe_etendu {
	margin: 10px 30px 10px 30px;
	max-width:710px;
	min-width:400px;
	color:#555;
	}
	
	.paragraphe_etendu_orange {
	margin: 10px 30px 10px 30px;
	max-width:710px;
	min-width:400px;
	color:#555;
	}
	
	.paragraphe_etendu_magenta {
	margin: 10px 30px 10px 30px;
	max-width:710px;
	min-width:400px;
	color:#555;
	}
	
	.simple {
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	}
	
	.valeur {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:16px;
	}
	
	#fiche_lien {
	margin:30px 0 0 -30px;
	}
	
	#fiche_lien a:link, #fiche_lien a:visited {
	font-family:Arial, Helvetica, sans-serif;
	background:#e6318e;
	padding: 4px 4px 4px 30px;
	color:#FFF;
	text-decoration:none;
	}
	
	#fiche_lien a:hover, #fiche_lien a:active {
	background:#333;
	}
	
	#type_itineraire {
	text-align:center;
	}
	
/* Infobulle */
	
	.infobulle {
	width:400px;
	background:#FFF;
	}
	
	.infobulle h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18px;
	color:#555;
	letter-spacing:1px;
	margin:0;
	padding:0;
	}
	
	.infobulle h2 {
	color:#e6318e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:2px;
	line-height:11px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	}
	
	.infobulle .photo {
	float:left;
	border:2px #BBB solid;
	margin-right:6px;
	}
	
	.infobulle a:link, .infobulle a:visited {
	margin-right:5px;
	background:#e6318e;
	padding:4px;
	color:#FFF;
	text-decoration:none;
	}
	
	.infobulle a:hover {
	background:#333;
	text-decoration:none;
	border:0;
	}

/* Eléments divers */

	.bordblanc {
	border:solid 2px;
	border-color:#FFFFFF
	}

/* Eléments de formulaire */

	.connexion {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
	#formulaire input {
	font-family:Arial, Helvetica, sans-serif;
	padding:4px;
	font-size:11px;
	color:#555;
	border:1px solid #888;
	width:180px;
	background:url(images/fd_form.png);
	}
	
	#formulaire textarea {
	font-family:Arial, Helvetica, sans-serif;
	padding:4px;
	font-size:11px;
	color:#555;
	border:1px solid #888;
	width:225px;
	background:url(images/fd_form.png);
	}
	
	#formulaire input:focus, #formulaire textarea:focus {
	border:1px solid #e4811c;
	}

/* Gestion des liens hypertextes */

	#liens {
	margin:20px 0 0 30px}

	a:link,  a:visited {
	color:#788c32;
	text-decoration:none;
	}

	a:hover {
    /*border-bottom: #668274 1px dotted;*/
    text-decoration:underline;
    color:#444;
	}

	a.connexion:link,  a.connexion:visited {
	color:#668274;
	text-decoration:none;
	}

	a.connexion:hover {
    /*border-bottom: #668274 1px dotted;*/
    text-decoration:underline;
    color:#668274;
	}
	
	a.menu:link,  a.menu:visited {
	font-size:11px;
	line-height:20px;
	color:#778b31;
	text-decoration:none;
	}

	a.menu:hover {
    /*border-bottom: #668274 1px dotted;*/
    text-decoration:underline;
    color:#778b31;
	}
	
	a.site:link,  a.site:visited {
	font-size:11px;
	line-height:20px;
	color:#444;
	text-decoration:none;
	}

	a.site:hover {
    /*border-bottom: #668274 1px dotted;*/
    text-decoration:underline;
    color:#444;
	}
	
	a.interaction:link, a.interaction:visited {
	color:#666;
	}
	
	a.interaction:hover {
	color:#e4811c;
	}
	
	a.fiche:link,  a.fiche:visited {
	color:#e63190;
	text-decoration:none;
	}

	a.fiche:hover {
    /*border-bottom: #668274 1px dotted;*/
    text-decoration:underline;
    color:#e63190;
	}
	
	#footer a:link, #footer a:visited {
	color:#FFF;
	}
	
	#footer a:hover {
	color:#FFF;
	}
	
	.paragraphe_etendu a:link, .paragraphe_etendu a:visited {
	background:#c5d42f;
	padding:2px;
	color:#FFF;
	text-decoration:none;
	}
	
	.paragraphe_etendu a:hover {
	background:#333;
	color:#FFF;
	text-decoration:none;
	}
	
	.paragraphe_etendu_orange a:link, .paragraphe_etendu_orange a:visited {
	background:#e4811c;
	padding:2px;
	color:#FFF;
	text-decoration:none;
	}
	
	.paragraphe_etendu_orange a:hover {
	background:#333;
	color:#FFF;
	text-decoration:none;
	}
	
	.paragraphe_etendu_magenta a:link, .paragraphe_etendu_magenta a:visited {
	background:#e6328d;
	padding:2px;
	color:#FFF;
	text-decoration:none;
	}
	
	.paragraphe_etendu_magenta a:hover {
	background:#333;
	color:#FFF;
	text-decoration:none;
	}
	
	.fiche_texte a:link, .fiche_texte a:visited {
	font-family:Arial, Helvetica, sans-serif;
	margin-right:5px;
	background:#e6318e;
	padding:4px;
	color:#FFF;
	text-decoration:none;
	}
	
	.fiche_texte a:hover {
	background:#333;
	text-decoration:none;
	border:0;
	}
	
	.btorange {
	font-family:Arial, Helvetica, sans-serif;
	margin-right:5px;
	background:#e4811c;
	padding:4px;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	}
	
	.btorange:hover {
	background:#333;
	text-decoration:none;
	border:0;
	cursor:pointer;
	}
	
	a.btvert:link, a.btvert:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-right:5px;
	background:#c3d531;
	padding:4px;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	}
	
	a.btvert:hover, a.btvert:active {
	background:#333;
	text-decoration:none;
	border:0;
	cursor:pointer;
	}
	
	a.btrose:link, a.btrose:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-right:5px;
	background:#e6328d;
	padding:4px;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	}
	
	a.btrose:hover, a.btrose:active {
	background:#333;
	text-decoration:none;
	border:0;
	cursor:pointer;
	}
	
/* Lien Carnet */

	.fiche-carnet a:link, .fiche-carnet a:visited {
	font-family:Arial, Helvetica, sans-serif;
	margin-right:5px;
	background:#c5d630;
	padding:4px;
	color:#FFF;
	text-decoration:none;
	}
	
	.fiche-carnet a:hover {
	background:#333;
	text-decoration:none;
	border:0;
	}
	
	a.details2:link, a.details2:visited {
	background:transparent;
	color:#c5d630;
	}
	
	a.details2:hover {
	color:#333;
	}
	
/* Lien Listing */
	
	.fiche_texte a.details:link, .fiche_texte a.details:visited {
	background:transparent;
	color:#e6318e;
	}
	
	.fiche_texte a.details:hover {
	color:#333;
	}
	
	.fiche_texte_perso a:link, .fiche_texte_perso a:visited {
	font-family:Arial, Helvetica, sans-serif;
	margin-right:5px;
	background:#c5d42f;
	padding:4px;
	color:#FFF;
	text-decoration:none;
	}
	
	.fiche_texte_perso a:hover {
	background:#333;
	text-decoration:none;
	border:0;
	}
	
	.fiche_texte_perso a.details:link, .fiche_texte_perso a.details:visited {
	background:transparent;
	color:#c5d42f;
	}
	
	.fiche_texte_perso a.details:hover {
	color:#333;
	}
	
/* Ajustements */

	.abs {
	vertical-align:-30%;
	}
	
/* bloc central */

    #container { 
    	width: 100%;  /* ce paramétrage crée un conteneur dont la largeur est 80 % de celle du navigateur */
    	background: #333;
    	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
    	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
    } 
    
    /* Conseils pour sidebar1 :
    1. comme nous travaillons en unités relatives, il est préférable de ne pas utiliser de remplissage latéral pour l'encadré. Pour les navigateurs conformes aux standards, il sera ajouté à la largeur globale, créant ainsi une largeur réelle inconnue. 
    2. Comme nous utilisons des unités ems pour l'encadré, ne pas oublier que sa largeur variera en fonction de la taille de texte par défaut.
    3. Pour créer un espace entre le côté de l'élément div et les éléments qu'il contient, attribuez une marge gauche et une marge droite à ces éléments, comme dans la règle ".twoColHybLt #sidebar1 p".
    */
    #sidebar1 {
    	float: left; 
    	width: 200px; /* cet élément est flottant, il faut donc lui attribuer une largeur */
    	background: #EBEBEB; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */
    	padding: 15px 0; /* le remplissage en haut et en bas crée un espace visuel à l'intérieur de cet élément div  */
    }
    #sidebar1 h3, #sidebar1 p {
    	margin-left: 10px; /* il est conseillé d'attribuer des valeurs pour les marges gauche et droite de chaque élément qui sera placé dans les colonnes latérales */
    	margin-right: 10px;
    }
    
    /* Conseils pour mainContent :
    1. L'espace compris entre les éléments mainContent et sidebar1 est créé avec la marge gauche de l'élément div mainContent.  Quelle que soit la taille du contenu dans l'élément div sidebar1, l'espace des colonnes reste préservé. Vous pouvez supprimer cette marge gauche si vous souhaitez que le texte de l'élément div #mainContent remplisse l'espace de l'élément #sidebar1 lorsque le contenu de ce dernier se termine.
    2. Veuillez noter qu'il est possible de provoquer une perte de l'élément flottant (perte de la zone non flottante mainContent sous l'encadré) si vous placez dans l'élément divmainContent un élément plus large que ce qu'il peut contenir. Avec une mise en page hybride (largeur générale en pourcentages avec un encadré en ems), il peut être impossible de calculer la largeur exacte disponible. Si la taille de texte par défaut d'un utilisateur est supérieure à la moyenne, l'élément div de l'encadré sera plus large et il y aura donc moins de place dans l'élément div mainContent. N'oubliez jamais cette limitation, en particulier si le client doit ajouter du contenu avec Contribute.
    3. Dans le commentaire conditionnel pour Internet Explorer ci-dessous, la propriété zoom permet de donner à l'élément mainContent l'attribut "hasLayout." Cela évite l'apparition de plusieurs bogues spécifiques d'Internet Explorer.
    */

    
    /* Diverses classes à réutiliser */
    .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;
    }
