﻿@charset "utf-8";
/* Specifique pages "Forums" */
#PageInterne .listEvents, #INFOS_PAGE .sansListe #zoneScroll.listEvents {
	top: -11px;
	left: 0;
	float: right;
	width: 335px;
	height: 281px;
	display: inline;
}

* html #INFOS_PAGE .sansListe #zoneScroll.listEvents { /* Pour IE6 */
	position: absolute;
	top: 109px;
	left: 333px;
}

#zoneScroll.listEvents .scroll-track {
	width: 14px;
	height: 281px;
	background: transparent url(../img/fond_site/track_forums.gif) no-repeat 0 0;
}

.introForum {
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}

#listVilles {
	margin: -15px 14px 0 50px;
	float: left;
	width: 265px;
	display: inline;
}

* html #listVilles { /* Pour IE6 */
	margin-top: -5px;
}

#listVilles #MenuDeroulantCal {
	margin-top: 5px;
	position: absolute;
	width: 265px;
	height: 25px;
	overflow: hidden;
	z-index: 2;
}

* html #listVilles #MenuDeroulantCal { /* Pour IE6 */
	margin-top: 0;
}

.calendarBox {
	margin-top: 35px;
	z-index: 1;
}

.calendarBox #dateJour {
	margin: 6px 0 12px 0;
	padding-top: 10px;
	width: 260px;
	height: 30px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

* html .calendarBox #dateJour { /* Pour IE6 */
	margin-top: -5px;
}

.calendarBox .imgToutEvent {
	margin-left: -81px;
	position: relative;
	top: -10px;
	left: 50%;
	cursor: pointer;
}

#zoneScroll.listEvents #listForums {
	width: 320px;
	text-align: left;
}

#zoneScroll.listEvents #listForums ul {
	margin: 2px 0 0 0;
	padding: 0;
	line-height: 11px;
	list-style-type: none;
}

#listForums ul .ElementBox {
	margin-bottom: 2px;
	width: 335px;
	min-height: 34px;
	cursor: pointer;
}

* html #listForums ul .ElementBox { /* Pour IE6 */
	margin-bottom: -1px;
	height: 34px;
}

*+html #listForums ul .ElementBox { /* Pour IE7 */
	margin-bottom: -1px;
}

#listForums ul .ElementBox a {
	padding: 5px 0 5px 0;
	min-height: 24px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 6px 12px;
	background-image: url(../img/fleches/fleche_elementdroite.gif);
}

* html #listForums ul .ElementBox a { /* Pour IE6 */
	height: 24px;
	background-position: 6px 6px;
}

*+html #listForums ul .ElementBox a { /* Pour IE7 */
	background-position: 6px 6px;
}

#listForums ul .ElementBox a:hover, #listForums ul .ElementBox a:focus {
	color: #4C4C4C;
}

#listForums ul .ElementBox a span {
	margin: 6px 20px 0 21px;
	width: 294px;
	display: block;
	line-height: 14px;
	cursor: pointer;
}

#listForums ul .ElementBox div {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

#listForums ul .ElementBox p {
	margin: 0 0 0 9px;
	padding: 5px 20px 9px 13px;
	width: 293px;
	height: auto;
	line-height: 14px;
}

* html #listForums ul .ElementBox p { /* Pour IE6 */
	margin-bottom: 2px;
}

*+html #listForums ul .ElementBox p { /* Pour IE7 */
	margin-bottom: 2px;
}

#listForums ul .ElementBox p a {
	margin-top: 5px;
	min-height: 0;
	color: #4C4C4C;
	background-image: none;
}

* html #listForums ul .ElementBox p a { /* Pour IE6 */
	height: auto;
}

#listForums ul .ElementBox p a:hover, #listForums ul .ElementBox p a:focus {
	color: #AAAAAA;
}
