body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
	font-size: 14px;
	background-image: url("../images/fond.png");
}

div#cadre {
	width: 760px;
	height: 600px;
	border: solid 1px #660000;
	margin: 0 auto;
}

div#haut {
	width: 760px;
	height: 130px;
	background-image: url("../images/fond_haut.jpg");
	background-repeat: no-repeat;
}

a#accueil {
	width: 150px;
	height: 113px;
	display: block;
	padding-top: 17px;
	padding-left: 20px;
	text-decoration: none;
}

a#accueil span {
	font-size: 16px;
	font-weight: bold;
	color: #ffee1f;
	visibility: hidden;
}

a#accueil:hover span {
	visibility: visible;
}

div#menu {
	width: 170px;
	height: 470px;
	float: left;
	background-image: url("../images/fond_menu.jpg");
	background-repeat: no-repeat;
}

div#menu a {
	width: 119px;
	display: block;
	position: relative;
}

a#presentation {
	height: 36px;
	background-image: url("../images/btn_presentation.png");
	top: 54px;
}

a#presentation:hover {
	background-image: url("../images/btn_presentation_hover.png");
}

a#spectacles {
	height: 36px;
	background-image: url("../images/btn_spectacles.png");
	top: 58px;
}

a#spectacles:hover {
	background-image: url("../images/btn_spectacles_hover.png");
}

a#animations {
	height: 33px;
	background-image: url("../images/btn_animations.png");
	top: 60px;
}

a#animations:hover {
	background-image: url("../images/btn_animations_hover.png");
}

a#cours {
	height: 24px;
	background-image: url("../images/btn_cours.png");
	top: 62px;
}

a#cours:hover {
	background-image: url("../images/btn_cours_hover.png");
}

a#alacarte {
	height: 36px;
	background-image: url("../images/btn_alacarte.png");
	top: 66px;
}

a#alacarte:hover {
	background-image: url("../images/btn_alacarte_hover.png");
}

a#amis {
	height: 30px;
	background-image: url("../images/btn_amis.png");
	top: 69px;
}

a#amis:hover {
	background-image: url("../images/btn_amis_hover.png");
}

a#agenda {
	height: 37px;
	background-image: url("../images/btn_agenda.png");
	top: 76px;
}

a#agenda:hover {
	background-image: url("../images/btn_agenda_hover.png");
}

a#livredor {
	height: 31px;
	background-image: url("../images/btn_livredor.png");
	top: 77px;
}

a#livredor:hover {
	background-image: url("../images/btn_livredor_hover.png");
}

a#contact {
	height: 39px;
	background-image: url("../images/btn_contact.png");
	top: 75px;
}

a#contact:hover {
	background-image: url("../images/btn_contact_hover.png");
}

a#entreeartistes {
	height: 94px;
	background-image: url("../images/btn_entreeartistes.jpg");
	top: 74px;
}

a#entreeartistes:hover {
	background-image: url("../images/btn_entreeartistes_hover.jpg");
}

div#contenu {
	width: 590px;
	height: 470px;
	float: right;
	background-image: url("../images/fond_contenu.jpg");
	background-repeat: no-repeat;
}

h1#titre {
	width: 480px;
	height: 50px;
	margin: 0;
	text-align: right;
	
}

div#texte {
	width: 540px;
	height: 383px;
	overflow: auto;
	padding-right: 50px;
}

div#texte p {
	text-align: justify;
	line-height: 130%;
}

h3 {
	font-size: 10px;
	text-align: right;
}

a {
	color: #990000;
}

a:hover {
	text-decoration: none;
}

a#administration {
	width: 112px;
	height: 37px;
	background-image: url("../images/btn_administration.jpg");
	background-repeat: no-repeat;
	display: block;
	float: right;
}

.titre_spectacle {
	color: #CC0000;
}