@charset "utf-8";
/* CSS Document */

#titre h1 {
	color: #FF6699;
	letter-spacing: 0.em;
	letter-spacing: 0px;
	width: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 80px;
	padding: 0px;
	font-size: 130%;
	text-transform: uppercase;
	top: 10px;
	font-weight: bolder;
	z-index: 2;
}
#content #sidebar .menuSide h2 {
	color: #993399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#content #colcentre #deco .catListe h2 {
	color: #FA7BC2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.details{
	color: #FF6600;
	text-decoration: none;
}
a.details:hover{
	color: #CCFF00;
	text-decoration: underline;
}

/*********************************Table listes articles**********************************/
table.ArtListe {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8C7FB5;
	width: 580px;
}

.ArtListe h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 110%;
}

.ArtListe img {
	margin-top: 12px;
}


