/* Site web de la Médiathèque Père-Louis-Lamontagne */
/* Conçu par Philippe DENIGER                                              */
/* Tél : +1 90 24 48 80 81                                                         */
/* Courriel : pdeniger@neueweb.com                                 */

body {
	margin: 0px;
	background-color: #F7F7EE;
	text-align: center;
}

table.main {
	width: 765px;
}

td.leftsidebar {
	width: 200px;
}

td.maincontent {
	width: 565px;
	font-family: Georgia, Garamond, Times, serif;
	font-size: 11px;
	color: #666666;
	vertical-align: top;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #666633;
	text-decoration: none;
}