/* CSS Document */
body{
	color:#FFFFFF;
	font-size:12px;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
#global{
	width:950px;
	margin:10px auto;
	background-image: url(../images/fond.jpg);
	background-repeat:no-repeat;
	background-color: #013D55;
}
#legal{
	width:420px;
	margin:10px auto;
	height:480px;
}
#header{
	width:950px;
	height:80px;
	float:left;
}
#timer{
	width:200px;
	height:30px;
	float:left;
}
#shortcuts{
	width:184px;
	height:30px;
}
#home {
	width:32px;
	height:30px;
	float:left;
	margin:0;
	padding:0;
}
#home a{
	width:32px;
	height:30px;
	float:left;
	display:block;
	background-image:url(../images/home.png);
	background-repeat:no-repeat;
}
#home a:hover{
	width:32px;
	height:30px;
	display:block;
	background-image:url(../images/home_over.png);
	background-repeat:no-repeat;
}
#contact{
	width:32px;
	height:30px;
	float:left;
	margin:0;
	padding:0;
}
#contact a{
	width:32px;
	height:30px;
	float:left;
	display:block;
	background-image:url(../images/contact.png);
	background-repeat:no-repeat;
}
#contact a:hover{
	width:32px;
	height:30px;
	display:block;
	background-image:url(../images/contact_over.png);
	background-repeat:no-repeat;
}
#mentions{
	width:120px;
	height:30px;
	float:left;
	font-size:10px;
	text-decoration:none;
	text-indent:10px;
	line-height:30px;
	margin:0;
	padding:0;
}
#mentions a{
	color:#FFFFFF;
	text-decoration:none;
}
#mentions a:hover{
	color:#B2BEC4;
	text-decoration:none;
}
#left{
	width:200px;
	min-height:420px;
	background-image: url(../images/sommaire_top.jpg);
	background-repeat:no-repeat;
	float: left;
}
#content{
	width:500px;
	float:left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}
#nous_contacter{
	width:500px;
	float:left;
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 25px;
	height: 400px;
}
#glossaire{
	width:700px;
	height:440px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	float: left;
}
#right{
	width:200px;
	float:left;
}
#footer{
	width:100%;
	height: 50px;
	background-color: #013D55;
	text-align:center;
	clear: both;
}
#footer ul{
	width:100%;
	margin-top:20px;
	height:20px;
	float:left;
	font-size:10px;
	list-style:none;
}
#footer li{
	float:left;
	border-right:1px solid #013D55;
}
#footer a{
	text-decoration:none;
	color:#013D55;
	padding-right:3px;
	padding-left:3px;
}
