
p a:link {
	color: #FD2800; /* rouge*/
	border-bottom-color: #CC3333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
}
p a:visited {
	color: #FD2800; /* rouge*/
	border-bottom-color: #CC3333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
}
p a:hover {
	color: #999999; /* gris*/
	border-bottom-color: #999999; /* gris*/
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
}
p a:active {
	color: #999999; /* gris*/
	border-bottom-color: #999999; /* gris*/
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
}

ol {
	color: #ffffff;
	line-height: 110%;
	margin-bottom: 6px;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
}
ul {
	color: #ffffff;
	line-height: 110%;
	font-weight: normal;
	margin-bottom: 6px;
	list-style-type: disc;
	list-style-image: inherit;
	list-style-position: outside;
	margin-left: 20px;
}
li {
	margin-bottom: 3px;
}
.atx {
	font-weight: normal;
	margin-bottom: 6px;
	color: #ffffff;
	
}
.bst {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0px;
	color: #ffffff;
}
.ctit {
	font-size: 1.8em;
	line-height: 130%;
	font-weight: bold;
	margin-bottom: 9px;
	color: #ffffff;
}
.dtxpetit {
	font-size: 0.7em;
	font-weight: normal;
	color: #ffffff;
}
.ephoto_gauche {
	margin-right: 9px;
}
.ephoto_droite {
	margin-left: 12px;
}
.ephoto_centre {
	margin-right: 9px;
	margin-left: 9px;
}

