html, body {
   height: 100%;
	width: 1000px;
	font-family: Verdana;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background-image: url(images/fond.png);
}

#homepage, #intern{
	width: 1000px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	min-height: 100%;
	background-color: White;
}

#haut{
	
}

#menuGauche{
	float: left;
	width: 215px;
	margin: 0px;
	padding: 0px;
	height: 425px;
	background-color: #425098;
}

#contenu {
	width: 773px;
	height: 420px;
	padding: 0px;
	margin-left: 5px;
	overflow: scroll;
}

form{
	margin: 0;
	padding: 0;
	border: 0px none;
}

#searchEnTete{
	margin-top: 50px;
	width: 215px;
	height: 15px;
	background-color: #D9BB57;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: White;
}

#search{
	width: 215px;
	height: 31px;
	background-color: #CDA523;
}

#search input{
	font-family: Verdana;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	margin-bottom: 4px;
	margin-left: 10px;
	padding: 1px;
}

#search_bnt{
	margin-top: 3px;
	margin-left: 4px;
}

#popup{
	border: 1px solid #BB9E3E;
	background-color: #BB9E3E;
	position: absolute;
	top: 25px;
	left: 400px;
	padding: 5px;
	color: #FFFFFF;
}

#popup a{
	color: #FFFFFF;
}

.accueil{
	background-image: url(images/fond_accueil.jpg);
	width: 100%;
	background-repeat: no-repeat;
	padding-top: 3px;
}

a {
	text-decoration: none;
	color: #C7A136;
}

hr{
	visibility: hidden;
}

.filAriane{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #93771D;
	width: auto;
	padding: 2px;
	color: White;
	margin-top: 1px;
	margin-right: 5px;
}

.filAriane a {
	color: White;
	text-decoration: underline;
}

.menu_blocLevel1{
	margin-bottom: 2px;
}

.menu_level1{
	width: 215px;
	height: 29px;
	min-height: 29px;
	background-color: #CDA523;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/puce_menu1.png);
	background-repeat: no-repeat;
}

.menu_level1_selected{
	width: 215px;
	height: 29px;
	min-height: 29px;
	background-color: #93771D;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #850017;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/puce_menu1.png);
	background-repeat: no-repeat;
}

.menu_level1 a{
	color: #FFFFFF;
}

.menu_level1_selected a{
	color: #FFFFFF;
}

.menu_level2{	
	width: 215px;
	height: 20px;
	min-height: 20px;
	background-color: #D9BB57;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 1px;
}

.menu_level2_selected{	
	width: 215px;
	height: 20px;
	min-height: 20px;
	background-color: #BB9E3E;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #F09438;
	margin-top: 1px;
}

.menu_level2 a{
	color: #FFFFFF;
}

.menu_level2_selected a{
	color: #FFFFFF;
}

.menu_level2_invisible{
	visibility: hidden;
	display: none;
}

.titre1{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #93771D;
}

.titre2{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #93771D;
}

.occurenceFound{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #AC9430;
}

.download{
	background-image: url(images/fond_download.gif);
	background-repeat: no-repeat;
	height: 17px;
	font-family: Arial;
	font-size: 12px;
	color: #A0822C;
	padding-left: 24px;
	padding-top: 2px;
	font-weight: bold;
}

.download a{
	text-decoration: none;
	color: Black;
}