@charset "UTF-8";
body {
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #dad8d8;
	background-image: url(images/fond.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#container {
	width: 1004px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	background: #FFFFFF; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	height: 620px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
#header {
	padding: 0;  /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent en dessous. Si, au lieu de texte, c'est une image qui est insérée dans l'élément #header, il est conseillé de supprimer le remplissage. */
	height: 83px;
	background-color: #FFF;
}

#mainContent {
	height: 537px;	
}
#title {
	width: 329px;
	height: 83px;
}



#accueil {
	height: 64px;
	width: 131px;
	position: relative;
}

/* __________ menus horizontaux ____________ */

#menupage {
	height: 19px;
	text-align: right;
}

#menupage ul{
    color: #000000;
    font: bold 80% arial, helvetica, sans-serif;
    list-style-type: none;
    margin: 0;
    padding: .2em 0;
    width: 100%;
}

#menupage ul li {
    display: inline;
}

#menupage a {
	border-left: 1px solid ;
	padding: .2em 1em;
	text-decoration: none;
}

#menupage a:hover {
	color: #999;
}

/* couleurs des differents menus, adapter la class dnas le html */

.accueil a {
	color: #CA90C2;
}
.livres a {
	color: #F7637F;
}
.illustrations a {
	color: #78C09D;
}
.dessin a {
	color: #F68B63;
}
.infographie a {
	color: #50A2EE;
}

/* __________ fins menus horizontaux ____________ */


#container #mainContent table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	vertical-align: top;
	text-align: left;
	margin-bottom: 5px;
}
#container #mainContent table tr td h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	height: 12px;
	margin-bottom: 5px;
}
#container #mainContent table tr td h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	background-color: #BE9CC2;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-top: 1px;
	letter-spacing: 2px;
}
#container #mainContent table tr td h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #b892bb;
	height: 14px;
	margin-bottom: 10px;
}
#container #mainContent table tr td a {
	color: #C9A9CB;
	font-weight: bold;
}
.livres {
	background-image: url(images/fond-livres.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.legende-livres {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 10px;
	text-align: right;
	margin-top: 35px;
	margin-bottom: 10px;
	padding-right: 10px;
	font-weight: bold;
}

.legende-livres2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 9px;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 7px;
	padding-right: 10px;
	font-weight: bold;
}

#menu-livre {
	height: 125px;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	padding-top: 5px;
}
#menu-livre a img{ 
border:0px
}

#menu-livre a:hover img{
	border: 4px solid #FFF
}
.debut {
	margin-top: 53px;
}
#infos-livre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	padding-left: 10px;
}
#contenu-livre {
	text-align: center;
}

