/* CSS Document */

body {
	margin: 0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background: #000000 url(../images/design/accueil_ligne2.png) center; 	
}
div, p, ul, li, dl, dt, dd, form, h1, h2, h3, h4, h5, span {
	margin: 0;
	padding:0;
}
a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	cursor:pointer;
}
#conteneur {
	padding-top:40px;
	text-align:center;
	background-color:#000000;
}
#conteneur p {
	text-align:center;
}
p#groupe {
	height: 29px;
	background : url(../images/design/accueil_t_groupement.png) center top no-repeat;
}
p#logo {
	height:51px;
	background : url(../images/design/accueil_logo_phono.png) center top no-repeat;
	margin-top: 45px;
}
#groupe span, #logo span {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
p#arbre {
	height:200px;
	background : url(../images/design/accueil_fleur2.png) center top no-repeat;
	margin-top: 55px;
}
.annonce {
	margin-top: 40px;
	font-size:12px;
	color:#FFFFFF;
}
#entree {
	width: 95px;
	margin: 10px auto;
	padding-left:145px;
	text-align:left;
}
#entree ul {
	text-align:left;
	list-style-type: none;
}
#entree .note {
	margin-top:35px;
	font-size:10px;
	color:#3C3C3C;
	line-height:13px;
	letter-spacing: 1px;
}
#entree ul li {
	font-size:10px;
	line-height:15px;
	color: #FFFFFF;
	letter-spacing:1px;
}
#entree ul li a:link, #entree ul li a:visited{
	text-decoration: none;
	padding-right: 24px;
	background : url(../images/design/feuille.png) right center no-repeat;
	color:#FFFFFF;
}
#entree ul li a:hover, #entree ul li a:active{
	background : url(../images/design/feuille_ov.png) right center no-repeat;
	color:#E0ED35;
}


