@charset "UTF-8";
/* CSS Document */

/* 2 Classes a utiliser sur les div RIGHT_COL et LEFT_COL pour aligner 
les colonnes laterales a gauche (float_left) et/ou a droite (float_right) */

.float_left { /* pour aligner une colonne a gauche */
	float: left;
	}
	
.float_right { /* pour aligner une colonne a droite */
	float: right;
	}

/*  ///////////////////////////////////////////////////////////////////  */	
/*  ////////// CSS RESET (remise a zero des balises courantes) ////////  */
/*  ///////////////////////////////////////////////////////////////////  */	

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! (proprietes d'une selection) */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! (affichage des ajouts ou suppression de texte) */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*  ///////////////////////////////////////////////////////////////////////////  */		
/*  ////////// WRAPPERS (balises div englobant d'autres balises div) //////////  */
/*  ///////////////////////////////////////////////////////////////////////////  */		

body { 
	font: 100% Verdana,Tahoma,Arial,sans-serif;
	text-align:center;
	}

#wrapper { /* balise div qui englobe toute la page */
	/*background:#fff;*/
	color:#666;
	margin:0 auto;
	width:1024px;
	text-align:left;
	position:relative;
	}
	
#main_container { /* balise div qui englobe les 2 colonnes laterales, le breadcrumb et le content */
	position: relative;
	overflow: hidden;
	}
	
/*  ///////////////////////////////////////////////////////////////  */			
/*  ////////// Alternatives for Deprecated elements //////////  */
/*  ///////////////////////////////////////////////////////////////  */

.underline {
	text-decoration : underline;
	}

/*  ///////////////////////////////////////////////////////////////  */			
/*  ////////// PRE_HEADER (menu tout en haut de la page) //////////  */
/*  ///////////////////////////////////////////////////////////////  */		

#pre_header {
	background:#3C3C3C;
	height: 20px;
	padding-right: 10px;
	color:#fff;
	font-size:10px;
	line-height:20px;
	text-align:right;
	}
	
#pre_header a {
	color:#fc6;
	text-decoration:underline;
	}
	
#pre_header a:hover {
	text-decoration:none;
	}

/*  ///////////////////////////////////////////////////////////////  */		
/*  ////////// HEADER (bandeau image en haut de la page) //////////  */
/*  ///////////////////////////////////////////////////////////////  */		

#title { /* balise div contenant le titre du site */
	position:absolute;
	top : 54px;
	left: 70px;
	width: 764px;
	}
	
#title h1 {
	font-size:32px;
	color:#c00;
	text-align:left;
	line-height: 32px;
	font-weight: normal;
	}

#title h1 a {
	color:#c00;
	text-decoration:underline;
	}
	
#title h1 a:hover {
	color:#c00;
	text-decoration:none;
	}

/*  ///////////////////////////////////////////////////////////////  */		
/*  ////////// TOP_MENU (menu horizontal sous le header) //////////  */
/*  ///////////////////////////////////////////////////////////////  */		

#top_menu ul {
	list-style: none;
}

#top_menu ul li {
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
	background: none;
	}
	
#top_menu ul li a {
	padding: 0px 8px 0px 8px;
	/*width: 100px;*/
	float: left;
	color:#fff;
	text-decoration:none;
	height: 28px;
	display: block;
	line-height: 30px;
	}
	
/*  ///////////////////////////////////////////////////////////////////  */		
/*  ////////// LEFT_COL (colonne contenant le menu vertical) //////////  */
/*  ///////////////////////////////////////////////////////////////////  */		

#left_col { /* balise div contenant le menu vertical */
	position: relative;
	width: 156px;
	padding: 20px;
	margin-bottom: 20px;
	padding-left: 14px;
	}
	
#left_col ul li { /* menu de niveau 1 */
	font-size:12px;
	font-weight: bold;
	color:#666;
	margin-top: 1px;
	margin-bottom: 1px;
	}
	
#left_col ul li a, #left_col ul li a:visited {
	line-height:14px;
	font-weight: bold;
	color:#333;
	text-decoration:none;
	padding-left: 8px;
	width:150px;
	display:block;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
#left_col ul li a:hover {
	color:#333;
	text-decoration:none;
	padding-left: 2px;
	border-left: 6px solid #c00; 
	}
	
#left_col ul li a.actif {
	color:#c00;
	text-decoration:none;
	padding-left: 2px;
	border-left: 6px solid #c00; 
	}

#left_col ul li ul li { /* Retrait pour les niveaux suivants */
	padding-left: 12px;
	line-height: 12px;
	}
		
#left_col ul li ul li a, #left_col ul li ul li a:visited { /* niveau 2 */
	width:138px;
	}
	
#left_col ul li ul li ul li a,
#left_col ul li ul li ul li a:visited { /* niveau 3 */
	width:126px;
	}
	
#left_col ul li ul li ul li ul li a,
#left_col ul li ul li ul li ul li a:visited { /* niveau 4 */
	width:114px;
	}
	
#left_col ul li ul li ul li ul li ul li a,
#left_col ul li ul li ul li ul li ul li a:visited { /* niveau 5 */
	width:102px;
	}

/*  //////////////////////////////////////////////////////////////  */		
/*  ////////// RIGHT_COL (colonne contenant les Extras) //////////  */
/*  //////////////////////////////////////////////////////////////  */		

#right_col { /* balise div contenant les Extras */
	position: relative;
	width: 150px;
	padding: 20px;
	margin-bottom: 20px;
	}
	
#right_col h1 { /* titre des Extras */
	font-size:12px;
	font-weight: bold;
	color:#333;
	line-height: 17px;
	}
	
#right_col p { /* texte des Extras */
	font-size:11px;
	line-height: 17px;
	font-weight: normal;
	color:#666;
	}
	
#right_col a, #right_col a:visited {
	color:#c00;
	text-decoration:underline;
	}
	
#right_col a:hover {
	color:#c00;
	text-decoration:none;
	}

/*  ///////////////////////////////////////////////  */		
/*  ////////// BREADCRUMB (fil d'ariane) //////////  */
/*  ///////////////////////////////////////////////  */		

#breadcrumb { /* balise div contenant le fil d'ariane */
	height:20px;
	font-size:10px;
	color:#666;
	text-align:left;
	line-height: 20px;
	font-weight: bold;
	}
	
#breadcrumb a {
	color:#c00;
	text-decoration:underline;
	}
	
#breadcrumb a:hover {
	text-decoration:none;
	}

/*  //////////////////////////////////////////////////  */		
/*  ////////// CONTENT (contenu de la page) //////////  */
/*  //////////////////////////////////////////////////  */		

#content { /* balise div contenant le contenu principal */
	margin-left: 20px;
	margin-top: 25px;
	}

#content p {
	font-size:11px;
	line-height: 17px;
	font-weight: normal;
	color:#666;
	}

#content a, #content a visited {
	color:#c00;
	text-decoration:underline;
	}
	
#content a:hover {
	color:#c00;
	text-decoration:none;
	}
	
/* Titres niveaux 1 a 6 */
#content h1 {
	font-size:24px;
	font-weight: bold;
	text-align:left;
	color:#666;
	line-height: 24px;
	}
		
#content h2 {
	font-size:21px;
	font-weight: bold;
	color:#666;
	line-height: 21px;
	}

#content h3 {
	font-size:18px;
	font-weight: bold;
	color:#666;
	line-height: 18px;
	}
	
#content h4 {
	font-size:15px;
	font-weight: bold;
	color:#666;
	line-height: 17px;
	}
	
#content h5 {
	font-size:13px;
	font-weight: bold;
	color:#666;
	line-height: 17px;
	}
	
#content h6 {
	font-size:11px;
	font-weight: bold;
	color:#666;
	line-height: 17px;
	}

/*  ///////////////////////////////////////////  */		
/*  ////////// FOOTER (pied de page) //////////  */
/*  ///////////////////////////////////////////  */		

	
#footer a {
	color:#fc6;
	text-decoration:underline;
	}
	
#footer a:hover {
	text-decoration:none;
	}
	
/* End CSS Document */