body,
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	text-align: justify;
}

h1 {
	font-size: 2.5em;
	font-family: "Times New Roman", Times;
	font-variant: small-caps;
	color: #FFCC66;
	font-weight: bold;
	margin: 0 0;
}

h2 {
	color: #960;
	font-family: "Times New Roman", Times;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	margin: 0 0;
	font-style: italic;
}

h3 {
	color: #960;
	font-size: 1em;
	/*font-variant: small-caps;*/
	font-weight: bold;
}

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

a:hover {
	background-color: #EDD;
}

table {
	border-collapse: collapse;
}

ul {
	list-style-image:   url(img/tick_red.gif);
}

li {
	padding-left: 10px;
}

a img {
	border: #333 1px solid;
}

.boutonDevis a:hover {
	background-color: #C63;
}

.leftBorder {
	border-left: #EC9 5px solid;
	padding-left: 7px;
}

.smallGrey {
	color: #999;
	font-size: 8pt;
}

#menu td {
	text-align: center;
}

#menu a {
	color: #EEE;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 2px 6px;
	margin: 0px;
	background-color: #960;
	border-width: 2px;
	border-style: solid;
	border-top-color: #C93;
	border-right-color: #630;
	border-bottom-color: #630;
	border-left-color: #C93;
}
#menu a:hover {
	color: #FFF;
	background-color: #C93;
	border-top-color: #FC6;
	border-right-color: #963;
	border-bottom-color: #963;
	border-left-color: #FC6;
}


#menu a:focus,
#accueil #menuItem1,
#parquets #menuItem2,
#terrasses #menuItem3,
#renovation #menuItem4,
#nettoyage #menuItem5,
#contact #menuItem6 {
	color: #000;
	background-color: #F90;
	border-top-color: #C60;
	border-right-color: #FC3;
	border-bottom-color: #FC3;
	border-left-color: #C60;
}

#footer {
	font-size: 10pt;
}	
#footer a {
	color: #000;	
	text-decoration: none;
	border-bottom: none;
}
#footer a:hover {
	border-bottom: #666 1px dashed;
	background-color: transparent;
}
