/* Entete de page */
#navigation img{width:70px; height:30px; border-width:0px; } @media:print{display: none;}

/* menus */
#menugauche{
	width: 150px;
	vertical-align: top;
	padding-left:5px; padding-right: 20px;
	padding-top: 20px; padding-bottom: 20px;
}

#pageencours {
	text-align: center;
	font-style: oblique;
}
#miseAjour { margin-top:30px; margin-bottom:20px; font-size:smaller; text-align:center;}

.menu_titre {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: White;
	margin-top: 20px;
	border: 1px solid #006400;
	background: #3CB371;
	padding-left: 1ex;
	padding-right: 1ex;
}

.menu_elt a:link, .menu_elt a:visited {text-decoration: none; color: #333399; }
.menu_elt a:link:hover {text-decoration: underline; }


.menu_elt {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: smaller;
	background: #DDFFDD;
	padding-left: 2ex;
	padding-right: 1ex;
	border-top: 0px solid #996699;
	border-right: 1px solid #996699;
	border-bottom: 1px solid #996699;
	border-left: 1px solid #996699;
}

.menu_elt:hover {
	background: #CCEECC;
}



/* contenu */
#contenu{ vertical-align: top; padding-top:20px; padding-bottom:20px; }

#contenu p{ text-align: justify; }

#contenu div.rubrique { margin-top: 50px;}

/* bas de page */
#MenuBasPage { text-align: center; font-size: small;}
#MenuBasPage a{ padding:5px;}
#MenuBasPage a:link, #MenuBasPage a:visited{ text-decoration: none; color: #333399; }
#MenuBasPage a:hover { text-decoration: underline; }
