*{
	padding:0;
	margin:0;
}

body {
	font-family:arial;
}

a img {border:0px none;}


.clr {clear:both;}

.erreur {color:red;}

.req {color:#ff8000; }

form {
	display: inline;
	margin: 0;
 	padding: 0;
}

.text,.textarea,.select {
	border:1px solid #369EC9;
}

.formulaire label{
	font-size:12px;
}

.formulaire td {
	font-size:12px;
}


.small {
	font-size        : 10px;
	color            : #999999;
	text-decoration  : none;
	font-weight      : bold;

}



.button {
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	background-color : #666666;
	color: #ffffff;
	border: 1px solid #757575;
}

.inputbox {
	font-size: 11px;
	color: #757575;
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
}

a:link, a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
}

#infobulle {
	border:1px solid #c0c0c0;
	width:300px;	
}

#infobulle h3 {
	background:#369EC9;
	text-align:center;
	padding:5px;
	font-size:14px;
}

#infobulle p {
	margin-top:3px;
	margin-bottom:3px;
	margin-left:5px;
	margin-right:5px;
}


