body {
	color: #000000;;
	background: #ffffff;
}

#centrer2{ margin-left:auto; margin-right:auto; width:95%; text-align:center; }


a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}


#principal {
	color: #000000;
	background: #FFFFFF;
}
#principal a {
	color: #332510;
}
#principal a:hover, #principal a:focus {
	color: #6E5122;
}
#principal strong {
	color: #181A12;
}

/* Contenu secondaire */
#saillant {
	background: #FFFFFF;
	text-align:left;
}
#saillant a:link {color:#0069AA; padding:1px; padding-left:1px; font-weight:normal; font-size:9pt; }
#saillant a:visited {color:#0069AA; padding:1px; font-weight:normal; font-size:9pt; }
#saillant a:active {text-decoration:underline;  color:#FFFFFF; background:#0069AA; padding:1px; font-weight:normal; font-size:9pt; }
#saillant a:hover {text-decoration:underline;  color:#FFFFFF; background:#0069AA; padding:1px; font-weight:normal; font-size:9pt; }


/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 20px 30px;
}
#admp { margin:auto; background: #FFFFFF; font-size:8pt; text-align: center; }
/* En-tête */
#entete {
	background: #FFFFFF ;
}


#entete .sous-titre {
	margin: 4px 0 15px 0;
}

		#un {border:solid #9C9C9C 1px;
			position: absolute;
			width: 200px;
			padding: 20px 20px;
		}
		#deux {border:solid #9C9C9C 1px;
			position: absolute;
			margin-left: 250px; /* -> 2 */
			margin-right: 250px; /* -> 2 */
			padding: 20px 20px;
		}
		#trois {border:solid #9C9C9C 1px;
			position: absolute;
			width: 200px;
			padding: 20px 20px;
		}

		#un1 {
			position: absolute;
			left: 10px;
			width: 240px;
			height: 170px;
		}
		#deux1 {
			position: absolute;
			left: 251px;
			width: 228px;
			height: 170px;
		}
		#trois1 {
			position: absolute;
			right: 10px;
			width: 305px;
			height: 170px
		}

/* Bloc central */
#centre {
	position: relative; /* Voir -> Note 1 */
	width: 100%;
}

/* Menu de navigation */
#menu {	background: #FFFFFF; }
#menu {
	position: absolute; /* -> 1 */
	top: 0;
	left: 0;
	width: 150px;
	border-right:solid #0069AA 1px;
	border-top:solid #0069AA 1px;
	overflow:auto;
}
#menu ul {
	margin: 0;
	padding: 20px 10px 10px 10px;
	list-style: none;
}


/* Contenu principal */
#affiche {
	margin-left: 150px; /* -> 2 */
	margin-right: 160px; /* -> 2 */
	padding: 5px 20px;

}
#affiche > :first-child {
	margin-top: 5px;
}
#affiche p, #affiche li {
	line-height: 1.5;
}

#affiche3 {
	margin-left: 155px; /* -> 2 */
	margin-right: 2px; /* -> 2 */
	padding: 1px 1px;

}
#affiche3 > :first-child {
	margin-top: 1px;
}


/* Activités */
#saillant {
	position: absolute; /* -> 1 */
	top: 0;
	right: 0;
	width: 150px;
	padding: 20px 10px 10px 10px;
	height: 95%;
	overflow:auto;
}
