/**
*	GENERAL : Styles du layout général
*/


/* LAYOUT */

.body { 
	/*background-color: #FFFFFF; */
	background-color: #EDE9E6;
	text-align: center;
}

.contenttable {
	background-color: #FBF9FA;
}

.border_left {
	background: url(layout/border_left.gif) repeat-y top right;
	width: 12px;
}

.border_right {
	background: url(layout/border_right.gif) repeat-y top left;
	width: 12px;	
}

.border_bottomleft {
	background: url(layout/border_bottomleft.gif) no-repeat top left;
	width: 12px;	
}

.border_bottomright {
	background: url(layout/border_bottomright.gif) no-repeat top left;
	width: 12px;	
}

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

/* MENU */
.topmenu_left {
	background: url(layout/menutop_bg.gif) no-repeat;
	height: 24px;
}

.topmenu_right {
	height: 24px;
}

.topmenu {
	padding: 0 0 0 20px;
}

.mainmenu_item {
	background: url(layout/menutop_dot.gif) no-repeat;
	padding: 0 10px 0 20px;
}

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

/* MAIN */
.main_left {
	vertical-align: top;
}

.main_right {
	vertical-align: top;
	background: url(layout/mainright_bg.jpg) top left no-repeat;
	height: 500px;
}

.maincontent {
	padding: 40px 10px 30px 30px;
}

.newslist {
	padding: 90px 0 0 46px;
}

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

/* FOOTER */
.footer_content { background: url(layout/footer_bg.gif) top repeat-x; }
.footer_image { float: left; 	height: 103px;	}
.footer_texte { float: left; padding: 64px 0 0 2px; }

.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5E5E5E;
	margin: 0 0 0 2px;	
}

.footer a:link, .footer a:active, .footer a:visited {
	font-weight: bold;
	font-size: 10px;
	color: #5E5E5E;
	text-decoration: underline;
		text-transform: none;
}

.footer a:hover {
	font-weight: bold;
	font-size: 10px;
	color: #973E14;
	text-decoration: underline;
	text-transform: none;
}


a.link2:link, a.link2:active, a.link2:visited {
	text-transform: none;
	color: #973E14;
	text-decoration: underline;	
}

a.link2:hover {
	text-transform: none;
	color: #000000;
	text-decoration: underline;	
}