/* GLOBAL */

body {
	margin: 0;
	padding: 20px 0 20px 0;
	background: #fff url(../nouveausite.jpg) top left no-repeat;
	font-family: Arial,sans-serif;
	font-size: 75%;
	color: #444;
}
img {
	border: 0;
}
div, span, img, a {
	padding: 0;
	margin: 0;
}
table {
	table-collapse: collapse;
	margin: 0;
	padding: 0;
	border: 0;
}
td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
	text-align: left;
	padding-right: 25px;
}
a {
	text-decoration: none;
	outline: none;
	color: #8dc494;
}
a:hover {
	text-decoration: none;
	outline: none;
	color: #d3e8d6;
}
.bold {
	font-weight: bold;
}
.clair {
	color: #aaa;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.padBot5 {
	padding-bottom: 5px;
}
.padBot10 {
	padding-bottom: 10px;
}
.padBot15 {
	padding-bottom: 15px;
}
.padBot20 {
	padding-bottom: 20px;
}
.padBot25 {
	padding-bottom: 25px;
}
.padBot30 {
	padding-bottom: 30px;
}
.padBot35 {
	padding-bottom: 35px;
}
.size9 {
	font-size: 0.9em;
}
.size11 {
	font-size: 1.1em;
}
.size12 {
	font-size: 1.2em;
}
.size13 {
	font-size: 1.3em;
}
.size14 {
	font-size: 1.4em;
}

/* STRUCTURE ET DIVERS */

#page {
	width: 800px;
	margin: 0 0 0 150px;
}
#contact {
	line-height: 130%;
	font-size: 1.1em;
}
#logo {
	padding-bottom: 15px;
}
#logo img {
	display: block;
}
.titre {
	font-size: 1.3em;
	color: #8dc494;
	font-weight: bold;
}
.date {
	padding-right: 10px;
}

.bloc {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.boldvert {
	font-size: 1.1em;
	color: #8dc494;
	font-weight: bold;
}