/** BBcode **/
/* Tableau du bbcode */
.bbcode, .bbcode2{
	width:485px;
	background:url(images/bb_form.png);
	border:1px solid #747474;
	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:transparent url(images/bg.gif) repeat scroll 0 0;
	border:1px solid #747474;
	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 #4F6A7F;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
/* Titre 1 */
h3.title1{
background:transparent url(images/puce_h3.png) no-repeat scroll left center;
border-bottom:2px solid darkGray;
color:grey;
font-size:20px;
font-weight:bold;
height:20px;
margin-top:5px;
padding:0 5px;
text-indent:20px;
}
/* Titre 2 */
h3.title2{
background:#FFFFFF none repeat scroll 0 0;
border-color:#AC72DE;
border-style:solid;
border-width:1px 3px;
padding:2px 5px;
}
h4.stitle1, h4.stitle2{
	display:inline;
	color:#36424F;
	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 #AC72DE;
	border-left:3px solid #AC72DE;
	border-right:3px solid #AC72DE;
}
/* Sous titre 2 */
h4.stitle2{
	margin-left:50px;
	border:1px solid #AC72DE;
	border-top:3px solid #AC72DE;
}
.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{
background:#ADCEE2 url(../images/question.png) no-repeat scroll 0 0;
color:blue;
}
.notice{
background:#e4e4e4 url(../images/notice.png) no-repeat scroll 0 0;
color:#777777;
}
.warning{
background:#F3BC70 url(../images/important.png) no-repeat scroll 0 0;
color:#5E3D0F;
}
.error{
background:#FF9193 url(../images/stop.png) no-repeat scroll 0 0;
color:#88181A;
}
.success{
background:#B1E2AD url(../images/success.png) no-repeat scroll 0 0;
color:#09460E;
}
.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 #b7b7b7;   
    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:#FFFFFF none repeat scroll 0 0;
border-color:#ACACAC;
border-style:solid;
border-width:1px 5px;
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{
	margin:5px 20px;
	padding:5px;
	border:1px solid #C4CED6;
}

.bb_fieldset{
	margin:10px;
}

/* Pr?visualisation AJAX. */
.xmlhttprequest_preview{
background-color:#FFFFFF;
	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;
}
