/* Global ************************* */

HTML,BODY {margin:0;padding:0;height:100%;border:none;overflow: hidden;  }
BODY {background: #e4e4e4 url(/images/bg_site_w.gif) repeat-x left top;}

BODY,TD,TH,LI  { font-size: 11px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; }

/* //////////////////////////////// */
/*  S I T E ****************** */
/* ///////// */

.contenu { width:775px;text-align:left;height:400px; }
/* I.E. ONLY  */ * html .contenu {}

.footer {  }
	.footer A:link, .footer A:visited { color: #000000; text-decoration:none; }
	.footer A:active, .footer A:hover { color: #000000; text-decoration:underline; }


/* //////////////////////////////// */
/*  B O X E S ****************** */
/* ///////// */

/* //////////////////////////////// */
/*  T A B L E S  ****************** */
/* ///////// */

#wrapper {width:100%;height:100%;margin: 0 auto;}
	#wrapper TD {vertical-align:middle;text-align:center;width:100%;height:100%;
		background-image: url(/images/bg_site.gif); background-repeat:repeat-x; background-position:left center;}
	
/* //////////////////////////////// */
/*  T E X T  ****************** */
/* ///////// */

H1 { font-size: 14px; color: #000000; margin: 0 0 10px 0;}
	H1 STRONG {font-size:16px;color:#F2000C;}
H2 { font-size: 12px; font-weight:bold; color: #000000; margin: 20px 0 10px 1px; }
	H2 STRONG {font-size:14px;color:#F2000C;}
H3 { font-size: 11px; font-weight:bold; color: #000000; margin: 10px 0 5px 0; }
H4, H5 { font-size: 11px; font-weight:bold; color: #000000; margin: 0; }

.tPale {color: #9B9B9B;}
.tBold  {color: #000000;font-weight:bold;}
.tAsterix {color:#C91616;font-weight:bold;}
.tRouge {color: #F2000C; }

P {margin:0 0 10px 0;}
	
/* Forms ************************** */

FORM {padding:0; margin:0;}
FORM#Form1 {height:100%;}
INPUT, SELECT, TEXTAREA { font-family: Verdana, Helvetica, Arial, sans-serif; font-size:11px; }
TEXTAREA {background-color:#FFFFFF;}
INPUT.submit { font-size: 12px; }

/* Links ************************** */

A:link, A:visited {color: #F2000C; text-decoration:underline;}
A:active, A:hover {color: #000000; text-decoration:none; }

/* //////////////////////////////// */
/*  L I S T S ****************** */
/* ///////// */

UL { margin: 0 0 0 0; padding: 0 0 0 20px; height:100%;list-style-image: url(/images/li_1.gif); list-style-type: disc;}
	LI { margin: 0 0 5px 0; padding: 0; vertical-align:top; }
	LI.asterix { list-style-image: url(/images/li_asterix.gif); color:#DF0000; }
	
UL.liste_check {list-style-image: url(/images/icons/li_check.gif); list-style-type: none;}
	.liste_check LI {}


/* //////////////////////////////// */
/*  M I S C ****************** */
/* ///////// */

HR { height:1px; color:#000000; background-color:#000000; margin: 5px 0 5px 0; border:none;  }

.alignCenter {text-align:center;}
.alignLeft {text-align:left;}
.alignRight {text-align:right;}
.floatLeft {float:left;}
.floatRight {float:right;}
.maxSize {width:100%;height:100%;}

.noPadding {padding:0;}
.noWrap { white-space:nowrap;}

/* Backgrounds ******************** */

.bg_01 { background: #FFFFFF url(/images/bg_01.gif) repeat-x scroll left top;}
		
