@charset "utf-8";
/* CSS Document */

#main {
	background-image: url("../images/page-background/back_accueil.png");
}

#menu2{
	width: 200px;
	height: 320px;
	float: left;
	margin-left: 20px;
	margin-bottom: 0px;
}

#news {
	width: 183px;
	height: 267px;
	border-left: #1c778b solid 1px;
	border-right: #1c778b solid 1px; 
	overflow: auto;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 12px;
}

#news a{
	font-size: 12px;
	color: #1d788b;
}

#news a:hover {
	color: #544945;
}

#texte {
	margin-left: 10px;
	width: 350px;
	height: 310px;
	margin-left: 20px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

#texte h2{
	color: #544945;
	margin-top: 0px;
	margin-bottom: 0px;
}

#texte h3{
	margin-top: 0px;
}

hr {
	color: #1c778b;
	size: 6;
}

#txt{
	overflow: auto;
	height: 250px;
	width: 330px;
}

#pied {
	margin: 480px auto auto;
	width: 800px; 
	position: absolute;
}