body {
	background:#CCCCCC;
	font-family: Arial;
	letter-spacing: 0.1em;
}

div#page {
	
	display: block;
	margin: 0 auto;
	width: 760px;
	background: #153E59 url(/images/logo.jpg) center no-repeat;
	height: 600px;

}

div#image {
	
	float: left;
	width: 382px;
	height: 295px;
	padding-right: 10px;
	background: url(../images/presentation.gif) center no-repeat;	
}


div#adresse {
	
	float: left;
	width: 382px;
	height: 50px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 12px;
	font-family: Arial;
	color:#FFFFFF;
	font-weight:bold;
}

div#contact {
	display: block;
	width: 700px;
	height:180px;
	margin-top:40px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:25px;
	text-align: left;
	border-top: solid 1px #B6D6EF;
	border-bottom: solid 1px #B6D6EF;	
	font-family: Arial;
	color:#FFFFFF;font-size: 12px;
}

div#contact1 {
	width: 280px;
	float: left;
	padding-left:5px;
}

div#contact2 {
	width: 350px;
	float: right;
	padding-right:5px;
}

fieldset {
    padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-top:5px;
	width: 330px;
	height: auto;
    border:1px solid #7b9db9;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	border: solid 1px #B6D6EF;
	font-size: 12px;
	font-family: Arial;
	font-weight:bold;
	color:#FFFFFF;
}

legend {
	font-weight:bold;
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial;
}

h1 {
	font-size: 18px;
	color:#B6D6EF;
	font-family: Arial;
	 padding:10px;
}

p {
	font-size: 14px;
	font-family: Arial;
	color:#FFFFFF;
}

.spacer {
	clear: both;
}

a {
	font-family: Arial;
	color: #3399FF;
}