/** BBcode **/
/* Tableau du bbcode */
.bbcode, .bbcode2{
	width:485px;
	background:url(images/bb_form.png);
	border:1px solid #82766A;
	border-collapse:collapse;
	border-spacing:0px;
color:#003687;
font-family:Verdana,'Bitstream Vera Sans',Times,serif;
font-size:12px;
font-weight:normal;
}
.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 #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;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
/* Titre 1 */
h3.title1{
background:transparent url(images/connect.png) no-repeat scroll 0 0;
color:#003687;
font-size:14px;
height:28px;
padding-top:5px;
text-align:center;
}
/* Titre 2 */
h3.title2{
background:transparent url(images/connect-rose.png) no-repeat scroll 0 0;
color:#AC0039;
font-size:14px;
height:28px;
padding-top:5px;
text-align:center;
}
h4.stitle1, h4.stitle2{
	display:inline;
	margin-left:35px;
	padding:2px 5px;
	height:30px;
	width:306px;
}
/* Sous titre 1 */
h4.stitle1{
background:transparent url(images/connect-blue2.png) no-repeat scroll 0 0;
height:29px;
padding:6px 71px 7px;
margin-left:50px;
color:#000000;
font-size:14px;
}
/* Sous titre 2 */
h4.stitle2{
background:transparent url(images/connect-vert2.png) no-repeat scroll 0 0;
height:29px;
padding:6px 71px 7px;
margin-left:50px;
color:#166E00;
font-size:14px;
}
.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 {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-position:4px 4px;
border:1px solid #B7B7B7;
display:block;
height:35px;
margin:4px 25px;
padding:4px 5px 10px 40px;
}

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

/* 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;
	background:transparent url(images/bbcode.png) repeat scroll 0 0;
	border:2px solid #CCCCCC;
	border-left:5px solid #CCCCCC;
	border-right:5px solid #CCCCCC;
	color:#000000;
	padding:8px;
	margin:0px 25px;
}
.hide{
	cursor:pointer;
	height:10px;
	overflow:auto;
}
.hide2{
	visibility:hidden;
}
.indent{
	margin-left:30px;
}
.bb_acronym{
	cursor:help;
}

.bb_block{
background:transparent url(images/bloc1.png) repeat-y scroll left 0;
border:1px solid #777777;
font-family:monospace;
font-size:12px;
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;
}


