/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bordureNavigation {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
a.lienNoirNormal:link {
	color: #000000;
	text-decoration: none;
}
a.lienNoirNormal:visited {
	text-decoration: none;
	color: #000000;
}
a.lienNoirNormal:hover {
	text-decoration: underline;
	color: #000000;
}
a.lienNoirNormal:active {
	text-decoration: none;
	color: #000000;
}
a.lienNoirItalique:link {
	color: #000000;
	text-decoration: none;
}
a.lienNoirItalique:visited {
	text-decoration: none;
	color: #000000;
}
a.lienNoirItalique:hover {
	text-decoration: underline;
	color: #000000;
}
a.lienNoirItalique:active {
	text-decoration: none;
	color: #000000;
}
a.lienNoirItalique {
	font-style:italic;
}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: underline;
	font-weight: bolder;
}
.textePetit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.texteNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.remarqueEnBleu {
	font-size:11px;
	color: #0000FF;
}
a.lienBleuItalique:link {
	text-decoration: none;
	color: #0000FF;
}
a.lienBleuItalique:visited {
	text-decoration: none;
	color: #0000FF;
}
a.lienBleuItalique:hover {
	text-decoration: underline;
	color: #0000FF;
}
a.lienBleuItalique:active {
	text-decoration: none;
	color: #0000FF;
}
a.lienBleuItalique {
	font-style: italic;
}
.fondTitreSDA {
	background-image: url(/sda/images/fondtitre.gif);
	color: #000000;
	font-weight:bold;
	border: 1px solid #000000;
}
.fondALCDM {
	background-image: url(/livres/images/alcdm/alethiometer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fondAmericanGods {
	background-image: url(/livres/images/american_gods/ancien_dieu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fondCoraline {
	background-image: url(/livres/images/coraline/souris.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.contourPointilleSaufHaut {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.contourPointilleBleu {
	border: 1px dotted #7B9EBD;
}