/* général */

body { 
	color: #663300; 
	font: normal 100% Georgia, Palatino, Times, Times New Roman, serif; 
	}

a:link {
	text-decoration: none;
	color: #036;
	}

a:visited {
	text-decoration: none;
	color: #069;
	}

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

a:active {
	text-decoration: none;
	color: #8C7846;
	}

/* texte */

p { 
	font: 100% Georgia, Palatino, Times, Times New Roman, serif; 
	line-height: 17px; 
	text-align: justify;
	text-indent:18px;
	}

h3 { 
	text-indent: -1000em;
	}

h2 {
font-size:1.4em;
padding-bottom:1.4em;
}

acronym {
	font-style: italic;
	cursor: help;
	}

/* div */
#pageHeader {
	text-indent: -1000em;
	}


/* partie menu */

.big {
font-size: 16px;
color: #663300;
	}

.parag {
	text-align: left;
	margin-top: 26px;
	margin-bottom: -10px;
	margin-left: -12px;
	font-size: 16px;
	}
	
#lselect li a {
	text-transform: none;
	color: #003333;
	font-size:12px;
	}

#lselect ul li a:hover {
	color: #A6581D;
	text-decoration: none;
	}


/* footer et autres */

#footer {
font-size:9px;
	text-align: center;
	text-transform: uppercase;
	}