/* CSS Document */

/* body */
body {
background-color:#FFCC33;
background-image:url(ce.png);
background-repeat:no-repeat;
color:#000000;
}


h1{
	font-size:56px;
	font-style:italic;
	font-weight:bolder;
	margin-top:10px;
	margin-bottom:5px;
	text-align:center;
	}
	
h2{
margin-top:5px;
font-weight:normal;
}

/* Calque du titre */
.titre{
	position:absolute;
	width:600px;
	height:46px;
	z-index:1;
	left: 212px;
	top: 0px;
}
.titre{
	position:absolute;
	width:800px;
	height:46px;
	z-index:1;/*
	left: 212px;*/
	top: 0px;
	left:50%;
	margin-left:-400px;
}
/* Calque du menu en haut */
#menu{
	position:absolute;
	width:599px;
	height:45px;
	z-index:2;
	left:265px;/*
	top: 114px;*/
	top:140px;
}
#menu{
	position:absolute;
	width:599px;
	height:45px;
	z-index:2;/*
	left: 260px;
	top: 114px;*/
	top:140px;
	left:50%;
	margin-left:-249px;
}




/* Calque de la zone de contenu */
#contenu{
	position:relative;
	z-index:3;
	left:auto;
	right:auto;
	top: 200px;
	text-align:center;
}


/* div de liste de fichiers */
#liste{
position:absolute;
left:300px;
}

/*div precedent/suivant */
#nav{
position:absolute;
left:100px;
}


.liste:hover {
color:#0066FF;
}

/* page courante */
#courant{
font-weight:bolder;
}

/* Lise de fichiers images */
#fichiers{
height:200px;
}


/* cadre de div */
.cadre{
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	padding:10px;
	margin:0px;
}

/* item de menu */
.titre_menu{
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-size:24px;
text-align:center;
letter-spacing:5px;
}

/*Type (roman ou auteur) courant*/
.type_courant
{
font-weight:bolder;
}

/* paragraphe de commentaire */
p.paragraphe{
	text-align:justify;
	text-indent:10px;
	margin:15px;
}

/* lien pour les fleches annéee prec/suivante*/
a.lienannee
{
text-decoration:none;
font-size:36px;

}

