@charset "UTF-8";

/*
 *
 * C'est le fichier de css générique du client
 *
 *
 */
 
html, body, 
p, pre, blockquote, 
ul, ol, li, 
h1, h2, h3, h4, h5, h6, 
table, caption, thead, tfoot, tbody, tr, th, td, 
fieldset, legend, 
form, input {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

	
a img, :link img, :visited img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

body {
	font: 76% Verdana, sans-serif;
}

body#tinymce.mceContentBody {
	margin-top: 20px;
	font: 76% Verdana, sans-serif;
}
	

span.erreur {
	font-weight: bold;
	color: rgb(209, 17, 28);
}

