body {
	background-color: #fff;

	font-family: tahoma, sans-serif;
	font-size: 0.9em;
	color: #777;
}

#content {
	position: absolute;
	display: block;
	
	left: 50%;
	top: 0;

	margin-left: -450px;
	width: 900px;

	text-align: center;
}

#content #top {
	position: relative;
	display: block;
	
	width: 900px;
	height: 100px;

	left: 0px;
	top: 0px;

	margin-bottom: 10px;
}

#content #top #title {
	position: relative;
	display: block;
	
	width: 350px;
	height: 100px;

	left: 0px;
	top: 0px;

	background: url(logo_eyquem.fr.png);
}

#content #top #search {
	position: absolute;
	display: block;
	
	width: 550px;
	height: 100px;

	left: 350px;
	top: 0px;

	vertical-align: center;
}

#content form.google {
	height: 25px;

	margin-top: 37px;
}

#content form.google input {
	font-size: 1.1em;
}

#content h1 {
	color: #222;
	background-color: transparent;
	font-family: trebuchet ms, tahoma, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}



#content h2 {
	margin-bottom: 0;

	color: #999;
	background-color: transparent;
	font-family: trebuchet ms, tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

#content h3 {
	margin-bottom: 0;

	color: #999;
	background-color: transparent;
	font-family: trebuchet ms, tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

#content hr.clear {
	background-color: transparent;
	color: transparent;
}

#content form.weather_small {
	border: 1px solid #ddd;
	border-top: none;
	-moz-border-radius-bottomleft: 24px;
	-moz-border-radius-bottomright: 24px;
	background-color: #f5f5f5;
	padding: 2px;
	padding-bottom: 4px;
}

#content form.weather {
	border: 1px solid #ddd;
	-moz-border-radius-topright: 24px;
	-moz-border-radius-bottomleft: 24px;
	-moz-border-radius-bottomright: 24px;
	background-color: #f5f5f5;
	padding: 2px;
	padding-bottom: 4px;
}

#content form.weather table {
	font-size: 13px;
}

#content form.weather table td {
	padding-left: 8px;
	padding-right: 8px;
}

#content #shortcuts {
	position: relative;
	display: block;
	clear: both;
	
	width: 750px;
	height: 125px;

	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 75px;

	left: 0px;
	top: 0px;

	background: transparent;
}

#content div.shortcut {
	position: relative;
	float: left;
	clear; none;

	width: 122px;
	height: 110px;

	margin: 12px;
	margin-bottom: 0px;
	margin-top: 2px;

	padding: 1px;
	padding-top: 5px;
	padding-bottom: 5px;

	border: 1px solid #eee;
	background-color: #fff;
	box-shadow: 1px 1px 5px #999;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;

	cursor: pointer;
}

#content div.shortcut img {
	border: none;
}

#content div.shortcut:hover {
	background-color: #f9f9f9;
	box-shadow: 2px 2px 3px #777;
	-moz-box-shadow: 2px 2px 3px #777;
	-webkit-box-shadow: 2px 2px 3px #777;
}

#content div.shortcut img {
	margin: 0px;

	border: none;
	cursor: pointer;
}

#content div.shortcut a {
	font-size: 12px;
}

#content #links {
	position: relative;
	display: block;
	clear: both;
	
	width: 750px;
	height: 125px;

	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 75px;

	left: 0px;
	top: 0px;

	background: transparent;
}

#content div.link {
	position: relative;
	float: left;
	clear; none;

	width: 125px;
	height: 125px;

	margin: 11px;
	margin-bottom: 0px;
	margin-top: 2px;

	border: 1px solid #eee;
	background-color: #fff;
	box-shadow: 1px 1px 5px #999;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;

	cursor: pointer;
}

#content div.link img {
	border: none;
}

#content div.link:hover {
	background-color: #f9f9f9;
	box-shadow: 2px 2px 3px #777;
	-moz-box-shadow: 2px 2px 3px #777;
	-webkit-box-shadow: 2px 2px 3px #777;
}

#content #google_ads_frame1 {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 90px;
}