* {
	margin: 			0;
	padding: 			0;
	border: 			0;
	vertical-align:		top;
}

body {
	background: 		url(images/fond_site.jpg) top;
	margin: 			0 auto;
	width: 				907px;
	font-family: 		Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 			0.8em;
}

div#bas-accueil {
	background: 		url(images/interface/fond-bas-accueil.png) no-repeat;
	width: 				907px;
	height: 			150px;
	text-align: 		center;
	padding-top: 		22px;
}

img.png, .png, input.png {
	background-image: 	expression(
						this.runtimeStyle.backgroundImage = "none",
						this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
						this.src = "images/interface/transparent.gif");
	border:				0;
}

div#moteur-accueil {
	height: 			60px;
	color: 				white;
	padding: 			4px 12px 0;
	overflow: 			hidden;
	text-align: 		center;
	width: 				628px;
	margin: 			18px auto;
	font-size: 			0.9em;
}

select, input {
	font-size: 			0.95em;
	margin: 			0;
	padding: 			2px;
}

#footer-copyright {
	margin-top: 		30px;
	font-size: 			0.8em;
	text-align: 		center;
	color: 				white;
	font-weight: 		bold;
}

#footer a, #footer a:hover {
	text-decoration: 	none;
	color: 				white;
}

#footer-copyright a, #footer-copyright a:hover {
	text-decoration: 	none;
	color: 				white;
}

p#plus-options {
	text-align: 		center;
	clear: 				both;
	margin-top: 		-8px;
}


