body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

html, body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

h1 {
	font-size: 16px;
	color: #003F81;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #003F81;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #003F81;
}
strong {
	color:#06C;
	font-size:110%;
}

a {
	color: #10147E;
	text-decoration: none;
}
a:hover {
	color: #F30;
	text-decoration: none;
}
td {
	font-size: 12px;
	line-height: 16px;
}
#general {
	position:relative;
	width: 900px;
	min-height:100%;
	height: 100%;
	border-left: solid 1px #0099CC;
	border-right: solid 1px #0099CC;
	margin: 0 auto;
}

#haut {
	position: relative;
	height: 160px;
	width:900px;
	margin: 0px auto 0px auto;
	text-align: left;
	z-index:1;
	background-image: url(../img_site/fond-haut-CH-3.jpg);
	background-repeat: repeat-x;
	z-index: 900;
}
#hautgauche {
	position: relative;
	margin-left:0;
	float: left;
	height: 160px;
	width: 400px;
	z-index: 1;
}

#hautdroite {
	position: absolute;
	right:0px;
	height: 160px;
	z-index:10;
}

#hautdroitemenu {
	position: absolute;
	top: 16px;
	right: 0px;
	width: 500px;
	height: 26px;
	background-color:#FFF;
	filter : Alpha(opacity=70, finishopacity=70, style=1);
	-moz-opacity: 0.70;
	opacity:0.7;
	z-index: 20;
}

#menuhaut {
	position: absolute;
	top: 16px;
	right: 0px;
	width: 500px;
	z-index:99;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	color: #0066CC;
	z-index: 999;

}

#contenu {
	position: relative;
	text-align: left;
	height: 50%;
	width: 99%;
	z-index:4;
}
#info {
	margin: 24px;
}

#piedepage {
	position: relative;
	height: 20px;
	width: 900px;
	_width: 902px;
	font-size: 11px;
	line-height: 20px;
	color: #0099CC;
	text-align: center;
	border: solid 1px #0099CC;
	border-bottom: none;
	margin: 0 auto;
	z-index:4;
}
#piedepage a {
	color: #0066CC;
}
#piedepage a:hover {
	color: #666;
}

.adresse {
	border-right: dotted 1px #CCC;
	color: #333;
}
/* --  Stlyes personnalisés -- */
.larg {
	width: 80%;
}
.larg p {
		text-align: justify;
}
