* {
	padding:0px;
	margin: 0px;
	border: 0px;
}

body {
	background-image:url("../images/fond.png");
	font-family: Verdana;
}

#page {
	width: 1000px;
	margin: auto;
	background: #ffffff;
	min-height: 1000px;
	padding: 15px;
}

#banniere {
	background-image:url("../images/logo.jpg");
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: 0px 15px;
	height: 170px;
	padding: 15px 0px 0px 200px;
}

#banniere h1 {
	font-size: 22pt;
	color: #777777;
	font-weight: normal;
}

#liens {
	margin-top: 40px;
}

#liens a {
	font-size: 16pt;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	padding: 3px 20px 5px 20px;
	border-bottom: solid #777777 2px;
	float: left;
}

#liens a#courant {
	padding: 3px 20px 5px 20px;
	/*background: #EFEFEF;*/
	border: solid #777777 2px;
	border-bottom: 0px;
	border-radius: 7px 7px 0px 0px;
}
	
#liens a:first-child {
	padding-left: 0px;
}

#liens a:last-child {
	border-right: 0px;
}

#corps {
	padding-top:40px;

}

#corps h1 {
	background-image:url("../images/logo.jpg");
	background-repeat: no-repeat;
	background-size: 40px;
	height: 40px;
	padding-left: 50px;
	margin-top: 60px;
	margin-bottom: 25px;
	padding-top: 10px;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
	border-bottom: solid #777777 1px;
}

#corps ul {
	margin: 0px 0px 20px 25px;
}

#corps ul  li{
	font-weight: bold;
	font-size: 14pt;
	margin-bottom:5px;
}

#corps ul ul li {
	font-weight: normal;
	font-size: 12pt;
}

#corps img {
	height:300px;
	width: 400px;
	margin: 0px 20px 20px 0px;
}

#corps #imgComp {
	width: 212px;
	height: 480px;
	float: right;
}