/***********************************************************/
/**********************CSS SPECIFIC*************************/
/***********************************************************/
/* RESET CSS */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* tables still need cellspacing="0" in the markup */
table {border-collapse: separate;border-spacing: 0;}
/***************************BODY****************************/
body {background: #CCCCCC; color:#FFFFFF; font-family:arial,sans-serif; margin:0; padding:0;}
/*************************LINKS*****************************/
a:link { color: /*COULEUR*/; }
a:active, a:visited { color: /*COULEUR*/; }
a:hover { color: /*COULEUR*/; }

/* HEADINGS */
H1,H2,H3{color:#FFFFFF; font-weight: normal; letter-spacing: -1px; line-height: 1.4em; text-transform: uppercase; }
H1 { font-size: 20px; }
H2 { font-size: 18px; }
H3 { font-size: 16px; }
/* PARAGRAPHS */
p{font-size:14px; margin:1em 0; padding:0;}
span.top{color:#000000; font-size:10px; margin:0; padding:0;}
a.clear, a:link.clear, a:visited.clear, a:hover.clear{color:#8e1b08; font-size:10px; text-decoration:underline;}
strong{font-weight:bold;}
/* LINKS */
a{font-size:15px; font-weight:bold;}
a:link {color:#FFFFFF; text-decoration: underline;}
a:active, a:visited {color:#FFFFFF; text-decoration: underline;}
a:hover {color:#B9A244; text-decoration: underline;}
/* CLASSES */
.titre1{color:#B9A244; font-weight:bold;}
.titre2{color:#B9A244; font-weight:bold;}
.special{font-size:80%; }
.special span{color:#B9A244;}
