@charset "utf-8";
/*
*	Feuille de style site Distribution
*/
#barreMenu {
	height: 26px;
	background-image: url(images/chauf_backBarreMenu.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#menu {
	background-color:  #302D2D;
	background-image: url(images/backBarreMenu2.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 11px; font-weight: bold;
	letter-spacing: 1px;
}

#menu span {
	color: #CF0066;
}

#menu a { color: #fff; text-decoration: none; }
#menu a:visited { color: #fff; }
#menu a:hover { color: #CF0066; }

h2 {
	margin-top: 20px;
	background-image: url(images/puce_noire.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	text-indent: 13px;
	font-size: 15px;
	font-weight: bold;
	color: #00AEEF/*#CF0066;*/
}

#accroche {
	height:24px;
	font-weight: bold;
	font-size: 14px;
	color: #302D2D;
	background-color: #F29072;
	text-indent: 10px;
}

#menuBottom {
	background-color: #F29072;
	background-image: url(images/chauf_backMenuBottom.gif);
	background-position: right top;
	background-repeat: no-repeat;
	text-indent: 20px;
	font-size: 12px;
	font-weight: bold;
}

#menuBottom a { color:#302D2D; text-decoration: none; }
#menuBottom a:visited { color:#302D2D; }
#menuBottom a:hover { color:#FFF; }

.select {
	border: 1px solid #302D2D;
	font-size: 11px;
	color: #302D2D;
}

.cacher {
	display: none; height: 115px; overflow: auto;
}
.afficher {
	padding: 5px 10px 0 0;
	display: block; height: 215px; overflow: auto;
}

.afficher dd {
	font-size: 9px;
	margin-bottom: 5px;
}

.underline{

	text-decoration:underline;
}