/* Document CSS */
body {
	background-color: #cccccc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#000000;
	font-size:14px;
	border:0;
	font-family:"Times New Roman", Times, serif;
}
a:link {
	color:#000000;
	text-decoration: none;
}
a:visited {
	color:#000000;
	text-decoration: none;
}
a:hover {
	color:#666666;
	text-decoration: none;
}
a:active {
	color:#000000;
	text-decoration: none;
}
.general{
	width:1000px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
}
.titre{
	color:#666666;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}
.titre1{
	color:#666666;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}
.titre1 a:link {
	color:#666666;
	text-decoration: none;
}
.titre1 a:visited {
	color:#666666;
	text-decoration: none;
}
.titre1 a:hover {
	color:#ffffff;
	text-decoration: none;
}
.titre1 a:active {
	color:#666666;
	text-decoration: none;
}
.menu{
	color:#000000;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}
.decale{
padding-left:20px;
font-size:16px;
}