body { 
	color: #ffffff;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	font-size:13px;
	line-height:1.5em; 
	background-image: url(/themes/beach/images/bg.jpg);
	background-color: #D8D3B6;
	background-repeat: repeat-x;
}

#menu .box a:hover {
	color:#043A80;
	text-decoration:underline;
}

#ad .adclose a{
	color: #043A80;
}

#message textarea {
	border: 1px solid #043A80;
	width: 878px;
}

textarea {
	border: 1px solid #043A80;
}

#commentaire textarea {
	border: 1px solid #043A80;
	width: 700px;
}

#message h1 {
	color: #043A80;
}

#commentaire h1, h2, h3 {
	color: #043A80;
}

input[type=text], input[type=password] {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 3px;
	letter-spacing:1px;
	color: #777;
	border: 1px solid #043A80;
}

select {
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color: #043A80;
	border: 1px solid #043A80;
	padding: 2px;
}

input[type=text]:focus, input[type=password]:focus, select:focus {
	color: #043A80;
	border-color: #043A80;
}

