html, body {
	margin: 0px;
	padding: 0px;
	height: 100% /* que si on veut un site avec une gestion 100% de hauteur de DIV */
}
body {
	height: 100%; /* que si on veut un site avec une gestion 100% de hauteur de DIV */
	background-image:url(../images/home-background-repeat.jpg);
	background-repeat:repeat-x;
	background-color:#9dbcf0;
	margin: 0px;
	padding: 0px;
}
/* Gestion bug ie */
br {
	letter-spacing : 0px;
}
h2 {
	color:#683B15;
	margin-bottom:0px;
}
h3 {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
}
*html .texte_fond {  /*visible que sous internet explorer
	/* Attention pas de ../ avant images/ */
	background-repeat:repeat-y;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/texte_fond_repeat.png', sizingMethod='scale');
	height:300px;
}
*>.texte_fond {  /* fonctionnera pas pour ie6*/
	background-repeat:repeat-y;
	background-image:url(../images/texte_fond_repeat.png);
	min-height:300px;
	overflow:hidden;
}
/*Permet de positionner une image dans une div contenant du texte comme pour COLL ETT DIEU.com */
.floatimage {
	float : left;
	margin : 5px 10 0px 0px;
	display : inline;/*C'est la dernière valeur qui indique 0px de marge à gauche */
}
.accessibilite {
	display:none;/*permet de faire des titre quand les styles sont desactivé*/
}

.home-container{
	width:100%;
}

.home-container-top{
	width:100%;
	background-repeat:repeat-y;
	background-position:center;
	background-image:url(../images/home-haut-repeat.png);
}



.home-container-top-2{
	width:100%;
	background-image:url(../images/home-haut-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.home-container-top-3{
	width:100%;
	background-image:url(../images/home-haut.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
*html .texte_fond {  /*visible que sous internet explorer */
	height:373px;
}
*>.texte_fond { 
	min-height:373px;
	overflow:hidden;
}
.home-container-bottom{
	width:100%;
	height:454px;
	background-image:url(../images/home-bas.png);
	background-repeat:no-repeat;
	background-position:center;
}


.home-zoneContenu{
	width:982px;
	text-align:left;
}

.home-principal-haut{
	width:100%;
}
/* home-principal-haut */
.home-principal-haut .left		{ width:327px;float:left;}
.home-principal-haut .center	{ width:390px; float:left;}
.home-principal-haut .right		{ width:265px; float:right;}
/* left */
.home-principal-haut .left .contenu{ 	width:216px; margin-left:111px;}
/* contenu */
.home-principal-haut .contenu .zonetext{
	margin-left:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
/* zonetext */
.home-principal-haut .contenu .zonetext .titre		{
	font-size: 24px;
	text-transform:uppercase;
	font-weight: bold;
}
.home-principal-haut .contenu .zonetext .text		{
	line-height:normal;
	letter-spacing: 1px;
	margin-top:2px;
	font-size: 11px;
	text-align: left;
}
.home-principal-haut .contenu .zonetext .signature	{ font-size: 9px; font-style: italic; text-transform:uppercase; text-align:right}


/* home-principal-bottom */
.home-container-bottom .top		{ height:368px;}
.home-container-bottom .top .zoneGauche	{ width:446px; float:left; }
.home-container-bottom .top .zoneDroite	{ float:left; }
.home-container-bottom .bottom	{ }
.quad{ position:relative; z-index:2; top:-120px; left:220px; width:158px; height:109px; margin:0px; padding-top:20px;}
.home-container-bottom .bottom .zoneadresse	{ position:relative; z-index:2; top:-120px; left:-25px; width:392px; text-align:center; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #062f5e; }
.home-container-bottom .bottom .zoneadresse	.titre{ font-size: 17px; font-weight:bold; }

.menu{
	margin-top:85px;
	margin-left:26px;
}
.encoursdemodification {
	position: absolute;
	width: 180px;
	left: 147px;
	top: 435px;
	background-color: #175497;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}
