/* Couleur du fond */
body {
	background-color : #FFFFFF;
}

/* difinition des marges */
margin-top: 1em
margin-bottom: 1em
margin-left: 1em
margin-right: 1em 

/* définition des liens */
A:link { 
	text-decoration: none;
	color : #000066; 
}
	
A:visited {
	text-decoration: none;
	color : #0033CC; 
}

A:hover {
	color : #FF0055; 
}

A:active {
	text-decoration: none;
	color : #000000; 
}

/* definition des bords */

.border {
	border-style: outset;
	border-color: #0000ff
}


/* definition des MEF texte */
.TitreRub { 
	font-family : Verdana;
	color : #3366FF;
	font-size: 200% ;
	font-style: italic ;
} 

.Titre1 {
	font-style: normal ;
	font-weight : bold;
	font-size : 18pt;
}

.Titre2 {
	font-family : Arial;
	font-style: normal ;
	font-weight : bold;
	font-size : 12pt;
}

.Legende {
	font-style: italic ;
	font-weight : bold;
}

.Article {
	font-family : Verdana;
	font-size : 12pt;
	
}

/* indente de 1 cm le debut de chaque paragraphe
p {
	text-indent: 1cm
}*/