/* Feuille de style, réalisé par Marc NACHIN, développeur multimédia à Sixt Fer à Cheval*/

body 
{
	margin: 10px 0 ; 
	padding: 0 ; 
	text-align: center ; 
	font: 0.8em "Century Gothic", helvetica, sans-serif ; 
	color: #444 ;
	background: #DBDBDB url(../fond.jpg) repeat-x left top;
}

/*PARTIE LANG ET PRINT*/
#lang
{
	width: 770px ; 
	margin: 0 auto ; 
	text-align: right;
}

#lang a
{
	text-decoration: none;
	font-size: 0.9em;
	color: #85A4A8;
}

#lang a:hover
{
	color: #fff;
}	

/*LE CONTENEUR DU TOUT*/
#conteneur 
{
	width: 770px ; 
	margin: 0 auto ; 
	text-align: left ;
	border: 1px solid #85A4A8 ; 
	background: #fff ;
}

/*PARTIE TITRE*/
#header 
{
	height: 223px ;
	background:    url(../header.jpg) no-repeat left top;
	margin: 0 ;
}

/*PARTIE CENTRALE*/
#contenu
{
	padding: 0 30px 0 30px ;
	/*background: url(../fond2.jpg) center repeat-y;*/
}

#contenu h1
{
	color: #85A4A8 ;
	padding-left: 40px;
	background: url(../puce.jpg) no-repeat left center;
}

#contenu h2
{
	text-decoration: underline;
}

#contenu p 
{
	text-align: justify ;
	border: 1px;
}

#contenu img
{
	margin-right: 8px;
	margin-bottom: 8px;
	border: 0px;
	padding: 0px;
}

#contenu a
{
	color: #1C5B63;
}

.jaune {
  background-color: #ddd;
  width: 200px;
  line-height: 25px;
  padding-left: 10px;
}

.verte {
  background-color: #eee;
  width: 120px;
  line-height: 25px;
  padding-left: 10px;
  margin-right: 7px;
}


.img { 
	float: left ;
}

.spacer {
  clear: both;
}

/*PARTIE PIED*/
p#footer 
{
	line-height: 21px ;
	font-size: 0.9em ;
	color: #fff ; 
	background-color: #85A4A8; 
	text-decoration: none ;
	text-align: center;
}

#footer a
{
	text-decoration: none ;
	color: #fff;
}