﻿#barreheader{
	background-color:#aabbff;
	display:table;
	margin:0;
	padding:0;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	border-bottom:1px solid black;
}
#barreheader li{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
#deco{
}
#titre{
	width:80%;
	line-height:100%;
}
#barrefooter{
	background-color:#aabbff;
	display:table;
	margin:0;
	padding:0;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	border-top:1px solid black;
}
#barrefooter li{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.imgmenu{
	margin-top:5px;
}
#version{
	width:80%;
}

.module{
	display:table-cell;
	background-color:rgba(240,240,240,0.6);
	padding:10px;
	border:1px solid black;
}
.module h3{
	background-color:#eeeeff;
	border:1px solid blue;
	text-align:center;
}
.alerte{
	position:fixed;
	top:50px;
	width:100%;
	min-height:30px;
	line-height:30px;
	background-color:#ffa82d;
	border:1px solid #872a00;
	left:0;
}