/* CSS Document */

#fullBandeau {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 762px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

/******************************************/
/*          bandeau haut                  */
/******************************************/
.bandeau {
	width:100%;
	background-color:#70685D;
	height:16px;
	padding-top:2px;
}

.liseretBandeau {
	width:100%;
	height:3px;
	background-color:#FFFFFF;
	background-image:url(../../slider-c&r/img/liseret-couleur-msah.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.titreBandeau {
	float:left;
	font-size:15px;
	padding-left:20px;
	color:#FFFFFF;
}

#mondiv1 {
	float:right;
	text-align:right;
	padding-right:20px;
}

#mondiv2 {
	float:right;
	text-align:right;
	padding-right:20px;
}

/******************************************/
/*          div caché                     */
/******************************************/
.cachediv {
	visibility: hidden;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
	position: absolute;
}

/******************************************/
/*          div liste                     */
/******************************************/

.listeBandeau {
	width:100%;
	color:#6F685C;
	background-color:#FFFFFF;
	height:360px;
	text-align:left;
}

.listeBandeau p {
	margin-bottom:0px;
	margin-top:10px
}

.colonneBandeau {
	float:left;
	width:18%;
	padding-left:1%;
}

.colonneBandeau2 {
	float:left;
	width:27%;
	padding-left:1%;
}

.colonneBandeau3 {
	float:left;
	width:20%;
	padding-left:1%;
}

.colonneBandeau4 {
	float:left;
	width:30%;
	padding-left:1%;
}

.lienBandeau {
	padding-left:5px;
	background-image:url(../../slider-c&r/img/liseret-liste.gif);
	background-position:left top;
	background-repeat:repeat-y;
	font-size:12px;
}

.listeBandeau a {
	text-decoration:none;
	color:#787262;
}

.listeBandeau a:hover {
	text-decoration:underline;
	color:#8A101F;
	
}

/* hack de mise en page */
.spacer {
	clear: both;
	height: 0px;
	overflow:hidden;
}