body{
	background:#fef164;
	margin:0;
	padding:0;
	color:#0e72b5;
	font-size:18px;
}

#global {
	margin:0 auto;
	height:600px;
	padding:270px 0 0 0;
	background:url(imgs/savitec.jpg) center 30px no-repeat;
	text-align:center
}
p.activite {
	padding: 30px 0;
	margin: 50px 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #fef164;
	background: #0e71b4; /* Old browsers */
	background: -moz-linear-gradient(top,  #0e71b4 0%, #2999d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e71b4), color-stop(100%,#2999d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0e71b4 0%,#2999d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0e71b4 0%,#2999d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0e71b4 0%,#2999d1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0e71b4 0%,#2999d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e71b4', endColorstr='#2999d1',GradientType=0 ); /* IE6-9 */
}
a {
	color:#0e72b5;
	font-size:18px;
}
a:hover {
	color:#0e72b5;
	font-size:18px;
	text-decoration:none;
}