/*
	Styles génériques
*/
acronym[title], abbr[title] {
	border-bottom: 1px dotted black;
	cursor: help;
}
a[hreflang]::after {
	content: "\00A0(" attr(hreflang) ")";
	font-size: .7em;
	font-style: italic;
	vertical-align: 22%;
}

/*
	Autres
*/

html {
	background: #C2C2C2 url('images/bandes.png') repeat-x fixed;
	font: .85em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
body { margin: 0; padding: 0; }
body { text-align: center; } /* Pour IE <= 5.5 */

div#page {
	width: 750px;
	background-image: url('images/bg-rayures.png');
	margin: 0 auto;
	border-style: solid;
	border-color: #939393;
	border-width: 0 1px;
}
div#page { text-align: left; } /* On compense le hack concernant IE <= 5.5 plus haut */

div#entete {
	position: relative;
	background-image: url('images/banniere.png');
	background-repeat: no-repeat;
	background-position: 0 25px;
	padding-top: 135px;
	padding-bottom: 1px; /* empèche fusion des marges */
}

img#logo {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
}

ul#menu {
	margin: 0 0 20px;
	padding: 0 190px 0 0;
	background-color: #C1C1C1;
	text-align: center;
}
ul#menu li { display: inline; list-style-type: none; }

ul#menu a:link, ul#menu a:visited {
	padding: 0 5px;
	font-family: .9em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: white;
}
ul#menu a:hover {
	background-color: #AED5E8;
	border-bottom: 3px solid #EDBD5A;
	text-decoration: none;
	color: black;
}


div#contenu {
	background-color: #FCFCFC;
	border-style: solid;
	border-color: #939393;
	border-width: 1px 0;
	padding: 10px 20px;
	color: #707070;
	margin-bottom: 6px;
	vertical-align: middle;
}

div#contenu h1, div#contenu h2 {
	border-bottom: 1px solid #939393;
	font-weight: bold;
	
}
div#contenu h1 { font-size: 1.5em; color: #6FB52B; }
div#contenu h2 { font-size: 1.3em; color: #F16C15; }

#pied {
	background-color: #AAA;
	margin-top: 6px;
	border-style: solid;
	border-color: #939393;
	border-width: 1px 0;
	padding: .3em;
	text-align: center;
	font-size: .96em;
	color: white;
}

#pied a, #pied a:visited, #pied a:active {
	background-color: transparent;
	text-decoration: none;
	color: white;
}
#pied a:hover {
	text-decoration: underline;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: #707070;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

input, textarea {
	background-color: #E8E8E8; 
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #7F7F7F;
	color: black;

