/* ART AUSTRAL */


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #F5F5D5;
	background-image: url(images/bg-entete.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#page {
	width: 960px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	
	
}

#conteneur {
	width: 100%;
}

#entete {
	width: 960px;
	height: 40px;
	margin-bottom: 25px;
	background-image: url(images/bg-entete.gif);
	background-repeat: repeat-x;
}
#entete .menu {
	float: right;
	font-size: 12px;
	letter-spacing: 1px;
	color: #CCCCCC;
	margin-top: 6px;

	8margin-top: 45px;
	_margin-left: 105px;
	margin-right: 25px;
}
#entete a { text-decoration: none; }
#contenu {
	float: right;
	width: 620px;
	min-height:500px;
	margin-bottom: 50px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FF6633;
	padding-left: 20px;
}

#ensemble {
	float: left;
}
.quatre {
	padding: 8px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
	
	float: left;
	width: 250px;
}
.telech {
	padding-top: 8px;
	float: right;
	width: 280px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 30px;
}

#navigation {
	float: left;
	width: 250px;
	text-align: left;
	margin-left: 15px;
}



/* Pied de page */
#pied {
	clear: both;
	height: 70px;
	padding: 20px 0 0 0;
	background: #333;
	color: #CCCCCC;
	margin-bottom:0px;
}

#pied p {
	background: #333;
	margin: 0;
	text-align: center;
	font-size: 85%;
}

/*liens*/
a {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #E14900;
	text-decoration: none;
}

#pied a {
	color: #CCCCCC;
	text-decoration: none;
}
#pied a:hover {
	color: #E14900;
	text-decoration: none;
}


#entete a {
	color: #CCCCCC;
	text-decoration: none;
}
#entete a:hover {
	color: #999999;
	text-decoration: none;
}
