﻿body
{
	background-image : url("images/background.png");
	background-repeat:  repeat-x;
}

#container
{
	position:absolute;	
	min-width: 900px;
	top:0px;
	width:100%;
}

a img
{
	border-style:none;
}

#logo_haut
{
	position: absolute;
	left: 75px;
	top: 85px;
}

#ouverture
{
	position: absolute;
	right: 85px;
	top: 30px;
	width: 400px;
	text-align: right;
	font-family: arial;
	color: black;
	font-size:50px;
}

#logo_bas
{
	position: absolute;
	left: 75px;
	top: 230px;
	z-index: 30px;
}

#reseau
{
	position: absolute;
	right: 0px;
	top: 171px;
}

#texte_accroche
{
	position: absolute;
	left: 75px;
	top: 290px;
	width: 400px;
	font-family: arial;
	color: white;
	font-size:24px;
}

#form
{
	position: absolute;
	right: 10px;
	top: 140px;
}

#footer
{
	position: absolute;
	text-align: right;
	right: 10px;
	top:583px;
	width:301px;
	color: red;
	font-family: arial;
	font-size:12px;
}

#footer a
{
	color: red;
	text-decoration: none;
}

#copyright
{
	position: absolute;
	text-align: right;
	right: 10px;
	top:680px;
	width:301px;
	color: grey;
	font-family: arial;
	font-size:12px;
}


