@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	background-image: url(../img/imgbody.jpg);
	background-position: top left;
	background-repeat: repeat;
	background-color: #dbaa46;
	}

img {
	border: none;
}
	
	
#conteneur1 {
	width: 828px;
	margin-top: 75px;
	position: relative;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
}

#conteneur2 {
	width: 828px;
	margin-top: 75px;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
}

#cle {
	height: 442px;
	width: 181px;
	position: absolute;
	top: -55px;
	left: -135px;
	background-image: url(../img/clesol.png);
	background-position: top left;
	z-index: inherit;
}

#entete {
	height: 312px;
	width: 828px;
	background-image: url(../img/haut.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#accueil {
	height: 60px;
	width: 386px;
	position: absolute;
	top: 51px;
	left: 13px;
}

#menu {
	list-style-type: none;
	position: absolute;
	top: 145px;
	left: 42px;
	width: 150px;
}

#menu li {
	margin-bottom: 9px;
}

#menu a {
	font-weight: bold;
	text-decoration: none;
	color: #534A3C;
	background-image: url(../img/note.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
}

#menu a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #AB7A36;
	background-image: url(../img/notehover.jpg);
}

#milieu {
	min-height: 300px;
	width: 828px;
	background-image: url(../img/milieu.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#milieu h1, h2, p {
	text-align: justify;
	padding-left: 30px;
	padding-right: 85px;
}

#milieu p {
	padding-bottom: 5px;
}

#milieu h1 {
	padding-bottom: 10px;
	padding-top: 15px;
	letter-spacing: 10px;
	color: #887451;
	font-size: 1.5em;
}

#milieu h2 {
	letter-spacing: 2px;
	color: #926D30;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
}


#milieu a {
	font-weight: bold;
	text-decoration: none;
	color: #534A3C;
}

#milieu a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #AB7A36;
}

#milieu ul {
	margin-left: 60px;
}

#chansons { /* tableau */
	margin-left: 20px;
}

#chansons .tdtitre {
	width: 440px;
}

#pied {
	height: 66px;
	width: 828px;
	background-image: url(../img/bas.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#pied p {
	font-size: 0.8em;
	text-align: center;
	padding-top: 20px;
}

#pied a {
	text-decoration: none;
	color: #534A3C;
}

#pied a:hover {
	text-decoration: underline;
	color: #AB7A36;
}

/* Class */

.gras {
	font-weight: bold;
}

.note {
	font-weight: bold;
	background-image: url(../img/notehover.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	color: Black;
}

.marges {
	margin-left: 10px;
	margin-right: 30px;
}

.floatdroit {
	float: right;
	margin-left: 15px;
}

.floatgauche {
	float: left;
	margin-right: 15px;
}

.contact {
	margin-left: 40px;
}

.tdform1 {
	width: 100px;
	font-size: 0.9em;
}

.tdform2 {
	width: 300px;
	font-size: 0.9em;
}

.tdtitre2 {
	width: 165px;
	font-size: 0.9em;
	text-align: center;
	vertical-align: middle;
}

.tdtitre3 {
	text-align: center;
	vertical-align: middle;
}

.tdtitre3bis {
	text-align: left;
	padding-top: 8px;
	padding-left: 8px;
}

.tdtitre4 {
	text-align: left;
	font-size: 0.9em;
	width: 200px;
	padding-top: 8px;
	padding-left: 8px;
}

.tdtitre5 {
	text-align: right;
	font-size: 0.9em;
	width: 200px;
	padding-top: 8px;
	padding-left: 8px;
}

.centre {
	text-align: center;
	margin-bottom: 8px;
	margin-top: 8px;
}