/*Configuration générale */



* { margin: 0; padding: 0;}



body {

	margin: auto;

	background-image: url(images/extensiblehead.jpg) ;

	background-repeat: repeat-x;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 0.8em;

}

body{width:80%;margin:auto;min-width:600px;max-width:2000px}

a { color: #3e3e3e; }



a:hover {
	text-decoration: none;
	color: #77D2F2;
	font-weight: bold;
}



/* -Header- */



#header {

	width: 373px;

	height: 153px;

	background: url(images/header.jpg) no-repeat ;

	margin: 0;

}



#header span {

	display: none;

}



/* -Menu header- */



#menuhorizontal {

	height: 27px;

	margin: -96px 0 0 362px;

	list-style-type: none;

}



#menuhorizontal li {

	float: left;

	display: block;

	width: 120px;

	height: 27px;

	line-height: 15px;

	background: url(images/menuheader.jpg) no-repeat;

	text-align: center;

	margin-top: 0;

	margin-right: 4px;

	margin-bottom: 0;

	margin-left: 5px;

}



#menuhorizontal li a {

	color: #fff;

	font-size: 1em;

	text-decoration: none;

}



#menuhorizontal li a:hover {text-decoration: underline;}



/* Barre de Connexion */



#connexion {

	height: 45px;

	margin: 24px 0 0 370px;

	color: #6a6a6a;

	padding: 7px 0;

}



/* Menu vertical */



#menuvertical {

	width: auto;

	float: left;

	list-style-type: none;

	margin-top: auto;

	margin-right: 0;

	margin-bottom: 0;

	margin-left: 0;

}



#menuvertical li {

	display: block;

	width: auto;

	height: 25px;

	line-height: 25px;

	text-align: left;

	background: url(images/menuvertical.jpg) no-repeat;

	margin-top: 7px;

	margin-right: 0;

	margin-bottom: 0;

	margin-left: 0;

	left: auto;

}



#menuvertical li a {

	color: #fff;

	text-decoration: none;

	margin: 0 10px 0 0;

}



#menuvertical li a:hover{text-decoration: underline;}



/* Contenu */



#contenu {
	width: 650px;
	margin-top: 25px;
	margin-right: 45;
	margin-bottom: 0;
	margin-left: 45px;
	border: thin none #666666;

}



#contenu h2 {

	color: #fb8800;

	margin: 25px 9px 0 0;

	font-size: 1em;

}



#footer {

	clear: both;

	margin: 70px 0 0 0;

	text-align: center;

}

