/* 
***************************************************************
*                  SQUELETTES BOOST YOUR TALENT               *
*                                                             *
*       Copyright 2009 Benoît Vrins {benoit@exibit.be}        *
***************************************************************
*/
body {
	background-color:#2C2C2C;
	background-image:none;
}
#wrap-home{
	background-color:#2C2C2C;
	width:940px;
	margin:20px auto;
	padding:0;
}
#wrap-home #header{
	background:transparent url('../images/header_home.jpg') no-repeat left top;
	width:940px;
	height:138px;
	margin:20px auto;
	padding:0;
}
#wrap-home #header h1{
	display:none;
}
#wrap-home #header h2{
	display:block;
	position:absolute;
	top:112px;
	left:180px;
}
#wrap-home .box1{
	width:295px;
	margin-right:10px;
	padding:180px 0 0 0px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}
#wrap-home .box1 p{
	margin:5px 10px;
	font-size:1em;
}
#public1{
	background:#21AFF1 url('../images/illu_home1.jpg') no-repeat left top;
	color:#FFF;
}
#public2{
	background:#E6146D url('../images/illu_home2.jpg') no-repeat left top;
	color:#FFF;
}
#public3{
	background:#79C91C url('../images/illu_home3.jpg') no-repeat left top;
	color:#FFF;
	float:right;
	margin-right:0;
}
.box1 H3{
	font-size:1.5em;
	margin: 0 0 10px 10px;
	color:#FFF;
	text-transform:uppercase;
}
.box1 .fr,.box1 .nl{
	background-position:left bottom;
	background-repeat:repeat-x;
	background-image:url('../images/bg_white.gif');
	padding-bottom:10px;
}
.box1 H3 A,
.box1 P A{color:#FFF;}
.box1 H3 A:hover,
.box1 P A:hover{color:#FFF;text-decoration:none}
.box1 .nl{
	padding-top:10px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft :12px;
	-webkit-border-bottom-right-radius :12px;
	-webkit-border-bottom-left-radius: 12px;
}
.box1 .fr p{height:110px;}
.box1 .nl p{height:130px;}
#wrap-home .box1 a.button{
	background:transparent url('../images/bu-enter.png') no-repeat left top!important;
	background:transparent url('../images/bu-enter.gif') no-repeat left top;
	width:88px;
	text-transform:uppercase;
	font-weight:bold;
	display:inline-block;
	height:18px;
	padding-top:16px;
	text-align:center;
	margin-left:10px;
}
#wrap-home .box1 a.button:hover{background-position:left bottom;}

#public1 .nl{background-color:#1980B0;}
#public2 .nl{background-color:#A90D4F;}
#public3 .nl{
	background-color:#539507!important;
	background-color:none;
	background-image:url('../images/bg_white.gif')!important;
	background-image:none;
}

#public1 .fr a.button{color:#21AFF1;}
#public1 .nl a.button{color:#1980B0;}
#public2 .fr a.button{color:#E5136D;}
#public2 .nl a.button{color:#A90D4F;}
#public3 .fr a.button{color:#79C91B;}
#public3 .nl a.button{color:#539507;}

#footer-home{
	width:100%;
	position: relative;
	top:0px;
	left:0px;
	padding:0 0 10px 0;
	margin-top:50px;
	font-size:0.9em;
	background-color:#1D1D1D;
	clear:both;
}
#footer-home #footer-content{
	background-image:none;
}
#footer-home #footer-credit{clear:both;margin:20px auto;text-align:center;padding-top:20px;}
#footer-home #footer-credit img{margin-right:40px;float:none;}
#footer-home #footer-legal{position:absolute;width:970px;text-align:center;top:-40px;}
#footer-home #footer-legal{color:#000;font-size:1em;}
#footer-home a{color:#91939D}