@charset "utf-8";
/* CSS Document */

.art .texte {
	float:left;
	width:430px;
	_width:405px;
	margin:0;
	_margin: 0 0 0 5px;
}


/* --- Bloc Télécharger un document ----------------------------------------------------------- */
.art .telecharge_bloc {
	float:left;
	width:216px;
}
.art .telecharge_grand {
	width:216px;
		margin:0 0 10px 0;

}
.art .telecharge_grand .telecharge_grand_top {
	background:transparent url(../images/bloc_telecharger_top.gif) no-repeat scroll left top;
	height:18px;
	width:215px;
}

.art .telecharge_grand .telecharge_grand_top p{

	color:#2684DC;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	margin-bottom:8px;
	line-height:18px;
	margin:0 0 0 25px;

}

.art .telecharge_grand .telecharge_grand_bottom {
	background:transparent url(../images/bloc_telecharger_bottom.gif) no-repeat scroll left bottom;
	width:215px;
}
.art .telecharge_grand .telecharge_grand_bottom ul {
	width:215px;
	list-style-image: url(../images/bloc_telecharger_puce.gif);
	margin: 0 0 0 20px;
	padding : 0;
}

.art .telecharge_grand .telecharge_grand_bottom ul li{
	width:190px;
	margin: 0 ;
	padding : 0;
}


.art .telecharge_grand .telecharge_grand_bottom ul li a{
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	color:#318BDB;
}


.art .telecharge_grand .telecharge_grand_top h1 {
	margin: 0 0 0 25px;
	line-height:18px;
}

/* --- Bloc Question Réponse ----------------------------------------------------------- */
.bloc_question_reponse {
	width:287px; height:auto;
	margin:0 12px 10px 9px; padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg_agenda.gif) left top repeat-y;
}
.bloc_question_reponse_bottom {
	width:287px; height:auto;
	margin:0; padding:0 0 50px 0;
	background:url(../images/bg_agenda_bottom.gif) left bottom no-repeat;
}
.bloc_question_reponse_top {
	position:relative;
	width:267px; height:auto;
	margin:0; padding:8px 10px 0 10px;
	background:url(../images/bg_agenda_top.gif) left top no-repeat;
}
.question_reponse_titre {
	width:auto; height:auto;
	margin:0 0 6px 0; padding:0;
	font-size:13px; font-weight:bold;
	color:#FFFFFF;
}
.question_reponse_allevents {
	position:absolute; top:9px; right:6px;
	display:block;
	width:auto; height:auto;
	margin:0; padding:2px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px; font-weight:bold;
	text-decoration:none;
	color:#67c0fe;
	background:url(../images/bg_agenda_allevents.gif) left top no-repeat;
}
.question_reponse_allevents:hover {
	color:#f79a03;
}

.question_reponse_event {
	width:267px; height:auto;
	margin:0; padding:13px 0 17px 0;
	border-bottom:1px dotted #9a9a9a;
}
.question_reponse_jour {
	width:auto; height:auto;
	margin:0; padding:1px 0 1px 22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; font-weight:bold;
	color:#FFFFFF;
	background:url(../images/agenda_horloge.gif) left top no-repeat;
}

.question_reponse_horaire {
	display:block;
	width:auto; height:auto;
	margin:0 0 0 20px; padding:2px 0 2px 10px;
	font-size:11px; text-decoration:none;
	color:#67c0fe;
	background:url(../images/puce_agenda.gif) left 6px no-repeat;
}
.question_reponse_horaire:hover {
	color:#f79a03;
	background:url(../images/puce_agenda2.gif) left 6px no-repeat;
}
.question_reponse_horaire.selected {
	background:url(../images/puce_agenda_selected.gif) left 8px no-repeat; color:#e5f6ff;
}
.question_reponse_detail {
	width:auto; height:auto;
	margin:3px 0; padding:5px;
	border:1px solid #3f3f3f;
	background:#535353 url(../images/bg_agenda_plierdeplier.gif) left top repeat-x;
}
.question_reponse_detail p{ 
	margin:0; padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
