
/* elements */
*, h1 {
	margin: 0;
	padding: 0;
}

a {
	text-decoration:none
}

.white {
	color: white;
}

.smaller{
	font-size:10px;
	font-weight: normal;
	font-style:italic;
}
#ecran {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #999999;
	font: normal 82.5% Verdana,sans-serif;
	padding-top: 20px;
}

#site {
	position: absolute;
	width: 900px;
	height:674px;
	left: 50%;
	top:50%;
	margin-top: -337px; 
	margin-left: -450px;
	background-color:#000000;
} 

#logo {
	float:left;
	height: 290px;
	width: 350px; 
	margin-top: 30px;
	background-image:url(../images/entree/filigrane.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:60px;

}

#logo img{
	float:left;
	height: 60px;
	padding-bottom: 20px;
}

#logo h1 {
	color:white;
	padding-top: 22px;
	font-weight: normal;
		
}

#logo #mfg {
	margin-top: 25px;
	color: #009999;
	font-size:12px;

}

#illustration{
	float:right;
	width: 280px;
	color: #009999;
	height:100px;
	background-image:url(../images/entree/jardin.png);
	background-position:right;
	background-repeat:no-repeat;
	margin-top:30px;
	padding-top:165px;
	margin-right:100px;
	font-style:italic;
}



#graphisme {
	float:right;
	margin-top:2px;
	padding-top:2px;
	float:right;
	margin-right:100px;
	width: 280px;
	color: #009999;
	font-style:italic;

}

#illustration h2 {
	font-size: 16px;
	font-style:	normal;
	
}
	
#graphisme h2 {
	font-size: 16px;
	font-style:	normal;
	
}
