body
{
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(248,248,248);
	min-width: 1000px;
		
}
h1
{
	color: rgb(61,58,58);
}
h2
{
	color: grey;
	font-size: 20px;
}
h3
{
	color: rgb(61,58,58);
	font-size: 20px; 
	background-color: rgb(162,192,220);
	border: 4px solid rgb(162,192,220);
	-moz-border-radius: 10px;
}
h4
{
	font-size: 17px; 
}
p
{
	line-height: 17px;
	color: rgb(61,58,58);
}
ul
{
	list-style-type: none;
	color: rgb(61,58,58);
	
}
ul a
{
	color: rgb(61,58,58);
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
ul a:hover
{
	color: grey;
	font-weight: bold;
}
a
{
	color: rgb(61,58,58);
	font-weight: bold;
	
}

.en_tete
{
	background-image: url("images/fond.png");
	height: 120px;
	margin-top: -10px;
	padding-top: 15px;
	border-bottom: 4px solid rgb(162,192,220);
}
.menu
{
	margin-top: -40px;
	margin-left: 310px;	
	border: 1px solid rgb(162,192,220);
	-moz-border-radius: 10px;
	background-color: rgb(162,192,220);
	width: 380px;
	padding-left: 20px; 
}
.menu a
{
	color: rgb(61,58,58);
	text-decoration: none;
	font-weight: bold;
	font-size: 19px;
}
.menu a:hover
{
	color: grey;
	font-weight: bold;
}


.menu_gauche
{
	float: left;
	margin-left: 20px;
	margin-top: 60px;
	padding-left: 5px;
	padding-right: 25px;
	border: 4px solid rgb(162,192,220);
	-moz-border-radius: 10px;
}
.corps
{
	margin-top: 40px;
	padding-bottom: 40px;
	margin-left: 250px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 12px;
}
.corps_princ
{
	border: 4px solid rgb(162,192,220);
	-moz-border-radius: 10px;
	padding-left: 20px;	
	padding-right: 20px;
	
}
.corps_princ p
{
	font-size: 20px;
}
.corps_news
{
	border: 4px solid rgb(162,192,220);
	margin-top: 30px;
	-moz-border-radius: 10px;
	padding-left: 20px;	
	padding-right: 20px;
}
.gras
{
	font-weight: bold;
}
.pied_de_page
{
	clear: left;
	margin-left: 270px;
	font-size: 12px;
	
	
}
.acces
{
	color: white;
	margin-right: 40px;
	margin-top: -130px;
	float: right;
}
.acces p
{
	color: white;
	font-size: 20px;
	font-weight: bold;
	padding-left: 18px;
	line-height: 5px;
	
}
.tarifs_table
{
	font-size: 20px;
	width: 600px;
	line-height: 20px;
	color: rgb(61,58,58);
}
.corps_princ form
{
	line-height: 25px;
	color: rgb(61,58,58);
	font-size: 20px;
}

