/*******************************************************************************
   Balises HTML générales sur le site
*******************************************************************************/
h1{
	color: #777777;
	font-family: verdana;
	font-size: 20px;
	margin-bottom: 40px;
	background: transparent url(http://chatel-medieval.fr/images/util/h1.png) top left;
	background-repeat: no-repeat;
	padding-left: 25px;
}
h2{
	color: #777777;
	font-family: verdana;
	font-size: 16px;
}
h3{
	color: #777777;
	font-family: verdana;
	font-size: 15px;
}
h4{
	color: #777777;
	font-family: verdana;
	font-size: 14px;
}
h5{
	color: #777777;
	font-family: verdana;
	font-size: 13px;
}
h5{
	color: #777777;
	font-family: verdana;
	font-size: 12px;
}
a{
	color: navy;
	text-decoration: none;
	font-weight: bold;
}
a:HOVER{
	color: blue;
}
ul{
}
body{
	padding: 0px;
	margin: 0px;
	color: #000000;
	background-color: #ffffff;
	font-family: verdana;
	font-size: 11px;
}
.globale{
	width: 830px;
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -415px;
}
/*******************************************************************************
   Code d'quivalence BBCode / CSS
*******************************************************************************/

/* images de diffrents formats                                         ******/
.imgright{
	width: 49%;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:15px;
	float: right;
}
.imgleft{
	width: 49%;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 15px;
	float: left;
}
.imgfull{
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.imgnorm{
	width: 49%;
	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 #7ddb31;
	background-color: transparent;
	color: #494949;
	padding: 5px;
	margin-bottom: 5px;
	width: 74%;
	position: relative;
	left: 13%;
	font-style: italic;
}
.auteur{
	position: relative;
	top: -3px;
	left: 10px;
	font-weight: bold;
	color: #494949;
}
.separateur{
	color: #123456;
	width: 51%;
	clear: both;
}
.lettrine{
	font-size: 210%;
	font-weight: bolder;
	color: #777777;
	float: left;
	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: block;
	content: " ";
}

/* effets de style forum                                                 ******/
.fmsg{
	border-left: 1px solid #4f7431;
	border-top: 1px solid #4f7431;
	color: #494949;
	padding: 5px;
	width: 100%;
	padding-bottom: 40px;
}
.fmsgauteur{
	float: left;
	width: 75px;
	background-color: transparent;
	padding-right: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
}
.f_avatar{
	width: 70px;
}
.ident_forum {
	background-color: transparent;
}
.ident_forum a {
	text-decoration: none;
}
.f_site_link{
	border: none;
}
.editbox{
	padding-top: 5px;
	clear: both;
}
.optmsg{
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	margin-bottom: 3px;
	border-left: 1px solid #777777;
	border-bottom: 1px solid #777777;
}
.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: #494949;
	font-size: 10px;
}
.msg_footer a{
	color: #494949;
	font-size: 10px;
}
.liste{
	list-style-image: url(../../images/3d-16x16.png);
	position: relative;
	left: 15px;
	width: 90%;
}

