/* Le Site
 * Auteur : Bastien Rouchès
 * Copyright Meuh © 2010
 */
/*
 * Feuille de style a propos
 */
 
h1{
	color: #555555;
}

hr{
	border-width: 2px;
	border-color: #9a9a9a;
}

div#curseur{
	background: url(../../images/curseurgris.png);
}
 
address.contactad{
	font-weight: bold;
	padding: 20px 0 20px 160px;
	background-color: #dddddd;
	font-size: 1.2em;
}

.tel{
	font-size: 1.5em;
	padding-left: 120px;
	padding-top: 20px;
}

.horaires{ font-size: 1.1em; margin-left: 120px; padding-top: 20px;}
.horaires span{
	display: block;
	float: left;
	width: 80px;
	font-weight: bold;
	font-size:0.9em;
}

.art{
	text-align: center;
}