body,img,table,div,span,p,form,fieldset,h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
	border:0px;
	border:0px;
	margin:0px;
	padding:0px;
}

body{
	color:#111;
	background: #000000;
	font-family:"Arial";
}

a{
	text-decoration:none;
	color:#555;
}
a:hover{
	color:#111;
}


/*--- HEADER ----*/
#header{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	margin:auto;
	background:url('http://www.onlineconfessional.com//header.png') no-repeat top center;
}
	#home{
		display:block;
		width:980px;
		height:240px;
		margin:auto;
	}
	
/*--- PAGE ----*/
#page{
	display:block;
	width:980px;
	margin:10px auto;
	padding:10px 0px;
	background:#ECECEC;
	-moz-border-radius:8px; -webkit-border-radius:8px;border-radius:8px;
}
#page_ctnu{
	float:left;
	width:730px;
	margin-left:10px;
	
	
}

#page_ctnu.full{
	float:none;
	width:auto;
	margin-right:10px;
	margin-left:10px;	
}

	#page_ctnu h1{
		display:block;
		padding:8px;
		color:#FFF;
		text-shadow:#000 0px 1px 1px;
		font-size:15pt;
		margin:5px;
		background:#D40F31;
		-moz-border-radius:8px; -webkit-border-radius:8px;border-radius:8px;
		
	}
	.article{
		display:block;
		text-align:justify;
		padding:5px 10px;
		font-size:14px;
		line-height:14pt;
	}
		.article p{
			margin-top:10px;
		}
		.article a{
			color:#374853;
			text-decoration:none;
		}
		.article a:hover{
			color:#000000;
			text-decoration:underline;
		}

/*--- MENU ----*/
#page_menu{
	float:right;margin-right:5px;
	display:block;
	width:220px;
}	
	#page_menu_block{
		padding-bottom:5px;
	}
	#page_menu h2{
		display:block;
		padding:5px 10px 3px 0px;
		color:#1A1D25;
		font-size:15pt;
		font-weight:bold;
		margin:5px 0px;
	}
	a.menu_link{
		display:block;
		font-size:10pt;
		padding:12px 10px;
		color:#FFF;
		font-weight:bold;
		text-shadow:#000 0px 1px 1px;
		margin:5px 0px;
		-moz-border-radius:5px 15px; -webkit-border-radius:5px 15px;border-radius:5px 15px;
		background: #D40F31;
		-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out;
		
	}
	a.menu_link:hover{
		color:#FFF;
		text-shadow:#FFF 0px 0px 10px;
		-moz-border-radius:15px 5px; -webkit-border-radius:15px 5px;border-radius:15px 5px;
		background: #ea4b4b;
background: -moz-linear-gradient(top, #ea4b4b 0%, #cc0000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea4b4b), color-stop(100%,#cc0000));
background: -webkit-linear-gradient(top, #ea4b4b 0%,#cc0000 100%);
background: -o-linear-gradient(top, #ea4b4b 0%,#cc0000 100%);
background: -ms-linear-gradient(top, #ea4b4b 0%,#cc0000 100%);
background: linear-gradient(to bottom, #ea4b4b 0%,#cc0000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4b4b', endColorstr='#cc0000',GradientType=0 );
	}
	
.der_actu_box{margin:20px 5px;}
	.der_actu_titre{font-weight:bold;color:#555;font-size:12pt;margin-left:10px;}
	.der_actu{list-style: none;padding:5px 10px;margin-top:5px;background:#FFF;-moz-border-radius:8px; -webkit-border-radius:8px;border-radius:8px;}
	.der_actu li{display:block;padding:5px;border-bottom:1px #DFDFDF dotted;}
	.der_actu_link{display:block;padding:0px 15px;margin-top:5px;}
	.der_actu_link:hover{text-decoration:underline;	}	
	.der_actu_link span{font-size:10pt;font-style:italic;}
	.der_actu_link:hover{text-decoration:underline;	}	
/*--- FOOTER ----*/
#footer{
	display:block;
	width:980px;
	margin:auto;
	text-align:center;
	background:#1A1D25;
	-moz-border-radius:8px; -webkit-border-radius:8px;border-radius:8px;
	color:#FFF;
	font-size:10pt;
	padding:10px 0px;

}
	#footer a{
		color:#FFF;
		
	}


			/*footer links*/
	.footer_links{display:block;width:950px;margin:auto;}
	.footer_links a{float:left;text-align:left;width:225px;padding:5px;}
	
	
#form_contact{
	width:500px;
	background:#DFDFDF;
	border:1px solid #CCC;
	margin: 20px auto;
	-moz-border-radius:8px; -webkit-border-radius:8px;border-radius:8px;
}
	#form_contact label{
		display:block;
		margin:10px 0px 3px 50px;
		color:#111;
		font-style:italic;
		font-size:9pt;
		}
	#form_contact input[type=text], #form_contact textarea{
		display:block;
		width:400px;
		margin:auto;
		padding:5px;
		background:#FFF;
		border:1px solid #CCC;
		color:#777;
		font-size:11pt;
		-moz-border-radius:8px; -webkit-border-radius:8px;border-radius:8px;
	}
	#form_contact input[type=text]:hover, #form_contact textarea:hover{
		border:1px solid #777;
		}
	#form_contact input[type=text]:focus, #form_contact textarea:focus{
		border:1px solid #777;
		background:#FCFFDF;
		color:#111;
	}
	#form_contact textarea{
		height:150px;
	}
	#form_contact input[type=submit]{
		display:block;
		width:200px;
		margin:20px auto;
		padding:5px;
		background:#777;
		border:1px solid #555;
		color:#DFDFDF;
		font-size:11pt;
		-moz-border-radius:8px; -webkit-border-radius:8px;border-radius:8px;
		}
	#form_contact input[type=submit]:hover{
		background:#AAA;
		border:1px solid #777;
		color:#FFF;
		text-shadow:#FFF 0px 0px 9px;
	}
/*--- Espace pub----*/	
#pub1{
	position:absolute;
	display:block;
	top:0px;
	left:50%;
	margin-left:288px;
	width:200px;
	height:200px;
	float:right;
	text-align:center;
	background:#FFF;
	border:1px solid #DDD;
	-moz-border-radius:3px; -webkit-border-radius:3px;border-radius:3px;
}
#pub2{
	clear:both;
	display:block;
	float:left;
	width:300px;
	height:250px;
	margin:10px 10px 10px 0px;
	text-align:center;
}	
#pub3{
	display:block;
	width:728px;
	height:90px;
	background:#DFDFDF;
	margin:auto;
	margin-top:10px;
	text-align:center;
}	
#pub4{
	display:block;
	width:160px;
	height:600px;
	background:#FFF;
	margin:10px auto;
	text-align:center;
}	
.ok{
	width:470px;
	margin: 20px auto;
	padding:15px;
	text-align:center;
	background : #153F00;
	color: #FFF;
	font-size:14px;
	font-weight:bold;
	-moz-border-radius:8px; -webkit-border-radius:8px;border-radius:8px;
}
.nok{
	width:470px;
	margin: 20px auto;
	padding:15px;
	text-align:center;
	background : #8F0A00;
	color: #FFF;
	font-size:14px;
	font-weight:bold;
	-moz-border-radius:8px; -webkit-border-radius:8px;border-radius:8px;
}	


/*Galerie*/
.gal_clic{float:left;cursor:pointer;width:160px;margin:5px 10px;}
.gal_thumb{display:block;width:140px;height:105px;margin:auto;border:1px solid #BABABA;padding:3px;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out;}
.gal_pop_pict{display:block;margin:auto;-moz-box-shadow: 0px 0px 5px #FFF;-webkit-box-shadow: 0px 0px 5px #FFF;box-shadow: 0px 0px 5px #FFF;}
.gal_pop_thumb{cursor:pointer;width:140px;height:105px;border:1px solid #777;padding:2px;position:absolute;top:200px;}
.gal_pop_thumb:hover{border:1px solid #FFF;-moz-box-shadow: 0px 0px 5px #FFF;-webkit-box-shadow: 0px 0px 5px #FFF;box-shadow: 0px 0px 5px #FFF;}
.thumb_before{left:0px;}
.thumb_next{right:0px;}

/*POP*/
#pop1{display:none;position:fixed;background:#111;z-index:99991;height:100%;width:100%;left:0px;top:0px;clear:both;opacity: 0.7;filter: alpha(opacity=70);}
#pop2{display:none;position:fixed;z-index:99992;width:1100px;top:80px;left:50%;text-align:center;margin-left:-550px;}
#pop3{display:none;position:fixed;cursor:pointer;z-index:99995;top:55px;right:50%;text-align:center;color:#999;font-size:9pt;margin-right:-400px;}
#pop3:hover{color:#FFF;text-shadow:#FFF 0px 0px 9px;}
/*slide swhow*/
div#feature_list {
    width: 980px;
    height: 320px;
    overflow: hidden;
    position: relative;
    background: #FFF;   
    border: 1px solid #CCC;
    margin: 10px auto;
}

div#feature_list ul {
    position: absolute;
    top:0;
    list-style: none;   
    padding:0px;
    margin: 0px;
}

ul#tabs {
    left: 0;
    z-index: 2;
    width: 320px;
}
   
ul#tabs li {
 font-size: 10pt;
 }
    ul#tabs li a {
        display: block;
        padding: 10px;
       
height: 60px;
       
outline: none;
    }

    ul#tabs li a:hover {
text-decoration: underline;
}

    ul#tabs li a.current {

        
        color: #FFF;
        text-shadow:#FFF 0px 0px 8px;
    }

    ul#tabs li a.current:hover {
        text-decoration: none;
        cursor: default;
    }
    ul#output {
        right: 0px;
        width: 693px;
        height: 320px;
        position: relative;
    }

    ul#output li {
        position: absolute;
        width: 693px;
        height: 320px;
        }
   
ul#output li img{
   
    width: 693px;
        height: 320px;
   
}
    ul#output li a {
        position: absolute;
        bottom: 10px;
        right: 10px;
        padding: 8px 12px;
        color: #FFF;
        background: #777;
        -moz-border-radius:8px; -webkit-border-radius:8px;border-radius:8px;
        }
    ul#output li a:hover {
        background: #000;
        text-shadow:#FFF 0px 0px 6px;
    }
	
		/*Slideshow B*/

.clear {clear:both}
#gallery {position:relative;height:453px;width:980px;margin:10px auto;border: 1px solid #CCC;}
#gallery a {float:left;position:absolute;width:980px;}
#gallery a img {border:none;width:980px;height:450px;}
#gallery a.show {z-index:500;}
#gallery .caption {z-index:600;background-color:#000;color:#ffffff;height:100px;width:100%;position:absolute;bottom:0;}
#gallery .caption .content {margin:5px 8px;text-shadow:#000 0px 1px 1px;}
#gallery .caption .content h3 {margin:0px;padding:0;color:#FFF;font-weight:bold;text-shadow:#FFF 0px 0px 9px;}

/*Last desc*/
.last_desc{width:960px;margin:15px auto;padding:10px;font-size:10pt;background:#FFF;-o-box-shadow: 0px 0px 5px #CCC;-webkit-box-shadow:  0px 0px 5px #CCC;-moz-box-shadow:  0px 0px 5px #CCC;box-shadow: 0px 0px 5px #CCC;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.last_desc h2{font-size:12pt;}
.last_desc p{margin:3px 20px;text-align:justify;}

/*Liens footer + boutons social*/
#liens_footer{
float:right;
position:relative;
left:-50%;
text-align:left;
}
#liens_footer ul{
list-style:none; 
position:relative;
left:50%;
}
#liens_footer li{float:left;position:relative;margin-left:4px}
#liens_footer li.ml::before {content: "- ";}
#liens_footer .fb {margin-left:10px;}
#liens_footer .g1 {width:64px;}
#liens_footer .fb, #liens_footer .g1, #liens_footer .tw {margin-top:-3px;}
