/***************************************************************
* templates HTML : MAIN
***************************************************************/
body { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	background-color: #8d060a;
	margin: 0em;
	padding: 0em;
	background-image: url('../img/fond.jpg');
	background-repeat: repeat-x;
}

a, a:visited { text-decoration: underline; color: #FFF;}
a:hover { text-decoration: none; color: #FFF;}

p {
	margin: 0px;
	padding: 0px;
}

div.container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

div.header {
	height: 333px;
	background-image: url('../img/haut2.gif');
	background-repeat: no-repeat;
}

div.header_haut {
	height: 240px;
}

div.sep {
	height: 30px;
}

div.content {
	margin-top: -14px;
}

div.gauche {
	float: left;
	width: 437px;
}

div.droite {
	float: left;
	padding-top: 25px;
	padding-left: 10px;
}

span.accueil-txt-bold {
  font-weight: bold;
  line-height: 25px;
}   

span.accueil-txt {
  line-height: 25px;
}

div.footer {
  clear: both;
  text-align: center;
  padding-top: 50px;
  color: #FFF;
  font-size: 12px;
}