@charset "utf-8";
/* CSS Document */
/* PAGE INDEX */
body {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: lighter;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #E1E1E1;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 30px;
	font-style: bold;
	color: #FCD6A4;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	text-transform: none;
}
.SimpleText {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	color: #333333;
}

#conteneur {
	width: 100%;
	min-width: 750px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F3F3F3;
}

/* TOUS LES LIENS */
#liens a {
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
}
#liens a:link {
	color: #FFF;
}
#liens a:visited {
	color: #000;
}
#liens a:hover, a:active, a:focus {
	color: #FFF;
	text-decoration: underline;
}

a {
	font-weight: regular;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FCE096;
}
a:hover, a:active, a:focus {
	color: #8DB310;
	text-decoration: underline;
}

#contact {
	width: 100%;
	height: 900px;
	min-width: 750px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #999;
}
