/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:0.75em; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* tables */
table.model01 {background-color: #FED34F;}
.titre {font-weight: bold;}
.telephone {font-weight: bold; font-size:1em; color:#FF00E4}

/* link */
a {color: #b2007c; text-decoration: none;}
a:hover {color: #ff00e4; text-decoration: underline;}

/* form */
input {
	border: 1px solid black;
	background-color: #D30070;
	font-family: "trebuchet ms",sans-serif;
	color: white;
}
.mentions {
	font-family: "trebuchet ms",sans-serif;
	font-size:0.5em;
}