html {
	margin: 0; /* pour éviter les marges */ 
	paddin : 0;
	height: 100%;
/*	width:100%;*/
}
body {
	margin: 0; /* pour éviter les marges */ 
	paddin : 0;
	height: 100%;
/*	width:100%; */
	text-align: center; /* pour corriger le bug de centrage IE6 */ 
	font-family:Helvetica, Verdana, Geneva, Arial, sans-serif;
	background:url("../images/fond.jpg") repeat -100px -50px;
}
#site {
	position:	relative;
	margin-left:-350px;
	left:50%;
	width: 700px;
/*	height:100%; */
	min-height:100%;
	text-align: left; /* on rétablit l'alignement normal du texte (bug centrage IE6)*/
	background-color: #ffffff;
}

a, a:hover, a:visited, a:link {
	color:#45384d;
}

.violet { color: #45384d; }
.beige { color: #b8ba96; }
.vert_eau { color: #94b7a7; }
.bleu_pale { color: #daf1fa; }

hr { color: #45384d; margin-top:18px; border-color: #45384d; }

.ligne {
	display:block;
	height: 2px;
	margin: 0;
	_margin: -7px 0;
	padding: 0;
	color: #45384d;
	background-color: #45384d;
	border: 0;
}

#menu_haut ul, #menu_liens ul {	list-style-type: none ; }
#menu_haut ul li, #menu_liens ul li {	
	text-decoration: none;	
	display:	inline; 
	padding-right: 8px;
}
#menu_haut ul li a, #menu_liens ul li a { color: #45384d; font-weight:bold; text-decoration:none; }
#menu_haut ul li a:hover, #menu_liens ul li a:hover { color: #b8ba96; font-weight:bold; text-decoration:none; }
#menu_liens ul li.mg_up a { color:#b8ba96; text-decoration:none; }

.menu_haut {
	position:	absolute;
	right:		10px;
	top:		10px;
	width:		180px;
	height:		48px;
/*	overflow:	hidden; */
	font-size:	14px;
}
.menu_liens {
	position:	absolute;
	left:		0px;
	top:		10px;
	width:		80px;
	height:		48px;
/*	overflow:	hidden; */
	font-size:	14px;
}


#menu {
/*	background-color:#faffff;*/

	text-align: center;
	padding:0px;
	margin:0px;
}
#menu ul {
	list-style-type: none ;
	position: relative;
}
#menu ul.en{
 	width: 620px; 
 	left:54px;
}
#menu ul.fr{
 	width: 640px; 
 	left:0px;
}
#menu ul li {
	text-decoration:	none;	
	float: left; 
	padding-right: 16px;
	margin: 0;
	font-size:22px;
	font-weight:normal;
}
#menu ul li a, #menu ul li a:visited { color:#45384d;  display:block; text-decoration:none; text-align:left; }
#menu ul li a:hover { color:#b8ba96; text-decoration:none; }
#menu ul li.mg_up a { color:#b8ba96; text-decoration:none; }


h3 {
	font-size:14px;
	font-weight:bold;
}




.texte {
	font-family:Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-weight:normal;
}
.texte.normal {
	font-size:14px;
}
.texte.mezzo {
	font-size:13px;
}
.texte.petit {
	font-size:12px;
}
.texte_mp3 {
	width:430px; 
	float:left; 
	text-align:right; 
	padding-right:4px;
	padding-bottom:9px;
}
.texte_mp3_medium {
	width:530px; 
	float:left; 
	text-align:left; 
	padding-right:4px;
	padding-bottom:9px;
	padding-left:12px;
}



#logo {
	width:700px;
	height:140px;
	/*
	position: relative;
	left:50%;
	margin-left:-175px;
	width:350px;
	height:140px;
	*/
}
#logo a { text-decoration:none; }

#logo a b {
	position: relative;
	display:block;
	border:none;
	text-decoration:none;
	left:50%;
	margin-left:-175px;
	width:350px;
	height:170px;
 	background:url("../images/logo.jpg") no-repeat center;
}
#pied_de_page {
	/*
	clear:both; 
	width:600px; 
	left:50%; 
	margin-left:-300px; 
	position:relative; 
	font-size:12px; 
	text-align:center;
	*/
	
	position:	relative;
	left:		6%;
	width:		85%;
/*	overflow:	hidden;*/
	padding:	12px;
	margin-top: 30px;
	
	font-size:12px; 
}

#contenu_centre {
	position:	relative;
	left:		6%;
	width:		85%;
	overflow:	hidden;
	padding:	12px;
	margin-top: 30px;
}