<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	TEXT-ALIGN: left;
}

div.container {
	position: relative;
	margin: 0 auto;
	width: auto;
	height: auto ;
}

a{
	color: #83807b;
	text-decoration: none;
}

a:link{
	color: #83807b;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #83807b;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #ef9f00;
	text-decoration: none;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#haut{
	padding: 0px 0px 0px 0px;
	width: auto;
	background-image : url("./img/diz/header_f.jpg");
	background-repeat: repeat-x;
}

#menu_g{
	width: 20px;
	background-image : url("./img/diz/fg.jpg");
	background-repeat:repeat-y;
	background-position:left;
}

#menu_d{
	width: 20;
	background-image : url("./img/diz/fd.jpg");
	background-repeat:repeat-y;
	background-position: right;
}</pre></body></html>