@charset "utf-8";

/* Grandes zones */
#header {
	height: 144px;
	width: 800px;
}
#contenu {
	height: 384px;
	width: 800px;
}
#footer {
	height: 20px;
	width: 800px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	display: table-cell; 
	vertical-align: middle;
	}

/* Hauteurs */
.H20 {
	height: 20px;
}
.H124 {
	height: 124px;
}

/* Contenus */
.bgimg {
	background-image: url(../img/im_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Blocs */
#menu{
	height: 295px; /* height: 290px; */
	!height: 255px; /* !height: 250px; */
	width: 375px;
	background-image: url(../img/pixel/p_white90.png);
	left: 52px;
	top: 25px; /* top: 30px; */
	position: relative;
	padding-top: 20px;
	padding-right: 14px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.right {
	text-align: right;
	margin-right: 20px;
	display: block;
	padding: 1px 5px 1px 5px;
}
