/*******************************************************************************
   Balises HTML générales sur le site
*******************************************************************************/
h1{
	font-family: times;
	font-size: 20px;
	color: #df1f1f;
	font-weight: bolder;
}
h2{
	font-family: times;
	font-size: 18px;
	color: #df1f1f;
}
h3{
	font-family: times;
	font-size: 15px;
	color: #df1f1f;
}
h4{
	font-family: times;
	font-size: 14px;
	color: #df1f1f;
}
h5{
	font-family: times;
	font-size: 13px;
	color: #df1f1f;
}
h5{
	font-family: times;
	font-size: 12px;
	color: #df1f1f;
}
a{
	color: #774b12;
	text-decoration: none;
	font-weight: bold;
}
ul{
	list-style-type: none;
}
body{
	padding: 0px;
	margin: 0px;
	color: #494949;
	background-color: #ffffff;
	font-family: Times, sans-serif;
	font-size: 12px;
	background-image: url(../../images/zeb/bg-body.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.globale{
	width: 637px;
	position: absolute;
	left: 387px;
	top: 0px;
	margin-left: 0px;
}
.rssindex{
	float: right;
}
.icosite{
	border: none;
}
/*******************************************************************************
   block Header
*******************************************************************************/
.B1{
	width: 100%;
	height: 200px;
	border-bottom: 1px dotted #df1f1f;
	/*background: transparent url(../../images/zeb/logo.jpg) bottom right;*/
	/*background-repeat: no-repeat;*/
}
.B1 img{position:absolute;top:0px;right:0px;}
/* sous bloc d'en tête */
.header{
}
/*******************************************************************************
  blok Contenu
*******************************************************************************/
.B2{
	width: 436px;
	float: right;
	text-align: justify;
	border-left:1px dotted #df1f1f;
}
/* sous bloc de contenu */
.content{
	width: 98%;
	position: relative;
	left: 2%;
}
/*******************************************************************************
   bloc de menu principal
*******************************************************************************/
.B3{
	width: 200px;
	float: left;
	padding-top: 50px;
	/*border-left: 1px dotted #000000;*/
}
/* sous bloc de menu */
.menu{
}
.hmenu{
	font-family: times;
	font-size: 14px;
	color: #474767;
	background: transparent url(../../images/zeb/Folder-Generic-32x32.png) top left;
	background-repeat: no-repeat;
	padding-left: 34px;
	height: 32px;
}
.hmenu3{
	font-family: times;
	font-size: 12px;
	color: #474767;
	background: transparent url(../../images/zeb/Folder-Generic-16x16.png) top left;
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 18px
}
.menu_link{
	font-family: times;
	text-decoration: none;
	font-size: 11px;
}
.menu_link:before {
	content: "* ";
}
#span_navigation{
	background: transparent url(../../images/zeb/navigation.gif) top left;
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
	display: block;
	font-size: 0px;
}
#span_Articles{
	background: transparent url(../../images/zeb/Articles.gif) top left;
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
	display: block;
	font-size: 0px;
}
#span_Discussions{
	background: transparent url(../../images/zeb/Discussions.gif) top left;
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
	display: block;
	font-size: 0px;
}
#span_Annuaire{
	background: transparent url(../../images/zeb/Annuaire.gif) top left;
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
	display: block;
	font-size: 0px;
}
#span_Dictionnaire{
	background: transparent url(../../images/zeb/Dictionnaire.gif) top left;
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
	display: block;
	font-size: 0px;
}
#span_Membres{
	background: transparent url(../../images/zeb/Membres.gif) top left;
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
	display: block;
	font-size: 0px;
}
/*******************************************************************************
   code lié aux pages de recherche
*******************************************************************************/
.search_result_header{
	border: 1px solid #df1f1f;
	background-color: #e6e7e6;
	color: #5a71de;
	padding: 5px;
}
.search_table_header{
	width: 100%;
}
.search_table_td1{
	width: 50%;
}
.search_table_td2{
	width: 50%;
	text-align: right;
}
.search_link{}
.search_url{
	color: #47b047;
}
.search_result_footer{
	border: 1px solid #df1f1f;
	background-color: #e6e7e6;
	color: #5a71de;
	padding: 5px;
}
.search_table_footer{
	width: 100%;
}
.searchtable{
	background-color: transparent;
	text-align: center;
}
.submitsearch{
	border: 1px solid #df1f1f;
}
.inputsearch{
	border: 1px dotted #df1f1f;
	width:150px;
}
/*******************************************************************************
   Indicateur footer
*******************************************************************************/
.B4{
	height: 86px;
	width: 100%;
	display: block;
	clear: both;
}
/* sous bloc de pied de page */
.footer{
}
/*******************************************************************************
   Indicateur XHTML
*******************************************************************************/
.ad{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.ad img{
	border: none;
	width: 44px;
	height: 17px;
}

/*******************************************************************************
   Code d'équivalence BBCode / CSS
*******************************************************************************/

/* images de différents formats                                         ******/
.imgright{
	width: 51%;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:15px;
	float: right;
}
.imgleft{
	width: 51%;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 15px;
	float: left;
}
.imgfull{
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.imgnorm{
	width: 51%;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
.thumbzor{
	border: 1px solid #000000;
	height: 90px;
	width: 120px;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.thumbzor:after {
	background: white url(../../images/util/vignette.png) top left;
	height: 6px;
	width: 120px;
	display: block;
	content: " ";
	margin-top: -2px;
	padding-top: 0px;
	/*border: 1px solid red;*/
}
.tablephpdoc{
	background-color: #faf3e3; 
}

/* justification des textes                                              ******/
.center{
	width: 100%;
	text-align: center;
}
.txtleft{
	width: 100%;
	text-align: left;
}
.txtright{
	width: 100%;
	text-align: right;
}
.txtjust{
	width: 100%;
	text-align: justify;
}
.fl{
	float: left;
	margin-right: 15px;
	margin-top: 3px;	
	margin-bottom: 3px;
}
.fr{
	float: right;
	margin-left: 15px;
	margin-top: 3px;	
	margin-bottom: 3px;
}

/* effets de style                                                       ******/
.quote{
	clear: both;
	border: 1px solid #95de5b;
	background-color: #ffffff;
	color: #5a71de;
	padding: 5px;
	margin-bottom: 5px;
	width: 90%;
	position: relative;
	left: 5%;
	font-style: italic;
}
.quote:before {
	background-image: url(../../images/util/citation-1.jpg);
	background-repeat: no-repeat;
	background-position: left top;

	height: 25px;
	width: 100%;
	display: block;
	content: " ";
}
.quote:after {
	background-image: url(../../images/util/citation-2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

	height: 25px;
	width: 100%;
	display: block;
	content: " ";
	clear: both;
}
.auteur{
	position: relative;
	top: -18px;
	left: 40px;
	font-weight: bold;
	color: #95de5b;
}
.separateur{
	color: #123456;
	width: 51%;
	clear: both;
}
.lettrine{
	background-image: url(../../images/lettrine.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:72px;
	height: 72px;
	font-size: 300%;
	font-weight: bolder;
	color: #943c41;
	float: left;
	padding-top:20px;
	text-align: center;
	margin-right: 5px;
}
.a_externe{
	text-decoration: none;
}
.a_externe:before {
	background-image: url(../../images/util/externe.png);
	background-repeat: no-repeat;
	background-position: left center;

	padding-left: 12px;
	height: 10px;
	width: 10px;

	display: inline;
	content: " ";
}

/* effets de style forum                                                 ******/
.fmsg{
	border: 1px solid #4f7431;
	color: #5a71de;
	padding: 5px;
	width: 100%;
	padding-bottom: 40px;
}
.fmsgauteur{
	float: left;
	padding-right: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
	border-right: 1px solid #5a71de;
	border-bottom: 1px solid #5a71de;
}
.fmsgauteur:after {
	content: " a dit :";
}
.editbox{
	padding-top: 5px;
}
.optmsg{
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-bottom: 3px;
	border-left: 1px solid #5a71de;
	border-bottom: 1px solid #5a71de;
}
.feditbutton{
	width: 32px;
	height: 32px;
	background-image: url(../../images/util/fedit.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	font-size: 0px;
	background-color: transparent;
}
.fdelbutton{
	width: 32px;
	height: 32px;
	background-image: url(../../images/util/fdelete.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	position: absolute;
	right: 0px;
	font-size: 0px;
	background-color: transparent;
}
.fquotebutton{
	width: 32px;
	height: 32px;
	background-image: url(../../images/util/fquote.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	font-size: 0px;
	background-color: transparent;
}
.foutilbutton{
	width: 32px;
	height: 32px;
	background-image: url(../../images/util/fcmd.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	font-size: 0px;
	background-color: transparent;
}
/* sous bloc de contenu pour la page d'instal                            ******/
.instal{
	padding: 10px;
}
.msg_important{
	color: #f26666;
	font-weight: bolder;
}
.msg_standard{
	color: #47b047;
	font-weight: bolder;
}
.msg_footer{
	text-align: center;
	color: #4f7431;
}
.liste{
	list-style-image: url(../../images/3d-16x16.png);
	position: relative;
	left: 15px;
	width: 90%;
}

/*******************************************************************************
   Code lié à tous les formulaires du site
*******************************************************************************/
.formtable{
	width: 100%;
	font-size: 11px;
}
.inputform{
	width: 100%;
}

.sgbdgrid_table{
	font-size: 10px;
}
.panel{
	border: 1px solid #95de5b;
	padding: 10px;
	background-color: #f3faee;
}

/*******************************************************************************
   Code lié à l'interface d'administration
*******************************************************************************/
.h1admin{
	background-image: url(../../images/util/server-128x128.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 138px;
	height: 128px;
	display: block;
}
.aadmin{
	background-image: url(../../images/util/server-16x16.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
	height: 18px;
	display: block;
	font-size: 11px;
}
.aadmin:hover {
	background-image: url(../../images/util/off-server-16x16.png);
}
.aadmin:active {
	background-image: url(../../images/util/black-server-16x16.png);
}
.apanel{
	margin-bottom: 10px;
}
.atable{
	width: 100%;
	font-size: 12px;
	border-left: 2px solid #5a71de;
	border-top: 1px solid #5a71de;
	border-right: 1px solid #5a71de;
	border-bottom: 2px solid #5a71de;
}
.atr{
	background-color: #d7d7d7;
	vertical-align: top;
}
.atr a{
	font-size: 11px;
}
.aplugon{
	background-image: url(../../images/util/lock-server-32x32.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 36px;
	height: 34px;
	display: block;
}
.aplugoff{
	background-image: url(../../images/util/unlock-server-32x32.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 36px;
	height: 34px;
	display: block;
}
.masqueur{
	background-image: url(../../images/util/redo-16x16.png);
	height: 16px;
	width: 16px;
	display: block;
	font-size: 0px;
}

