/*******************************************************************************
   Balises HTML générales sur le site
*******************************************************************************/
h1{
	font-family: verdana;
	font-size: 22px;
	color: #46b246;
	margin-bottom: 30px;
	text-decoration: underscore;
}
h1:after {
	content: ' _______';
}
h2{
	font-family: verdana;
	font-size: 12px;
	color: #46b246;
}
h3{
	font-family: verdana;
	font-size: 12px;
	color: #46b246;
}
h4{
	font-family: verdana;
	font-size: 12px;
	color: #46b246;
}
h5{
	font-family: verdana;
	font-size: 12px;
	color: #46b246;
}
h6{
	font-family: verdana;
	font-size: 11px;
	color: #46b246;
}
a{
	color: #f8b422;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #46b246;
	text-decoration: uderline;
	font-weight: bold;
}
ul{
	list-style-type: none;
}
body{
	background-image: url(http://www.readthefuckingmanual.fr/images/body.jpg);
	background-repeat: repeat-x;
	background-position: top left;

	padding: 0px;
	margin: 0px;
	color: #000000;
	background-color: #ffffff;
	font-family: verdana;
	font-size: 11px;
}
.globale{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -50%;
}
.rssindex{
	float: right;
}
.icosite{
	border: none;
}
/*******************************************************************************
   block Header
*******************************************************************************/
.B1{
	background-image: url(http://www.readthefuckingmanual.fr/images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	/*background-color: #000000;*/

	font-family: verdana;
	font-size: 11px;
	width: 100%;
	height: 130px;
}
/* sous bloc d'en tête */
.header{
}
/*******************************************************************************
  blok Contenu
*******************************************************************************/
.B2{
	width: 75%;
	float: left;
	text-align: justify;
}
/* sous bloc de contenu */
.content{
	width: 90%;
	position: relative;
	left: 5%;
}
/*******************************************************************************
   bloc de menu principal
*******************************************************************************/
.B3{
	width: 24%;
	float: right;
	padding-top: 50px;
}
/* sous bloc de menu */
.menu{
	width: 90%;
	position: relative;
	left: 5%;
}
.hmenu{
	font-family: verdana;
	font-size: 11px;
	color: #474767;
	background: transparent url(../../images/folder-open-16x16.png) center left;
	background-repeat: no-repeat;
	padding-left: 18px;
}
.hmenu3{
	font-family: verdana;
	font-size: 9px;
	color: #474767;
	padding-left: 22px;
}
.menu_link{
	text-decoration: none;
	background: transparent url(../../images/util/puce_rouge.gif) center left;
	background-repeat: no-repeat;
	padding-left: 9px;
}
#span_navigation{
	background: transparent url(http://www.readthefuckingmanual.fr/images/navigation.gif) top left;
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
	display: block;
	font-size: 0px;
}
#span_Articles{
	background: transparent url(http://www.readthefuckingmanual.fr/images/Articles.gif) top left;
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
	display: block;
	font-size: 0px;
}
#span_Discussions{
	background: transparent url(http://www.readthefuckingmanual.fr/images/Discussions.gif) top left;
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
	display: block;
	font-size: 0px;
}
#span_Annuaire{
	background: transparent url(http://www.readthefuckingmanual.fr/images/Annuaire.gif) top left;
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
	display: block;
	font-size: 0px;
}
#span_Dictionnaire{
	background: transparent url(http://www.readthefuckingmanual.fr/images/Dictionnaire.gif) top left;
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
	display: block;
	font-size: 0px;
}
#span_Membres{
	background: transparent url(http://www.readthefuckingmanual.fr/images/Membres.gif) top left;
	background-repeat: no-repeat;
	width: 200px;
	height: 20px;
	display: block;
	font-size: 0px;
}

/*******************************************************************************
   Indicateur footer
*******************************************************************************/
.B4{
	border-bottom: 1px dotted #f8b422;

	height: 86px;
	width: 100%;
	display: block;
	clear: both;

	margin-bottom: 10px;
}
/* sous bloc de pied de page */
.footer{
}

/*******************************************************************************
   code lié aux pages de recherche
*******************************************************************************/
.search_result_header{
	border: 1px solid #95de5b;
	background-color: #f3e5c6;
	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 #95de5b;
	background-color: #f3e5c6;
	color: #5a71de;
	padding: 5px;
}
.search_table_footer{
	width: 100%;
}
.searchtable{
	width: 100%;
	background-color: #ffffff;
	text-align: center;
}
.submitsearch{}
.inputsearch{
	border: 1px dotted #f8b422;
	width: 100%;
}

/*******************************************************************************
   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 dotted #46b246;
	background-color: #ffffff;
	color: #6c6b6b;
	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{
	font-size: 210%;
	font-weight: bolder;
	color: #5a71de;
	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: 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;
	font-size: 9px;
}
.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: #e6e7e6;
	vertical-align: top;
}
/*
.atr:hover {
	background-color: #e6e7e6;
	color: #faaf0f;
	font-weight: bolder;
}
*/
.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;
}

/*******************************************************************************
   Code lié à toutes les pubs du site
*******************************************************************************/
.ads_in{
	position: relative;
	top: 35px;
	left: 35px;
}
.ads_in_250{
	position: relative;
	top: 7px;
	left: 7px;
}
.ads_200_200{
	background-image: url(../../images/ads/ads-200-200.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 270px;
	width: 270px;
	display: block;
}
.ads_234_60{
	background-image: url(../../images/ads/ads-234-60.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 130px;
	width: 304px;
	display: block;
}
.ads_336_280{
	background-image: url(../../images/ads-250-250.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 280px;
	width: 280px;
	display: block;
}
.debug{
	width: 90%;
	height: 50%;
	display: block;
	
	position: absolute;
	left: 5%;
	top: 5%;

	padding: 15px;
	border: 1px solid #fbaf0c;

	background-color: #000000;
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity:0.80;

	font-weight: bolder;
	color: #2cef48;
	overflow: auto;
}
.variable{
	color: #f88722;
}
.type{
	color: #5a71de;
}
.value{
	color: #ffffff;
}
.expanddiv{
	border: 1px dotted #fbaf0c;
	marging: 3px;
	padding: 5px;
	display: none;
	overflow: auto;
	
}

/*******************************************************************************
   Code lié aux objets dynamiques du site
*******************************************************************************/
.flash_articles{
	width: 160px;
	border: 1px dotted #f8b422;
	float: left;
	padding: 10px;
	margin-right: 15px;
}
.flash_rubrique{
	border-bottom: 1px dotted #f8b422;
}
.myflashlink{
	font-family: verdana;
	font-size: 12px;
	color: #46b246;
	text-decoration: none;
}
.flash_feed{
	padding: 10px;
}
.feed_record{
	border: none;
}
.feed_alink{
	text-decoration: none;
}
.feed_table{
	border: 1px dotted #f8b422;
	padding: 10px;
}
