body {
	background: #859CBC url(pelvouxTrans2.png) no-repeat fixed left top;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 100;
}
a, a:hover {
	display : block;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	color:#000;
}

#content {
	width: 710px;
	display: block;
	margin: 50px auto 50px auto;
}
#title {
	font-size: 150%;
	color: #4f4f4f;
	font-weight: normal;
	text-align: center;
	letter-spacing: 9px;
	margin-bottom: 40px;
}
#main {
	background-color: #4b6a94;
	padding: 25px 5px 25px 5px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
}

#desc{
	width: 230px;
	margin: 10px;
	padding: 0;
	position: relative;
	text-align: left;
	display:block;
	background: url(img/greg.png) center top no-repeat;
	float:left;
	border-right: solid 1px #5679a9;
}
#desc .text{
	margin-top:200px;
}
#bloc{
	width: 450px;
	margin: 0px;
	margin-left:240px;
	padding: 0;
	position: relative;
	display:block;
	line-height: 10px;
}
#bloc li { 
	width: 450px;
	height: 100px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: relative;
}
#bloc li:hover {
	background: url(images/computer.png) center bottom no-repeat;
	background-color:#577bac;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}
#bloc li a {
	height: 100px;
	margin:10px 0 10px 0;
}

#bloc li span.title {
	margin-right:10px;
	text-align: right;
	padding:30px 0px 0px 10px;
	font-size:14px;
	font-style:bold;
}
#bloc li span.desc {
	padding:10px 0px 0px 10px;
	display:block;
	font-style:italic;
	font-size:10px;
	color:#bdbdbd;
}

#bloc li span#img1 {
	padding:5px;
	background: url(img/blog.png) center bottom no-repeat;
	height:90px;
	width:90px;
	display:block;
	float:right;
}
#bloc li span#img2 {
	padding:5px;
	background: url(img/bsd.png) center bottom no-repeat;
	height:90px;
	width:90px;
	display:block;
	float:right;
}
#bloc li span#img3 {
	padding:5px;
	background: url(img/fichetech.png) center bottom no-repeat;
	height:90px;
	width:90px;
	display:block;
	float:right;
}
#bloc li span#img4 {
	padding:5px;
	background: url(img/cv.png) center bottom no-repeat;
	height:90px;
	width:90px;
	display:block;
	float:right;
}
#bloc li span#img5 {
	padding:5px;
	background: url(img/climbing.png) center bottom no-repeat;
	height:90px;
	width:90px;
	display:block;
	float:right;
}

