@charset "UTF-8";
/* CSS inforweb.ch - Copyright 2009 */

* {
	margin:0;
	padding:0;
}
body {
	background: #FFFFFF url(images/back.jpg);
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding-bottom: 5px;
}
a img {
	border:0;
}
#main {
	width: 750px;
	margin: 10px auto;
	background: #FFFFFF url(images/mainBack.jpg);
	border: solid 1px #999998;
}
#top {
	position: relative;
	float: left;
	width: 100%;
	background:  url(images/topBack.jpg) top right no-repeat;
}
#logo {
	position: absolute;
	top: 8px;
	left: 30px;
}
#top h1.titre {
	float: left;
	padding: 185px 0 0 35px;
	line-height: 20px;
	font-size:0.8em;
	font-weight:normal;
	color: #999998;
}
#menuTop {
	float: right;
	width: 200px;
	overflow: hidden;
	padding: 0 50px 0 0;
}
#menuTop ul {
	list-style-type: none;
	list-style-image: none;
}
#menuTop ul li {
	float: right;
}
#menuTop ul li a {
	display: block;
	text-align: center;
	padding: 0 0 0 10px;
	font-size: 0.82em;
	font-weight: normal;
	text-decoration: none;
	color:#999998;
}
#menuTop ul li a:hover {
	color:#3366CC;
}
#menuTop ul li a.on {
	color:#3366CC;
}
#nav {
	float:left;
	position: relative;
	width: 151px;
	padding: 15px 0 130px 20px;
	overflow: hidden;
}
#nav ul {
	margin: 0;
	list-style-type: none;
}
#nav ul li {
}
#nav ul li a {
	display: block;
	padding: 4px 20px 6px;
	background: url(images/buttonOff.jpg) no-repeat 5px 6px;
	color:#6699cc;
	font-weight: bold;
	font-size: 0.82em;
	text-decoration: none;
}
#nav ul li a:hover {
	color:#336699;
	background: url(images/buttonOn.jpg) no-repeat 5px 6px;
}
#nav ul li a.on {
	color:#336699;
	background: url(images/buttonOn.jpg) no-repeat 5px 6px;
}
#content {
	float:left;
	width: 518px;
	margin: 0;
	padding: 0 0 0 14px;
}
#footer {
	position: relative;
	clear: both;
	width: 100%;
	background:  url(images/footerBack.jpg) bottom right no-repeat;
}
#footer h1 {
	text-align: right;
	padding: 0 45px 145px 45px;
	line-height: 20px;
	font-size:0.8em;
	font-weight:normal;
	color: #999998;
}
#footer #adresse {
	position: absolute;
	top: -50px;
	left: 29px;
}
h1, h2, h3, h4 {
;
}
#content h1 {
	margin: 0 0 10px 0;
	color: #336699;
	font-size: 1.7em;
	font-weight: normal;
}
#content h2 {
	margin: 0 0 8px 0;
	color: #336699;
	border-bottom: #cccccc 1px solid;
	font-size: 1.2em;
	font-weight: normal;
}
#content h2 span.anchorTop {
	font-size: 0.8em;
	float: right;
}
h3 {
	margin: 0 0 6px 0;
	color: #333333;
	font-size: 1.1em;
}
h4 {
	margin: 0 0 4px 0;
	color: #333333;
	font-size: 1em;
}
div.ligneA hr, div.ligneB hr {
	display: none;
}
div.ligneA {
	margin: 8px 0;
	border-bottom: solid 1px #cccccc;
}
div.ligneB {
	width:100%;
	margin: 8px 0;
	border-bottom: dotted 2px #cccccc;
}
p {
	margin: 5px 0;
}
p.left {
	text-align: left;
	margin-right: 10px;
}
p.right {
	text-align: right;
	margin-left: 10px;
}
p.justify {
	text-align:justify;
}
.left {
	margin-right: 16px;
}
.right {
	margin-left: 16px;
}
#content ul {
	margin-left: 14px;
}
#content ul li {
	padding: 0 0 5px 0;
}
#content ol {
	margin-left: 20px;
}
#content a:link {
	color: #6699cc;
}
#content a:visited {
	color: #6699cc;
}
#content a:hover {
	color: #336699;
}
#content a:active {
	color: #336699;
}

