@charset "utf-8";
.lien:link {
	color: #660000;
	text-decoration: none;
}
.lien:visited {
	text-decoration: none;
	color: #660000;
}
.lien:hover {
	text-decoration: none;
	color: #C00;
}
.lien:active {
	text-decoration: none;
	color: #660000;
}

.contourcadre {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #534741;
	border-right-color: #534741;
	border-bottom-color: #534741;
	border-left-color: #534741;
}

.texte1 {
	color:#534741;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: justify;
}

.texte2 {
	color:#660000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: justify;
}

.citation {
	color:#727272;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: justify;
	font-style: italic;
}

.titre1 {
	color:#534741;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.titre2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F1F1F1;
}

.pointilles {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

.baspagesl {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: regular;
	color: #CCC;
}

.baspage {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: regular;
	color: #CCC;
}
.trait{
	border-right-style: solid;
	border-right-color: #CCC;
	padding-left: 5px;
	border-right-width: 1px;
}
.baspage:link {
	color: #CCC;
	text-decoration: none;
}

.baspage:visited {
	color: #CCC;
	text-decoration: none;
}

.baspage:hover {
	color: #999;
	text-decoration: none;
}

.baspage:active {
	color: #CCC;
	text-decoration: none;
}

