body {
	background-color: #333333; /*background for all the website*/
	font-family:Arial, Helvetica, sans-serif; /*the same font for all the website*/
}

#title { /* Tim Vets*/
	height: 20px;
	color:#999999;
	font-size:19px;
	font-weight: bold;
}

#firstmenu {
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 20px;
}

#menu {
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom:20px;
}

#middlemenu {/*dans le cas de trois menu*/
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}

.menu a:link, .menu a:visited {
	color:#CCCCCC;
	text-decoration:none;
}
.menu a:hover {
	color:#999999;
	text-decoration:none;
}

.menuactif {
	color:#999999;
	text-decoration:underline;

}

.menuactif a:link, .menuactif a:visited, .menuactif a:hover {
	color:#999999;
	text-decoration:underline;

}

#main {
	padding-left: 60px;
	padding-right: 60px;
}

.undertitle , .undertitle a:link, .undertitle a:visited{
	color:#999999;
	font-size:18px;
	font-weight: bold;
}

.text1 {
	color:#CCCCCC;
	font-size:14px;
	text-decoration: none;
}
.text1 a:link, .text1 a:visited {
	color:#999999;
	text-decoration: none;
}
.text1 a:hover {
	color:#CCCCCC;
	text-decoration: none;
}

.text2{
	color:#CCCCCC;
	font-size:12px;
	text-decoration: none;
	text-align: justify;
}
.text2 a:link, .text2 a:visited {
	color:#999999;
	font-size:12px;
	text-decoration: none;
}
.text2 a:hover {
	color:#CCCCCC;
	font-size:12px;
	text-decoration: none;
}

.listagenda { /*for the list in upcoming section, the grey points*/
	font-size: 12px;
	color: #CCCCCC;
	list-style-image: url(puce.gif);
}