@charset "utf-8";

h1 , h2, h3, h4, h5{
	color: #8282F7;
}
h1 {
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9797F9;
}

h2 {
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #6B6BF5;
}

.texte {
	color: #38386c;
}

body {
	width: 720px;
	margin-left: 80px;
	margin-top: 0px;
}
.petit {
	font-size: 10px;
}
a:link {
	color: #6767c4;
	border-bottom: 1px solid #efefff;
	text-decoration: none;
}
a:visited {
	color: #6767c4;
	border-bottom: 1px solid #efefff;
	text-decoration: none;
}
a:hover {
	color: #2d2dc4;
	border-bottom: 1px solid #2d2dc4;
	text-decoration: none;
}
a:active {
	color: #2d2dc4;
	border-bottom: 1px solid #2d2dc4;
	text-decoration: none;
}

p.texte {
	clear: left;
}

p.texte img {
	-moz-border-radius-topleft: 8px ;
	-moz-border-radius-bottomleft: 8px ;
	-moz-border-radius-bottomright: 8px ;
	-webkit-border-top-left-radius: 8px ;
	-webkit-border-bottom-left-radius: 8px ;
	-webkit-border-bottom-right-radius: 8px ;
	margin: 0 10px 100px 0;
}

