 html, body, h3 {
    margin:0;
    padding:0;
	
}

body
{
	background:#F4F8E8;
}

#titre{
	margin: 0;
	padding:0;
	color: #FFFFFF;
	text-align: center;
	/*background: #C02E2E;*/
	height: 40px;
	line-height: 40px; 
	vertical-align: middle;
	
	background: rgb(140,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(140,0,0,1) 0%, rgba(204,0,0,1) 15%, rgba(170,0,0,1) 85%, rgba(140,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(140,0,0,1)), color-stop(15%,rgba(204,0,0,1)), color-stop(85%,rgba(170,0,0,1)), color-stop(100%,rgba(140,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(140,0,0,1) 0%,rgba(204,0,0,1) 15%,rgba(170,0,0,1) 85%,rgba(140,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(140,0,0,1) 0%,rgba(204,0,0,1) 15%,rgba(170,0,0,1) 85%,rgba(140,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(140,0,0,1) 0%,rgba(204,0,0,1) 15%,rgba(170,0,0,1) 85%,rgba(140,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(140,0,0,1) 0%,rgba(204,0,0,1) 15%,rgba(170,0,0,1) 85%,rgba(140,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c0000', endColorstr='#8c0000',GradientType=0 ); /* IE6-9 */

}

#page{
	text-align: center;
/*	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(204,87,87,0.28) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(204,87,87,0.28))); 
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,87,87,0.28) 100%); 
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,87,87,0.28) 100%); 
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(204,87,87,0.28) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(204,87,87,0.28) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#47cc5757',GradientType=0 ); 
	*/
}

#pied{
	margin: 0;
	padding:0;
	color: #FFFFFF;
	text-align: center;
	background: #6C6C6C;
	height: 30px;
	width:100%;
	line-height: 30px; 
	vertical-align: middle;
	position: absolute;
	bottom: 0px;
}


#multicouche {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

#couche1 {
  z-index: 10;
}

