html {
	margin: 0;
	height: 100%;
}
body {
	margin: 0;
	text-align: center;
	height: 100%;
}
#global {
	margin: 10px auto 0 auto;
	width: 100%;
}
#global2 {
	margin: 10px auto 0 auto;
}
.content {
	font-family: Verdana;
	font-size: 11px;
	background: #efefef;
	padding: 5px;
	color: #424d00;
	text-align: left;
}
.content a {
	text-decoration: underline;
	color: #424d00;
}
.content a:hover {
	text-decoration: none;
	color: #424d00;
}
.content h1 {
	margin: -5px 0 3px 0;
	padding: 3px;
	background: #fff;
	font-size: 11px;
	color: #90a701;
}
.content_edito {
	font-family: Verdana;
	font-size: 11px;
	background: #a2b827;
	padding: 5px;
	color: #fff;
}
.content_edito a {
	text-decoration: underline;
	color: #fff;
}
.content_edito h1 {
	margin: -5px 0 8px 0;
	padding: 3px;
	background: #fff;
	font-size: 11px;
	color: #414c00;
}
.top {
	height: 8px;
	background-image: url(../top.gif);
}
.bottom {
	height: 8px;
	background-image: url(../bottom.gif);
}
.top_edito {
	height: 8px;
	background-image: url(../top_edito.gif);
}
.bottom_edito {
	height: 8px;
	background-image: url(../bottom_edito.gif);
}
.top_share {
	height: 8px;
	background-image: url(../top_share.gif);
}
.bottom_share {
	height: 8px;
	background-image: url(../bottom_share.gif);
}
.button_share {
	height: 25px;
	width: 250px;
	background-image: url(../button_share.gif);
}
.pic {
	padding: 2px;
	margin: 5px;
	border: 1px solid #ccc;
}