@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}	
a:link {
	text-decoration: none;
	color: #6699cc;
}
a:visited {
	text-decoration: none;
	color: #6699cc;
}
a:hover {
	text-decoration: underline;
	color: #6699cc;
}
a:active {
	text-decoration: none;
	color: #6699cc;
	}
.texte{
	color:#333333;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 16px;
}
.titre{
	color:#ff9900;
	font-size:16px;
	line-height: 20px;
}
.bullet{
	color:#333333;
	padding-left: 30px;
	line-height: 16px;
}
.textebleu{
	color:#6699cc;
	line-height: 16px;
}
.titrebleu{
	color:#6699cc;
	font-size:16px;
	line-height: 20px;
}
.copyright{
	color:#333333;
	font-size:10px;
}
