*{margin:0; padding:0;}

body{
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 9pt;
	color: #999;
	background-color: #F3F3F3;
	}

#banner {
	background-image: url('imgs/banner_top.jpg');
	height:150px;
	background-repeat: no-repeat;
	}

.logo {
	width:355px;
	height:29px;
	position: absolute;
	left: 98px;
	top: 112px;
	}

#left{
	width:300px;
	float:left;
	margin: 0 0 0 0;
    vertical-align: top;
	}
	
#right{
	width:700px;
	text-align:left;
	margin: 0 0 0 300;
	border:  1px dotted #ccc;
	background-color: #FFFFFF;
}

#menu_left{
	text-align:left;
	padding: 80 0 0 96;
	vertical-align: top;
}

#web{
	border-bottom: 1px dotted #ccc;
	height:120px;
	background-color: #FFFFFF;
}

#logos{
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
	text-align: center;
	height:200px;
	background-color: #FFFFFF;
}

#cartes{
	height:500px;
}


#print{
	height:500px;
}

#footer{
	height:20px;
	width:100%;
	clear:both;
	font-size: 7pt;
	padding:8 5 5 90;
	margin: 40 0 20 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background-color: #FFFFFF;
}

.description {
	font-size: 12px;
	color: #666;
	padding: 20px;
	line-height: 140%;
	}
p {
	font-size: 12px;
	color: #999999;
	padding: 20px;
	line-height: 140%;
	}
h1 {
	font-size: 19px;
	color: #999;
	padding: 45 20 10 20;
	line-height: 30px;
	text-align: left;
	font-weight: lighter;
	font-variant: normal;
	}
h2 {
	font-size: 17px;
	color: #999;
	padding: 30 20 0 20;
	line-height: 30px;
	text-align: left;
	font-weight: lighter;
	font-variant: normal;
	}	

ul.menu {
	list-style-type: none;
} 

ul.menu li {
    margin-bottom: 8px;
	line-height: 14px;
}

ul.menu a {
	display: block;
	margin: 0;
	width: 190px;
	font-size: 10pt;
	color: #999;
	text-align: left;
	text-decoration: none;
	padding: 6px;
	line-height: 14pt;
}

ul.menu a span {display: none;}

ul.menu a:hover span {
  display: inline;
}

a:hover{
	border-bottom: 1px dotted;
	border-color: #ccc;
	color: #ccc;
}

.lien_on{
border-bottom: 1px dotted #ccc;
}

a:link {
	text-decoration: none;
	color: #666;
}

a:visited {
	text-decoration: none;
	color: #666;
}

a:active {
	text-decoration: none;
	color: #666;
}

.img_web {
	border-right-color: #FFF;
	border-right-width: 10px;
	width: 400px;
	height: auto;
	}	
