﻿/* ------------- GLOBAL --------------------- */
/* 	Elements commun a chaque pages
	-tout element *
	-titres
	-classes couleurs
	-site complet (background)
	-banniere
	-menu
*/

*{	
	margin: 0 auto;
	padding:0;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:12px;
	line-height:18px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;

}
h1 {
	
	font-weight: bold;
	font-size:1.4em;
	color: #336600;
	padding: 5px;
	margin: 0px;
	margin-top:8px


	}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #447711;
	padding: 5px;
	padding-left:10px;
	margin: 0px;
	
}
a{	border: none; 
	color:#333333;
}
a:active, a:focus{
      outline:none;
      
}

.vert{
	color:#336600;
}
.gras {
	font-weight:bold;
}
/*             */
#site{background-image: url('fond-site.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

/* ------------- BANNIERE --------------------- */
#banniere{
	height:95px;
	width:800px;
	padding:0;
	background-image: url('banniere.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

/* ------------- MENU --------------------- */
#menu{

	text-decoration: none;
	text-align:center;
	width:800px;
	height:26px;
	background-image:  url('fond-menu.jpg');
	background-repeat: repeat-x;
		
}

ul#menu_horizontal li { 
	display : inline;
	
	 /* Pour espacer les boutons entre eux */
}
ul#menu_horizontal {
	list-style-type : none; /* Car sinon les puces se placent n'importe où */
	padding-top:3px;
		
	
	}
ul#menu_horizontal li a {
	padding-right:20px;
	padding-left:10px;

	}
ul#menu_horizontal li a:hover{
	color:#ffcc33;
	}

#menu-selectionne a{
	color:#ffcc33;
}
