/* rajout du CSS specifique à la page d'accueil */

.home .banniere{
	background-image: url(img/banner_home.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 146px;
}

.home .banniere .logo{
	margin-top: 26px;
	margin-left: 31px;
	border: 0;
}

#js_home{
/*	border: solid 1px red;*/
	padding: 0px;
	border-spacing: 0px;

}

#image2{
	margin-bottom:7px;
	margin-top:6px;
}

.bloc-annuaire{
	background-color: #ff902f;
	padding: 10px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom:5px;
	font-size: 11px;
}

.bloc-annuaire td{
	font-size: 11px;
}

.border-content{
	background-color:#909090;
	margin-left:11px;
	text-align:center;
	width:312px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.home .page-content{
	width: 563px;
	background-image: url(img/background-block.gif);
	background-repeat: repeat-x;
	float: left;
/*	*/
}

.total{
/*	border: solid 1px red;*/
/*	overflow: hidden;*/
	margin-top:30px;
}

.right-content{

	width: 323px;
	background-image: url(img/background-block.gif);
	background-repeat: repeat-x;
	float: right;
	overflow: hidden;
/*	border: solid 1px red;*/
}

.home .block-bottom{
/*	border:1px solid blue;*/
	overflow:hidden;
	_height: 1%;
	/*position: absolute;
	bottom: 0;*/
	position: relative;
	width: 565px;
}

.home .block-bottom img{
	bottom:0;
/*	float:left;*/
	margin:7px 5px 5px;
	position:absolute;
}

.home .block-bottom .gris{
	background-color: #cccccc;
	width: 432px;
	height: 120px;
	float: right;
}

.home .block-bottom ul{

	height:30px;
	margin:10px auto auto;
	padding:0;
	width:370px;
}

.home .block-bottom li{
	border: 0;
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	border-right: solid 1px #DE2A11;
	margin-right: 5px;
	padding-right: 5px;
}

.home .block-bottom li a{
	color: #DE2A11;
	text-decoration: none;
	font-size: 10px;
}

.home .block-bottom .mention-mini{
	color:white;
	font-size:9px;
	margin:10px auto auto;
	text-align:justify;
	width:400px;
}



.home .header-menu {
	height:36px;
	position:absolute;
	top:145px;
	width:100%;
	left: 0;
/*	background-color: silver;*/
}

/* ajout pierre */
html body dl.csc-textpic-image dt{
  display: block;
}
html body div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image{
  float: none;
}

/* fin du rajout du CSS */
