@CHARSET "ISO-8859-1";

body {
	margin:0 0 0 0;
	background: white url('../images/back.jpg') top center;
	height:100%;
	font-family:verdana;
	font-size:12px;
}

img {
	border: 0;
}

input, textarea, select {
	background-color: white;
	font-size: 12px;
	font-family: Verdana;
	font-style:normal;
	color: black;
	border: 1px solid darkblue;	
}

.titre1 {
	color: black;
	font-weight: bold;
	font-size: 14px;

}

.titre2 {
	color: black;
	font-weight: bold;
	font-size: 14px;

}

a:link, a:visited, a:active { color: #000000; text-decoration: none; }
a:hover { color: white; background: #333333; }

a.menu:link, a.menu:visited, a.menu:active { color: #ffffff; text-decoration: none; }
a.menu:hover { color: white; background: #333333; }

