body {
	margin: 2em 0; padding: 0;
	background:#DEDDD4;
}

#tete, #chemin, #corps, #pied, #copyright { clear: both; }
#site {
	margin:0pt auto;
	width:954px;
}
/* Liens d'évitement */
ul#skip { text-align: right; margin: 0; display: none; }
ul#skip li { display: inline; list-style: none; padding: 0 0.2em;  }
/*
 * Tete
*/
#tete {
	 float:left; width:100%; height:100px; background: url(../images/bg_tete.gif) no-repeat center top;
}
#tete ul, #tete li { margin: 0; padding: 0; list-style: none; }
#bandeau { }

#logo { margin:14px 0 0 48px; }

#corps {
	float:left;
	width:938px;
	padding:0 8px;
	background: #fff url(../images/bg_corps.gif) repeat-y top center;
	line-height:1.6em;
}

/* Ajout d'un div fond pour le dégradé du bas*/
.fond {
	float:left;
	width:100%;
	margin:0;
	min-height:300px;
	background: url(../images/bg_fond.gif) no-repeat bottom left;
}

/*
 * Partie principale (contenu)
*/
#contenu, #sidebar { float:left; }
#contenu { width: 603px; padding:10px 45px; }

#sidebar {
	width: 230px;
	padding:0 15px 20px 0;
}

/* styles des blocs */

#sidebar .bloc {
	float:left;
	width:210px;
	padding:0 10px 20px;
	margin:1em 0;
	line-height:1.4em;
	font-size:11px;
}

#sidebar ul, #sidebar li { margin-left:0;}
#sidebar li { margin:10px 0;}

.bloc h2 { margin:0.5em 0; text-align:center; font-size:1.8em;}
.bloc a:hover, #actualites a:hover { color:#A70034;}

#actualites { background:#D0B885;}

#sidebar #annuaire {
	width:230px;
	padding:0;
}
#annuaire a.annuaire {
	display:block;
	width:230px;
	height:200px;
	padding:17px 0 0;
	font-size:1.4em;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	background:url(../images/bg_annuaire.jpg) no-repeat;
	text-indent:-99999px;
}
#annuaire a.annuaire:hover { text-indent:0;}

#actualites a { color:#fff; font-weight:bold;}

.bloc h2 a {
	display:block;
	width:100%;
	height:23px;
	text-indent:-999999px;
	margin:15px 0 0;
}
#annuaire h2 a { background:url(../images/h2_annuaire_index.gif) no-repeat center top;}
#actualites h2 a { background:url(../images/h2_actualites.gif) no-repeat center top; }

#annuaire p { padding:2px 10px; margin:0; border:1px solid #DADAB6; color:#B5954F; font-size:12px;}


/*
 * Bas de page
*/
#pied {
	clear: both;
	text-align: center;
	font-size: 0.9em;
	margin: 0;
	color: #787979;
	padding: 1em 15px 1em 15px;
	background: transparent url(../images/bg_pied.gif) no-repeat bottom center;
}
#pied p {
	margin: 0;
	line-height:1.6em;
	padding: 0 1em;
}
#pied a { color: #787979; padding:0 8px; }
#pied a:hover { color:#A70034; }

#pied address {
	font-style: normal;
	text-align: center;
}

#copyright { text-align: center; padding: 1em; font-size: 90%; color:#AE9C66; }

