/* Début balises globales */
body {
	margin: 0px;
	font-family: Tahoma,"Sans Serif";
	font-size: 12px;
	color: white;
	background: url('images/motif.png') no-repeat top #1A1A1A;
}

img { border: none; }
h1, h2, h3, h4, h5, h6 { margin-top: 0px; text-align: center; }
h3 { color: #EC9D22; }
a { color: white; text-decoration: none; }
a:hover { color: #ec9d22; }
select { width: 170px; }
/* Fin balises globales */

/* Début page Index */
#header {
	width: 100%;
	height: 124px;
	background: url('images/lecture_en_ligne/header_bg.jpg') repeat-x;
}

#banniere {
	width: 900px;
	height: 124px;
	background: url('images/lecture_en_ligne/header.jpg') no-repeat left;
}

.precedent {
	width: 75px;
	vertical-align: middle;
	text-align: center;
}
.suivant {
	width: 75px;
	vertical-align: middle;
	text-align: center;
}

.image {
	padding: 2px;
	border: 1px solid white;
}
/* Fin page Index */

#page {
	width: 1000px;
}

#lecture {
	width: 750px;
}

#lecture2 {
	width: 890px;
}

.cellule {
	width: 150px;
	border: 1px solid transparent;
}

.cellule a {
	display: block;
	width: 150px;
	padding-top: 15px;
}

.cellule:hover {
	border: 1px dashed #FFA800;
}

.cellule2, .cellule3 {
	width: 210px;
	text-align: center;
	height: 200px;
	border: 1px solid transparent;
}

.cellule2 a, .cellule3 a {
	display: block;
	width: 210px;
	height: 185px;
	padding-top: 15px;
}

.cellule2:hover, .cellule3:hover {
	border: 1px dashed #FFA800;
}

.cellule3 img {
	padding: 2px;
	border: 1px solid white;
}
