/* début du hack "fixed" permettant de fixer le menu fixe sous IE */
body {
	overflow-y:hidden;
	margin:0;
	padding:0;
	text-align: justify;
	background-attachment: fixed;
	/* [disabled]background-image: url(media/images/fond2.jpg); */
	background-repeat: repeat;
	background-position: -5px -5px;
	background-color: #EAEAEA;
}/* marge intérieure à 0 pixels */
html > body {overflow-y: visible} /* annule le overflow-y pour firefox 1.5 et supérieur */

.content { /* boite prenant toute la page sauf le menu fixe*/
	height: 100%; /* la hauteur de la boite occupe 100% de l'écran */
	overflow: auto;
	z-index: 10;
	/* [disabled]background-image: url(media/images/mariefond2.png); */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right 0px;
} /* on rajoute un ascenseur droit à la boite */
body >.content{overflow: visible} /* annule le overflow et la hauteur pour firefox 1.5 et supérieur */
/* fin du hack "fixed" permettant de fixer le menu fixe sous IE */

.boite { /* boite centrale affichant une couleur de fond */
	height:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 200px;
	position: relative;
	z-index: 0;
	left: -32px;
	top: -13px;
}
nav {
	}
#menuTete {
	width: 200px;
	position: absolute;
	z-index: 6;
	top: 18px;
	left: 15px;
}
body> #menuTete{position:fixed}
#menu {
	width:200px;
	position: absolute;
	z-index: 5;
}
body> #menu{position:fixed}
 /* annule le hack "fixed" pour les autres navigateurs que IE */
.boiteInterArrond {
	background-image: url(media/images/degradFond.png);
	background-repeat: repeat-y;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	/*behavior: url(scripts/border-radius.htc);*/
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
	width: 800px;
}
.texteIntro {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #6A7E23;
	text-align: left;
	width: 800px;
	padding-left: 115px;
}
.texteDroite {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #6A7E23;
	text-align: right;
	width: 800px;
}

.texteGauche {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #6A7E23;
	width: 800px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img_droite {
	float: right;
	margin-top: 20px;
}        

.img_gauche4 {
	float: left;
	width: 105px;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 5px;
	/* [disabled]clear: both; */
}
.img_gauche{
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 60px;
	margin-bottom: 40px;
	clear: both;
}
#legende {
	color: #6A7E23;
	text-align: center;
	background-color: #C8C4D0;
	font-size: 1.5em;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#pied {
	background-image: url(media/images/pied.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 5px;
	width: 800px;
	height: 150px;
	z-index: 11;
}
#navPied {
	padding: 0;
	list-style: none;
	text-align: center;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}
#navPied li {
	display: inline;
	margin-right: 30px;
	color: #6A7E23;
}
#navPied li a {
	padding: 4px 20px;
	color: #6A7E23;
	font: 1em "Trebuchet MS",Arial,sans-serif;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
}
#navPied li a:hover, #navPied li a:focus, #navPied li a:active {
	text-decoration: underline;
	color: #C17496;
}
ul {
	color: #6A7E23;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 2em;
	text-align: justify;
	font-size: 1.2em;
}
.pousseToi {
	height: 400px;
	width: 110px;
	float: left;
	clear: both;
}
a img {border:2px solid white} /* défini l'encadrement des images dans les liens hors survol */
a:hover {border:0px } /* hack pour IE - ne sert sinon à rien */
a:hover img {
	border:2px solid #C17496
} /* défini l'encadrement des images lors du survol */

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2em;
	color: #6A7E23;
	text-align: center;
}
p {
	font-size: 1.2em;
}
.retrait {
	padding-left: 115px;
}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	color: #6A7E23;
	text-align: center;
}
caption {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	color: #6A7E23;
	text-align: center;

}
table {
	width: 680px;
	margin-left: 110px;
}
th {
	font-size: 1em;
	color: #7F7E23;
	background-color: #C8C4D0;
	text-align: center;
}
td {
	color: #7F7E45;
	text-align: center;
}
