@charset "utf-8";
.titre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: #FF3333;
	font-stretch: ultra-condensed;
	font-variant: normal;
}
body {
	font-family: Cambria, geneva;
	font-size: 18px;
	font-style: normal;
	background-color: #666666;
	background-position: center top;
}
.overall {
	margin: 0 auto;
	padding: 50px;
	width: 1000px;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid;
}
.big_1 {
	font-family: Cambria, geneva;
	font-size: 26px;
	font-weight: bolder;
	color: #666666;
	position: relative;
	font-style: inherit;
}
.big_normal {
	font-family: Cambria, geneva;
	font-size: 22px;
	font-style: inherit;
}
.title_principe {
	font-family: Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	font-stretch: narrower;
	color: #000000;
	font-size: 20px;
}
.title_principesub {
	font-family: Helvetica, Arial, sans-serif;
	font-stretch: narrower;
	color: #FF3300;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	font-variant: normal;
}
.bottom {
	font-family: Cambria, geneva;
	font-style: inherit;
	font-weight: bold;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.assos {
	font-family: Cambria, geneva;
	font-style: inherit;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-decoration: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
a {
	color: #FF3300;
	text-decoration: none;
}
li {
	list-style-type: none;
	list-style-image: url(img/bullet.gif);
	list-style-position: inside;
}

