/* STYLE DES TITRES */

.titreChapitre {
	margin-top:18px;
	padding-right:15px;
	color:#1f3b6a;
	font-size:13pt;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
	padding-bottom:7px;	
}

.titrePage {
	color:#d0010e;
	font-weight:bold;
	text-align:right;
	padding-right:15px;
	font-size:8pt;
	text-transform:uppercase;
	margin-bottom:15px;
	margin-top:7px;

}

.titreParagraphe {
	padding-left:30px;

	color:#1f3b6a;
	font-size:10pt;
	font-weight:bold;
	text-transform:uppercase;
	background-image: url('/common/images/puces/puce_rouge.gif');
	background-repeat: no-repeat;
	background-position:15px 5px;
}

/* EFFETS DE TEXTES */
.textRouge{
	color:#d0010e;
}

.textBleu{
	color:#1f3b6a;
}

.textBlanc{
	color:#fff;
}
.gras{
	font-weight:bold;
}

.droite{
	text-align:right;
}

.centre{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

/* STYLE DU CONTENU */

.contenu {
	font-size:8pt;
	line-height:14px;
	text-align:justify;
	margin-top:1px;
	margin-bottom:10px;

	padding-left:15px;
	padding-right:15px;

}
.contenu *{
	font-size:8pt;
	line-height:14px;
	text-align:justify;

	padding-left:15px;
	padding-right:15px;
}
/* STYLE DES IMAGES */

#content img {
	border-width:1px;
	border-color:#1f3b6a;
	border-style:solid;
	margin-right:15px;
}

/* EFFETS SUR IMAGES */

.imgDroite {
	float:right;
}

.imgGauche {
	float:left;
}

.noBorder {
	border:0px;
  	border-width:0px;
}

/* LIENS */

a{
	color:#d0010e;
	text-decoration:underline;
	text-align:left;
}


a:hover{
	text-decoration:none;
}

/* Listes */
#content ul, #content ol
{
	padding-left: 40px;
}

#content ul li
{
	list-style-image: url('/common/images/puces/puce_rouge_mini.gif');
}

/*Table*/
#content table{
	margin-left:15px;
	margin-right:15px;
	border-color:#1f3b6a;
}

#content * th{
	background-color:#1f3b6a;
	text-align:center;
	color:#fff;
	font-weight:bold;
}

/* Visuels */
 hr {
	 height: 1px;
	/* _margin pour rétablir l'écrat mal intereprété par IE */ 
	 margin: 0;
	 _margin: -7px 0;
	 display:block;
	 padding-left:15px;
	 padding-right:15px;
	 color: #f5f5f5;
	 background-color: #f5f5f5;
	 border: 0;
 }

/*listes des pdf*/
#content .listePdf img{
	border-width:0px;
	border-style:none;
	margin-left:10px;
}

/*adherents : index*/
#content table.tableAdh img{
	border-width:0px;
	border-style:none;
}