body {
	background-color:#e5e5e5;
	font: 85% Geneva, Arial, Helvetica, san-serif;
	line-height: 18px;
}


/* DIV LAYOUT */
#container {
	width: 760px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
}

#header {
	width: 760px;
	height: 140px;
	background-image: url(images/petcc-header.jpg);
	background-repeat: no-repeat;
}

#menu {
	float:left;
	width: 150px;
	padding:10px;
	/*background-color:#E8E8E8;*/
}

#content {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 180px;
}

#footer {
	clear:both;
	height: 16px;
	background-color: #50C419;
}

/* LEFT MENU */

.titremenu { 
	font: 18px Geneva, Arial, Helvetica, san-serif;
} 
.soustitremenu {
	font-family: Geneva, Arial, Helvetica, san-serif; font-size: 14px; line-height: 16px;
} 

.addthis_default_style {
	margin-top: 40px;
}

/* HYPERLINKS */
a {
	color: #8CBB00;
	text-decoration: none;
}

a:link {
} 

a:hover {
	text-decoration: underline;
} 

a:visited {
	color: #436400;
}

/* TEXT FORMATTING */

p{
	margin: 0;
	/*padding: 0;*/
	padding-top:.5em;
	padding-bottom:.5em;
}

h1 {
	font: italic normal 20px verdana; 
	letter-spacing: 2px;
	text-align: right;
	color: #333;;
}

h2 {
	font: 16px Geneva, Arial, Helvetica, san-serif;
	color: #999999;
	margin-left: 15px;
	margin-bottom:0;
	padding-bottom:0;
	font-weight: bolder;
}

h3 {
	font-style: italic;
	color: #999999;
	font-size: 0.95em;
	font-weight: normal;
} 

ul {
	margin-top: 0;
	margin-bottom:0;
	padding-top:.5em;
	padding-bottom:.5em;
}

li {
	font-size:0.95em;
	/*margin-top: 0.3em;
	margin: 0;
	padding: 0; */
}

	

