html, body {
	height: 100%;
	font-size: 12px;
	font-style: italic;
	border-top-color: #12a802;
	border-top-style: solid;
	border-top-width: 2px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/background.jpg);
	color: #12a802;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #013202;
}
a:link {
color: #12a802;
text-decoration:none;
}

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

a:hover {
color: #12a802;
text-decoration:none;
}

a:active {
color: #12a802;
text-decoration:none;
}
#global {
	min-height: 100%;
	margin-bottom: 20px;
	width: 680px;
	margin-left: 30%;
}

#header {
	width: 650px;
}

.headtitle {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: black;
	font-size: 25px;
}

.button {
	padding-left: 10px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-top: 3px;
	line-height: 18px;
	background-color: black;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 0px;
	float: left;
	font-size: 19px;
	text-align: left;
}

.box {
	float: left;
	height: 240px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-right: 22px;
	margin-left: 0px;
	margin-bottom: 22px;
	margin-top: 0px;
	background-color: black;
	width: 285px;
}

#infos {
	margin-left: 427px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

#icons {
	text-align: right;
}

#name {
	font-size: 22px;
}

#infos p {
	padding: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: black;
}

img {
	border-width: 0px;
}

.client {
	color: #0a6401;
	font-size: 14px;
}

.metier {
	color: #12a802;
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
}

.desc {
	color: #12a802;
	font-size: 12px;
}

.more {
	color: #0a6401;
	font-size: 10px;
}

.title {
	text-align: left;
	top: 220px;
	position: relative;
	color: #0a6401;
	font-size: 17px;
}
.image
{
	position: absolute;
	width: 283px;
	padding: 0px;
	margin: 0px;
	text-align:right;
}
.texte
{
	padding: 15px;
	position: absolute;
	width: 250px;
}
.prev
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 10px;
	width: 70px;
	text-align: center;
	background-color: black;
}
.next
{
	margin-right: 45px;
	float: right;
	right: 45px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	margin-top: 10px;
	width: 70px;
	text-align: center;
	background-color: black;
}
.back
{
	margin-right: 25px;
	float: right;
	font-size: 20px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	width: 90px;
	text-align: center;
	background-color: black;
}
.illus
{
	border-color: black;
	border-style: solid;
	border-width: 10px;
}


