@charset "utf-8";
/* CSS Document */
div.page { 
	overflow-y: auto;
}
a:link {
    color: #FFFFFF;
 }
a:visited {
    color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #c7b2af;
}
a {
	text-decoration: none;
}

a.Lien_texte {
color: #951b07;
text-decoration:none;
}
a.hover.Lien_texte {
color: #951b07;
font-weight:bold;
}

/* Styles de textes */
.TexteMenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:14px;
}

.sousMenu {
color:#FFFFFF;
font-family:"Times New Roman", Times, serif;
font-size:15px;

}

.Lien_texte {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color: #951b07;
}

.corpstexte {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color: #OOOOOO;
}

.sommaire {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color: #FFFFFF;
}


.texteActu {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
color: #OOOOOO;
text-align: justify;
}

.texteActus {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
color: #FFFFFF;
text-align: justify;
}

.texteTrouverLivres {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
color: #951b07;
text-align: center;
}

.copyright {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:9px;
color: #000000;
text-align: right;
}

.TitrePage {
font-family:"Times New Roman", Times, serif;
font-size:26px;
color: #5A3122;
text-align: left;
letter-spacing:-0.03em;
}

.Collection {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
color: #5A3122;
text-align: left;
}

.DateActus {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #504f4f;
	text-align: left;
	font-weight:bold;
}


/*styles Presentation Livres */

.TitreLivre {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:22px;
color: #951b07;
text-align: left;
}


.AuteurLivre {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
color: #951b07;
text-align: left;
}

.articleAuteur {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color: #951b07;
}
/*styles DIV */


#col{
-moz-column-count:2;
-webkit-column-count:2;
-moz-column-width:166px;
-webkit-column-width:166px;
-moz-column-gap:17px;
-webkit-column-gap:17px;
}
