@CHARSET "ISO-8859-1";
@import url("forcerhpage.css");

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-repeat: repeat-y;
	background-color: #FFFFFC;
	background-image: url("../images/fond/Bok.jpg");
	background-position: -30px;
	color: #9F2D20;
	/*"Eras Demi ITC", "Eras Medium ITC", " Eras Bold ITC",*/
	font-family: Eras Medium ITC, Verdana;
	color: #9F2D20;
}

ul li {
	font-weight: bold;
}

a {
	color: #9F2D20;
}

a img {
	border: none;
	padding-top: 0px;
}

a:hover {
	color: #F1AB00;
}

.active a {
	color: #F1AB00;
}

div { /*border: 1px solid black;*/
	
}

#wrapper {
	position: relative; /* référent du footer */
	min-height: 100%;
	width: 100%;
	min-width: 895px;
}

#content { /*padding-bottom = hauteur du footer
	height: 100%; */
	margin: auto;
	margin-bottom: 0;
	padding-bottom: 25px;
	min-width: 500px;
	padding-left: 195px;
	padding-right: 120px;
}

.tableHome {
	width: 100%;
}

.tableHome td { /*text-align: center;
	border: 1px black solid;*/
	
}

.homeUl {
	margin: 0;
	margin-bottom: 100px;
	padding-top: 40px;
	padding-left: 0;
	list-style: none;
	min-width: 500px;
	position: relative;
	z-index: 999;
}

.homeText3 { /*position: absolute;
	top: 270px;*/
	width: 40%;
	margin-top: -320px;
	min-width: 300px;
	text-align: justify;
}

.contentDiv {
	margin-top: 50px;
	margin-left: 200px;
	min-height: 700px;
}

/*HOME PAGE MENU*/
.homeMenuLeafSubDiv1 {
	height: 30px;
}

.homeMenuLeafSubDiv2 {
	margin-left: 18%;
	height: 40px;
}

.homeMenuLeafSubDiv3 {
	margin-left: 32%;
	height: 60px;
}

.homeMenuLeafSubDiv4 {
	margin-left: 46%;
	height: 65px;
}

.homeMenuLeafSubDiv5 {
	margin-left: 56%;
	height: 80px;
}

.homeMenuLeafSubDiv6 {
	margin-left: 66%;
	height: 80px;
}

.homeMenuLeafSubDiv7 {
	margin-left: 72%;
	height: 79px;
}

.homeMenuLeafSubDiv8 {
	margin-left: 78%;
}

.pageTitle {
	text-align: center;
	font-size: 1.7em;
}

#partenaires {
	/*margin: auto;*/
}

#partenaires caption {
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
}

#partenaires td {
	padding: 10px;
}

#footer {
	position: absolute;
	width: 99.9%;
	/* obligatoire si la largeur du footer n'est pas spécifiée explicitement dans le code CSS */
	height: 20px;
	bottom: 0; /* positionner le footer en bas */
	left: 0; /* positionner le footer à gauche */
	font-size: 0.8em;
	text-align: center;
	clear: both;
}

#footer  .right {
	float: right;
	margin-right: 5px;
	margin-top: 2px;
	font-size: 0.8em;
}

.spacer {
	clear: both;
}

.bold {
	font-weight: bold;
}

.mentions {
	font-size: 0.8em;
}

label.error {
	border: none;
	background: transparent;
	font-size: 0.8em;
	color: red;
}
