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

/*Boxes texte header */

.txt_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BD0B1D;
	
}

/* Menu top */

.left_menu {
	height: 50px; 
	width: 3px; 
	background-image:url(../img/menu/bt-left.png); 
	float: left;
}

.right_menu {
	height: 50px;
	width: 3px;
	background-image:url(../img/menu/bt-right.png);
	float: left;
}

.center_menu {
	height: 50px;
	width: auto;
	background-image:url(../img/menu/bt-center.png);
	float: left;
	text-align: center;
}

a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFCC00;
	padding-top: 5px;
	display:block;
	width: 100%;
	height: 45px;
}

a.menu:link {
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
}
a.menu:hover {
	text-decoration: none;
}
a.menu:active {
	text-decoration: none;
}