body {
	font-family: Georgia, Helvetica, Arial, Verdana;
	color: #555252;
}
a, a:hover {color: #7BAD1C;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}

/* Head Title */
h1, h2, h3, h4, h5, h6 {margin:5px 0; font-family: 'Lobster Two';}

h1 {font-size: 32px;}
h2 {font-size: 28px;}
h3 {font-size: 24px;	color: #7BAD1C;}
h4 {font-size: 20px;}
h5 {font-size: 16px;}
h6 {font-size: 12px;}

p {}
ul {}

a, a:hover {color: #7BAD1C;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}

.vert{ color: #95c11f; }
.orange{color: #ec6608;}
.jaune{ color: #fecc00;}
.bleu{ color: #005498;}
.pdf {
	background: url('../img/puce-pdf.png') no-repeat left center;
	padding-left: 20px;
}
.bold {font-weight: bold;}
.green {color: #7BAD1C;}

.wysiwyg ul,
#content ul {
	list-style-type:none;
}

.wysiwyg ul li,
#content ul li {
	background: url('../img/puce-feuille.png') no-repeat left 5px;
	padding-left: 20px;	
}