/*Ne pas imprimer le menu de gauche*/

.gauche {display: none;
			}
@Page {page-break-inside: auto}

/*Titres*/

h1 {font-size:35pt;
	font-family: times;
	font-weight: normal;
	text-align: left; 
	color: #8C0008;
			}

h1 i {font-size: 25pt;
	 font-style: italic;
	}

h2 {font-size:13pt;
	font-family: arial;
	color:#995533;
	text-align: left; 
	}

h3 {font-size:10pt;
	font-family: verdana;
	text-align: left;}

h4 {font-size:8pt;
	font-family: verdana;
	text-align: left;}

h5 {font-size:9pt;
	font-family: courier new;
	text-align: left;}


.h2-center { text-align: center; }

.h3-small {font-style:normal;
		font-size:8pt;
		text-align: center; 
		border-width: 1px;
		border-color: #995533;
		border-style: solid;	
}	

.h3-colonne {font-style:normal;
		font-size:8pt;
		text-align: center; 
				}

/*Eléments de texte*/

p {font-size:10pt;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	text-align: justify;
	}

ul, li {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	text-align: left;
	font-size: 10pt;
	}

.droit {font-size:8pt;
	font-family: arial;
	text-align: right;
	color:#995533;}

.pcentre {text-align: center;}


.rouge {color: red;}

.legende {font-size: 8pt;
	text-align : center;
				}




/*Pied de page*/

.mini-titre { font-size: 7pt;}


/*maxime*/

.droit {font-size:8pt;
	font-family: arial;
	text-align: right;
	color:#995533;}


/*tableau*/

td {
font-size: 11px;
font-family: verdana;
text-align: center;
border-style:solid;
border-color: #995533;
border-width: 1px;
}

.non-border {border : 0}


.tableau{
color: black;
border-color: #995533;
border-width: 2px;
}

/*images*/


.bord {	border-width: 1px;
	border-color: black;
	border-style: solid;
       				}

.bord2 {	border-width: 1px;
		border-style: solid;	
				}


.photo {position: relative;
	text-align: center;
				}

.photo3 {position: relative;
	float: left;
	width: 800px;
	text-align: center;
				}

/*liens*/

a:link {color: black; text-decoration:none;}

.lien-droit {font-size:8pt;
	font-family: arial;
	text-align: right;
	color:#995533;}


