/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}

div.main {
	width:1000px;
	background:url(img/platine-hd-top.jpg) top no-repeat;
	margin:auto
	}
div.top {
	width:inherit;
	height:135px;
	}
div.content {
	width:740px;
	padding-left:35px;
	}
div.menu {
	width:200px;
	float:right;
	margin-top:149px;
	margin-right:10px;
	}
div.titre_menu{
	background-color:#C6ECFF;
	height:14px;
	font-weight:bold;
	padding:6px;
	border-bottom:#333333 1px solid;
	
	}
ul {
	border-left:#CBD0D4 dotted 1px;
	padding-left:15px;
	margin-left:10px;
	}
li {
	list-style:none;
	color:#333333;
	font-size:9px;
	}
li a{
list-style:none;
color:#333333;
font-size:9px;
text-decoration:none;
}
li a:hover {
	background-color:#C6ECFF;
	font-weight:bolder;
	color:#000000;
	padding-left:5px;
	cursor:pointer;
	font-size:14px;
	}	
h1 {
	font-size:42px;
	}
h2 {
	font-size:16px;
	}
h3 {
	font-size:13px;
	}
.txt {
	color:#333333;
	font-size:12px;
	}
	
