@charset "utf-8";
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #dfe0e1;
	background-image: url(images/background.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
#header {
	position: relative;
	height: 25px;
}
#contentBar {
	position: relative;
	height: 630px;
	width: 100%;
	background-image: url(images/background_contentBar.gif);
	background-repeat: repeat-x;
}
#content {
	position: relative;
	background-image: url(images/background_content.gif);
	background-repeat: no-repeat;
	height: 630px;
	width: 1112px;
}
#contentGauche {
	position: relative;
	height: 630px;
	width: 286px;
	float: left;
}
#contentPortfolio {
	position: relative;
	padding-top: 18px;
	width: 670px;
	float: left;
	margin-left: 19px;
}
#portfolioBoutons {
	position: relative;
	height: 36px;
	width: 650px;
	top: 212px;
	z-index: 1;
	margin-left: 10px;
}
#portfolioShow {
	position: relative;
	width: 650px;
	height: 336px;
	text-align: right;
	overflow: hidden;
	margin-left: 10px;
	top: -36px;
}
#map {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	/*visibility: hidden;*/
}
.portfolioDesc {
	text-align: right;
	padding-top: 10px;
}
#portfolioNav {
	position: relative;
	width: 670px;
	height: 210px;
	padding-top: 38px;
	top: -36px;
}
#thumbnails {
	text-align: center;
	position: relative;
	margin-bottom: 10px;
	width: 670px;
}
#footer {
	position: relative;
	height: 107px;
}
img {
	border: 0px;
}
strong {
	color: #7ca8c1;
	font-weight: normal;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #7ca8c1;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	margin: 0;
}
tr, td {
	border: 0;
	margin: 0;
	padding: 0;
}
.hiddenLayer {
	visibility: hidden;
	position: absolute;
}

