/* CSS Document */
body, td {
	font-family: Arial, Helvetica, sans-serif;
}
#review {
margin: 0 10px 2em 17px;
}
#review .lead{
	text-indent: 0;
	font-size: 11px;
	color: #4491CD;
}

.texte{
	text-indent: 0;
	font-size: 11px;
	color: #4491CD;
}

a:link {
	font-size: 11px;
	color: #4491CD;
	text-decoration: underline;
}

a:hover {
	font-size: 11px;
	color: #4491CD;
	text-decoration: none;
}

a:visited {
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

.title {
	font-size: 14px;
	color: #4491CD;
	font-weight: bold;
}
.acces {
	font-size: 11px;
	font-weight: bold;
	color: #E46C30;
}
.login {
	font-size: 10px;
	font-weight: normal;
	color: #959FA7;
}

.champ_texte {
	font-size:10px;
	color: #E46C30;
	background-color: #CED8E0;
	width: 90px;
	height: 15px;
	border: 0px;
}

.button {
	font-size: 9px;
	color: #E46C30;
	background-color: #D9E5FB;
