/* Nuancier
-----------
global rouge	: #930000
menu fond gris	: #dadada
une fond		: #c1bfc8
adresse			: #540000
texte gris		: #73717a
*/

* {
	margin:0;
	padding:0;
	border:0;
}


html, body {
	background:#fff url(img/fond-3px.png) center top;
}

hr {display:none}

.hrclear {clear:both;}

div#global {
	background:transparent url(img/fond-tache.png) no-repeat center top !important;
	background:transparent url(img/fond-tache.gif) no-repeat center top ;
	width:100%;
}

div#fondombre {
	background:transparent url(img/fond-3px-blanc.png) repeat-y center top;
}

/* - - - - - - MARGE HAUT + BOUT TETIERE - - */

h1 {
	margin:0 auto;
	width:650px;
	height:30px;
	background:url(img/menu-top.gif) no-repeat center top;

}

h1 small {
display:none;
}

h2,
#presentation h3,
#archive h3 {
	margin:0 0 0 5px;
	font:normal 25px Georgia, "Times New Roman", Times, serif;
	color:#930000;
}

h2 {
	padding:10px 0 0 190px;
	background:transparent url(img/h2-ornement.gif) no-repeat left top;
}


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

#menu {
	position:relative;
	margin:0 auto;
	width:650px;
	font:bold 10px/15px Verdana, Arial, Helvetica, sans-serif;
}

#menu ul {
	list-style:none;
	background:url(img/menu-fond-tache.gif) no-repeat left top;
	height:149px;
}

#menu li {
	text-align:right;
	width:181px;
}

#tetiere {
	position:absolute;
	z-index:10;
	top:-9px;
	right:5px;
	width:464px;
	height:158px;
	background:url(media/cartouche0.jpg) no-repeat left top;
}

.zero {
	position:relative;
	z-index:1000;
}

#menu ul#menusous {
	position:absolute;
	
	top:0;
	left:181px;
	width:464px;
	height:auto;
	text-align:left;
	background:#fff;
	display:block;
}

#menusous li {
	display:inline;
}


/* - - - - - - CORPS - - - - - - - - - */

#contenu {
	margin:0 auto;
	width:650px;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	background:transparent url(img/contenu-fond.gif) no-repeat left top;
	position: relative;
}

#contenu .hr {
	height:5px;
	width:630px;
}

#contenu p.admin,
#contenu p.admin_fiche {
	position: absolute;
	top:2px;
	z-index: 100;
	}
	
#contenu p.admin {
	right:15px;
}

#contenu p.admin_fiche {
	right:70px;
}

#contenu p span.lettrine {
	height:56px;
	margin-right: 5px;
	float: left;
	color:#dadada;
	font:bold 56px/52px georgia, serif;
	overflow: hidden;
}

#contenu p.signature {
	text-align: right;
	font-weight: bold;
	color: #73717a;
}

#contenu ul li {
	list-style: none;
	background: transparent url(img/li.png) no-repeat left 6px;
	padding-left:15px;
	}


/* - - - - - - PRESENTATION - - - - - - - - */

#presentation {
	padding:25px 0;
}

#presentation h3 { /* suite en haut -> h2 */
	padding:10px 0 0 180px;
	margin-bottom:20px;
	line-height:26px;
	background:transparent url(img/h3-ornement.gif) no-repeat left bottom;
}

#presentation p {
	padding:5px 25px 10px 185px;
	font:normal 14px/20px Georgia, "Times New Roman", Times, serif;
	color:#000;
}



/* - - - - - - PIED - - - - - - - - */

#pied {
	margin:0 auto;
	width:650px;
	height:34px;
	background:url(img/pied.gif) no-repeat left top;
}

#pied address {
	padding:7px 20px;
	text-align:center;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#540000;
}

#pied address:hover { /* PAS pour IE */
	color:#cc6666;
}