body
{
	width: 826px;
	background-color:#A4A4A4;
	margin: auto;
	font-family: verdana;
	font-size: 0.9em;
}

html, body
{
	height: 100%;
}

img
{
	border : none;
}

#page
{
	width: 100%;
	min-height: 100%;
	background-image: url('img/fond.png');
	background-repeat: repeat-y;
	padding-top: 10px;
}

#haut
{
	width: 100%;
	height: 99px;
	background-image: url('img/barre_haut.png');
	background-repeat: no-repeat;
	padding-left:50px;
}

#haut h1
{
	display:inline;
	color: #ffb000;
	vertical-align: 40px;
	padding-left: 80px;
	letter-spacing: 3px;
}

#centre
{
	width: 780px;
	min-height:460px;
	padding-left: 25px;
}

#bas
{
	width: 820px;
	height: 71px;
	background-image: url('img/barre_bas.png');
	background-repeat: no-repeat;
	font-size: 8px;
	line-height: 47px;
	text-align: center;
}

#partenaires
{
	vertical-align: middle;
	padding-left: 25px;
}

#partenaires a
{
	text-decoration: none;
}

li {
 background-image: url(img/check.png);
 background-repeat: no-repeat;
 background-position: left center;
 list-style-type: none;
 padding-left: 16px;
 line-height: 20px;
}

.big
{
	font-size:1.1em;
}

.petit
{
	font-size:9px;
	color: #A0A0A0;
}

label
{
	font-size:10px;
	padding:0;
	margin:0;
}

input[type=text]
{
	border: 1px solid #ffb000;
	padding:0;
	margin:0;
}

textarea
{
	border: 1px solid #ffb000;
}

#formulaire
{
	float:right;
	width: 180px;
	margin-right: 20px;
	line-height:10px;
	border: 1px solid #ffc260;
	padding: 12px;
	font-size:11px;
	background-color:#FAFAFA;
}
