@charset "utf-8";
/* CSS Document */

/* corps */
body { 
	font-family: Verdana, Arial, sans-serif; 
	color: #000000; 
	font-size: 90%;	
	background: #000000; }
	
	/* lments */
img { border: 0; }

#conteneur { width: 850px; margin: auto; border: 1px solid #CCC; background: #000000;}
#contenu {clear: both; padding: 20px; overflow: auto; }
#pied { width: 850px; margin: auto; background: #006600; color: #FFF; text-align: center; padding: 5px 0px; font-size: 90%; }

#menuhaut .bouton { background: url(assets/bouton.jpg) no-repeat; height: 38px; display: block; float: left; width: 130px; margin-left: 11px; }
#menuhaut .bouton:hover, #menuhaut .bouton:visited { background: url(assets/boutongris.jpg) no-repeat; }
#menuhaut #selected { background: url(assets/boutongris.jpg) no-repeat; }
#menuhaut .txtbouton { display: block; padding-right: 10px; font-weight: bold; padding-top: 10px; text-align: center; padding-left: 10px; }
#menuhaut a { font-size: 110%; color: #000000 ; text-decoration: none; }


a 	{ color: #000000 ; text-decoration: none; }
a:hover   { color: #003399; text-decoration: underline; }

h1 { font-size: 120%; color: #006600; border-bottom: 1px solid #006600; margin-top: 0; clear: both}

/* boutons et forms */
input { font-family: Arial, sans-serif; }
.form { font-size: 100%; background : #FFF url(icones/input_bg.png) left top repeat-x; border: 1px solid #bbb; }
.formc { font-size: 100%; background : #FFF url(icones/input_bg.png) left top repeat-x; border: 1px solid #bbb; text-align: center; }
.form_petit { font-size: 90%; }
.bouton	{ color: #FFF; font-size: 90%; background-color: #003399; }
