/* CSS Document */

body {
	font-family: Arial;
	background-color: #B1E6AE;
	margin: 0px;
}

p, div, td {
	font-size: 11px;
}

a {
	color: #006600;
}

input, textarea, select, option {
	font-size: 11px;
	background-color: #E7FBE6;
}

h2 {
	font-size: 14px;
}

#conteneur {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#login {
	background-image: url(images/fond_login.gif);
	background-repeat:no-repeat;
	width: 249px;
	height: 146px;
	font-size: 11px;

}

#footer {
	background-color: #076707;
}

#footer p, #footer a {
	color: #FFFFFF;
}

#presentation {
	background-image:url(images/fond_presentation_abcvet.gif);
	background-repeat:no-repeat;
	height: 267px;
	width: 249px;
	}
	
#presentation p {
	margin-left: 20px;
	margin-right: 20px;
	color: #006600;
}	

#menu {
	width: 240px;
}

#menu td {
	border-bottom: 1px solid #D1FBD1;
	border-top: 1px solid #439742;
	font-size: 14px;
	color: #0C3A0C;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#menu td a {
	color: #0C3A0C;
	text-decoration: none;
	font-weight: bold;
}

#menu td a:hover {
	text-decoration: underline;
}

.separateur {
	clear: both;
	}
	
.droite p {
	margin-left: 10px;
}	
