body {
	margin: 0;
	padding: 0;
	background: #000000;
	color: #F5DEB3;
	font: 11px/18px helvetica, arial, sans-serif;
}
p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.p2{
	font-size: 16px;
	font-weight: bold;
	background-color: #363636;
	font-variant: small-caps;
}

img{
	float: left;
	border : 1px solid white;
	margin : 5px 5px 5px 5px;
}


#header {
	height: 50px;
	border-bottom:3px double #373737;
}
#haut {
	height: 200px;
	background-image: url(essai_fichiers/granville.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-align: right;
	border-bottom: 3px double #373737;

}

#hautmoliere {
	height: 220px;
	background-image: url(images/moliere_banniere.jpg);
	background-position: left;
	background-repeat: no-repeat;
	text-align: right;
	border-bottom: 3px double #373737;
}



#conteneur {
	width: 770px;
	margin: 0 auto;
	border: 3px double #373737;
}
#centre {
	/*background-color: #484848; */
	margin-left: 200px;
	margin-right: 370px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: justify;
	border: dashed #3C3C3C 1px;
}

.infos {
	font-size: 18px;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bolder;
}


#gauche {
float:left;
width: 200px;
padding-top: 20px;

}

#gauche li{
	padding: 40px;
	list-style: square;
	padding-bottom: 5px;
	padding-top: 5px;
}



#droite {
	float: right;
		width: 500px;
 background-color: Black;
padding-top: 20px;
border-left:3px double #373737;
text-align : justify;

}
#droite li {
padding-right: 20px;
}




#pied {
	clear: both;
	height: 60px;
	}
#menuhaut {
list-style-type: none;

}
#menuhaut li {
display: inline;
}
#menuhaut a {
text-decoration: underline;
}
#menuhaut a:hover {
text-decoration: none;
}
#menugauche {
list-style-type: none;
}
#menugauche li {
margin-bottom: 5px;
}
#menugauche a {
text-decoration: underline;
}
#menugauche a:hover {
text-decoration: none;
}
#menudroit {
	margin: 0;
	padding: 0 20px;
}
#menudroit li {
	margin-right: 10px;
	display: inline;
	color: #F7DCC5;
}
#menudroit a {
margin: 0 2px;
text-decoration: overline;
color: #FAFAD2;
}
#menudroit a:hover {
text-decoration: none;
}

h2 {
	padding-top: 70px;
	color: White;
}

h1{
	vertical-align: bottom;
	padding-top: 10px;
	color: White;
	font-variant: small-caps;
}


h3 {
	font-size: 12px;
	color: #CA7400;
	padding-left: 20px;
	}
	
	a:link {
	color: #FFC000;
	text-decoration: underline;
	}
a:visited {
	color: #D79900;
	text-decoration: underline;
	}
a:hover {
	color: #FF0;
	text-decoration: underline;
	}
