/*Configuration générale */

* { margin: 0; padding: 0;}

body {
	margin: 0;
	background-image: url('images/extensiblehead.jpg') ;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em
}

a { &color: #3e3e3e; 
	color: #01aa0c;
}

a:hover {text-decoration: none; }

/* -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: 81px;
	height: 27px;
	line-height: 15px;
	background: url('images/menuheader.jpg') no-repeat;
	text-align: center; margin-left:5px; margin-right:4px; margin-top:0; margin-bottom:0
}

#menuhorizontal li a {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}

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

/* Barre de Connexion */

#connexion {
	height: 25px;
	margin: 24px 0 0 370px;
	color: #6a6a6a;
	padding: 7px 0;
}

/* Menu vertical */

#menuvertical {
	width: 140px;
	margin: 57px 0 0 0 ;
	float: left;
	list-style-type: none;
}

#menuvertical li {
	display: block;
	width: 140px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	background: url('images/menuvertical.jpg') no-repeat;; margin-left:0; margin-right:0; margin-top:7px; margin-bottom:0
}

#menuvertical li a {
	color: #fff;
	text-decoration: none;
	margin: 0 10px 0 0;
}

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

/* Contenu */

#contenu {
	width: 670px;
	margin: 35px 0 0 185px;
}

#contenu h2 {
	color: #fb8800;
	margin: 25px 9px 0 0;
	font-size: 1em;
}

#contenu h3 {
	margin: 25px 9px 0 0;
	font-size: 1em;
}

#contenu li {
	margin: 5px;
	margin-left: 25px;
}


#footer {
	clear: both;
	margin: 70px 0 0 0;
	text-align: center;
}

#table_grise {background-color: #f0f0f0;}

img.cadena
{
	background-color: #008080;
	margin: 0px;
	border-width: 0px;
	height: 30px;
	width: 22px;
}

img.paypal
{
	background-color: #008080;
	margin: 0px;
	border-width: 0px;
	height: 26px;
	width: 76px;
}

#div_marge
{
	&text-align:center;
}

.titre
{
	text-align:center;
	color:#1086b6;
}
