* {
	margin:0;
	padding:0;
}

/* Un script pour corriger le bug png sous IE. */
img {
	behavior: url(../pngHack.htc);
	border: 0;
}

body {
	font: 76% "Trebuchet MS";
}
pre{
	font-family:"Trebuchet MS";
}

/* Entete de page */

div#header {	
	background: #4C0016 url(../interface/header.jpg) no-repeat;
	height: 274px;
}

/* Titre de la page: nom du poème */
div#header h1 {
	font-size: 2em;
	color: white;
	margin-left: 300px;
	margin-top: 60px;
	width: 200px;
	text-align: center;
}

/* Menu dans l'entete */

div#menu {
	margin-left: 300px;
	padding-top: 20px;
	width: 200px;
}

div#menu ul {
	list-style: none;
	margin-top: 0;
}

div#menu a {
	text-decoration: none;
	color: white;
}

div#menu li {
	padding-left: 25px;
}

div#menu li.active {
	color: white;
	font-weight: bold;
	width: 18px;
	height: 16px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../interface/feuille_menu.png', sizingMethod='crop');
}

div#menu li.active[class] {
	background-image: url(../interface/feuille_menu.png);
	background-repeat: no-repeat;
}

/* Conteneur avec son image de fond */

div#container {
	background: url(../interface/fond.jpg) repeat-y;
}

/* Un truc pour aligner le pied de page */

div#wrapper {
	float:left;
	width:100%;
}

div#content {
	margin-left: 300px;
	margin-top: 2em;
	margin-bottom: 2em;
}

div#content p {
	/*line-height: 2em;*/
}

div#content h1 {
	font-size: 1.2em;
	padding-bottom: 1em;
}

div#content #poeme {
	padding-bottom: 1em;
}

div#content #poeme .vers {	
	padding-left: 1em;
	border-bottom: 1px solid #eee;
	text-align: center;
}

/* Barre de navigation a gauche */

div#navigation {
	float:left;
	width:270px;
	margin-left:-100%;
}

div#navigation {
	color: white;
}

/* Illustration a gauche */

div#illustration a {
	margin: 0;
	padding: 0;
}

div#legende {
	text-align: right;
	font-family: verdana;
}

div#legende p {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

div#legende #titre_illustration {
	font-weight: bold;
	color: #da006c;
}

div#legende .indication {
	font-style: italic;
}

div#legende #auteur {
	margin-top: 1em;
}

/* Pied de page */

div#footer {
	clear:left;	
	margin-left: 276px;
	padding-top: 4px;
	padding-left: 20px;
	padding-bottom: 8px;
	font-size: 80%;
}

div#footer {
	color: black;
	border-top: 1px solid #2E0E1F;
}


/* Divers */

a { color: black }

#sommaire {
	width: 100%;
}

div.categorie {
	margin: 1em;
	padding: 4px;

	float: left;
	width: 40%;
}

div.categorie p {
	font-weight: bold;
}

div.categorie ul li {
	list-style-type: none;
	padding-left: 1em;
}

#spacer {
	clear: both;
}

/* Mise en forme pour le formulaire de contact */

#formulaire label, #formulaire input {
	width: 200px;
	float: left;
	margin-bottom: 10px;
	margin-right: 5px;
}


#formulaire label {
	text-align: right;
	width: 100px;
	padding-right: 4px;
}


#formulaire input, #formulaire textarea {
	border: 1px solid #888;
}

#formulaire textarea {
	margin-bottom: 4px;
}

#formulaire br {
	clear: left;
}

/* Message important à afficher */
.important {
	font-weight: bold;
}

/* fond de la page pour une illustration */
#contenu_illustration {
	background-color: #C1C9A4;
}

#galerie {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

#galerie ul {
	list-style: none;
	display: inline;	
}

#galerie li {
	float: left;	
	width: 250px;
	height: 250px;
	
}

#galerie a {	
	display:table-cell;
	vertical-align:bottom;
	text-align:center;	
	text-decoration: none;
	margin: 4px;
	padding: 4px;
}

#galerie a:hover {
	background-color: #ccc;
	margin: 4px;
	padding: 4px;
}

#galerie img {
	border: 0;
	margin: 0;
	padding: 0;
}