* {
	-moz-box-sizing:border-box;
	font-family:Tahoma, Arial;
	font-size:11px;
	margin:0;
	padding:0;
}
body {
	cursor:default;
	background:#fff;
	text-align:center;
	background-color:#C0C0C0;
	padding:5px;
}
td {
	background-color:313131;
}
.message{
	font-family:Tahoma, Arial;
	font-size:14px;
}
img {
	border:0px;	
}
ul {
 	list-style-image: url(img/puce.gif);
	margin-left: 16px;
}
#links a {
	color:white;
	text-decoration:none;
}
#links a:hover {
	text-decoration:underline;
}
#submenu a {
	color:white;
	text-decoration:none;
}
#submenu a:hover {
	text-decoration:underline;
}
#menu a {
	color:white;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
}
a {
	color:#000088;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
/*
	HEADER
*/
#header {
	float:left;
}

#lang {
	width:180px;
	text-align:right;
	float:left;
	margin: 15 0 0 0;
}

#links {
	width:180px;
	text-align:right;
	float:left;
	margin: 15 0 0 0;

}

#links #city {
	color: #8BAFBB;
}

#lang img {
	margin: 0 10px 0 0;
	border:0px;
}
/* MENU & SUBMENU
*/
#menu {
	clear:both;
	font-size:11px;
}

#menu div {
	float:left;
	color:white;
	padding:5px;
	width:114px;
	border-right:3px solid #313131;
	border-bottom:2px solid #313131;
	font-size:11px;

}
#submenu {
	clear:both;
	font-size:11px;
	margin-bottom:30px;
	
}

#submenu div {
	float:left;
	color:white;
	margin:5px;
	_margin:3px;
	padding-right:5px;
	font-size:11px;
}
#footer {
	background-color:white;
	text-align:center;
	color:black;
	padding:5px;
	margin-top:5px;
}
/* COntent Zone
*/
#content {
	background-color:#7FB603;
	width:576px;
	clear:both;
}
#content img {
	float:left;
	margin:3px;
}
#content td {
	background-color:#7FB603;
}
/* Home only
*/
#alire {
	color:white;
	clear:both;
	margin:0 0px 0 0px;
	padding:5px;
	width:100%
}
#alire ul {
	list-style-position:inside;
}
/* Module A
*/

/* Content
*/
#contentModuleB {
	margin:0 5px 5px 5px;
	_margin:5px 0px 5px 10px;
	clear:both;
}
#contentModuleB div {
	font-size:10px;
	text-align:center;
}

