/* Feuille de style propres au paragraphe du site SFMU */

/* Cellule TD permettant de conserver la marge gauche (Ligne grise) */
.MargeGauche{
	width:20px;
}

/* Classe à appliquer sur les images des paragraphes (Bordure de 2px ) */
.ImageBorder{
	border:2px solid #669;
}

/* Titre du paragraphe */
.titreParagraphe{
	font-size:13px;
	color:#065E93;
	padding-left:14px;
	background-image:url(../images/interface/pucecarr_bleu.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
}

/*.titreParagraphe18{
	font-size:18px;
	color:#065E93;
	padding-left:14px;
	background-image:url(../images/interface/pucecarr_bleu.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold
}*/
.titreParagraphe18{
	font-size:18px;
	color:#065E93;
	padding-left:15px;
	background-image:url(../images/interface/pucecarr_bleu.gif);
	background-repeat:no-repeat;
	background-position:2px 7px;
	font-weight:bold
}


.TexteBleuGras{
	font-size:10px;
	color:#065E93;
	font-weight:bold
}

.TexteBleuGrasSouligne{
	font-size:10px;
	color:#065E93;
	font-weight:bold;
	text-decoration: underline;
}

.TexteBleuGrasItalique{
	font-size:10px;
	color:#065E93;
	font-weight:bold;
        font-style: italic;
	text-decoration: underline;
}

.TexteBleuSouligne{
	font-size:10px;
	color:#065E93;
	text-decoration: underline;
}

.TexteBleuPuce{
	font-size:10px;
	color:#065E93;
	font-weight:bold;
	text-decoration: underline;
	padding-left:14px;
	background-image:url(../images/interface/pucecarr_bleu_menu.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.ListeEspaceBas li{
	margin-bottom: 10px;
}

/* Classe à utiliser pour les paragraphes positionnés dans la cellule de droite */
.ParagrapheTXTDroite
{
	font-size:10px;
	padding-left:10px;
	text-align:left;
}

/* Classe à utiliser pour les paragraphes positionnés dans la cellule de gauche */
.ParagrapheTXTGauche
{
	font-size:10px;
	padding-right:10px;
	text-align:right;
}

/* Puce en dessous des images */
UL{
	list-style-image:url(/images/interface/pucefl_gris.gif);
	font-size:10px;
	text-align:left;
	margin-left:15px;
	padding-left:3px;
	margin-top:4px;
}


H1{
	font-size:16px;
	color:#065E93;		
	font-weight:bold;	
}


H2{
	font-size:14px;
	color:#065E93;		
	font-weight:bold;	
}

H3{
	font-size:12px;
	color:#065E93;		
	font-weight:bold;	
}

.fondGris{
        background-color:#E5E5E5;
}

.fondBleu{
        background-color:#E9EFF5;
}

.TexteVert{
	color:#009270;
}

.TexteVert a{
	color:#009270;
	font-weight:bold;
	text-decoration:none;
}

.TexteVert a:hover{
	text-decoration:underline;
	color:#009270;
}	
	
/* Bouton retour sommaire pour la partie "PUBLIC" */
#retour_sommaire{
	height:17px;
	width:144px;
	background-image:url(../images/interface/retour_sommaire.gif);
	background-repeat:no-repeat;
	background-position: -144px 0px;
	margin: 10px 0px 0px 0px; 
	padding: 0px 420px 0px 0px;
 	position: relative;
}

#retour_sommaire li{
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: absolute; 
	top: 0;
}
#retour_sommaire li,  #retour_sommaire a{
	height: 17px; 
	width:144px;
	display: block;
}

#panel1b {
	width: 144px;
}

#panel1b a:hover {
	background: transparent url(../images/interface/retour_sommaire.gif) 0 0px no-repeat;
	background-position: 1px 0px;
}
