/** BBcode **/
/* Tableau du bbcode */
.bbcode, .bbcode2{
	width:485px;
	border:1px solid #63839F;
	border-collapse:collapse;
	border-spacing:0px;
	/*background:url(images/bb_form.png);*/
	
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* W3C display: inline-block;*/

}
.bbcode2{
	width:485px;
}
/* Curseur de la souris au passage sur les icônes */
.bbcode_hover{
	cursor:pointer;
}
/* Menu caché du BBcode */
.bbcode_block{
	position:absolute;
	text-align:center;
	padding:6px 4px;
	background:#87A6BE;
	border:1px solid #2C5169;
	bottom:28px; 
	z-index:100;
}
/* Affichage des smiley */
.smiley{
	vertical-align:middle;
}
/** Titres **/
h3.title1, h3.title2{
	width:98%;
	margin:auto;
	font-size:12px;
	margin-bottom:-5px;
	padding:0px 5px;
	border-bottom:2px solid #4F6A7F;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
/* Titre 1 */
h3.title1{
	color:#36424F;
	border-bottom:2px solid #36424F;
}
/* Titre 2 */
h3.title2{
	background:#FFFFFF;	
	color:#36424F;
	padding:2px 5px;
	border:1px solid #4F6A7F;
	border-left:3px solid #4F6A7F;
	border-right:3px solid #4F6A7F;
}
h4.stitle1, h4.stitle2{
	display:inline;
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin-left:35px;
	padding:2px 5px;
	font-weight:bold;
	background:#FFFFFF;	
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
/* Sous titre 1 */
h4.stitle1{
	border:1px solid #000;
	border-left:3px solid #000;
	border-right:3px solid #000;
}
/* Sous titre 2 */
h4.stitle2{
	margin-left:50px;
	border:1px solid #000;
	border-top:3px solid #000;
}
.float_left
{
	float:left;
	margin:5px;
}
.float_right
{
	float:right;
	margin:5px;
}
/* Tableaux */
.bb_table{
	border:1px solid #2C5169;
	border-spacing:0px;
	border-collapse:collapse;
	margin:2px;
}
.bb_table_col{
	border:1px solid #2C5169;
	padding:6px;
}
/* Listes */
.bb_ul{
	margin-left:20px;
}
.bb_ol{
	margin-left:35px;
}
/** Styles **/
.question{
   color:#990099;
background-color:#EEEEEE;
background-image:  url(../images/question.png),url(../images/question2.png);
background-position: right top, top;
background-repeat: no-repeat,repeat-x;
padding-top:50px;
    border:1px solid #990099;
	
}
.notice{
   color:#006699;
background-color:#EEEEEE;
background-image:  url(../images/notice.png),url(../images/notice2.png);
background-position: right top, top;
background-repeat: no-repeat,repeat-x;
padding-top:50px;
    border:1px solid #006699;
}
.warning{
   color:#FF0000;
background-color:#EEEEEE;
background-image:  url(../images/forbidden.png),url(../images/forbidden2.png);
background-position: right top, top;
background-repeat: no-repeat,repeat-x;
padding-top:50px;
    border:1px solid #FF0000;
}
.error{
color:#000000;
background-color:#EEEEEE;
background-image:  url(../images/stop.png),url(../images/stop2.png);
background-position: right top, top;
background-repeat: no-repeat,repeat-x;
padding-top:50px;
    border:1px solid #000000;
}
.success{
    color:#339933;
background-color:#EEEEEE;
background-image:  url(../images/success3.png),url(../images/success.png);
background-position: right top, top;
background-repeat: no-repeat,repeat-x;
padding-top:50px;
    border:1px solid #339933; 

}
.question, .notice, .warning, .error, .success{
    display:block;
    height:35px;
    margin:4px 25px;
	padding-left:20px;
   /*border:1px solid #b7b7b7;*/  


}
html>body .question, html>body .notice, html>body .warning, html>body .error, html>body .success
{
    height:auto;
    min-height:110px;
}
.notice a{
	color:#FFF;
}

/* Affichage balise quote, code, hide */
.text_blockquote, .text_code, .text_hide{
	display:block;
	width:93%;
	padding-bottom:2px;
	font-weight:bold;
	margin:auto;

}
.blockquote, .code, .hide {
	overflow:auto;
	max-height:500px;
	min-height:100px;
	border:1px solid #CCCCCC;
	color:#000000;
	margin:0px 25px;
background-color:#EEEEEE;
background-image:  url(../images/quote.png),url(../images/quote2.png);
background-position: right top, top;
background-repeat: no-repeat,repeat-x;
padding-top:50px;
padding-left:20px;
}
.hide{
	cursor:pointer;
	height:10px;
	overflow:auto;
}
.hide2{
	visibility:hidden;
}
.indent{
	margin-left:30px;
}
.bb_acronym{
	cursor:help;
}

.bb_block{
	margin:5px 20px;
	padding:5px;
	border:1px solid #C4CED6;
}

.bb_fieldset{
	margin:10px;
}

/* Prï¿½visualisation AJAX. */
.xmlhttprequest_preview{
	overflow:auto;
	height:220px;
	width:94%;
	font-size:11px;
	margin:auto;
	margin-top:4px;
	margin-bottom:3px;			
	padding:1px 2px;
}

/* Code avec numï¿½rotation des listes */
.code ol{
	margin-left:3em;
}

/*Lien vers Wikipï¿½dia*/
a.wikipedia_link:before{
   content:url(../images/wikipedia_icon.png);
   vertical-align:middle;
}

a.wikipedia_link{
	border-bottom:1px dotted;
}

