/*------------------------------------------------------*
  *-----------------------------------     CSS DECO     ----*
  *------------------------------------------------------*/



body {
	text-align:center;
	padding: 0;
	border:0;
	margin: 0;
	font-family: verdana;
	font-size: 9px;
	color: #302921;
	background-color: #FFFFFF;
}


#global{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color: #D6C4AB;
	background-image: url(../images/deco/bg.gif);
	background-repeat: repeat-y;
}




#haut{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	width: 800px;
	height: 220px;
	text-align: center;
	}
	

#menu{
	float:left;
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	width: 200px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: justify;
	line-height:18px;

	}
		

	
#centre{
	float:left;
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	padding-top: 25px;
	width: 550px;
	padding-left: 15px;
	padding-bottom: 30px;
	text-align: justify;
	line-height:18px;

	}
	

		

#bas{
	clear:both;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	padding-top: 50px;
	height: 129px;
	width:800px;
	left:0px;
	background-image: url(../images/deco/pied.gif);
	text-align: center;
	background-repeat: no-repeat;
	}
	

 /*------------------------------------------------------*
  *-----------------------------------     CSS TEXT     ----*
  *------------------------------------------------------*/

h1
{
	color:#302921;
	font-family: verdana;
	font-size: 20px;
	font-weight:lighter;
	font-style:italic;

}



.highlight
{
	color:#302921;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}
.pied
{
	color:#302921;
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
}

.pied a
{
	color:#302921;
	text-decoration:underline;
}

.pied a:hover {
font-weight: bold;
}


li {
	list-style-image: url(../images/deco/puce2.gif);
}


 /*------------------------------------------------------*
  *-----------------------------------     CSS MENU     ----*
  *------------------------------------------------------*/
  
  
body#presentation a#presentation, body#massages a#massages, body#contact a#contact{
	color:#FFFFFF;
	padding-bottom: 2px;
	background-image: url(../images/deco/on.gif);
	background-repeat: no-repeat;
   }
     
a.menu{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	text-decoration: none;
	display:block;
	height: 105px;
	width:164px;
	font-family: verdana;
	font-size: 12px;
	color:#D4C2A8;
	padding-top: 45px;
	padding-left: 45px;
	background-image: url(../images/deco/off.gif);
	background-repeat: no-repeat;
	}
	

a.menu:hover{
	color:#FFFFFF;
	padding-bottom: 2px;
	background-image: url(../images/deco/roll.gif);
	
}



.preload {display:none;}

 /*------------------------------------------------------*
  *-----------------------------------     CSS LIEN     ----*
  *------------------------------------------------------*/


a.lien{
	font-family: verdana;
	font-size: 11px;
	text-decoration:underline;
	color: #302921;
	}


a.lien:hover{
	color: #D4C2A8;
	background-color: #302921;
	text-decoration:none;
}

a.lien_plan{
	font-family: verdana;
	font-size: 11px;
	text-decoration:underline;
	color: #302921;
	}


a.lien_plan:hover{
	color: #FFFFFF;
	background-color: #302921;
	text-decoration:none;
}


 /*------------------------------------------------------*
  *-----------------------------------     CSS TABLEAU     ----*
  *------------------------------------------------------*/

td.tableau{
	font-family: verdana;
	font-size: 10px;
	color: #302921;
	font-weight: 500;
	text-align: justify;
	vertical-align: top;


	}

th{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	padding-top:0px;
	padding-left:35px;
	text-align: left;
	color:#302921;
	font-family: verdana;
	height: 25px;
	font-size: 11px;
	background-image: url(../images/deco/fond_titre.gif);
	background-repeat: no-repeat;
	font-style: italic;
	font-weight: lighter;
	}




