/* Styles generiques */
hr {
	clear: both;
	color: white;
	background-color: white;
	border: 1px none;
	height: 1px;
	margin: .7em 0;
}
p { margin: 0 0 1em; }
.clear { clear: both; }
.invisible { display: none }
a {
	position: relative;
	font-weight: bold;
	text-decoration: none;
	color: #0095dc;
}
a:visited { color: grey; }
a:hover {
	font-variant: small-caps;
	font-style: italic;
	color: black;
	padding-left: 15px;
	background: url(../images/flechebleue.png) top left no-repeat;
}
* html a:hover { background-image: url(../images/flechebleue.gif); }
#logo a:hover {
	padding: 0;
	background-image: none;
}


/* Styles du menu */
.menucontent div div ul {
	font-family: Baskerville, Garamond, Georgia, Times, serif;
	font-size: 1.1em;
}
.menucontent li, .menucontent form { margin-left: 10px; }
.menucontent div.color1, .menucontent div.color3, .menucontent div.color6, .menucontent div.color7 {
	border-left: 2px solid;
	margin-top: 1em;
}
.menucontent div.color1 { border-color: #6FF; }
.menucontent div.color3 { border-color: #FF9C4C; }
.menucontent div.color6 { border-color: #26C431; }
.menucontent div.color7 { border-color: #FF40B5; }
.menucontent h2 {
	margin: 0 0 6px 10px;
	padding: 0
	color: #ddd;
	border-bottom: 1px solid #ddd;
	font-size: .9em;
}
.menucontent .color1 h2 { color: #6FF; }
.menucontent .color3 h2 { color: #FF9C4C; }
.menucontent .color6 h2 { color: #26C431; }
.menucontent .color7 h2 { color: #FF40B5; }
.menucontent a {
	display: block;
	color: #fff;
}
.menucontent a:hover, #pied a:hover { background-image: url(../images/fleche.png); }
* html .menucontent a:hover, * html #pied a:hover { background-image: url(../images/fleche.gif); }
.menucontent li:hover {
	border-top: 1px dotted white;
	border-bottom: 1px dotted white;
}

/* Pied de page */
#pied {
	color: white;
	font-weight: bold;
	font-size: 1.1em;
}
#pied a, #pied a:visited, #pied a:hover { color: white; }
#pied a.auteur, #pied a.auteur:visited {
	float: right;
	font-size: .75em;
	font-weight: normal;
	color: #777;
}
* html #pied a.auteur, * html #pied a.auteur:visited { color: #1573dd; }
#pied a.auteur:hover {
	color: white;
	font-size: .85em;
}
* html #pied a:hover { background-position: left -5px; }

/* styles de texte */
.presentation {
	font-size: 1.1em;
	color: #222;
	margin-bottom: 1em;
}
.petit { font-size: .85em; }
p.suite {
	margin-top: -10px;
	font-size: .85em;
	font-style: italic;
	text-align: right;
}
p.suite a, p.suite a:visited { color: #222; }

