/* #PRODUIRE{fond=css/maquettes.css,host=c-real.fr}
   md5:1a45591a161ce0b5e42aea61413f4515 */
@charset "utf-8";
/* CSS Document */

body {
	font-size:0;
	padding:0;
	margin:0;
	position:relative;
}

#fond{
	display:block;
	overflow:hidden;
	width:100%;
	height: 12300px;
}

#cnt {
  display: block;
  height: 12300px;
  margin: 0 auto;
  overflow: hidden;
}

.cntd, .cntg { width: 400px; float:left;}
.cntd { float:right;}

.bloc {
	display:block;
	overflow:hidden;
	zoom:1;
}

#message {
  bottom: 0;
  display: block;
  min-height: 180px;
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.depliem {
    background: url('https://c-real.fr/message.png') no-repeat scroll center 0 transparent;

}