/****** Import */
	@import url("selecteurs.css");
/****** Fin Import */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 68.75%;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	color: #333333;
}

.txt {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	valign: top;
}

a {
	text-decoration: underline;
	color: #313131;
}

a:hover {
	text-decoration: none;
}

body {
   height: auto;
   min-height: 220px;
}
h3 {
color: #f1ac02;
}
h2 {
color: #009EE1;
}
