body{
	margin:0 auto; 
	padding:0;
    background-color:#fff;
    font: normal 12px/1.3 Helvetica, Arial, Tahoma, sans-serif;
	color:#666;
	height:100%;
}
#wrapper{
    width:960px;
    margin:0 auto;
   	position:relative;
	min-height:100%;
}
#skip{
	position:absolute;
	left:-9999px;
}
#header{
    margin:40px 0;
    height:60px;
	position:relative;
}
h1{
    background: url(../image/logo.png) no-repeat left;
    width:250px;
    height:54px;
    text-indent:-9999px;
}

/* Menu navigation */
#menu{
    position: absolute;
    right:0;
    bottom:0;
}
#menu li{
    display:inline;
    list-style:none;
    padding-left:20px;
}

/* Colonnes info index */
.col{
	float:left;
	width: 300px;
	min-height:100px;
	margin:0 0 50px 0;
}
.col > h5{
	color:#333;
	margin-bottom:10px;
	height:30px;
	line-height:30px;
	text-indent:40px;
}
#col1{
	margin-right:15px;
}
#col2{
	margin:0 15px;
}
#col3{
	margin-left:15px;
}
#col1 h5{background:url(../image/calendar.png) no-repeat top left;}
#col2 h5{background:url(../image/info.png) no-repeat top left;}
#col3 h5{background:url(../image/maj.png) no-repeat top left;}

.col dt{color:rgba(51,51,51,1);}
.col dd{margin-bottom:10px;}

/* Footer */
#footer{
	margin-top:50px;
	border-top:1px solid #ddd;
	padding: 5px 0;
	clear:both;
}
#footer p { color: #ccc;}


/* Divers */
p.coming{
	margin:100px 20px;
}
#specialisation{margin: 10px 0 0 30px;}
#propos li,#contact li {list-style:circle;}

a{color:rgba(102,102,102,1);text-decoration:none;}
a:hover{color:rgba(41,118,170,1);text-decoration:underline;}
a[href="mailto:info@serial.be"]{color:rgba(41,118,170,1)}
strong{color:rgba(102,102,102,.8);}

h3{
	height:30px;
	line-height:30px;
	margin-bottom:40px;
	padding-left:20px;
	font-size:14px;
	background-color:rgba(153,153,153,.3);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-shadow: 1px 1px 0 rgba(255,255,255,.5);
}
h4{
	margin-bottom:20px;
	font-size:16px;
}


/* a propos */
#propos{
	float:left;
	max-width:800px;
	padding-right:20px;
	border-right:1px solid #ddd;
}
#nav {
	float:left;
	margin-top:40px;
	padding-left:20px;
	min-height:200px;
}
#nav li{padding-bottom:10px;}

/* partenaires */
#partenaires{margin:0 0 50px 0;}
#partenaires li{
	float:left;
	display:block;
	border:1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:10px;
	width: 160px;
	height:90px;
	margin:0 10px 10px 0;
	overflow:hidden;
}
#partenaires li:hover{
	box-shadow:0 0 10px #666;
	-moz-box-shadow:0 0 10px #666;
	-webkit-box-shadow:0 0 10px #666;
}
#partenaires h5{margin-bottom:10px;}
#partenaires p{text-align:center;}


/* Contact */
#contact{
    float:left;
}
#lettre{
    float:right;
    padding:0 120px 0 0;
	margin-bottom:50px;
}
address{
	font-style:none;
}
#contact ul{margin:15px 0 0 0;}
#contact li{list-style:none;}


/* Formulaire de contact */
input,textarea{
    margin-bottom:15px;
    padding: 2px 5px;    
    border:1px solid #ccc;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    color:#999;
}
label{
    display:block;
    margin-bottom:2px;
}
input[type="text"]{
    width:200px;
    height:20px;
}
textarea{
    width:350px;
    height:100px;
}
input[type="submit"]:hover{
    background-color:#666;
    color:#fff;
}
input:focus,textarea:focus{color:#333;border-color:#666;}
textarea{
    font: 12px/1.2 Helvetica, Arial, Tahoma, sans-serif;
}


/*/////////// SLIDER ///////////////*/
#slider{
	border:1px solid #ffffff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	width:960px;
	height:320px;
	margin-bottom:30px;
	overflow:hidden;
	background:#202834 url(../image/loading.gif) no-repeat 50% 50%;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	right:0px;
	bottom:30px;
	background:rgba(255,255,255,.8);
	color:#000;
	z-index:89;
}
.nivo-caption p {
	padding:15px;
	margin:0;
	font-size:14px;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../image/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
a.nivo-prevNav {
	left:10px;
}
a.nivo-nextNav {
	right:10px;
	background-position:-32px 0;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../image/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	position:relative;
	left: 5px;
	top: 305px;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-position:-10px 0;
}