body{
	font-family : arial, helvetica, sans-serif;
	background-color : #ffffcc;
	font-size : 12px;
}
img{
	border : none;
}
h1, h2, h3{
	font-family : arial, helvetica, sans-serif;
}
h3{
	margin : 30px 0 10px 0;
}
table.horaire{
	margin : 10px 0 0 0;
	font-size : 12px;
	border-collapse : collapse;
	border : 1px solid black;
}

table.horaire th, table.horaire td{
	border : 1px solid black;
	background-color : #ffeb0f;
	padding : 5px;
}

table.adresses{
	font-size : 12px;
}
table.adresses td{
	padding-right : 20px;
	vertical-align : top;
}

div#portouvertes{
	margin : 35px auto 35px 0;
	padding : 10px;
	width : 400px;
	border : 1px solid black;
	background-color : #ffeb0f;
}
div#portouvertes p{
	margin : 0;
	padding : 2px;
}

div#portouvertes p.titre{
	font-weight : bold;
}

p.homepage{
	font-family : Helvetica, Arial;
	font-size : 25px;
	font-style : italic;
	font-weight : bold;
}

p.copyright{
	margin:0;
	padding-top:1px;
	font-size : 10px;
	color: #555;
}
