/* ..................................STYLES GENERAUX........................................... */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	background-color: #00264C;
	background-repeat: repeat-y;
	background-position: center 0px;
}


.bodytext {

	margin: 0px 0px 8px 0px;
	padding: 0px;
	line-height: 130%;
	color: #00264C;
}



p {
margin: 0px;
padding: 0px 0px 10px 0px;
}

.bold {
	font-weight: bold;
}

.txt_petit {
	font-size: 0.8em;
}


UL {
	padding: 0px;
	margin: 0px 0px 10px -3px;
}

LI {
	padding: 0px 0px 4px 30px;
	background-image: url(/fileadmin/templates/images/puce.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	color: #00264C;

}


/* .................................. table ........................................... */

.contenttable  {
	font-size: 1em;
	margin: 0px 0px 0px;
	padding: 0px;
	
}

TABLE.contenttable P {

	margin: 0px 0px 2px;
	padding: 0px;
	line-height: 1.3em;
}




/* ..................................CONTENEURS........................................... */

#conteneur_gen {
	width: 850px;
	margin: 0px auto 0px;
	position: relative;
	background-color: #FBF7EC;

	}		
	


#image {
	width: 850px;
	height: 180px;
	background-color: #F1E5C8;
	text-align: center;
	padding-top: 20px;

}

#contenu {
	width: 490px;
	padding: 0px 45px 20px 18px;
	font-size: 0.95em;
	margin: 42px 0px 0px 14px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;

}

#contenu a:link, #contenu a:visited {
	text-decoration: underline;
	color: #00264C;
}


#contenu a:hover, #contenu a:active {
	color: #004D99;
	text-decoration: underline;

}




#contenu h1 {
	font-size: 1.4em;
	letter-spacing: 0px;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #00264C;
	font-family: Georgia, "Times New Roman", Times, serif;
	

}

#contenu h2 {
	font-size: 1.2em;
	color: #00264C;
	font-weight: bold;
	margin: 25px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
}


#contenu h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 3px 0px;
	
}


#footer {
	clear: both;
	font-size: 0.85em;
	text-align: center;
	color: #00264C;
	padding: 8px 0px 0px 0px;
	height: 20px;
	margin: 0px auto 0px;
	background-color: #F1E5C8;
	width: 850px;

}

#footer p {
	padding: 0px;
	margin: 0px;
}
#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: #00264C;
}

#footer a:hover, #footer a:active {
	color: #00264C;
	text-decoration: underline;
}



/* ..................................MENU PRINCIPAL........................................... */
#navigation{
	margin: 0px;
	padding: 0px 0px 10px 116px;
	margin: 26px 0px 0px 0px;
	float: left;
	width: 158px;
	overflow: visible;
}



#navigation ul {
	margin: 12px 0px 7px 2px;
	padding: 0px;
}
#navigation li {
	font-size: 0.9em;
	padding: 0px 0px 4px 12px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(/fileadmin/templates/images/puce_menu.gif);
}
.level1_ac {
	margin: 20px 0px 0px 0px;
	padding: 0px 0p 0xpx 0px;
	color: #BB9952;
	line-height: 1em;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
}
.level1_ac a:link, .level1_ac a:visited {
	text-decoration: none;
	color: #BB9952;
}

.level1_ac a:hover, .level1_ac a:active {
	color: #BB9952;
	text-decoration: none;
}
.level1_no {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bolder;
	line-height: 1.2em;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.level1_no a:link, .level1_no a:visited {
	text-decoration: none;	
	color: #BB9952;
	line-height: 1em;
	height: 1%;
}

.level1_no a:hover, .level1_no a:active {
	color: #D6C094;
	text-decoration: none;
	line-height: 1em;
	height: 1%;
}

.level2_no {
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.2;
}
.level2_no a:link, .level2_no a:visited {
	text-decoration: none;
	color: #00264C;
}

.level2_no a:hover, .level2_no a:active {
	color: #00264C;
	text-decoration: underline;
}

.level2_ac {
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.4;
}
.level2_ac a:link, .level2_ac a:visited {
	text-decoration: none;
	color: #00264C;
        font-weight: bold;
}

.level2_ac a:hover, .level2_ac a:active {
	color: #00264C;
	text-decoration: underline;
}
