html, body {
	background-color: #C83435;
	}

body {
	font: 90% "Trebuchet MS", sans-serif;
	}

a {
	color: black; 
	text-decoration: none; 
	}
	
table {
	margin: 0 auto;
}
	
a:visited { 
	color: white; 
	text-decoration: none; 
	}
	
a:hover { 
	text-decoration: underline; 
}

#header {
	position: relative;
	}


/*--------------------------------------------------------------------------*/	
/*Box contenu*/	
/*--------------------------------------------------------------------------*/
.centerbox {
   width: 980px;
   margin: 10px;
}

.centerbox_top {
   background: url(../images/center_top.png) no-repeat;
   width: 980px;
   height: 11px;
}

.centerbox_middle {
   background: url(../images/center_middle.png) repeat-y;
   width: 980px;
   overflow: auto;
}

.centerbox_bottom {
   background: url(../images/center_bottom.png) no-repeat;
   width: 980px;
   height: 11px;
}

/*--------------------------------------------------------------------------*/	
/*Footer*/	
/*--------------------------------------------------------------------------*/

#footerright a {
	font-size:12px;
	font-family:Trebuchet MS,Verdana,Arial,sans-serif;
	color: white;
}

#footerright a :hover{
	font-style: underline;
}

/*--------------------------------------------------------------------------*/	
/*Left column*/	
/*--------------------------------------------------------------------------*/
#leftcolumn  {
	text-align: left;
}

#leftcolumn h3, #rightcolumn h3    {
	border-bottom:2px #ba2b2b solid;
	color:#ba2b2b;
	font-size : 16px;
	font-weight : bold;
	margin-bottom: 10px;
}


#leftcolumn a , #rightcolumn  a {
	color:#ba2b2b;
	cursor:pointer;
}


/*--------------------------------------------------------------------------*/	
/*Right column*/	
/*--------------------------------------------------------------------------*/

#rightcolumn {
	font-size : 0.9em;
	text-align: left;
}






