body {
	margin: 0 0;
	font-family : Tahoma, Verdana, Helvetica, sans-serif;
	background : url("images/fond.jpg") no-repeat;
	background-color : #ffffff;
	background-position: top center;
}


h1 {
font-family : Tahoma, Verdana, Helvetica, sans-serif;
color : #ffffff;
font-size : 10px;
}

#lien a {
	color: #1d6580;
	text-decoration: none;
	font-weight: bold;
}

acronym {
	color : #1d6580;
}

#page {
	position: relative;
	background-position: top center;
	height: 600px;
	width: 800px;
	margin: auto;
}

#logo {
	position: absolute;
	left: 1px;
	top: 0px;
	border : 0px;
}

#logo h1 a {
	position: relative;
	left: 20px;
	top: 0px;
	text-decoration: none;
	color : white;
}

#logo img {
	border : 0px;
}

#lang {
	position: absolute;
	right : 10px;
	top : 10px;
}

#menu {
	color: white;
}

#menu a {
color: white;
text-decoration: none;
font-weight: bold;
}

#menu a:hover {
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bolder;
	}
	
#contenu {
	color: white;
	text-decoration: none;
	position : absolute;
	top: 150px;
	left: 40px;
	right: 40px;
	padding : 5px;
	border : 10px;
	font-size : 10px;
}
	
#contenu a {
color: white;
font-weight: bold
}

#contenu a:hover {
color: white;
font-weight: bolder;
}

div.bulle {
	position: absolute;
	display : none;
	color : #FFFFFF;
	width: 320px;
	height: 155px;
	top: 350px;
	left: 400px;
	padding : 10px;
	border : 0px;
	font-size : 11px;
	background : url("images/bulle.png");
	background-repeat: no-repeat;
}

div.bulle ul li {
	font-size : 12px;
}

#bottom {
	position: absolute;
	bottom : 40px;
	color : #FFFFFF;
	width : 100%;
	text-align: center;
	font-size : 10px;
}

