/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		3myl_parchemin
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		SGo ( http://www.mylimages.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

@import url("memberlist_avatar.css");

/* Layout
 ------------ */

* {
	/*  Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #342712;
	background-color: #EADAC0;
	 /* font-size: 14px; This sets the default font size to be equivalent to 10px */
	font-style: italic;
   margin: 0px; 
   width: 100%;
}

#page
{
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #342712;
	background-color: #EADAC0;
	 /* font-size: 14px; This sets the default font size to be equivalent to 10px */
   margin: 20px auto; 
	font-style: italic;
  width: 90%;
  }

/* Cadres
 ------------ */
td.left_top {
	background-color: #EADAC0;
	background-image: url('./images/bgd_lt.jpg');
	padding: 0;
	margin: 0;
	width: 47px;
	background-position: left;
	background-repeat: repeat-y;
}
td.center_top {
	background-color: #EADAC0;
	background-image: url('./images/bgd_mt.jpg');
	padding: 0;
	margin: 0;
	background-position: center;
}
td.right_top {
	background-color: #EADAC0;
	background-image: url('./images/bgd_rt.jpg');
	padding: 0;
	margin: 0;
	width: 47px;
	background-position: right;
	background-repeat: repeat-y;
}
td.left {
	background-color: #EADAC0;
	background-image: url('./images/bgd_l.jpg');
	padding: 0;
	margin: 0;
	width: 47px;
	background-position: left top;
	background-repeat: repeat-y;
}
td.center {
	background-color: #EADAC0;
	background-image: url('./images/bgd_m.jpg');
	padding: 0;
	margin: 0;
	background-position: center top;
}
td.right {
	background-color: #EADAC0;
	background-image: url('./images/bgd_r.jpg');
	padding: 0;
	margin: 0;
	width: 47px;
	background-position: right top;
	background-repeat: repeat-y;
}
td.left_bottom {
	background-color: #EADAC0;
	background-image: url('./images/bgd_lb.jpg');
	padding: 0;
	margin: 0;
	width: 47px;
	background-position: left;
	background-repeat: repeat-y;
}
td.center_bottom {
	background-color: #EADAC0;
	background-image: url('./images/bgd_mb.jpg');
	padding: 0;
	margin: 0;
	background-position: center;
}
td.right_bottom {
	background-color: #EADAC0;
	background-image: url('./images/bgd_rb.jpg');
	padding: 0;
	margin: 0;
	width: 47px;
	background-position: right;
	background-repeat: repeat-y;
}
/* Fin de Cadres
 ------------ */

    #wrapheader {
       height: auto !important;
       padding: 0;
    }

#wrapcentre {
	margin: 5px 1px 5px 1px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #CFA769;
}

#logodesc {
	padding: 5px 25px;
}

#menubar {
   margin: 0 5px; 
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 13px;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: #745626;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 32px;
	text-decoration: none;
}

h2 {
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 28px;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

p {
	font-size: 13px;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #342712;
	font-weight: bold;
	white-space: normal;
	font-size: 13px;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 13px;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
    padding-top: 5px;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #342712;
}

.postbody {
	font-size: 15px;
	line-height: 1.4em;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: #342712;
	font-weight: bold;
	font-size: 11px;
}

.pagination {
	padding: 4px;
	color: #342712;
	font-size: 12px;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 15px;
}

.genmed {
	margin: 1px 1px;
	font-size: 14px;
}

.gensmall {
	margin: 1px 1px;
	font-size: 13px;
}

.copyright {
	color: #342712;
	font-weight: normal;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
}

.titles {
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

.error {
	color: red;
	font-size: 13px;
}


/* Tables
 ------------ */
th {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background-color: transparent;
	background-image: url('./images/cellpic3.jpg');
	white-space: nowrap;
	padding: 7px 5px;
	border-color: #795927;
	border-width: 1px 0 1px 0;
	border-style: solid;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: transparent;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	background: url('./images/cellpic.jpg');
	background-position: bottom;
}
.rtl .catdiv {
	background-color: transparent;
	background: url('./images/cellpic.jpg');
	background-position: bottom;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-image: url('./images/cellpic.jpg');
	background-position: bottom;
	text-indent: 4px;
	border-color: #795927;
	border-width: 1px 0 1px 0;
	border-style: solid;
}

.row1 {
	background-color: transparent;
	padding: 4px;
	border-color: #CFA769;
	border-width: 0 0 1px 0;
	border-style: dashed;7
}

.row2 {
	background-color: transparent;
	padding: 4px;
	border-color: #CFA769;
	border-width: 0 0 1px 0;
	border-style: dashed;
}

.row3 {
	background-color: transparent;
	padding: 4px;
	border-color: #CFA769;
	border-width: 0 0 1px 0;
	border-style: dashed;
}
.row4 {
	background-color: transparent;
	padding: 2px;
	border-color: #CFA769;
	border-width: 0 0 0 0;
	border-style: dashed;
}
.row5 {
	background-color: transparent;
	padding: 0;
	border-color: #CFA769;
	border-width: 0 0 1px 0;
	border-style: dashed;
}


.spacer {
	background-color: #EADAC0;
	background-image: url(images/cellpic3.jpg);
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #CFA769;
	color: #342712;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
     /* Links adjustment to correctly display an order of rtl/ltr mixed content */
    .rtl a {
       direction: rtl;
       unicode-bidi: embed;
    }

a:link {
	color: #604720;
	text-decoration: none;
}

a:active,
a:visited {
	color: #745626;
	text-decoration: none;
}

a:hover {
	color: #D46400;
	text-decoration: underline;
}

a.forumlink {
	color: #604720;
	font-weight: bold;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 14px;
}

a.topictitle {
	margin: 1px 0;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

a.topictitle:visited {
	color: #745626;
	text-decoration: none;
}

th a,
th a:visited {
	color: #000000;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #342712;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #795927;
	background-color: #EADAC0;
}

textarea {
	background-color: #EADAC0;
	color: #342712;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 14px; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #795927;
	padding: 2px;
}

select {
	color: #342712;
	background-color: #EADAC0;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #795927;
	padding: 1px;
}

option {
	padding: 0 2px 0 0;
}

option.disabled-option {
	color: graytext;
}

fieldset {
/* This setting helps us to display better the fieldset element on ie */
background: #ccc;
}

.rtl option {
	padding: 0 0 0 2px;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: #EADAC0;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #342712;
	font-weight: normal;
	font-size: 14px;
	font-family: Book Antiqua, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-style: italic;
	background-color: #F3EADD;
	background-image: url(images/cellpic3.jpg);
	cursor: pointer;
	border: 1px solid #795927;
}

.btnmain {
	font-weight: bold;
	background-color: #F3EADD;
	background-image: url(images/cellpic3.jpg);
	border: 1px solid #795927;
	cursor: pointer;
	padding: 1px 1px;
	font-size: 12px;
}

.btnlite {
	font-weight: bold;
	background-color: #F3EADD;
	background-image: url(images/cellpic3.jpg);
	border: 1px solid #795927;
	cursor: pointer;
	padding: 1px 1px;
	font-size: 12px;
}

.btnfile {
	font-weight: bold;
	background-color: #F3EADD;
	border: 1px solid #795927;
	padding: 1px 1px;
	font-size: 12px;
}

.helpline {
	background-color: #FFFF80;
	border-style: none;
	padding: 0 0;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #795927;
	color: #333333;
	background-color: #EADAC0;
	font-size: 14px;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 12px;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #795927;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #342712;
}

.attachcontent {
	font-size: 12px;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #795927;
	color: #FFFFFF;
	background-color: #795927;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #795927;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 12px;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}

/* Quick Search
---------------------------------------- */
.qstitle {
	color: #FFFFFF;
	font-size: 1em;
	background-color: #006699;
	padding: 2px;
}

.qscontent {
	background-color: #A9B8C2;
	border: 1px solid #006699;	
}

/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 12px;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

#topbar
{
height:25px;
padding-left: 0px;
width: 100%;
position:fixed;
}

#topbar
{
margin: 0px;
padding: 0px;
top: 0;
padding-top: 1px;
background: url("../imageset/topbar.png") repeat-x;
width: 100%;
height: 20px;
text-align: center;
font-family: arial;
font-style:normal;
font-size: 10pt;
font-weight: bold;
color: black;
}

#topbar a
{
letter-spacing:0px;
color: #FFFFFF;
text-decoration: none;
}

#topbar a:hover
{
color: #FFFFFF;
text-decoration: overline underline;
}

#topbar-span
{
margin-right: 40px;
margin-right: 40px;
}

#topbar-gauche
{
float: left;
}

#topbar-droite
{
float: right;
}

/* subsilver2 Breizh Shoutbox Styles
   Rollover buttons and backgrounds
   By Sylver35  http://breizh-portal.com
----------------------------------------*/
#msg > li.row1 {
	display: block;
	list-style-type: none;
	margin: 0;
	height: auto;
	width:98%;
	float: left;
	padding: 1px 0;
}

#msg > li.row2 {
	display: block;
	list-style-type: none;
	margin: 0;
	height: auto;
	width:98%;
	float: left;
	padding: 1px 0;
}

#msg > li > dl{
	vertical-align: middle;
	width: 100%;
	padding: 0;
}

#msg > li > dl > dt{
	width: auto !important;
	margin-right: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#msg > li > dl > dd > input{
	margin: 3px;
}

#msg > li > dl > dd#msgbody{
	display: inline;
	padding: 3px 0 1px 0px !important;
	vertical-align: middle;
	float:none !important;
}

#base_ul
{
	list-style:none;
	margin-left: 0;
}

#url_more {
	white-space: nowrap;
}

ul.ul_rules {
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	width: 99%;
}

.rtl msg > li.row1 {
	display: block;
	list-style-type: none;
	margin: 0;
	height: auto;
	width:98%;
	float: right;
}
.rtl msg > li.row2 {
	display: block;
	list-style-type: none;
	margin: 0;
	height: auto;
	width:98%;
	float: right;
}
.rtl msg > li > dl > dt{
	width: auto !important;
	margin-left: 0px;
	padding-left: 1px;
}
.rtl msg > li > dl > dd.rtl msgbody{
	display: inline;
	padding: 2px 1px 0 3px !important;
	vertical-align: middle;
	float:none !important;
}

li.background_sub {
	width: 100%;
}

/* Rollover buttons Shoutbox
   By Sylver35
----------------------------------------*/

a.button_shout, input.button_shout, a.button_shout:hover, input.button_shout:hover {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 1px 5px 2px 5px;
	width: 22px;
	height: 22px;
	border: 0 none;
	margin-top: 2px;
	cursor: pointer;
}

a.button_shout_l, input.button_shout_l, a.button_shout_l:hover, input.button_shout_l:hover {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 3px 5px;
	width: 22px;
	height: 22px;
	border: 0px;
	cursor: pointer;
}


a.button_shout_del, input.button_shout_del, 
a.button_shout_del_no, input.button_shout_del_no {
	background-image: url("./images/shout/shout_cross.png"); 
}

a.button_shout_del:hover, input.button_shout_del:hover {
	background-image: url("./images/shout/shout_del.png");
}

a.button_shout_ip, input.button_shout_ip, 
a.button_shout_ip_no, input.button_shout_ip_no {
	background-image: url("./images/shout/shout_help.png");
}

a.button_shout_ip:hover, input.button_shout_ip:hover {
	background-image: url("./images/shout/shout_inf.png");
}

a.button_shout_edit, input.button_shout_edit, 
a.button_shout_edit_no, input.button_shout_edit_no {
	background-image: url("./images/shout/shout_edit.png");
}

a.button_shout_edit:hover, input.button_shout_edit:hover {
	background-image: url("./images/shout/shout_form.png");
}

a.button_shout_smile, input.button_shout_smile, 
a.button_shout_smile_no, input.button_shout_smile_no {
	background-image: url("./images/shout/shout_smile.png");
}

a.button_shout_smile:hover, input.button_shout_smile:hover {
	background-image: url("./images/shout/shout_tongue.png");
}

a.button_shout_bold, input.button_shout_bold, 
a.button_shout_bold_no, input.button_shout_bold_no {
	background-image: url("./images/shout/shout_bold.png");
}

a.button_shout_bold:hover, input.button_shout_bold:hover {
	background-image: url("./images/shout/shout_bold2.png");
}

a.button_shout_italic, input.button_shout_italic, 
a.button_shout_italic_no, input.button_shout_italic_no{
	background-image: url("./images/shout/shout_italic.png");
}

a.button_shout_italic:hover, input.button_shout_italic:hover {
	background-image: url("./images/shout/shout_italic2.png");
}

a.button_shout_under, input.button_shout_under, 
a.button_shout_under_no, input.button_shout_under_no {
	background-image: url("./images/shout/shout_under.png");
}

a.button_shout_under:hover, input.button_shout_under:hover {
	background-image: url("./images/shout/shout_under2.png");
}

a.button_shout_img, input.button_shout_img, 
a.button_shout_img_no, input.button_shout_img_no {
	background-image: url("./images/shout/shout_img.png");
}

a.button_shout_img:hover, input.button_shout_img:hover {
	background-image: url("./images/shout/shout_img2.png");
}

a.button_shout_url, input.button_shout_url, 
a.button_shout_url_no, input.button_shout_url_no {
	background-image: url("./images/shout/shout_url.png");
}

a.button_shout_url:hover, input.button_shout_url:hover {
	background-image: url("./images/shout/shout_url2.png");
}

a.button_shout_popup, input.button_shout_popup, 
a.button_shout_popup_no, input.button_shout_popup_no {
	background-image: url("./images/shout/shout_popup.png");
}

a.button_shout_popup:hover, input.button_shout_popup:hover {
	background-image: url("./images/shout/shout_popup2.png");
}

a.button_shout_priv, input.button_shout_priv, 
a.button_shout_priv_no, input.button_shout_priv_no {
	background-image: url("./images/shout/key_add.png");
}

a.button_shout_priv:hover, input.button_shout_priv:hover {
	background-image: url("./images/shout/key_go.png");
}

a.button_shout_color, input.button_shout_color, 
a.button_shout_color_no, input.button_shout_color_no {
	background-image: url("./images/shout/shout_color.png");
}

a.button_shout_color:hover, input.button_shout_color:hover {
	background-image: url("./images/shout/shout_color2.png");
}

a.button_shout_robot, input.button_shout_robot, 
a.button_shout_robot_no, input.button_shout_robot_no {
	background-image: url("./images/shout/robot.png");
}

a.button_shout_robot:hover, input.button_shout_robot:hover {
	background-image: url("./images/shout/robot_2.png");
}

a.button_shout_chars, input.button_shout_chars, 
a.button_shout_chars_no, input.button_shout_chars_no {
	background-image: url("./images/shout/chars.png");
}

a.button_shout_chars:hover, input.button_shout_chars:hover {
	background-image: url("./images/shout/chars_2.png");
}

a.button_shout_purge, input.button_shout_purge, 
a.button_shout_purge_no, input.button_shout_purge_no {
	background-image: url("./images/shout/poubelle.png");
}

a.button_shout_purge:hover, input.button_shout_purge:hover {
	background-image: url("./images/shout/poubelle_2.png");
}

a.button_shout_rules, input.button_shout_rules {
	background-image: url("./images/shout/alert.png");
}

a.button_shout_rules:hover, input.button_shout_rules:hover {
	background-image: url("./images/shout/alert_over.png");
}

a.button_shout_rules_in, input.button_shout_rules_in {
	background-image: url("./images/shout/exit.png");
}

a.button_shout_config, input.button_shout_config {
	background-image: url("./images/shout/config.png");
}

a.button_shout_config:hover, input.button_shout_config:hover {
	background-image: url("./images/shout/config_over.png");
}

a.button_shout_del_no:hover, input.button_shout_del_no:hover, a.button_shout_edit_no:hover, input.button_shout_edit_no:hover, 
a.button_shout_ip_no:hover, input.button_shout_ip_no:hover, a.button_shout_priv_no:hover, input.button_shout_priv_no:hover, 
a.button_shout_img_no:hover, input.button_shout_img_no:hover, a.button_shout_popup_no:hover, input.button_shout_popup_no:hover, 
a.button_shout_smile_no:hover, input.button_shout_smile_no:hover, a.button_shout_under_no:hover, input.button_shout_under_no:hover, 
a.button_shout_italic_no:hover, input.button_shout_italic_no:hover, a.button_shout_bold_no:hover, input.button_shout_bold_no:hover, 
a.button_shout_color_no:hover, input.button_shout_color_no:hover, a.button_shout_url_no:hover, input.button_shout_url_no:hover,
a.button_shout_robot_no:hover, input.button_shout_robot_no:hover, a.button_shout_purge_no:hover, input.button_shout_purge_no:hover,
a.button_shout_chars_no:hover, input.button_shout_chars_no:hover {
	background-image: url("./images/shout/lock_delete.png");
}

table.button_background, dt.button_background, div.button_background{
	background-repeat: repeat;
	width: auto;
	height: auto;
}

table.button_background_grey, li.button_background_grey, dt.button_background_grey, div.button_background_grey {
	background-image: url("./images/shout/fond/grey.gif");
}

table.button_background_grey2, li.button_background_grey2, dt.button_background_grey2, div.button_background_grey2 {
	background-image: url("./images/shout/fond/grey2.gif");
}

table.button_background_orange, li.button_background_orange, dt.button_background_orange, div.button_background_orange {
	background-image: url("./images/shout/fond/orange.gif");
}

table.button_background_blue, li.button_background_blue, dt.button_background_blue, div.button_background_blue {
	background-image: url("./images/shout/fond/blue.gif");
}

table.button_background_blue2, li.button_background_blue2, dt.button_background_blue2, div.button_background_blue2 {
	background-image: url("./images/shout/fond/blue2.gif");
}

table.button_background_violet, li.button_background_violet, dt.button_background_violet, div.button_background_violet {
	background-image: url("./images/shout/fond/violet.gif");
}


table.button_background_soft, li.button_background_soft, dt.button_background_soft, div.button_background_soft {
	background-image: url("./images/shout/fond/soft.gif");
}

table.button_background_green, li.button_background_green, dt.button_background_green, div.button_background_green {
	background-image: url("./images/shout/fond/green.gif");
}

table.button_background_red, li.button_background_red, dt.button_background_red, div.button_background_red {
	background-image: url("./images/shout/fond/red.gif");
}

table.button_background_red2, li.button_background_red2, dt.button_background_red2, div.button_background_red2 {
	background-image: url("./images/shout/fond/red2.gif");
}

table.button_background_transparent, li.button_background_transparent, dt.button_background_transparent, div.button_background_transparent {
	background-image: url("./images/shout/fond/transparent.gif");
}

table.button_background_yellow, li.button_background_yellow, dt.button_background_yellow, div.button_background_yellow {
	background-image: url("./images/shout/fond/yellow.gif");
}

table.button_background_pink, li.button_background_pink, dt.button_background_pink, div.button_background_pink {
	background-image: url("./images/shout/fond/pink.gif");
}

table.button_background_prosilver, li.button_background_prosilver, dt.button_background_prosilver, div.button_background_prosilver {
	background-image: url("./images/shout/fond/prosilver.gif");
}

table.button_background_prosilver2, li.button_background_prosilver2, dt.button_background_prosilver2, div.button_background_prosilver2 {
	background-image: url("./images/shout/fond/prosilver2.gif");
}

table.button_background_subsilver2, li.button_background_subsilver2, dt.button_background_subsilver2, div.button_background_subsilver2 {
	background-image: url("./images/shout/fond/subsilver2.gif");
}

table.button_background_subsilver3, li.button_background_subsilver3, dt.button_background_subsilver3, div.button_background_subsilver3 {
	background-image: url("./images/shout/fond/subsilver3.gif");
}

/*
* END MOD Breizh Shoutbox
----------------------------------------*/
