/*
************************************************************
 le styledes bouton BBcode
 ************************************************************
 */
.bouton{
	padding:0;
	cursor:pointer;
	cursor:hand;
	border:0;
	background:transparent;
}
/*
************************************************************
 le style texte
 ************************************************************
 */
.barrer{
	text-decoration:line-through;
}
.ligne_au_dessus{
	text-decoration:overline;
}
.clignote{
	text-decoration:blink;
}
.warning{
	text-indent:2em;
	border:1px solid #cc0000;
	background-image:url(../images/texte/warning.png);
	background-repeat:no-repeat;
	background-color:white;
	background-position:10px 10px;
	padding:10px 10px 10px 20px;
	margin:10px;
	width:90%;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#cc0000;
}
.ok{
	text-indent:2em;
	border:1px solid green;
	background-image:url(../images/texte/ok.png);
	background-repeat:no-repeat;
	background-color:white;
	background-position:10px 10px;
	padding:10px 10px 10px 20px;
	margin:5px;
	width:90%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:green;
}
.note {
	border:1px solid yellow;
	background-color:#ffc;
	color:#220;
	padding:5px;
	margin: 1em 0 0 .75em;
}
.note-header {
	border:1px solid #ff0;
	border-width:1px 2px 2px 1px;
	margin-top:-1.2em;
	background-color:#ffc;
	width:10%;
	font-weight:bold;
	text-align:center;
	color:#660;
}
.citation {
	border:1px solid #000000;
	padding:5px;
	background-color:#FFFFFF;
	margin-left:50px;
	margin-right:50px;
	margin-top:0;
	font-family:"Courier New", sans-serif;
	font-size:1em;
	color:black;
}
.entete_citation {
	width:20%;
	border:1px solid #000000;
	padding:5px;
	margin-left:50px;
	margin-right:50px;
	margin-bottom:0;
	background-color:#EFE0C8;
	font-family:"Courier New", sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:black;
}
.code_php {
	width:98%;
	max-height:30em;
	background:#EAEAEA url(../images/texte/code.png) repeat-y left top;
	border:1px dotted #8B4513;
	color:black;
	padding:0.2em;
	border-left:none;
	margin-top:0px;
	padding-left:8px;
	font-size:1.2em;
	overflow:auto;
}
.code_php_fichier {
	width:20%;
	background:#EAEAEA url(../images/texte/code.png) repeat-y left top;
    border:1px dotted #8B4513;
	color:black;
	padding:0.3em;
	border-left:none;
	margin-bottom:0px;
	padding-left:8px;
	font-family:"Courier New", sans-serif;
	font-size:1.2em;
	font-weight:bold;
}
.remarque{
    border:1px dotted #AD6735;
    background:#FFFFEE;
    padding:0.2em;
}
.code{
	margin:2em 6em 2em 2em;
	border-left:1px solid #000000;
	padding:0.5em 1em 0.5em 32px;
	background:transparent url("../images/texte/example.gif") no-repeat 0 0;
	color:#805500;
}
.panneau1{
	margin:0px;
	border:0px solid black;
	border-collapse:collapse;
}
.panneau1 tbody tr{
	margin:0px;
	border:0px solid black;
	border-collapse:collapse;
}
.panneau1 tbody th{
	margin:0px;
	border:0px solid black;
	border-collapse:collapse;
}
.panneau{
	margin:0px;
	padding:4px;
	line-height:10px;
	font-family:verdana,arial,Helvetica,sans-serif;
	color:black;
	font-size:0.8em;
	border:1px solid #333333;
}
.bbcode_image_droite{
	margin:5px;
}
.bbcode_image_droite img{
	float:right;
	margin:5px;
}
.bbcode_image_gauche{
	margin:5px;
}
.bbcode_image_gauche img{
	float:left;
	margin:5px;
}
/*.liste{
	list-style-image: url("../images/texte/dossier.gif");
}
.liste ul{
	list-style-image: url("../images/texte/dossier_petit.gif");
}
.liste li{
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:2px;
	color:black;
}
.droite{
	float:right;
}*//*
label {
display:block;
width:150px;
float:left;
}*/