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


<style type="text/css">
/* CSS Document */

.subnav {
	float: left;
	padding-left: 2px;
	width: 145px;
}
.main {
	align: center;

}
.main_right {
	align: center;
	width: 145px;
	color: #CCC;
}

/* sub-navigation */
.subnav h1 {
	background: #222;
	color: #FFE;
	line-height: 15px;
	padding-left: 0px;
	font: 1.1em TrebuchetMS, Trebuchet MS, sans-serif;
}


.soustit {
	background:#222;
	color: #FFE;
	text-align:center;
	font: 1.1em TrebuchetMS, Trebuchet MS, sans-serif;
	line-height: 40px;
	vertical-align:bottom;
}

/* TypoPremPlanMenu */
.subnav ul
{
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	padding-left:0px;
	}
	
.subnav li {
	border-bottom: 1px solid #998773;
	font: 1.1em TrebuchetMS, Trebuchet MS, sans-serif;
	list-style: none;
}

/* coul des cellules */
.subnav li a {
	background: #9e1b32;	
	color: #FFFFFF;
	display: block;
	padding: 4px 2px 6px 0px;
	width: 145px;
	font: 1.1em TrebuchetMS, Trebuchet MS, sans-serif;
	text-decoration: none;
}

.subnav li a:hover {
	background: #cf2140;
	color: #FFFFFF;
}

/>

