/*
 * feuille de style pour la page d'accueil
 */
/*--------------définitions globales--------------*/
h1,h2,h3,h4	{
		font-family:sérif;
		font-weight:bold;
		margin-top:0;
		margin-bottom:0;
		}
div,p		{
		font-family:sérif;
		margin-top:0;
		margin-bottom:0;
		}
/*td		{
		vertical-align:top;
		text-align:left;
		}
*/

/*--------------définitions pour accueil--------------*/
a 		{
		color:#B00000;
		text-decoration: none;
		}
a:hover 	{
		color:#FF9900;
		text-decoration:none;
		text-weight:bolder;
		}

/*
a:link	{
		}
a:active	{
		}
a:visited	{
		}
*/
td.col_left {
		vertical-align:top;
		font-size:8pt;
		}
td.col_right {
		vertical-align:top;
		font-size:10pt;
		padding-left:30pt;
		}

table.tab	{
		font-size:10pt;
		padding: 1px;
		vertical-align: center;
		}
table.tab td.centre {
		text-align:center;
		background-color: #F0F0F0;
		}
table.tab td.gauche {
		text-align:left;
		background-color: #F0F0F0;
		}


h1 		{
		font-size:14pt;
		/*color:#800000;*/
		border-bottom:2 solid;
		border-color:#808080;
		width:250;
		margin-top:10pt;
		}

h2 		{
		font-size:12pt;
		/*color:#800000;*/
		border-bottom:2 solid;
		border-color:#808080;
		width:150;
		margin-top:5pt;
		}
h3		{
		font-size:10pt;
		font-style:bold;
		}

.cadre 	{	
		text-align:justify;
		background-color:#DDFFCC;
		/*background-color:#EEFFDD;*/
		border-width:1; 
		border-style:dashed; 
		border-color:#6A6A6A;
		border-top: none;
		padding-top:0;
		padding-left:10;
		padding-right:10;
		width:150;
	    	} 
/*--------------les formats indépendants---------------------*/
#marges	{
		margin-left:5pt;
		margin-right:5pt;
		}

#texte8	{
		font-size:8pt;
		}


#texte10	{
		font-size:10pt;
		}