/*  phpBB3 Indic Style ©
---------------------------------------------------------------------------
	Style name:			Indic - catholique
	Inherited from:		prosilver (the default phpBB 3.3.x style)
	Original author:	phpBB Limited ( https://www.phpbb.com/ )
	Modified by:		Eliaqim ( http://www.forum-religion.org/ )
---------------------------------------------------------------------------


*//* ------------------------- PHPBB3 indic style © ------------------------ 
	  _           _ _            _         _      
	 (_)         | (_)          | |       | |     
	  _ _ __   __| |_  ___   ___| |_ _   _| | ___ 
	 | | '_ \ / _` | |/ __| / __| __| | | | |/ _ \
	 | | | | | (_| | | (__  \__ \ |_| |_| | |  __/
	 |_|_|_|_|\__,_|_|\___| |___/\__|\__, |_|\___|
	 |  ____| (_)           (_)       __/ |       
	 | |__  | |_  __ _  __ _ _ _ __ _|___/        
	 |  __| | | |/ _` |/ _` | | '_ ` _ \          
	 | |____| | | (_| | (_| | | | | | | |         
	 |______|_|_|\__,_|\__, |_|_| |_| |_|         
	                      | |                     
	                      |_|                     

   -------------------------- religion.css ---------------------------------- */

h3.indic, h2.indic {
	color: #ffdb4d;
	background-image : url("/styles/catholique/theme/images/bg_h3.jpg");
}

.site_logo {
	width: 91px;
	height: 50px;
	background-image: none;
	background-image: url("/styles/catholique/theme/images/site_logo_catholique.png");
	background-size: 33px 50px;
	background-repeat: no-repeat;
	margin: 5px -40px 0 20px;
}

.headerbar {
	height: 75px;
	background-image : url("/styles/catholique/theme/images/bg_catholique.jpg");
}

.page-footer {
	background-image : url("/styles/catholique/theme/images/bg_catholique.jpg");
}

.pseudos a {
	background-image:url("/styles/catholique/theme/images/bg_pseudos.png");
}


#mchat-main .mchat-static {
	background-image : url("/styles/catholique/theme/images/bg_cuir_pale.jpg");
}
#mchat-panel.cp-mini {
	background-image : url("/styles/catholique/theme/images/bg_cuir_pale.jpg");
}


/*///////////////////////////////////////////////
//                random Annonce	       //
///////////////////////////////////////////////*/

.annonce {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	margin-bottom: 5px;
	padding: 0.9em 3em 0.9em 3em;
}
.pub-catholique {
	background: #000000;
	background-image : url("/styles/catholique/theme/images/bg_catholique.jpg");
}
.pub-jehovah {
	background: #000000;
	background-image : url("/styles/jehovah/theme/images/bg_peau_noir.jpg");
}
.annonce em  {
	font-family: Candara, Tahoma, Geneva, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	color: #E4CC82;
}
.annonce span {
	font-size: 15px;
	color: #E4CC82;
}
.annonce a, .annonce a:visited  {
	text-decoration: none;
	color: #E4CC82;
}
.annonce a:hover, .annonce a:active  {
	text-decoration: underline;
}