/* @override http://localhost/~pierre/serial_me/css/main.css */

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;
	clear:both;
}
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;
}

/* Connexion bouton */
#connexion{
    background:rgba(41,115,169,1);
    background:-webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.02, rgb(41,116,169)),
    color-stop(1, rgb(25,67,139))
    );
    background:-moz-linear-gradient(
    center top,
    rgb(41,116,169) 2%,
    rgb(25,67,139) 100%
    );
    padding:4px 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color:#fff;
}
#connexion:hover{
    text-decoration: none;
    text-shadow:1px 1px 0px #333;
}

/* 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 */
.surligne01{background-color:yellow;font-style:italic;}
.surligne02{background-color:blue;font-style:italic;}
.surligne03{background-color:green;font-style:italic;}
.surligne04{background-color:purple;font-style:italic;}
.italic{font-style:italic;}
p.coming{
	margin:100px 20px;
}
p{
	margin-bottom:5px;
}
#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:32px;
	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;
}
.floatl{float:left;margin:10px 0;}
.floatr{float:right;margin:0 0 10px 20px;}

.center{text-align:center;}
span.titreinfo{font-size:14px;color:#999;}

img[alt="imgProduit"]{
    margin:10px 0;
}
/* tableau */
table{
    float:right;
    margin: 10px 0 10px 10px;
}
table, tr, td, th,caption{
    border: 1px solid #ddd;
}
caption{
    border-bottom: none;
    background-color:rgba(153,153,153,.3);
    font-weight: bold;
}
tr,td,th, caption{
    padding:5px;
}




/* News */
.navCategorie{
	float:left;
	width:190px;
        font-size: 12px;
}
.navCategorie ol{
	width:170px;
	float:left;
	background:rgba(102,102,102,.2);
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:10px 10px 0 10px;
}
.navCategorie li ol{
        background-color: rgba(102,102,102,0);
	float:left;
	padding:10px 10px 0 10px;
}
.navCategorie ol li{
	margin-left:10px;
	margin-bottom:10px;
	list-style:disc;
}
.navCategorie li a{
	color:rgba(41,118,170,.6);
        cursor: pointer;
}
.navCategorie li a:hover{color:rgba(41,118,170,1);}
.navCategorie a#btntop{
	margin:10px 0;
	padding:2px 5px;
	background:rgba(102,102,102,.2);
	width:80px; height:20px;
	text-align:center;
	line-height:20px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.newsArticle{
	float:right;
	width:750px;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:60px;
	
}
.newsArticle img{
	background:rgba(102,102,102,.2);
	padding:5px;
	/*margin:0 0 10px 20px;*/
	border:1px solid rgba(102,102,102,.5);
}
.newsArticle ul li{margin-left:30px;}
.newsArticle ul li{
	list-style:disc;
}
.newsArticle h4{margin-bottom:0;}
.newsArticle h5{
	color:rgba(102,102,102,.6);
	margin-bottom:20px;
}
.newsArticle h6{
	margin:20px 0 5px 0;
}
dd a{
	display:block;
	color:rgba(41,118,170,.7);
	text-decoration:underline;
}
dd a:hover{color:rgba(41,118,170,1);}

/* 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;}

#specialisation{
	margin-bottom:20px;
}
q{
	quote: none;
	background: url('../image/quote.png') no-repeat left top;
	padding:10px 0;
	margin-bottom:20px;
	height:50px;
	display:block;
	color: #999;
	text-indent:40px;
	font:italic 16px/30px Georgia, Times, "Times New Roman", serif;
}
/* 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;
	margin-bottom:30px;
}
#lettre{
    float:right;
    padding:0 120px 0 0;
	margin-bottom:50px;
}
address{
	font-style:none;
}
#contact ul{margin:15px 0 50px 0;}
#contact li{list-style:none;}

/* Formulaire de contact */
input,textarea{
    margin-bottom:0px;
    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"],input[type="password"]{
    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;
}

form[action="contact"] p, form[action="admin"] p{
	margin-bottom:15px;
}
span.error_message{display:block;color:#C33;}
.error{
	color:#C33;
	background:url(../image/error.png) no-repeat left;
	height:16px;
	line-height:20px;
	text-indent:20px;
}
.valid{
	color:green;
	background:url(../image/check.png) no-repeat left;
	height:16px;
	line-height:20px;
	text-indent:20px;
}
#adresse{display:none;}

legend{ padding:0 10px;}
fieldset{
	border:1px solid #999;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px 20px;
}
form[action="admin"]{
	width:400px;
}

/* formulaire de connexion */
form[action="./login"] label, form[action="./login"] p{
    display: inline;
    float:left;
}
form[action="./login"] label{
    margin-right: 5px;
    line-height: 25px;
}
form[action="./login"] p{
     margin-left: 10px;
}
form[action="./login"]{
    position:absolute;
    right:0;
    height:100px;
}
#connectPanel{
  position:relative;
  height: 30px;
}
#connectPanel a{
    display:block;
    line-height: 16px;
    background:url(../image/users.png) no-repeat left;
    height:16px;
    text-indent: 20px;

}

/*/////////// 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;
}


/* Lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../image/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../image/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



