/* Bienvenue sur la feuille de style CSS de Landauer.be */

/* Mise en page */
 
body {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #336699;
	margin-left: 5px;
	margin-right: 5px;
	}

#page {
	height: auto;
	background-color: #A0DBFA;
	z-index:2;
	padding-bottom:10px;
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	}

#entete {
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	z-index: 1;
	height: 150px;
	padding: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF9900;
	}

#arborescence {
	position:relative;
	top:5px;
	z-index: 3;
	border: 1px solid #FF9900;
	height:auto;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding:3px;
	font-size: 14px;
	}
	
#corps {
	position:relative;
	top:5px;
	z-index: 3;
	margin-left:5px;
	margin-right:5px;
	padding-top:7px;
	padding-left:7px;
	padding-right:7px;
	}

	
#bottom {
	z-index:2;
	padding-bottom:3px;
	padding-top:3px;
	font-size:14px;
	text-align: center;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #FF9900;
	margin-bottom:5px;
	background-color: #A0DBFA;
	}
	
#banner_right {
	display:inline;
	}
	
#banner_middle {
	display:inline;
	}
	

	.spacer {
clear: both;
	}

/* Liens */

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

	a:hover {
	color: #0099FF;
	text-decoration: underline;
	}

	a:active {
	color: #3366CC;
	text-decoration: none;
	}

	.link_text {
	font-style: italic;
	}
	
/* Class */

	.menu_title {
	font-weight: bold;
	font-size:15px;
	margin: 5px;
	text-align: center;
	}

	.menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-indent: 20px;
	}

	.img_left {
	padding-bottom:3px;
	padding-right:3px;
	padding-top:3px;
	}

	.remarques {
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	}

	.petit {
	font-size: 10px;
	text-align: center;
	}
	
	.legend {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #336699;
	padding-bottom:1px;
	padding-top:1px;
	padding-right: 15px;
	padding-left: 15px;
	border: 1pt solid #FF9933;
	
	}
	
	
	.titre {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	}
	
	.sub_menu {font-size: 10px
	}
	
	.bafouille_bleu {
	font-family: "Monotype Corsiva";
	font-size: 19px;
	color:#336699;
	}
	
	.bafouille_blanc {
	font-family: "Monotype Corsiva";
	font-size: 19px;
	color:#FFFFFF;
	}

/* Menu photos */

 #navcontainer {
 }

 #navlist
{
position: relative;
height: 1.05em;
margin: 0;
padding: 0;
border-bottom: 3px solid #336699;
white-space: nowrap;
}

#navlist li
{
float: left;
margin: 0 0 0 2px;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #aaa #555 #336699 #999;
list-style-type: none;
}

#navlist li a
{
position: relative;
width: auto;
display: block;
margin: 0;
padding: 1px 0.4em;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #ccc;
background-color: #eee;
color: #666;
font: normal 0.7em/120% Verdana, Arial, Helvetica, sans-serif;
text-align: center;
text-decoration: none;
}

#navlist li a:hover
{
color: #0099FF;
text-decoration: underline;
}

#navlist li#active a
{
font-weight: bold;
background-color: #336699;
color: #fff;
border-color: #336699;
}

#navlist li#active a:hover { color: #0099FF; }

#navlist ul#subnavlist
{
position: absolute;
width: 100%;
left: 0;
top: 1.25em;
height: 0.75em;
margin: 0;
padding: 0;
border-bottom: 3px solid #336699;
white-space: nowrap;
}

#navlist ul#subnavlist li
{
width: 14ex;
margin: 0;
border: 0;
}

#navlist ul#subnavlist li a
{
width: auto;
padding: 0.06em 1em 0;
border: 0;
background-color: #fff;
color: #000;
font: normal normal 0.66em/110% Verdana, Arial, sans-serif;
}

#navlist ul#subnavlist li a:hover
{
color: #0099FF;
text-decoration: underline;
font-weight: 400;
/* IE5/Mac disappearing item fix */
}

#navlist ul#subnavlist li#subactive a
{
background-color: #fc9;
color: #000;
}

* html > body #navlist, * html > body #navlist ul#subnavlist
{
width: 600px;
/* IE5/Mac fixed width fix */
}

/* Fin */