@charset "UTF-8";
/* CSS Document */

/*************/
/* STRUCTURE */
/*************/

#contenu {
	padding-top:21px;	
}

#colA {
	margin-left:45px;
}


#contenu #col1,
#contenu #col2,
#contenu #col3 {
	float:left;
}

#contenu #col1 {
	width:100px;
	text-align:right;
	padding-top:85px;
	height:200px;
}
#contenu #col1 .prev {
	margin-right:20px;
	background:none;
}
#contenu #col1 .prev:hover {
	background:url(../img/divers/transparent.gif) top left repeat white; /* IE6 */
}
#contenu #col3 {
	width:50px;
	text-align:left;
	padding-top:85px;
	height:200px;
}
#contenu #col3 .next {
	margin-left:15px;
}

#contenu #col2 {
	width:745px;
}
#descriptions_conteneur {
	width:736px;
}
#descriptions_conteneur #description {
	width:550px;
	float:left;
}
#description span {
	display:block;
}
#description .date {
	color:#e68615;
	margin:13px 0 1px 0;
}
#description .titre {
	font-size:15px;
	font-weight:bold;
	color:#52a3c6;
}
#description p {
	color:#747474;
	line-height:130%;
	margin-top:9px;
}
#descriptions_conteneur #photo {
	float:left;
	margin:15px 0 0 22px;
}




/***************/
/* CALENDRIERS */
/***************/

#calendriers_conteneur {
	margin-top:15px;
}
.calendrier {
	background:url(../img/fonds/boite_grise_calendrier.png) top left no-repeat transparent !important;
	background:url(../img/fonds/boite_grise_calendrier.gif) top left no-repeat transparent; /*ie6...*/
	width:248px;
	height:198px;
	text-align:center;
	margin-bottom:12px;
	float:left;
}
.calendrier h1 {
	color:#e68615;
	font-weight:bold;
	text-align:center;
	padding:8px;
}
.calendrier table {
	width:223px;
	margin:0 auto;
	display:table;
}
.calendrier table tr th {
	color:#52a3c6;
	height:23px;
	vertical-align:middle;
}
.calendrier table tr td {
	height:20px;
	display:table-cell;
	vertical-align:middle;
	color:#747474;
}
.calendrier table tr th.bordure,
.calendrier table tr td.bordure {
	background:url(../img/fonds/bord_calendrier.gif) top repeat-x transparent;	
}
.calendrier td.evenement {
	background:#e0ecf1;
	font-weight:bold;
}
.calendrier td.selectionne {
	font-weight:bold;
	color:#E68615;
}
.calendrier a {
	color:#747474;
	font-weight:bold;
}
.calendrier a:hover {
	color:#E68615;
}



/**********/
/* DIVERS */
/**********/
p.lire_la_suite {
	line-height:20px;
}
.pointilles {
	height:1px;
	overflow:hidden;
	margin:0 auto;
	background:url(../img/fonds/pointilles_gris_horizontaux.gif) top left repeat-x #f9f9f9;
	display:block;
}