/** BBcode **/
/* Tableau du bbcode */
.bbcode, .bbcode2{
	width:485px;
	background:url(images/bb_form.png);
	border:1px solid #777777;
	border-collapse:collapse;
	border-spacing:0px;
}
.bbcode2{
	width:486px;
}
/* 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 #000000;
	bottom:28px; 
	z-index:100;
}
/* Affichage des smiley */
.smiley{
	vertical-align:middle;
}
/** Titres **/
h3.title1, h3.title2{
	width:98%;
	margin:auto;
font-family:georgia,prestige,sans-serif;
font-size:12px;
	margin-bottom:-5px;
	padding:0px 5px;
	border-bottom:2px solid #777777;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
/* Titre 1 */
h3.title1{
	color:#000000;
	border-bottom:2px solid #777777;
	font-size:12px;
}
/* Titre 2 */
h3.title2{
	background:transparent url(images/content.png) repeat scroll 0 0;	
	padding:2px 5px;
border-color:#000000;
border-style:solid;
border-width:1px 3px;
}
h4.stitle1, h4.stitle2{
	display:inline;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-left:35px;
	padding:2px 5px;
	font-weight:bold;
	background:transparent url(images/content.png) repeat scroll 0 0;	
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
/* Sous titre 1 */
h4.stitle1{
	border:1px solid #777777;
	border-left:3px solid #777777;
	border-right:3px solid #777777;
}
/* Sous titre 2 */
h4.stitle2{
	margin-left:50px;
	border:1px solid #777777;
	border-top:3px solid #777777;
}
.float_left
{
	float:left;
	margin:5px;
}
.float_right
{
	float:right;
	margin:5px;
}
/* Tableaux */
.bb_table{
	border:1px solid #000000;
	border-spacing:0px;
	border-collapse:collapse;
	margin:2px;
}
.bb_table_col{
	border:1px solid #000000;
	padding:6px;
}
/* Listes */
.bb_ul{
	margin-left:20px;
}
.bb_ol{
	margin-left:35px;
}
/** Styles **/
.question{
    color:blue;
    background:#eeeeee url(../images/question.png) no-repeat;
}
.notice{
    color:#000000;
    background:#ACA899 url(../images/notice.png) no-repeat;
}
.warning{
    color:#000000;
    background:#FF9900 url(../images/important.png) no-repeat;
}
.error{
    color:#000000;
    background:#d92e00 url(../images/stop.png) no-repeat;
}
.success{
    color:#000000;
    background:#8AC77F url(../images/success.png) no-repeat;
}
.question, .notice, .warning, .error, .success{
    display:block;
    height:35px;
    padding-top:4px;
    padding-bottom:10px;
    padding-left:40px;
    padding-right:5px;
    margin:4px 25px;
    border:1px solid #000000;   
    background-position:4px 4px;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
html>body .question, html>body .notice, html>body .warning, html>body .error, html>body .success
{
    height:auto;
    min-height:30px;
}

/* 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 {
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
background:transparent url(images/content.png) repeat scroll 0 0;
border:1px solid #000000;
color:#000000;
margin:0 25px;
max-height:500px;
overflow:auto;
padding:8px;
}
.hide{
	cursor:pointer;
	height:10px;
	overflow:auto;
}
.hide2{
	visibility:hidden;
}
.indent{
	margin-left:30px;
}
.bb_acronym{
	cursor:help;
}

.bb_block{
-moz-border-radius-bottomleft:12px;
-moz-border-radius-bottomright:12px;
-moz-border-radius-topleft:12px;
-moz-border-radius-topright:12px;
background:transparent url(images/content.png) repeat scroll 0 0;
border:1px solid #000000;
margin:5px 20px;
padding:5px;
}

.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;
}

