@charset "utf-8";
/* CSS Document */
#home {
}

#home h1 {
	color:#ff8400;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	margin:10px 0px;
}
#home #presentation {
	background-image:url(../images/home-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:685px;
	height:420px;
}
#home #presentation #biophysique {
	color:#3c4955;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:60px 0px 0px 540px;
}
#home #presentation #ortho {
	color:#3c4955;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:175px 0px 0px 410px;
}
#home #presentation strong {
	color:#f76300;
	font-weight:bold;
}

#home #buttons {
	background-image:url(../images/buttons-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:right;
	width:245px;
	height:420px;
}
#home #buttons #visit {
	height:68px;
	margin:35px 0px 0px 15px;
	width:224px;
}
#home #buttons #download {
	height:68px;
	margin:5px 0px 0px 15px;
	width:224px;
}
#home #buttons #work {
	height:68px;
	margin:0px 0px 0px 15px;
	width:224px;
}
#home #buttons #location-in-brasil {
	height:82px;
	margin:15px 0px 0px 15px;
	width:224px;
}
