/* CSS Document */
	
body
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%; /* 1em à 12px */
	background-color:#000;
	color:#FFF;
	}
	
h2
	{
	font-size:1.3em;
	color:#576d00;
	margin-bottom:15px;
	margin-top:10px;
	}
	
h3
	{
	margin-top:2px;
	font-weight:bold;
	color:#333333;
	font-size:1em;
	margin-bottom:3px;
	}
	
p
	{
	margin-top:0px;
	margin-bottom:20px;
	}
	
a
	{
	text-decoration:none;
	color:#7b5a00;
	}
	
a:hover
	{
	text-decoration:none;
	color:#b58400;
	}
	
.clear
	{
	display:block;
	clear:both;
	}
	
/* CONTENEURS */
#conteneur
	{
	width:765px;
	margin:auto;
	}
	
#header
	{
	background: url(../images/commun/bg_header.jpg) no-repeat left top;
	width:765px;
	height:257px;
	}
	
#header h1
	{
	display:none;
	}
	
#menuprinc
	{
	background-image:url(../images/commun/bg_menuprinc.jpg);
	background-repeat:no-repeat;
	background-color:#333333;
	width:212px;
	text-align:right;
	padding-top:29px;
	float:left;
	}
	
#menuprinc #separateurmid
	{
	background-image:url(../images/commun/bg_menuprinc_sep.jpg);
	background-repeat:no-repeat;
	display:block;
	width:212px;
	height:12px;
	}
	
#menuprinc #separateurbas
	{
	background-image:url(../images/commun/bg_menuprinc_sepbas.jpg);
	background-repeat:no-repeat;
	display:block;
	width:212px;
	height:32px;
	}
	
#menuprinc ul#haut
	{
	list-style-type: none;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #272725;
	padding:0px;
	margin:0px;
	}
	
#menuprinc ul#bas
	{
	list-style-type: none;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #272725;
	padding:0px;
	margin:0px;
	}
	
#menuprinc ul li
	{
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4f4f4f;
	}
	
#menuprinc ul li:last-child
	{
	padding:5px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	}
	
#menuprinc ul li a
	{
	color:#999;
	}
	
#menuprinc ul li span.actif
	{
	color:#ec9500;
	}
	
#menuprinc ul li a:hover
	{
	color:#FFFFFF;
	}
	
#contenu
	{
	background:url(../images/commun/bg_contenu.jpg) no-repeat;
	padding:18px 10px 10px 10px;
	background-color:#d7d1ad;
	color:#333333;
	float:left;
	width:533px;
	min-height:275px;
	}
	
#piedpage
	{
	background-image:url(../images/commun/bg_baspage.jpg);
	background-repeat:no-repeat;
	height:42px;
	margin-top:10px;
	}
	
#piedpage p
	{
	display:none;
	}
	
/* PROFIL */
#menucontext
	{
	background-image:url(../images/profil/bg_menucontextuel.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:3px 12px 0px 5px;
	height:19px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #908d78;
	width:230px;
	}
	
/* CALENDRIER */
table#tablecalendrier
	{
	border-collapse:collapse;
	border-color:#908d78;
	text-align:center;
	background-color:#c0bb9d;
	}
	
table#tablecalendrier th
	{
	background-color:#a7a287;
	}
	
table#tablecalendrier td
	{
	padding:5px;
	}
	
table#tablecalendrier th#dates
	{
	width:100px;
	}
	
/* ME CONTACTER */

form#contact label
	{
	display:block;
	width:100px;
	float:left;
	text-align:right;
	padding-right:5px;
	}
	
input
	{
	border: 1px solid #333333;	
	}
	
input#btnSubmit
	{
	margin-left:105px;
	background-color:#789900;
	}
	
textarea
	{
	border: 1px solid #333333;	
	}
	
#confmessage
	{
	background-color:#c2daa2;
	border: 2px solid #689829;
	padding:10px;
	}