* { margin:0; padding:0; }

/*----- GENERAL ------*/

html, body {	
	text-align:center;
	background:url(images/fond-page.png) repeat-x #312c20;
	color:#bdbdbd;
	font:12px Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;	
	height:100%;
}

#page {
	width:850px;
	text-align:left;
	margin:0 auto;
	position:relative;
	min-height:100%;
	height:100%;	
}

html>body #page {
    height: auto;
}

a {
	color:#796d5e;
	text-decoration:underline;
}

a:hover {
	color:#FFFFFF;	
	text-decoration:none;
}

a img {
	border:none;
}

img {

}

p.alignement {
	text-align:justify;
}

p.alignement-bas {
	text-align:justify;
	margin:0px 0px 20px 0px;
	overflow:auto;
}

p.alignement-haut {
	text-align:justify;
	margin:20px 0px 0px 0px;
	overflow:auto;
}

.centrer {
	text-align:center;
}

.souligne {
	text-decoration:underline;
}

/*----- MENU ------*/

#menu {
	height:27px;
	background:url(images/menu.png) no-repeat;
	padding:9px 0px 0px 0px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}

#menu a {
	color:#585448;
	text-decoration:none;
}

#menu a:hover {
	text-decoration:underline;
	color:#87847c;	
}

#menu ul {
	list-style-type:none;
}

#menu li {
	position:absolute;
}

#menu li#lien1 {
	margin:0px 0px 0px 238px;
}

#menu li#lien2 {
	margin:0px 0px 0px 318px;
}

#menu li#lien3 {
	margin:0px 0px 0px 489px;
}

#menu li#lien4 {
	margin:0px 0px 0px 696px;
}

/*----- CONTENU ------*/

#contenu {
	padding:0px 0px 80px 0px;	
	width:750px;
	margin:0 auto;
}

#bloc-titre {
	text-align:center;
	margin:23px 0px 15px 0px;
}

#bloc-titre h1, h2 {
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:#bdbdbd;	
	padding:9px 0px 10px 0px;	
	background:url(images/fond-titre-gauche.png) center left no-repeat;
	display:inline;	
}

#bloc-titre h1 span, h2 span {
	padding:10px 15px 11px 15px;
	text-align: center;
	background:url(images/fond-titre-droite.png) center right no-repeat;
	display:inline;
	text-decoration:underline;
	line-height:37px;
}

ul {
	list-style-type:square;
	list-style-position:inside;
}

ul ul {
	margin:0px 0px 0px 20px;
	list-style-type:circle;
}

.pub-carre {
	float:left;
	display:inline;
	width:336px;
	height:280px;
	margin:-5px 15px 0px 0px;
}

.texte-pub-carre {
	padding:5px 0px 0px 0px;
	overflow:auto;
}

label {
	color:#FFFFFF;
	font-weight:bold;
	width:65px;
	float:left;
	text-align:right;
	margin:0px 10px 0px 0px;
}

.champ-formulaire {
	background-color:#5d594e;
	border:solid 1px #96928a;
	padding:3px;
	width:70%;
	margin:0px 0px 3px 0px;
	font:12px 'Trebuchet MS', times;
	color:#ececec;
}

p.pub-thematique {
	padding:0px 0px 4px 35px;
	margin:0px 0px 15px 0px;
}

p.pub-horizontale {
	border:solid 1px #66635a;
	padding:3px 0px 3px 0px;
	margin:0px 0px 11px 0px;
}

/*----- FOOTER ------*/

#footer {
	text-align:center;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#605c52;	
	padding:0px 0px 3px 0px;
	bottom:0;
	position:absolute;
	width:850px;
}

#footer a {
	color:#605c52;
	text-decoration:underline;
}

#footer a:hover {
	color:#4e4b44;
	text-decoration:none;
}
