<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";
/*******************************************************************************
 *  ____    _____   ____    _____   _____ 
 * |  _ \  | ____| / ___|  | ____| |_   _|
 * | |_) | |  _|   \___ \  |  _|     | |  
 * |  _ &lt;  | |___   ___) | | |___    | |  
 * |_| \_\ |_____| |____/  |_____|   |_|  
 *                                                                                                                           
 ******************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
 *  v2.0 | 20110126
 *  License: none (public domain)
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*******************************************************************************
 *   ___    _____   ____  
 *  / __|  |_   _| |  _ \ 
 *  \__ \    | |   | | | |
 *   __) |   | |   | |_| |
 *  |___/    |_|   |____/ 
 *
 ******************************************************************************/

body { 
	background-color: #FFFFFF;
}
body, th, td, div {
	font-family: verdana;
	font-size: 11px;
	color: #4D4D4D;
}
th, td, div#content_main div { padding: 2px 4px; }

th { text-align:left; font-weight: normal; }

ul, ol { margin-left: 25px; padding: 2px 5px; }
ul { list-style: disc; }
ol { list-style: decimal; }
li { margin: 2px; padding-top: 1px; padding-bottom: 2px; }
p { margin: 5px 0; line-height: 1.5em; }

h1, h2, h3 {
	margin: 10px 0px 15px 0; 
	font-weight: bold; 
}
h1 { 
	font-size: 1.6em; 
	color: #4D4D4D;
	padding: 7px 5px 10px 10px;
	background: url('../images/ombre.png') #B0C940 bottom left repeat-x;
}
h2 { font-size: 1.4em; }
h3 { margin-left: 10px; }
a { text-decoration: none; color: #4D4D4D; }
a:hover, a:visited, a:active { text-decoration: none; color: #4D4D4D; }
textarea { 
	font-size: 1em;
	font-family: verdana; 
	width: 250px; 
	height: 100px;
	resize: none;
}
input, button, select { font-family: verdana; font-size: 1em; margin: 3px 5px 5px; }
input[type=submit], input[type=button], button {
	background: url('../images/fond_btn_medium.png') top left repeat;
	border: 0;
	color: #fff;
	font-weight: bold;
	padding: 3px 7px;
}
input:hover[type=submit], input:hover[type=button], button:hover,
input:active[type=submit], input:active[type=button], button:active {
	background: url('../images/fond_btn_on_medium.png') top left repeat-x;
	border: 0;
	color: #fff;
	font-weight: bold;
	padding: 3px 7px;
}
</pre></body></html>