/* CSS Document */

#conteneur {
	position: relative;
	width: 990px;
	margin: 0 auto; 
	background-color:#FFFFFF;
}
#header {
	height: 250px;
	background-color: #FFFFFF;
	background-image: url(../images/fond_tetiere.gif);
	background-repeat: repeat-x;
}
#flash{
	background-image: url(../images/fond_flash.gif);
	background-repeat: no-repeat;
	background-position: 270px top;
	width: 950px;
	margin-top: 0px;
	height: 126px;
	top: 76px;
}
#langue{
	font-size: 10px;
	float: left;
	color: #005B69;
	text-align: left;
	width: 420px;
	margin-top: 10px;
	margin-left: 10px;
}
.langue a{
	color:#005B69;
	text-decoration:none;
	font-size: 12px;
}
.langue a:hover{
color:black;
text-decoration:none;
}

#localisation{
	font-size: 10px;
	float: right;
	color: #005B69;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 350px;
}
#centre {
	background-color:#FFFFFF;
	margin-right: 220px;
	padding-left: 20px;
	margin-top: -20px;
	clear: both;
}
#droite {
	position: absolute;
	width: 189px;
	right: 8px;
}
#pied {
	text-align: center;
	color: #FFFFFF;
	font-size: 9px;
	height: 20px;
	background-color: #005373;
	padding-top: 10px;
	clear: both;
}
#pied a{
	color: #FFFFFF;
	text-decoration: none;
} 
#pied a:hover{
	color: #000000;
}
#uppl {
	text-align: center;
	font-size: 9px;
	height: 10px;
	padding-top: 5px;
}
#uppl a{
	color: #999999;
	text-decoration: none;
} 
#uppl a:hover{
	color: #005373;
}
