/* corps du texte */
body{
	background-image: url(images/fond.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

.contact {
	font-size: 12px;
	color: #101010;
}
.texte {
	font-size: 12px;
	color: #101010;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none
}

.bouton {
	font-size: 12px;
	color: #101010;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;

}
.champs {
	font-size: 12px;
	color: #101010;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;

}

A:link      { text-decoration: underline; color: #101010 }
A:active    { text-decoration: underline; color: #808080 }
A:hover     { text-decoration: underline; color: #808080 }
A:visited   { text-decoration: underline; color: #101010 }

.citation {
	font-size: 12px;
	color: #404040;
	line-height: 18px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none
}
.auteur {
	font-size: 12px;
	color: #404040;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
	text-align: right;
	text-decoration: none
}
.legende {
	font-size: 11px;
	color: #404040;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
	text-align: right;
	text-decoration: none
}

/* menu homepage */
#home a {
	font-size: 11px;
	color: #101010;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none
}
#home a:hover {
	text-decoration: underline;
	}


/* menu location */
#location {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #202020;
	text-decoration: none;
	line-height: 16px;
	letter-spacing: normal;
	text-decoration: none;
        padding: 3px 0px 0px 0px 
	}
#location a {
	color: #202020;
	text-decoration: none;
	}
#location a:hover {
	text-decoration: underline;
	}


/* menu copyright */
#copyright {
	font-size: 9px;
	color: #404040;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none
}
#copyright a{
	font-size: 9px;
	color: #404040;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none
}
#copyright a:hover {
	text-decoration: underline;
	}


/* decoration */
.titre{background-color:#FFFFFF}
.footer{background:url(images/ligne-pied.gif) repeat-x ;margin:0px;padding:0px}