﻿@charset "utf-8";
/* Specifique page "plansite" */
#ZoneScroll .titrePrehome {
	margin: 5px 0px 20px 15px;
	padding: 0px;
	text-align: left;
	list-style-type: none;
	
}

#ZoneScroll .titrePrehome li {
	margin-right: 10px;
	float: left;
	width: 31%;
}

* html #ZoneScroll .titrePrehome li { /* Pour IE6 */
	margin-right: 0px;
}

#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%;
	list-style-type: disc;
}

* 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;
}