/* HEADER */
.div#header_container {
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:75px;
    background-repeat: no-repeat;
    z-index: 0;
}
.div#header_content {
    width: 899px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1001;
}
.div#header_content a {
    text-decoration: none;
    z-index: 1002;
	
}
.back-gauche {
	background-image: url(../_images/design/back-gauche.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
}
.back-droit {
	background-image: url(../_images/design/back-droit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #006171;
	font-weight: bold;
}
.livre-bord {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	font-weight: bold;
}

a:link {
	color: #19366b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #000066;
 	background-color: #e0ecf5;
	padding: 0px 0px 0px 0px;

}
a:active {
	text-decoration: none;
	color: #2d4c85;
}.titre-livre-bord {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #006171;
	font-weight: bold;
}
