/*******propriétés des pages du site********/

body.accueil{
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-x;
	margin: 10;
	padding: 0;
	background-color:#ffffff;
	font-family:Arial;
}

body.popup{
	background-color: #82B93B;
	margin: 10;
	padding: 0;
	font-family:Arial;
}


.texte{
	color:#414141;
	text-align:center;
	font-weight:normal;
	font-size:9pt;
	font-family:Arial;
	line-height:18px;
	padding-top:17px;
	padding-left:25px;
	padding-right:13px;
}

.realisation{
	color:#4B3700;
	font-weight:normal;
	font-size:9pt;
	font-family:Arial;
}

.popup{
	color:#414141;
	text-align:justify;
	font-weight:normal;
	font-size:9pt;
	font-family:Arial;
}

/********************lien ***********************/
a:link {
	font-size:10pt;
	color:#709EB9;
	font-weight:normal;
	background-color:transparent;
	text-decoration:none;
}

a:visited {
	color:#709EB9;
	font-weight:normal;
	background-color:transparent;
	text-decoration:none;
}

a:hover {
	color:#709EB9;
	font-weight:normal;
	background-color:transparent;
	text-decoration:underline;
}
/******************* fin ************************/
