body
{
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	background-image: url('images/fond.jpg');
	margin: 0;
	padding: 0px 0px;
}

#conteneur
{
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	/*text-align:center;*/
	/*height:98px;*/
	/*height:97px;*/
	height:100px;
}

#conteneur_centre
{
	width:100%;
	overflow:hidden;
}

#gauche
{
	float:left;
	width: 166px;
}

#contenu
{
	/*width: 638px;*/
	/*width: 658px;*/
	/*min-height:565px;*/
	/*padding-left:10px;*/
	/*padding-right:7px;*/
	float:left;
	/*width: 658px;*/
	width: 651px;
	min-height:650px;
	padding-left:12px;
	/*padding-right:5px;*/
	padding-right:10px;
	padding-top:10px;
	background-image: url('images/fond_contenu.png');
	behavior:url('border-radius.htc');
}

#contenu > :first-child {
	margin-top: 10px;
}

#droite
{
	margin-left: 839px;
}

#footer
{
	text-align: center;
	height:80px;
	background-image: url('images/footer.png');
	background-position:center -1px;
	background-repeat: no-repeat;
}

img { border: 0px; }

a:link             {color: #2A4C6D;text-decoration: none;}
a:active,a:visited {color: #2A4C6D;text-decoration: none;}
a:hover            {color: #F29400;text-decoration: underline;}

