@charset "utf-8";

/* CSS Document */



a, a:visited, a:link, a:active {

	text-decoration: none;

	color: inherit;

}



body 

{

  background-color: #FFDC64;

  font-family: Geneva, Arial, Verdana, Geneva, sans-serif;

  font-size:14px;

  margin: 20px 0px;

  color:#585858;

  

}



h3 {

	text-decoration: underline;

	font-weight: bold;

}



h4 {

	font-style:  italic;

	text-decoration: underline;

}



.tableaccueil, .tableaccueil2 {

	width: 1000px; 

}



.tableaccueil {

	margin-top: 50px

}



.home .ligneimg {

	width:49%; 

	padding:20px;

	background-color: #B02225;

}



.home .lignetexte{

	width:49%;

	text-align: center;

	font-size: 22pt;

	font-weight: bold;

	padding:2px;

}



.menu_fond {

	background-color: #DC5C5F;

	border-bottom: solid 6px;

	border-color: #595050;

	padding: 12px 0px 0px 0px;

	margin-bottom: 20px;

	margin-top: 150px;

}



.menu_titre {

	background-color: #B02225;

	color: #FFF;

	font-size: 14pt;

	padding: 5px 0px;

}



.menu {

	width: 1000px;

	height: 25px;

	margin: 0px;
	padding-left: 5px;

}



.menu li{

	display: block;

	float: left;

	white-space: nowrap;

	text-align: center;

	padding: 0px 15px;

}



.textpage {

	width: 650px;

	padding: 10px;

	margin-right: 5px;

	//background-color: #FFF;

	float: left;

	text-align: justify;

}



.textpage > p > a {

	text-decoration: underline;

}



.adressepage {

	width: 280px;

	padding: 10px;

	margin-top: 15px;

	margin-left: 5px;

	background-color: #B02225;

	float: right;

	color: #FFF;

	text-align: left;

}



.adressetitre, .adressetitre2 {

	font-weight: bold;

}



.adressetitre2 {

	color: #B02225;

}



.adressepage > p:first-child {

	margin-top: 0px;

}



.adressepage > p:last-child {

	margin-bottom: 0px;
}

iframe{
	width:100%;
	border: 0px;
	background-color: #FFFFFF;
}