/* =============
  BLOC COLONNE GAUCHE
============= */
#gauche {
float:left;
background-color: white;
text-align: left;
width:140px;
list-style: none ;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #5A626D;
}
#gauche ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#gauche li {
width: 100%;
margin-bottom: 4px ;
padding-bottom: 4px;
border-bottom: 2px dotted #8B9DBB;
}
#gauche li #bloc, #gauche li #bloc_titre {
background-color: #ECF0F3;
padding-top: 8px;
padding-bottom: 8px;
}
#gauche li #bloc_titre {
font-family:"Trebuchet MS",Verdana;
font-size: 14px;
font-weight: bold;
background-color: #ECF0F3;
padding-top: 8px;
padding-bottom: 8px;
}
#gauche li #bloc_titre:first-letter {
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
}

#gauche li #bloc div.event_title {
	color: #303030;
	line-height: 13px;
	margin-bottom: 5px;
}
#gauche li #bloc div.event_message {
	margin-bottom: 10px;
}
#gauche li #bloc div.event_message a {
	color: #D20000;
	font-weight: bold;
	text-decoration: none;
	line-height: 13px;
}
#bouton {
float: right;
margin-right: 0px;
margin-bottom: 5px;
list-style-type: none;
cursor: pointer;
font-weight: bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #4F87D2;
}
#bouton a {
text-decoration: none;
color:#FFF;
padding-left: 10px;
padding-right: 0px;
background-image: url(../images/bouton_picto_blanc.gif);
background-repeat: no-repeat;
background-position: 2px 4px;
}
#bouton a:hover {
background-color: #6FA7F2;
padding-left: 10px;
padding-right: 0px;
background-image: url(../images/bouton_picto_blanc.gif);
background-repeat: no-repeat;
background-position: 2px 4px;
}

/* ------------------ */
/* Flux RSS           */

#gauche li #bloc td a{
color:#92020C;
text-decoration: none;
font-weight: bold;
}

/* Encadrement Photos */

#photo_haut {
	height:8px;
    background-image:url('../images/cadre_photo_haut.gif');
    vertical-align:top;
}
#photo_coingh {
    width:8px;
	height:8px;
	background-image:url('../images/cadre_photo_hg.gif');
	float: left;
}
#photo_coindh {
    width:8px;
	height:8px;
	background-image:url('../images/cadre_photo_hd.gif');
	float: right;
}
#photo_gauche {
	background-image:url('../images/cadre_photo_gauche.gif');
	background-repeat: repeat-y;
	/*float:left;*/
}
#photo_droit {
	background-image:url('../images/cadre_photo_droit.gif');
	background-repeat: repeat-y;
    /*float: right;*/
}
#photo_contenu img {
	background-color:white;
	margin: 0px;
	padding:3px;
}
#photo_bas {
	height:8px;
    background-image:url('../images/cadre_photo_bas.gif');
}
#photo_coingb {
    width:8px;
	height:8px;
	background-image:url('../images/cadre_photo_bg.gif');
	float: left;
}
#photo_coindb {
    width:8px;
	height:8px;
	background-image:url('../images/cadre_photo_bd.gif');
    float:right;
}