/* CSS Document */

/*PAGE LAYOUT*/
/* CSS Document */

body{
	padding:0;
	margin:0;
	background:url(../images/blue.png) 0 0 repeat-x #FFFFD5;
	color:#000;
}

div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

.spacer{
	clear:both; 
	font-size:0px; 
	line-height:0px;
}


/* Formulaires */
p {
	font-family:"trebuchet ms",sans-serif;
	font-size:80%;
}
/*form {
	background-color:#EEEEEE;
	padding:10px;
	width:350px;
}*/
label {
	font-family:"trebuchet ms",sans-serif;
	font-weight:bold
}
input {
	border:1px solid red;
	background-color:#EEEEEE;
	font-family:"trebuchet ms",sans-serif;
	color:black;
}
select, option {
	background-color:#EEEEEE;
	color:black;
}
textarea {
	border:1px solid red;
	background-color:#EEEEEE;
	font-family:"trebuchet ms",sans-serif;
	color:black;
}
input.bouton {
	border:2px outset black;
	font-weight:bold;
	cursor:pointer;
}
input.bouton:hover {
	border:2px outset black;
	background-color:white;
	color:red;
}
input.bouton:active {
	border:2px inset black;
	background-color:red;
	color:white;
} 
input:focus, textarea:focus {
	background-color:white;
	color:red;
	border:1px solid black;
}
/* Fin formulaires */
