@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0080b0 url(../images/fond.png) repeat-x;
	text-align: center;
	color: #4a4a4a;
}
#fond_photo {
	background: url(../images/fond_photo.jpg) no-repeat center top;
	width: 100%;
	height: 100%;
	position:absolute;
	*position:relative;	
}
#contenant {
	width: 780px;
	margin: 150px auto 30px auto;
	text-align: left;
	position: relative;
}
#contenu {
	padding: 5px 30px;
	_margin-top: -10px;
	background: #FFFFFF;
}
#coin_haut {
	background: url(../images/coins_haut.png) no-repeat;
	height: 10px;
	width: 780px;
}
#coin_bas {
	background: url(../images/coins_bas.png) no-repeat;
	height: 10px;
	width: 780px;
}
p {
	font-size: 0.6875em;
	margin:10px 0 0 0;
	line-height: 1.4;
}
p strong {
	color: #494949;
}
#description {
	width: 430px;
}
#coordonnees {
	position: absolute;
	width: 280px;
	right: 15px;
	bottom: 15px;
}
#btn_portfolio {
	background: url(../images/btn_portfolio.png) no-repeat 0px 0px;
	height: 50px;
	width: 280px;
	display: block;
	margin-top: 20px;
}
#btn_portfolio:hover {
	background-position: 0px -50px
}
#coordonnees p {
	border-top: 1px solid #bbbbbb;
	padding: 7px 0px 0px;
	margin: 7px 0px 0px;
}
a:link, a:visited {
	color: #0087b5;
	text-decoration: none;
	font-size: 1.18em;
}
a:hover {
	color: #000000;
}

