html{
	background:#EFEFEF;
}


body{
	width:100%;
	top:0px;
	margin:0px;
	padding:0px;
	background:#EFEFEF url(../img/body/bck_body_top.png) repeat-x left top;
}

.bodyPub{
	width:100%;
	top:0px;
	margin:0px;
	padding:0px;
	background:#EFEFEF url(../img/body/bck_body_top_pub.png) repeat-x left top;
}


.background_clic{
	background: url(image.jpg) no-repeat center top;
      	width: 100%;
      	height: 100%;
      	display: block;
	position:absolute;
	z-index::-5;
      }


#container{
	width:990px;
	margin: auto;    
	align:center;
	background:#fff;
}

#container_principal{
	width:100%;
	background:#fff;
	overflow:visible;
}

#container_secondaire{
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
}

.bloc_rouge{
	background: #E74134;
	color:#fff;
	border-radius:6px;
}

.bloc_vert{
	background: #26753C;
	color:#fff;
	border-radius:6px;
}

.bloc_cadre_vert{
	border-radius:6px;
	border:1px #26753C solid;
}

.bloc_detail{
	/*background:#fff url(../img/body/bck_blocDetail.png) repeat-y left top;
	border-left:1px solid #4B4B4B;*/
	padding-left:20px;
}

.aLaLigne
{
	display:block;
	float:right;
	margin-bottom:50px;
}


a.info {
    color: #FFFFFF;
    position: relative;
    text-decoration: none;
}

