/*-------- CSS CHARTES VERSION 3.0 ------------ */

body {
	margin-top:0px;
	background:url(../charte/fond-page.jpg) repeat-x top center #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 100%;
}

/*-------------------------------PREPAGE-------------------------------*/

#conteneur-prepage {
	text-align:center;
	margin-top:100px;
	font-size:0.8em;
}

/*-------------------------------CHARTE-------------------------------*/

#conteneur	{
	width:960px;
	margin:0px auto;
	background:url(../charte/fond-conteneur.jpg) repeat-y top center;
}

#en-tete	{
	height:170px;
	background:url(../charte/fond-en-tete.jpg) no-repeat top center;
}
#navigation	{
	width:270px;
	min-height:570px;
	float:left;
	background:url(../charte/fond-navigation.jpg) no-repeat top center;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 13px;
}
#integration	{
	width:630px;
	min-height:570px;
	float:left;
	background:url(../charte/fond-integration.jpg) no-repeat top center;
	font-size: 13px;
	font-family: Tahoma;
	color: #333333;
	padding-left: 20px;
	padding-right: 10px;
}
#pied	{
	height:20px;
	clear:left;
}
#pied ul	{
	text-align:center;
}
#pied ul li	{
	display:inline;
	margin:5px;
}
#pied ul li a	{
	color:#ccc;
}
#pied ul li a:hover	{
	color:#ff0000;
	text-decoration:none;
}
#logo-distributeur	{
	position:absolute;
	margin-left:950px;
}

/*-------------------------------INTEGRATION-------------------------------*/

#liens-bas {
	padding-top:0px;	/* A regler suivant la hauteur des coordonnées dans le fond */
	font-size:0.7em;
	color:#000000;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}
#liens-bas a{
	color:#000000;
}
#liens-bas a:hover{
	color:#F43016;
}

#liens-bas ul {
	list-style:none;
	text-align:center;
}

#liens-bas ul li {
	display:inline;
	margin-right:10px;
	text-align:center;
}

#liens-bas ul li a {
	color:#9F7A3A;
}

#liens-bas ul li a:hover {
	color:#000000;
	text-decoration:none;
}
