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

#droite h2{
	margin:0 0 0 10px;
	padding: 5px 15px 10px 8px;
	font-size:13px;
	color:#cc0033;
	background:url(../images/puce_rouge.gif) no-repeat 0 14px;
	font-weight: bold;
}
#droite h3
{
	margin:15px 0 5px 10px;
	padding: 0;
	font-size:13px;
	color:#FF9900;
}
#droite h4{
	margin:10px 0 0 10px;
	padding: 0;
	font-size:12px;
	color:#999900;
}

/* Definition des listes*/

#droite ul
{
	list-style:none;
	margin:5px 0 5px 0;
	padding:0;
}

/* Liste numerotée */ 
#droite ol li {
	margin:0 0 6px 15px;
	padding:0 0 0 1px;
	background:none;
}

/* Liste Niveau 1 */ 
#droite li
{
	margin:0 0 6px 15px;
	padding:0 0 0 10px;
	background:url(../images/carre_vert.gif) no-repeat 0 6px;
}

/* Liste Niveau 2 */ 
#droite ul li ul li {
	background-image: url(../images/carre_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#droite ul ul li {
	background-image: url(../images/carre_orange.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 25px;
	background-position: 0px 6px;
}

/* Liste Niveau 3 */ 
#droite ul li ul li ul li {
	background-image: url(../images/tiret_noir.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


#droite .important /* Uniquement sur LI */
{
	margin:10px 0 10px 15px;
	padding:0 0 0 10px;
	background:url(../images/carre_rouge.gif) no-repeat 0 4px;
}

.important a {
	font-weight: bold;
	color: #cc0033;
	text-decoration: underline;
	font-size: 11px;
}

/* Pour uninsérer un plan Googlemap - taille 350 (largeur) par 250 (hauteur) */
#droite #plan {
	margin:10px 0 5px 15px;
	padding:0;
}
/* Zone Attention id sur Balise DIV */
#attention 
{
	margin:10px 10px 10px 10px;
	padding:5px 10px 5px 10px;
	background-color:#FCC;
	border:#F00 1px dotted;
	width:500px;
}

#attention h2
{ 
	margin:0;
	padding:0 0 0 20px;
	text-indent:0;
	background:url(../images/carre_rouge.gif) no-repeat 10px 6px;
}

#attention p
{ 
	margin:0;
	padding:0;
	text-indent:0;
}


.adresse
{
	font-size:11px;
}
	
/*.float_img
{
float:right;
text-align:center;
font-size:9px;
}

.float_img img
{
	border-width:3px;
	border-color:#999;
	border-style:double;
}*/
#image_center 
{ 
	float:center;
    text-align:center;
}

#encart_droite
{
	float:right;
	width:180px;
	margin-left:10px;
	font-size:9px;
	text-align:center;
}

#encart_droite .img_droite
{
	border-width:3px;
	border-color:#999;
	border-style:double;
}

#encart_droite #a_voir
{
	margin:10px;
	padding: 3px 0 0 5px;
	font-size:11px;
	background:url(../images/coin_haut_avoir.gif) no-repeat top left;
	text-align:left;
}

#encart_droite #a_voir .a_voir_bas
{
	background: url(../images/coin_bas_avoir.gif) no-repeat right bottom;
	margin:0;
	margin-top:-15px;
	padding:0;
	height:20px;
}

#encart_droite #a_voir h5
{
	height:15px;
	line-height:18px;
	margin:0 65px 0 0;
	padding: 0;
	background: url(../images/icon_avoir.gif) no-repeat right bottom;
	font-size:11px;
	color:#FF9900;
}

#encart_droite #a_voir a
{
	color:#000;
}

#encart_droite .Cartouche_PDF img
{
	border-width:0;
	margin:15px;
}

#encart_droite #memento
{
	margin:10px 10px;
	padding : 0 0 5px 0;
	font-size:11px;
	background:url(../images/memento_02.gif) repeat-y;
}

#encart_droite #memento h5
{
	background:url(../images/memento_01.gif) no-repeat top center;
	height:40px;
	margin:0;
	padding:29px 0 0 0;
	font-size:11px;
	font-weight:bold;
}

#encart_droite #memento p
{
	margin:0;
	padding:5px 15px;
	text-align:left;
}

#encart_droite #memento A
{
	color:#600;
}

#encart_diaporama
{
	float:right;
	width:400px;
	margin-left:10px;
	margin-right:5px;
	font-size:9px;
	text-align:center;
}

/* Classes Utiles */
#droite .filet {
	background-image: url(../images/filet_page.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	margin: 0 0 0 15px;
}

#droite .filet_clear {
	clear:both;
	background-image: url(../images/filet_page.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	margin: 0 0 0 15px;
}

.suite
{
	text-align:right;
	font-size:11px;
	font-weight:bold;
}

.centrer
{
	text-align:center;
}

.texte10
{
	font-size:10px;
}
.texte11
{
	font-size:11px;
}
.vert_gras
{
	color:#999900;
	font-weight:bold;
}
.marron_gras
{
	color:#5E2F00;
	font-weight:bold;
}
.rouge
{
	color:#FF0000;
}
.rouge10
{
	color:#FF0000;
	font-size:10px;
}
.cadre_image
{
	border-width:3px;
	border-color:#999;
	border-style:double;
}
.texte_actu
{
	letter-spacing: 0,5em;
	word-spacing: 1px;
	line-height: 17px;
	font-size: 11px;	
	padding:0 30px 0 1px;
	text-align: justify;
}

/* Les trois classes suivantes sont à associer pour créer des petits paragraphe texte avec petite image calée à droite ou à gauche */
.flotte_gauche
{
	float:left;
	margin-right:5px;
}

.flotte_droite
{
	float:right;
	margin-left:5px;
}

.clear
{
	clear:both;
}
.image_agenda
{
	border-width:3px;
	border-color:#000;
	border-style:double;
}
.legende_image
{	font-size:10px;
	}
#colonne
{ 
width: 560px; 
background-color: #Fff;
} 
#colonne_gauche 
{ 
float:left;  
width: 280px;
background-color: #fff;
}
#colonne_droite
{
	margin-left: 280px;
	width: 280px; 
	background-color: #FFf;
}
.fil_ariane
{
	color:#C42009;
	font-size:10px;
}