body{
	padding: 0px;
	margin: 0px;
	background-color: #E1E1E1;
	font-family: Tahoma;
	font-size: 11px;
	color:#5E5E5E;
}

td, div, input, textarea {
	font-family: Tahoma;
	font-size: 11px;
	color:#5E5E5E;
}

p {
	margin:10px 0;
}

a {
	font-family: Tahoma;
	font-size: 11px;
	color:#5E5E5E;
}
a:hover{
	text-decoration: none;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size:14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}

.grey {
	color: #333333;
}
.blue {
	color: #00A5EC;
}
.green {
	color: #4CA20D;
}
.orange {
	color: #ED7D00;
}
.red {
	color: #DF0004;
}
.violet {
	color: #961F7D;
}
.yellow {
	color: #FFEC00;
}


.form {
	width: 146px;
	height: 17px;
}
.form_div {
	height: 20px;
	margin-top: 1px;		
}


ul {
	list-style:none;
}
ul.blue_ul {
	margin: 0px;
	padding: 0px;
	list-style-image: url(images/arrow1.png);
}
ul.green_ul {
	margin-left: 15px;
	padding: 0px;
	list-style-image: url(images/arrow2.png);
}
ul.green_ul.domaines li{
margin-bottom: 8px;
}
ul.orange_ul {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	list-style-image: url(images/arrow3.png);
}
ul.orange_ul.bloc li{
margin-bottom: 8px;
}
ul.orange_ul.couleurs {
	margin-top: 20px;
	margin-left: 120px;
}

.citation {
	font-size: 10px;
	font-style: italic;
	margin: 0;
}
.auteur {
	text-align: right;
	font-size: 10px;
	margin: 8px;
}