@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #FFFFEC;
}
a:link {
	font-weight:bold;
	color:#0099FF;
	text-decoration: none;
}
a:visited { font-weight:bold; color:#000080; text-decoration:none }
a:hover {
	font-weight:bold;
	color:#E00000;
	text-decoration:underline
}
a:active { font-weight:bold; color:#E00000; text-decoration:underline }
a:focus { font-weight:bold; color:#00E000; text-decoration:underline }
#imageTitre {
	float: right;
}


#contenu{
	background-color: #F7F7F7;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: static;
	border: medium outset #FFCC66;
	overflow: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.partG {
	width: 197px;
	padding-left: 10px;
	float: left;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #F7F7F7;
}
.partD {
	float: right;
	text-align: left;
	width: 500px;
	padding-top:10px;
	padding-left:20px;
	padding-right:10px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #999999;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
h1{
	color: #FF9966;
	font-size: 25px;
	line-height: normal;
	text-align: center;
}
h2 {
	font-size: 14px;
	color: #FF9966;
}
.titre{
	background-color: #FFF;
	width: 500px;
	position: static;
	top: 0px;
	border: thin inset #FFCC99;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.spacer15 {
	position: static;
	height: auto;
	text-align:left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.paragraphe {
	letter-spacing: normal;
	text-align: justify;
	text-indent: 20px;
	word-spacing: normal;
}
.center {
	text-align: center;
}
.lienPetit {
	font-size: 9px;
	font-style: italic;
}
.copy {
	font-size: 9px;
	font-style: italic;
}

