body {
	margin-top: center;
	background:#HE6E6E6;
	font-family:  Bliss Regular, Arial, Helvetica, Geneva, sans-serif;
	}

#box {
    align="center";
    width=100px;
    border: 3px solid black;
	background: gris;
}

#principal {
    align="center";
width=800px;
	background: gris;
}

h1 {
font-size : 16px; 
font-family :  Bliss Regular, Arial, Helvetica, Geneva, sans-serif;
font-style: BLOD;
color : #6A2781; 
text-align: none;
text-indent: 15px;
}

h2 {
font-size : 14px; 
font-family :  Bliss Regular, Arial, Helvetica, Geneva, sans-serif; 
color : #eb2b8f; 
padding-left:30px;
}



a:link {
	font-family : Bliss Regular, Arial, Helvetica, sans-serif;
	color : #6a2781;
	font-weight : bold;
	text-decoration: underlined
	}

a:visited {
	color : #6a2781;
	text-decoration: underlined;
}

a:active {
	color : #6a2781;
	text-decoration: underlined;
	}


a:hover {
	color : #6a2781;
	text-decoration: none;}

p {
	font-family :  Bliss Regular, Arial, Helvetica, Geneva, sans-serif;
	font-size : 14px; 
}

.lienmauve {
	font-family : Bliss Regular, Arial, Helvetica, sans-serif;
	color : #6a2781;
	font-weight : bold;
	text-decoration: underlined
}
.lienmauve:hover {
	color : #6a2781;
	text-decoration: none;
	}
	
	.testrouge {
	color :#9c0031;
	text-decoration: underline;
}

.testrouge:hover {
	color : #9c0031;
	font-weight : bold;
	text-decoration: none;
}


.gauche {
	float:left;

}

.centre {
float: left;
margin-left: 20px;}

.droite {
float: right;
width:250px;
margin-left: 20px;
}

.li_petite {
list-style-type: circle;
list-style-image:url(images/puce_violet.gif);
font-family :  Bliss Regular, Arial, Helvetica, Geneva, sans-serif;
font-size : 14px;
padding-left: 10px;
 }
 
 .li{
list-style-type: circle;
list-style-image:url(images/puce.gif);
font-family :  Bliss Regular, Arial, Helvetica, Geneva, sans-serif;
font-size : 16px;
 }