html {
}

body {
	margin: 0;
	padding: 0;
	background-color:#0b9ae0;
	background-image:url(../images/bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	font-family:"Times New Roman", Times, serif;
}

img {
	border:0;
}

h1 {
	font-size:26px;
	float:left;
	margin:12px 0 0 60px;
}

.clear {
	clear:both;
}

.colonne {
	width:186px;
	float:left;
	display:inline;
}

div#container  {
margin:auto;
width:721px;
z-index:1;
background-color:#FFFFFF;
}

div#content {
position:relative;
z-index:1;
background-color:#FFFFFF;
width:721px;
height:410px;
}

div#content img  {
float:left;
margin:10px 0 0 60px;
}

div#content p  {
float:left;
text-align:left;
font-size:13px;
}

div#footer  {
position:absolute;
top:758px;
left:0;
}


