/* styles utilisé pour l'affichage des comptes rendu du conseil*/

.corps_PV {
	width:  90%;
	margin-left : 5%;
	text-align:left;
	background:  url("../fond/nuages_clair.jpg") repeat ;
	border-style:double;
}


.titre_PV{
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}

.titre1_paragraphe_PV{
	width: 90%;
	margin-left : 5%;
	text-align:center;
	font-size:1em;
	font-weight:bolder;
	margin-top : 1em;
	margin-bottom : 1em;
}

.paragraphe_PV ,.retrait_paragraphe_PV, .ODJ_PV{
	width: 90%;
	margin-left : 5%;
	text-align:left;
	text-indent: 1em;
	font-size:0.8em;
}

.paragraphe_PV:first-letter , .retrait_paragraphe_PV:first-letter 
{
   font-weight: bold; /* En gras */
   font-size: 1.2em; /* Ecrit légèrement plus gros que la normale */
   color: blue; /* En Blue */
}

.paragraphe_PV{
	margin-bottom : 1em;
}


.retrait_paragraphe_PV{
	font-weight:bold;
	text-decoration:underline;
	margin-bottom : 0.5em;
}

.ODJ_PV{
	border-width:4px;
	border-style:groove;
	font-size: 1em;
}

#pied_de_page_PV
{
	clear: both;
    font-weight:bold;
	font-style: italic;
	color : black;
	text-align:center;
}
/* --------------------------------------------------------------------------------------------------------- */
/* table utilisée pour l'affichage des différents forum dans la page d'index du forum */
/* --------------------------------------------------------------------------------------------------------- */
.table_PV_conseil{ 	
	background:  url("../fond/document.jpg") repeat ;
	border: 4px ridge black; 
}

.table_PV_conseil caption
{ 
	color : rgb(0,0, 0);
	font-weight:bold;
	background:  url("../fond/etincelles.jpg") repeat ;
	border: 4px ridge black; 
}

.table_PV_conseil td
{ 
	border: 1px solid black; 
	background:  url("../fond/jaune_2.gif") repeat ;
	vertical-align:top; 
	padding-left : 10px;
}

.table_PV_conseil th
{ 
	border: 4px ridge black; 
	background:  url("../fond/jaune_6.jpg") repeat ;
	vertical-align:top; 
	padding-left : 10px;
}





