body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #336699;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

/* menu principal */
.menu_titre {
	font-size: 11px;
	font-weight: bold;
}

/* sous-menu */
.smenu_boite {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #AFD79B;
	border-bottom-color: #AFD79B;
}
.smenu_titre {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.smenu_stitre {
	font-size: 12px;
	color: #FFFFFF;
}
ul#menu {
	list-style-type: none; /* précision pour Opera */
	width: 820px;
}
 
ul#menu li {
float: left;
}
 
ul#menu a {
	background: #E6E6E6;
	float: left;
	margin: 0 2px;
	padding: 3px 18px;
	text-align: center;
	text-decoration: none;
	color: #336699;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
}
 
ul#menu a:hover {
	background: #AFD79B;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
}
.titre336699 {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	letter-spacing: 2px;
}
.stitre {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.texte {
	font-size: 11px;
	font-style: italic;
	color: #000000;
	letter-spacing: 1px;
}
.agenda_boite {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #336699;
	border-bottom-color: #336699;
}
.suite {
	font-size: 10px;
	font-weight: bold;
	color: #336699;
}
.titre_page {
	font-size: 17px;
	font-weight: bolder;
	color: #333333;
}
