@charset "utf-8";
/* CSS Document */
/***** REMISE A ZERO *****/
* {
	padding:0;
	margin:0;
}
img {
	border:0;
}
select {
	font-size:100%;
}

form {
	display:inline;
	margin:0pt;
}
label {
	cursor:pointer;
}
a, a:active {
	text-decoration:none;
}
table,tr{
	padding: 0px;
	border-spacing: 0px;	
}
/***********************/
div#global{
	width:100%;
	height:100%;
}
div#content{
	margin:0 auto;
	width:1024px;
	height:768px;
	background-image:url(../img/030209_accueil_SCDV1.png);
}