﻿@charset "utf-8";
/* Specifique Plan de site */
#ZoneScroll .titrePrehome {
	margin: 5px 0px 10px 10px;
	padding: 0px;
	float: left;
	width: 31%;
	display: inline;
	text-align: left;
}

#ZoneScroll .titrePrehome a {
	text-decoration: none;
}

#ZoneScroll .titrePrehome a:hover, #ZoneScroll .titrePrehome a:focus {
	text-decoration: underline;
}

#ZoneScroll .titreSecond {
	margin-left: 0px;
	padding-left: 6px;
	width: 95%;
}

* html #ZoneScroll .titreSecond { /* Pour IE6 */
	padding-left: 10px;
	width: 90%;
}

#ZoneScroll .titreSecond li {
	margin-left: 10px;
	width: 100%;
}

* html #ZoneScroll .titreSecond li { /* Pour IE6 */
	margin-left: -5px;
	padding-left: 10px;
	background: url(../../content/img/boutons/puce_bleu.gif) no-repeat 0px 4px;
}

*+html #ZoneScroll .titreSecond li { /* Pour IE7 */
	margin-left: -5px;
	padding-left: 10px;
	background: url(../../content/img/boutons/puce_bleu.gif) no-repeat 0px 4px;
}

#ZoneScroll .titreTroisieme {
	background: #00FF00;
}

#ZoneScroll .titreTroisieme li {
	background: #0000FF;
}
