@charset "utf-8";
/* CSS Document */

body{
  background:#9A6F44 url(../images/bg_body.jpg) repeat-x;
}
#canvas{
	margin:0 auto;
	width:980px;
}

#header{
	height:86px;
	background:transparent url(../images/bg_header.jpg) 0 0 no-repeat;
}

	#headlogo{
		float:left;
	}
	#headflash{
		float:right;
		width:682px;
	}

#colContent{
	background:#FFF url(../images/bg_topcontent.jpg) no-repeat;
	/*padding:0 40px 0  65px;*/
	width:980px;
	border-left:0px solid red;
}

/*--------------------------------------------*/

#headerbg{
	background:transparent url(../images/bg_header.jpg) 50% 0 no-repeat;
}

#footerbg{
	background:transparent url(../images/bg_footer.jpg) 50% 100% no-repeat;
}



/*--------------- bas de page ----------------------------*/
#footer{
	background:transparent url(../images/bg_pieddepage.jpg) 50% 0 no-repeat;
	height:45px;
	width:980px;
	/*text-align:center;*/
}

#footer ul{	
	padding: 0;
	margin: 0;
	padding-top:20px;
	padding-left:20px;	
	list-style: none;
}

#footer li{
	display: inline ;	
	background:transparent url(../images/footer_arrow.gif) 0 7px no-repeat;
	margin-right: 1px ;
}

#footer li a {
	padding: 4px 10px ;
	color: #fff ;
/*	font: 1em "Trebuchet MS",Arial,sans-serif ;*/
	font-size:11px;
	line-height: 1em ;
	text-align: center ;
	text-decoration: none ;
	font-weight:normal;
}

#footer li a:hover {
text-decoration:underline;
}

#footer li.active a {
	color:#FFFFFF;
	text-decoration:underline;
}

/*------------------------------*/


a{
	/*color:#b2bb1c;*/
	color:#8c9304;
	font-weight:bold;
	text-decoration:none;
	font-size: 14px;
}
a:hover{
	text-decoration:underline;
}

.boxevent{
	background:transparent url(../images/bg_boxevent.jpg) 0 0px no-repeat;
	width:223px;
	height:53px;
	padding:15px 0 0 40px;
	font-weight:bold;
	color:#FFFFFF;
	border:0px solid red;
}

.boxevent a{
	font-weight:bold !important;
	background:transparent url(../images/arrow_yellow.png) 0 5px no-repeat;
	padding-left: 10px;
	color:#FFFFFF;
}

.boxevent p{
	margin-top:9px;
}

