/* Structure de la page */
body{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(img/fond.jpg);
	background-position:top;
	background-repeat:repeat;
	margin:0px;
	padding:0px;
}
#tbl-conteneur{
	border-left:1px #fff solid;
	border-right:1px #fff solid;
	border-bottom:1px #fff solid;
	background-image:url(img/corps-fond.jpg);
	background-position:top;
	background-repeat:repeat-y;	
}
#cel-bandeau{
	background-image:url(img/haut.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:199px;
}
#cel-menu{
	background-image:url(img/menu.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:36px;
}	
#cel-corps{
	background-image:url(img/corps.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	width:765px;
}
#cel-bord-droit{
	width:159px;
	background-image:url(img/fond-droit.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

#cel-bas{
	background-image:url(img/bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:30px;
	vertical-align:middle;
	text-align:center;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
#bas{
	margin-top:10px;
}

/* MENU */
#menu{
	font-size:12px;
	font-weight:bold;
	color:#37580E;
	padding-bottom:5px;
}
#menu a{
	line-height:25px;
	text-decoration:none;
	color:#37580E;
	padding:6px 13px 4px 13px;
}
#menu a:hover,#menu a.active{
	background-image:url(img/fond-lien.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-decoration:none;
	color:#fff;
}

/* CORPS DE LA PAGE */

#contenu{
	padding:0px 25px 10px 25px;
	font-size:12px;
	color:#1F241D;
	width:715px
}
#contenu a{
	text-decoration:underline;
	color:#4c6a14;
	font-weight:bold;
}
#contenu a:hover{
	text-decoration:none;
	color:#4c6a14;
	font-weight:bold;
}
#contenu img{
	border:1px #CFE2AA solid;
}
#contenu .no-border{
	border:none;
}
h1{
	font-size:16px;
	color:#fff;
	padding:0px 0px 0px 0px;
	
}
h2{
	font-size:14px;
	color:#00447B;
	padding:0px 0px 0px 0px;
}
#tbl-manifestations{
	border:1px #fff solid;
}
ul{
	list-style-type:square;
}

/* CREDITS */

#credits img{
	vertical-align:middle;
}
#credits{
	font-size:11px;
	color:#FFFFFF;	
}
#credits a{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;	
}
#credits a:hover{
	font-size:11px;
	color:#FFFFFF;	
	text-decoration:none;
}
div#signature {
	margin:5px auto;
	width:765px;
	text-align:center;
	color:#dddddd;
}
div#signature div#signaturek span {
	position:relative;
	top:-8px;
	font-size:12px;
	vertical-align: middle;
}
div#signature a { color:#eeeeee; }
div#signature p span{ font-size:10px; }
