#bloc_page_generale {
	width: 800px;
	border-style: ridge;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}

#bloc_banniere {
	width: 100%;
	height: 200px;
	background-image: url(images/banniere.jpg);
	border-style: none none ridge none;
	border-width: 5px;
}

#bloc_livre {
	width: 100%;
	padding-top: 90px;
}

#bloc_pied_de_page {
	width: 790px;
	border-style: ridge none none none;
	border-width: 5px;
	color: #752C99;
	padding-left: 5px;
	padding-right: 5px;
}

#bloc_pied_de_page table {
	background-color: transparent;
	font-size: 12px;
	font-family: 'Times New Roman', Arial, Verdana, Geneva, Helvetica, sans-serif;
	border-style: none;
}

#bloc_pied_de_page_centre {
	font-size: 16px;
	font-weight: bold;
}

#bloc_pied_de_page a, #bloc_pied_de_page a:active, #bloc_pied_de_page a:visited {
	color: #752C99;
}

/* ==================== Menu déroulant horizontal ==================== */
/***** menu CSS *****/
@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	.menu, .ssmenu {
		visibility:hidden;
	}
}

.menu, .ssmenu {
	background-color:#AA005A;
	color:white;
	font-family:"Trebuchet MS",Arial,sans-serif;
	border:none;
	padding:1px;
/* width et margin sont au cas où le javascript est désactivé. */
	width:15em;
	margin:1em;
}

/* .menu = les cases toujours visibles (comme Fichier, Edition... dans un logiciel) */
.menu {
	text-align: center;
	font-size:13px;
}
/* .ssmenu = Les parties "déroulantes" qui s'affiche au survol d'un .menu */
.ssmenu {
	/* aller pour faire joli sur IE, un petit effet de dégradé !
	Pour voir d'autres effets :
	http://msdn.microsoft.com/workshop/samples/author/dhtml/DXTidemo/DXTidemo.htm
	Par exemple :
	transparence à 25% = opacité à 75%:
		FILTER: progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=75);
	"Glow" :
		FILTER: progid:DXImageTransform.Microsoft.Glow(color=#ffdead,strength=5);
	Ombre en bas à droite, 5 px :
		FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#ff8c00,strength=5);
	*/
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#CA006A,endColorStr=#AA005A);
	white-space: no-break;
	font-size: 11px;
	background-color: #CA006A;
}

.menu span, .ssmenu span {
/* Ne pas toucher
	C'est pour cacher les ; en fin de <li>, ce qui permet aux synthèse vocales de prendre une
	pause dans l'élocution */
	display:none;
}

.ssmenu ul, .ssmenu li {
/* Ne pas trop toucher.
	Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
/* Les liens qui ne sont pas sous le curseur. */
	color:white;
	padding:2px 1px;
	text-decoration:none;
/* Ne pas modifier le block, margin et width */
	display:block;
	margin:0px;
	width:100%;
}
html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .ssmenu a, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active {
	width:auto;
}

.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus, .menu a:hover, .menu a:focus {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
	*/
	background-color:#FF50AA;
	color:white;
	text-decoration:none;
}


img {
/* Si on met une image dans un lien (par exemple un logo à gauche du lien), pas de bordure
	car c'est vilain :-p */
	border:none;
}

.ssmenu img {
/* un petit espacement entre l'image et le texte du lien <a href="..."><img.../>blabla</a> */
	margin-right:2px;
}

.ssmenu img.hr {
/* Encore un peu expérimental, un <hr /> entre deux items pour faire un "séparateur"... */
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0;
	margin-right:0;
	width:100%;
	display:block;
}

/*
Bref... pour résumer, ce qu'il y a à modifier à la base, c'est :
- couleurs, police, bordure.
- l'effet spécial IE pour les ssmenu si on aime ça...
- police et couleurs des liens "non survolés" et "survolés".
*/
/* =================================================================== */
h1.titre {
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
	margin-top: 40px;
	font-family: "Times New Roman", Arial, Sans-serif;
}

html {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

body {
	background-image: url(images/background_violet.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	font-style: normal;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	color: #752C99;
}

table {
	background-color: White;
	border: 1px solid Gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

table.form {
	background-image: url(images/background.jpg);
	border: 1px solid #708090;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

table.vide {
	background-color: White;
	border: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

table.aff {
	border: none;
}


select {
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: white;
	border: 1px solid #708090;
}

input {
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: white;
	border: 1px solid #708090;
}

textarea {
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 400px;
	height: 120px;
	background-color: white;
	border: 1px solid #708090;
	text-align: justify;
}

td.head {
	border: none;
	font-size: 10px;
	background-color: #FFE4E1;
}

td.menu {
	background-color: #97A4B1;
	padding: 15px;
}

.bloc_livre a {
color: Black;
text-decoration: none;
font-size: 11px;
font-family: verdana, sans-serif;
}

.bloc_livre a:hover {
color: #FFA500;
font-size: 11px;
font-family: verdana, sans-serif;
}

.bloc_livre a.lien {
color: #4682B4;
text-decoration: underline;
font-size: 11px;
font-family: verdana, sans-serif;
}


.bloc_livre a.lien:hover {
color: #87A5CD;
text-decoration: none;
font-size: 11px;
font-family: verdana, sans-serif;
}

.bloc_livre a.admin, .bloc_livre a.admin:visited {
color: Black;
text-decoration: none;
font-size: 11px;
font-family: verdana, sans-serif;
background-color: transparent;
width:160px;
padding-top:5px;
padding-bottom:5px;
}

.bloc_livre a.admin:hover {
	color: Black;
	background-color: #FFD700;
}

h1 {
	font-size: 30px;
	font-family: Trebuchet MS;
}

h2 {
	font-size: 24px;
	font-family: Trebuchet MS;
	color: #FFA500;
}

h3 {
	font-size: 20px;
	font-family: Trebuchet MS;
}

/* Section Administrateur */
.table_admin {
	background-image: url(images/background.jpg);
	border: 1px solid Gray;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

.titre_admin {
	color: White;
}



