body{

	background-color:#a92e5f;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	
}

.banniere{
	background-image: url('./images/banniere.jpg');
	background-repeat: no-repeat;
	width: 900px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
}

#menu{
	width: auto;
	height:24px;
	padding-top: 106px;
	padding-left: 10px;
}

#sousMenu{
	width:550px;
	height:auto;
	padding-top:10px;
	margin-left: auto;
	margin-right: auto;
}

#sousSousMenu{
	width: auto;
	height:auto;
	margin-left: 10px;
	margin-top:20px;
	float:left;
	padding-right:8px;
	display:none; 
}

#contenu{
	background-color: #ffe7fc;
	width: 900px;
	min-height:400px;
	margin-left: auto;
	margin-right: auto;
}

#texte{
	width: auto;
	height: auto;
	font-size: 11pt;
	color: #de4271;	
	padding-bottom:10px;
	margin-top:10px;
	padding-left: 10px;
	padding-right:10px;
}

.basPage{
	background-image: url('./images/basPage.jpg');
	background-repeat:no;
	width:900px;
	height:39px;
	margin-right:auto;
	margin-left: auto;	
}

#livredorTexte{
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight:normal;
	background-color: #ffdeee;
	padding: 10px;
}

a{
	text-decoration:none; 
	color: black;
}	

a.info{text-decoration:underline; color:#de4271;}

a.livredorSouligne{ text-decoration: underline; color:#de4271; }
a.livredorNonSouligne{ text-decoration: none; color:#de4271; }

a.credit{text-decoration: underline; color:white;}