@charset "utf-8";

body{
	margin:0px;
	padding:0px;
	background-color:#E7E8EA;
	background-image:url(../images/fond.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	z-index:1;
	color:#444444;
}

img{
	border:none;
}

ul, li{
	margin:0px;
	padding:0px;
}



/******************WRAPPER******************/
#all{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#wrapper{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
}

/*******************HEADER********************/

#header{
	height:52px;
	width:1000px;
	background-image:url(../images/haut-olive.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#menu{
	padding-left:60px;
	padding-top:8px;
}

#menu ul li{
	display:inline;
}

#menu ul li a{
	color:#FFFFFF;
	padding: 8px 16px;
	text-decoration:none;
}

/**************CONTENT***********************/

#content{
	margin-left:22px;
	width:956px;
	position:relative;
        float:left;
	height:100%;
}

#langbar{
        width: 60px;
        margin-top:4px;
        margin-right:8px;
        float:right;
}

#content-centre{
	
	position:relative;
	height:100%;
	width:956px;
	z-index:3;
}

#banniere{
	width:956px;
	height:156px;
	background-image:url(../images/banniere.jpg);
	background-repeat:no-repeat;
}

#ombre-gauche{
	float:left;
	background-image: url(../images/gauche.jpg);
	background-repeat:repeat-y;
	width:4px;
	position:absolute;
	height:100%;
}

#ombre-droite{
	float:right;
	background-image: url(../images/droite.jpg);
	background-repeat:repeat-y;
	width:5px;
	position:absolute;
	height:100%;
	right:0px;
}

#centre{
	width:945px;
	background-color:#FFFFFF;
	border-left:#C9CED6 solid 1px;
	border-right:#C9CED6 solid 1px;
	position:relative;
	margin-left:4px;
}

#titre{
	height:71px;
	background-image:url(../images/titre.jpg);
	background-repeat:repeat-x;
	z-index:20;
}

#text-titre{
	padding-left:86px;
	padding-top:36px;
	background-image:url(../images/barre.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:10px;
}

#bas{
	background-image:url(../images/bas.jpg);
	background-repeat:no-repeat;
	width:956px;
	height:8px;
	z-index:5;
	position:relative;

}

#decoration{
	z-index:30;
	background-image:url(../images/decoration.jpg);
	position:absolute;
	width:139px;
	height:225px;
	top:0px;
}

#herbes{
	background-image:url(../images/herbes.gif);
	width:176px;
	height:259px;
	z-index:2;
	position:absolute;
	bottom:-5px;
	left:-30px;
}


/**************CONTENU********************/
h1{
	display:inline;
	z-index:100;
	position:relative;
	font-size:20px;
	color:#434343;
	font-weight:normal;
	padding-left:50px;
	background-image:url(../images/olive.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-top:10px;
	padding-bottom:10px;
}

h1 a {
	color:#434343;
	text-decoration:none
}


#contenu{

	z-index:100;
	position:relative;
	padding-left:64px;
	padding-right:64px;
	margin-left:35px;
}

#contenu p{
	text-align:justify;
}

#ajout-message {
	padding: 0px 15px 15px 15px;
}

.titre-livre-or {
	font-size:14px; 
	padding-left:10px;
	padding-bottom:6px;
	margin:30px 0px 0px 0px;
}

.liste-messages * {
	margin:0;
	padding:0;
	color:#555555;
}

.liste-messages { border:1px solid #c4c4c4; }

.liste-messages .message { padding: 10px 15px; }

.liste-messages .message-1 { background-color: #fcfeff; }

.liste-messages .message-2 { background-color: #fffefc; }

.liste-messages h3 { padding-bottom:3px; }

.liste-messages .auteur-message { font-size:10px; }

/***************FOOTER********************/

#footer, #footer a{
	color:#88919c;
	text-align:center;
	font-size:10px;
}
