﻿a {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
hr.spip {
	border-top: 1px solid #FF6600;
}
.info {
	font-size: 9px;
	color: #FF9900;
}
a.info {
	color: #FF9900;
	text-decoration: none;
}
a.info:hover {
	color: #FF9900;
	text-decoration: underline;
}

/********* Intro (Rubrique) *********/
.intro h2.titre {
	color: #FF6600;
}

/********* Chapter (Article) *********/

.chapter h6.surtitre {
	color: #FF9900;
}
.chapter h2.titre {
	color: #FF6600;
}
.chapter h5.soustitre {
	font-size: 12px;
	color: #FF6600;
}
h3.spip {
	color: #FF6600;
}

/********* Bloc *********/
.bloc {
	background: #FFFFCC;
}
.cadre {
	background: none;
	border: 1px solid #FFCC00;
}
.bloc h3 {
	color: #FF9900;
}
.bloc_item {
	color: #FF6600;
}
