/*
CHARTE GRAPHIQUE

#A6C619;        VERT POMME
#EEEECC;		JAUNE PALE
#F0A901;		ORANGE
*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: white;
}

.titre1 {
	font-family: verdana;
	/* font-weight			: bold; */
	text-align: center;
	color: white;
	font-size: 14px;
}

.titre2 {
	font-family: arial;
	font-weight: bolder;
	text-align: center;
	color: white;
	font-size: 14px;
}

#content
	/* Contenu. C'est cet �l�ment qui d�finit la largeur utile du site */ {
	background: white;
	/* margin-left: 20px; */
	/* margin-right: 15px; /* Marge droit � rectifier suivant le besoin */
	/* min-width: 756px; /* taille minimale de l'�l�ment (ne marche pas ?) */
}

/*********/ /*BANDEAU*/ /*********/
#header {
	width: 100%;
	height: 92px;
	background: #3B6847 url(../Images/Interface/Bandeau.jpg) top left
		no-repeat;
}

#Fleur {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
}

#title /*Centre Botanique National de Bailleul*/ {
	text-align: right;
	margin-right: 5px;
	color: white;
	font-weight: bold;
	font-family: Century Gothic;
}

#subtitle /*Centre rï¿½gional de phytosociologie*/ {
	text-align: right;
	margin-right: 5px;
	color: white;
	font-weight: bold;
	font-family: Century Gothic;
}

/**************/ /*SOUS MENU 01*/ /**************/
.menuInactif {
	color: black !important;
	font-style: italic !important;
}

#SousMenu01
	/*| Accueil | Plan du site | Nous rendre visite | Quoi de neuf ? | Contact | Vos manifestations*/
	{
	text-align: right;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 2px;
	background: #A6C619;
	position: relative;
	z-index: 2;
	margin-left: 95px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	height: 12px;
}

#SousMenu01 li , table > tr > td > li {
	display: inline;
	font-family: verdana;
	font-size: xx-small;
	color: white;
	padding: 0px 1px 0px 0px;
}

#SousMenu01 a {
	color: white;
	text-decoration: none;
}

#SousMenu01 a:hover {
	color: #326039;
}

/**************/ /*SOUS MENU 02*/ /**************/
#SousMenu02
	/*| Le CBNBL en bref | Nos activit�s scientifiques | Les ressources documentaires | L��ducation au monde des plantes*/
	{
	text-align: right;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 2px;
	background: #8E0D6A;
	position: relative;
	z-index: 2;
	margin-left: 85px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	height: 12px;
}

#SousMenu02 li {
	display: inline;
	font-family: verdana;
	font-size: xx-small;
	color: white;
	padding: 0px 1px 0px 0px;
}

#SousMenu02 a {
	color: white;
	text-decoration: none;
}

#SousMenu02 a:hover {
	color: #F0A901;
}
/******/ /*MENU*/ /******/ /*
div#Menu
{
	background			: #fff3d5;
	position			: absolute;
	top					: 92px;
	left				: 20px;
	width				: 177px;
	border-right		: 1px solid #F0A901;
	border-left			: 1px solid #F0A901;
	border-bottom		: 1px dashed #F0A901;
}

	div#Menu .Connexion
	{
		font-family			: verdana;
		font-size			: xx-small;
		font-weight			: bold;
		background			: #fff3d5;
		color				: #F0A901;
		padding-left		: 5px;
	}

	.Connexion a
	{
		color				: #F0A901;
		cursor				: hand;
		text-decoration		: none;
	}
	
	div#Menu .ChampsConnexion
	{
		border				: 1px solid #F0A901;
		font-family			: verdana;
		font-size			: xx-small;
		font-weight			: normal;

	}

div#Menu .MenuTitre
{
	background			: #F0A901 url(../Images/Interface/MenuBandeau.jpg) no-repeat;
	font-family			: verdana;
	font-size			: xx-small;
	font-weight			: bold;
	text-align			: center;
	color				: white;
	width				: 100%;
}

	div#Menu .MenuDate
	{
		text-decoration		: none;
		display				: block;
		border-bottom		: 1px solid;
		border-top			: 1px solid;
		padding-left		: 5px;
		font-family			: verdana;
		font-weight			: bold;
		font-size			: xx-small;
		color				: #F0A901;
	
	}
	
	div#Menu .MenuInfo
	{
		padding				: 5px;
		color				: #F0A901;
		font-family			: verdana;
		font-size			: xx-small;
		background-color	: #fff;
		display				: block;
	}
	
	div#Menu .MenuInfo a
	{
		color				: #F0A901;
		font-weight			: bold;
		display				: block;
		text-align			: right;
	}

div#Menu .MenuSousTitre
{
	background			: #F0A901;
	font-family			: verdana;
	font-size			: xx-small;
	font-weight			: bold;
	text-align			: center;
	color				: white;
	width				: 100%;
}
*/