body { 
		font-size:11px; 
		font-family: Arial, Helvetica; 
		color: #55555;
		} 

a:link {
		text-decoration: underline;
		color : #555555;
		}

a:visited {
		text-decoration: underline;
		color : #121212;		
		}

a:active {
		text-decoration: underline;
		background-color : black;
		color : #FFFFF;		
		}

a:hover	{
		text-decoration: underline;
		background-color : #555555;
		color : white;		
		}

p {  font-family: Arial, Helvetica; font-size: 11px; font-style: normal; font-weight: normal; text-decoration:none}
.titre {  font-family: Arial, Helvetica; font-size: 11px; font-style: normal; font-weight: bold; text-align: left; color: #FF6600}
.marge {  font-family: Arial, Helvetica; font-size: 11px; font-style: normal; font-weight: normal; text-align: justify; margin-left: 30px}

.plain {  font-family: Arial, Helvetica; font-size: 11px; font-style: normal; font-weight: normal}
.button {  font-family: Arial, Helvetica; font-size: 11px; font-style: normal; font-weight: normal}
