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:#714721;
	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-image:url(../images/home-haut.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:358px;
}

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



*html .texte_fond {  /*visible que sous internet explorer */
	height:373px;
}
*>.texte_fond { 
	min-height:373px;
	overflow:hidden;
}


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

.home-principal-haut{
	width:100%;
}

.home-container-top-zone{
	height:277px;
	width:100%;
}
/* home-zoneContenu */
.home-container-top-zone .left		{ width:336px;float:left;}
.home-container-top-zone .center	{ width:362px; float:left;}
.home-container-top-zone .right		{ width:284px; float:right;}
/* left */
.home-container-top-zone .left .contenu{ 	width:194px; margin-left:139px; margin-top:82px;}
/* right  */
.home-container-top-zone .right .menu{margin-top:5px; margin-left:26px;}
.home-container-top-zone .right .boutique{margin-top:12px; margin-left:-10px;}
/* contenu */
.home-container-top-zone .contenu .zonetext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
/* zonetext */
.home-container-top-zone .contenu .zonetext .titre		{
	font-size: 24px;
	text-transform:uppercase;
	font-weight: bold;
}
.home-container-top-zone .contenu .zonetext .text		{
	line-height:11px;
	letter-spacing: 1px;
	margin-top:2px;
	font-size: 10px;
	text-align: left;
}
.home-container-top-zone .contenu .zonetext .signature	{ font-size: 9px; font-style: italic; text-transform:uppercase; text-align:right}


/* home-principal-bottom */
.home-container-bottom .top		{ }
.home-container-bottom .top .zoneGauche	{ width:446px; float:left; margin-top:14px;height:360px; }
.home-container-bottom .top .zoneGauche	#flashcontent{ width:328px; height:106px; }
.home-container-bottom .top .zoneGauche	#flashCalpin{ position:relative; top:-35px; left:-20px; width:320px; height:282px;}
.home-container-bottom .top .zoneGauche	.logo{ position:relative; top:-140px; left:280px; width:130px; height:91px; }
.home-container-bottom .top .zoneDroite	{ float:left; }
.home-container-bottom .top .zoneDroite	#video{  position:relative; z-index:2000; margin-top:77px; margin-left:38px; color:#FFF; width:375px; height:267px; }
.home-container-bottom .bottom	{
	text-align:center;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
.home-container-bottom .bottom	.titre{ font-weight:bold; font-size:17px; color:#91aa08;}
.home-container-bottom .bottom	.w3c{  font-size:11px; color:#91aa08;}
.home-container-bottom .bottom	.w3c a{ font-size:11px; color:#91aa08; text-decoration:none;}
.bottom    .titre .encoursdemodification{
	position: absolute;
	width: 180px;
	left: 244px;
	top: -232px;
	background-color: #556C00;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	visibility: visible;
	z-index: 3000;
}

