html
{
	background-image:url("fond3.jpg");	
	background-position: top-left;
	background-repeat: no-repeat;
	margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #d3e2ff;
	position: absolute;
}

#contenu
{
	position:absolute;
	top:200px;
	left:290px;
	width:600px;
	height:320px;
	overflow:auto;
}
#introduction
{
	width:300px;
	float:left;
}

#img_presentation
{
	position:relative;
	top:20px;
}
#horaires
{
	float:left;
}

#plan
{
	float:left;
}
#acces
{
	
	margin-top:30px;
	margin-left:300px ;
	text-align:justify;
}
#coordonnees
{
	text-align:center;
}
.texte{
	color: #4CA52F;
	font-size: 24px;
	}
.texte1 {
	font-size: 10px;
}	
.texte2 {
	font-size: 14px;
}
.texte3 {
	font-size: 14px;
	font:bold;
}
.texte4 {	font-size: 18px;
	color: #F6883D;
}
#menuAdmin
{
	position:absolute;
	top:260px;
	left:870px;
}
#menuAdmin a
{
	display:block;
	border: 2px outset #4CA52F;
	width:auto;
	margin-top:4px;
	font-size:14px;
	text-decoration:none;
	color:black;
	background-color:rgb(195,150,85);
	font-weight:bold;
}
#menu
{
	width:120px;
	position:absolute;
	top:255px;
	left:70px;
}

li
{
	list-style-type:none;
        height:18px;
        text-align:center;
}

#menu a
{
	display:block;
	border: 2px outset #4CA52F;
	width:auto;
	margin-top:4px;
	font-size:14px;
	text-decoration:none;
	color:black;
	background-color:rgb(195,150,85);
	font-weight:bold;

}

#menu a:hover
{
	background-color:#4CA52F;
	border: 2px inset #4CA52F;
}


#liens
{
	margin-top:40px;
}
#liens 
{
	text-align:left;
}

