html, body {
margin: 0px;
padding: 0px;
height: 100%;
/* min-height:100%; que si on veut un site avec une gestion 100% de hauteur de DIV */
}
body {
	/* min-height: 100%;que si on veut un site avec une gestion 100% de hauteur de DIV */
	height: 100%; /* que si on veut un site avec une gestion 100% de hauteur de DIV */
	background-color: #14100e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-bottom: 20px;
	/*----------------------------------------------*/
	background-attachment: scroll;
	background-image: url(../images/home-fond-X.png);
	background-repeat: repeat-x;
	background-position: left top;
}
img{
	border:none;
}
/* 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 */
}
.idden {
	display:none;
	/*permet de faire des titre quand les styles sont desactivé*/
}


.color {
	background-color: #0F0;
}
.inter-01 {
	background-attachment: scroll;
	background-image: url(../images/inter-fond-dupli.png);
	background-repeat: repeat-y;
	background-position: center top;
	min-width:999px;
	margin-bottom: 20px;

}
.inter-03 .inter-logo-datem-fr {
	height: 229px;
	width: 260px;
	position: absolute;
	top: 90px;
	right: 78px;
}



.inter-02 {
	background-attachment: scroll;
	background-image: url(../images/inter-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-width:999px;
}
.inter-03{
	background-attachment: scroll;
	background-image: url(../images/inter-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-width:999px;
	padding-bottom: 90px;
}
.both {
	clear: both;
}
.orange {
	font-weight: bold;
	color: #E27010;
}
.liens-google {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	width: 999px;
	position: relative;
}
.btn-retour {
	position: absolute;
	top: -70px;
	right: 63px;
	height: 39px;
	width: 171px;
}
.image-cat {
	position: absolute;
}


.liens-google a{
	color: #E27010;
	text-decoration: none;
}
.liens-google a:hover{
	color: #fff;
	text-decoration: none;
}
.banbeau-cat {
	background-attachment: scroll;
	background-image: url(../images/inter-bandeau-cat.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	width: 550px;
}
.banbeau-cat a{
	color: #FFF;
	text-decoration:none;
}
.banbeau-cat a:hover{
	color: #E27010;
	text-decoration:none;
}
.color2 {
	background-color: #F00;
}
.contenue {
	/*text-align: justify;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	
}
.contenue2 {
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.contenue .zone {
	padding-bottom: 0px;
	float: left;
}
.contenue .zone .fond-img {
	height: 148px;
	width: 176px;
	background-attachment: scroll;
	background-image: url(../images/inter-cadre-img-big.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.contenue .zone .fond-img .image {
	margin-top: 9px;
	margin-left: 8px;
}
.contenue .zone .zone-text {
	padding-right: 40px;
	padding-bottom: 15px;
	float: left;
}
.contenue .zone .zone-text .text  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	line-height: normal;
	font-weight: bold;
	background-color: #5f5449;
	float: left;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.contenue .zone .zone-text .text  a{
	text-decoration:none;
	color:#FFF;
}
.contenue .zone .zone-text .text  a:hover{
	text-decoration:none;
	color:#E47614;
}
.contenue .zone .zone-text .fleche  {
	height: 30px;
	width: 32px;
	float: left;
}
.contenue2 .titre {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 15px;
}
.contenue2 .text a {
	color: #E47614;
	text-decoration: none;
	font-weight: bold;
}
.contenue2 .text a:hover {
	color: #4B4339;
	text-decoration: none;
	font-weight: bold;
}
.contenue2 .text {
	padding-left: 2px;
}
.contenue2 .bloc-photos {
	float: right;
	width: auto;
	height: auto;
}
.contenue2 .image-dl  {
	vertical-align: middle;
}

.contenue2 .bloc-photos .fond-photo {
	background-attachment: scroll;
	background-image: url(../images/inter-cadre-img.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 120px;
	width: 150px;
	text-align: right;
}
.contenue2 .bloc-photos .fond-photo .photos {
	margin-top: 8px;
	margin-right: 13px;
}
.contenue2 .liens {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.contenue2 .liens a {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.contenue2 .liens a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #E47614;
	text-decoration: none;
}
