.label{
	font-size: 10px;
	color: #FFFFFF;
	font-style: italic;
	text-align: right;
}
.input{
	height:11px;
	font-size: 10px;
	font-style: normal;
	color: #252E3D;
	margin: 0;
	padding: 0;
	line-height: 11px;
}
.button{
	font-style: normal;
	color: #767177;
	border: 1px #6C878C;
	height: 20px;
	width: 20px;
}
input {
	border:1px solid #666666;
	color:#666666;
}
input.bouton {
	border:1px double red;
}
.texte {
	text-align: left;
	padding-left: 20px;
	padding-bottom: 10px;
}
.texte_bold {
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
}
.adresse {
	font-size:9px;
	color:#666666;
	text-align:left;
	line-height:30px;
	padding-left: 65px;
}
.adresse a {
	color:#666666;
	text-decoration:none;
}
.adresse :hover {
	color:#FF3300;
	text-decoration:none;
}
.lien{
	width:36px;
	height:36px;
	display:block;
	background-image: url(../images/btn.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
}
.lien a{
	width:36px;
	height:36px;
	display:block;
	background-image: url(../images/btn.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
}
.lien a:hover{
	width:36px;
	height:36px;
	display:block;
	background-image: url(../images/btn_over.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
}
.focus{
	color:#000000;
	font-weight:bold;
}
