@charset "ISO-8859-1";
/* CSS Document */
@font-face {
	font-family: 'CarnationRegular';
	src: url('/polices/Carnation.eot');
	src: local('Carnation Regular'), local('Carnation'), url('/polices/Carnation.otf') format('opentype'), url('/polices/Carnation.svg#Carnation') format('svg');
}
@font-face {
	font-family: 'GabrielleRegular';
	src: url('/polices/Gabrielle.eot');
	src: local('Gabrielle Regular'), local('Gabrielle'), url('/polices/Gabrielle.ttf') format('truetype'), url('/polices/Gabrielle.svg#Gabrielle') format('svg');
}

@font-face {
	font-family: 'ShardeeRegular';
	src: url('/polices/Shardee.eot');
	src: local('Shardee Regular'), local('Shardee'), url('/polices/Shardee.ttf') format('truetype'), url('/polices/Shardee.svg#Shardee') format('svg');
}

body {
	font-family: "GabrielleRegular", "Lucida Grande", sans-serif;
	background-image: url(../aaimages/background.jpg);
}

* {
	margin:0;
	padding:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	}

#header {
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
	border: 0px solid #0FC;
	width: 780px;
}
#contenu {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	position: relative;
}
#titre {
	position: absolute;
	left: 20px;
	top: 80px;
	z-index: 10;
}
#finContenu {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#contenuBas {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 780px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	margin-top: 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}
#footer #footerContenu table tr td {
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#footerHaut {
	background-image: url(../aaimages/header2.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
}
#footerContenu {
	background-color: #000000;
}
#footerBas {
	background-image: url(../aaimages/footer2.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 10px;
}

p {
	font-size: large;
	margin-bottom: 10px;
	margin-left: 20px;
}
h1 {
	font-family: "ShardeeRegular", Geneva, sans-serif;
	font-size: xx-large;
	text-decoration: none;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #678645;
}
h2 {
	font-family: "ShardeeRegular", Geneva, sans-serif;
	font-size: x-large;
	text-decoration: none;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 20px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFfe8;
	padding-left:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #678645;	
}
h3 {
	font-family: "ShardeeRegular", Geneva, sans-serif;
	font-size: x-large;
	text-decoration: none;
	margin-bottom: 5px;
	margin-left: 30px;
}
.droite {
	text-align: right;
	margin: 0px;
}
.droite .textfonce {
	margin: 0px;
}
.cadrepointille {
	border: 1px dotted #E3D06F;
}
.fancyTitle {
		font-family: "GabrielleRegular", "Lucida Grande", sans-serif;
	
}
.sansdebordement{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
