* {	
	margin:0;
	padding:0;
}
img {
	border: 0px;
}
body {
	margin: 0px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #020e13;
	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
}
a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #b2dee4;
	text-decoration: underline;
}
a:hover {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #b2dee4;
	text-decoration: none;
}

#container{
	margin-left: auto ;
	margin-right: auto ;
	width: 761px;
}
#header{
	margin-bottom: 0px;
	width: 761px;
	height: 372px;
}
* html #header{
	margin-bottom: -4px;
}
#portfolio{
	width: 761px;
	height: auto;
	overflow: auto;
	background-color: #FFFFFF;
}
.ligneThumbnail{
	width: 729px;
	height: auto;
	overflow: auto;
	padding-left: 32px;
}
.ligneThumbnail img{
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
#apropos{
	float: left;
	width: 719px;
	height: auto;
	overflow: auto;
	padding-left: 42px;
	background-color: #FFFFFF;
}
#boiteAbout{
	float: left;
	width: 450px;
	height: auto;
	overflow: auto;
	background-color: #40596f;
	margin-right: 10px;
}
#boiteAbout p{
	padding-left: 17px;
	padding-right: 19px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 14px;
}
#boiteFind p{
	padding-left: 17px;
	padding-right: 19px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}
#boiteFind{
	width: 220px;
	height: auto;
	overflow: auto;
	background-color: #021626;
}
.about{
	float: left;
	width: 450px;
}
.find{
	width: 220px;
	height: auto;
}

#footer {
	color: #a1a1a1;
	text-align: center;
	padding: 10px;
}
#footer a{
	color: #a1a1a1;
	text-decoration: underline;
}
#footer a:hover{
	color: #a1a1a1;
	text-decoration: none;
}
