/* styles specifiques pages accueil, rom, references, colleges et actus */

/*gestion du fond de page*/
#container {
	background-image: url(../images/fonds/fond2.png);
}
h2  {
	margin: 0px;
	text-transform: uppercase;
	color: #E7000D;
	font-family: "Arial Black", Arial, sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 1.3em;
}
#Contenu {
	position:absolute;
	left:81px;
	top:295px;
	width:648px;
	z-index:13;
	line-height: 1.3em;
}
.fdgris {
	background-color: #C5C7C8;
}
.fdgris a {
	color: #000;
}
h3 {
	color: #E7000D;
	font-size: 1.2em;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3+p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#Contenu p {
	margin-top: 0px;
}
h3+ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.reference {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.reference li {
	color: #FFF;
	padding-left: 12px;
	background-image: url(../images/carre-blanc.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
li.referenceon {
	color: #000;
	padding-left: 12px;
	background-image: url(../images/carre-rouge.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
li.referenceoff {
	color: #FFF;
	padding-left: 12px;
	background-image: url(../images/carre-blanc.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
a.lienrefoff:link,a.lienrefoff:visited {
	color: #333;
	text-decoration: none;
	background-image: url(../images/rond-blanc-ref.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 11px;
	line-height: 1.4em;
}
a.lienrefoff:hover {
	color: #E7000D;
	text-decoration: none;
	background-image: url(../images/rond-ref.png);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 4px;
	padding-left: 11px;
	line-height: 1.4em;
}

a.lienrefon:link, a.lienrefon:visited, a.lienrefon:hover {
	color: #E7000D;
	text-decoration: none;
	background-image: url(../images/rond-ref.png);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 4px;
	padding-left: 11px;
	line-height: 1.4em;
}

