@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990099;
}
body {
	background-color: #FF8500;
}
a {
	font-size: 10px;
	color: #990099;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990099;
}
a:hover {
	text-decoration: none;
	color: #FF8500;
}
a:active {
	text-decoration: none;
}
/*STYLE*/
.Style1 {color: #FF8500;
      font-size: x-small;
 }
 .Style2 {color: #990099;
      font-size: small;
 }
 
 /*########################
##						##
##	  AFF. GENERAL		##
##						##
########################*/

.CalqueAffiche
{
	overflow:auto;
	width:1015px;
	height:540px;
	border:0px;
	background-color:#FFFFCC;
}
.tabaffiche
{
	width:900px;
}
.tabautre
{
	font-size:x-small;
	color:#FFFF00;
}
a.type2:link
{
 	color:#FFFF00;
 	text-decoration:none;
	font-family:Arial;
	font-size:x-small;
}
a.type2:visited
{
 	color:#FFFF00;
 	text-decoration:none;
	font-family:Arial;
	font-size:x-small;
}
a.type2:hover {
	text-decoration: none;
	color: #FF0000;	
}

/*################################################
##												##
##				Fonctions BBcode				##
##												##
################################################*/

#BBCode_text {		/* la div contenant l'éditeur */
	border:#999999 solid 1px;
	background-color: #EFEFEF;
	width: 610px;
}
#Prev_text { /* la div affichant la prévis */
	width: 610px;
}

#BBCodeBouton_text { /* la div contenant toutes les "balises" de {b] à [/size] */
	height: 70px;
}
#BBCodeBouton_text input, #BBCodeBouton_text select {
	border: #666666 solid 1px;
	margin-left: 5px;
}

#BBCodeSubmit_text { /* la div div contenant les 2 submit "Envoie" et "Prévisu." */
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#BBCodeSubmit_text input { border: #666666 outset 1px; background-color: #EFEFEF; margin-left: 20px; }
#BBCodeSubmit_text input:hover { border: #CCCCCC solid 1px; }
#BBCodeSubmit_text input:active { border: #666666 inset 1px; }

#SubBB_text {	/* Bouton Standard des balises : [B], [i], [u], [url], [img], [quote], [code], [list] */
	height: 28px;
}

#SubBB_text input { border: #666666 outset 1px; }
#SubBB_text input:hover { border: #CCCCCC solid 1px; background-color: #FFFFFF; }
#SubBB_text input:active { border: #666666 inset 1px; background-color: #EFEFEF; }

#SelColBB_text, #SelColBB_text select {		/* Les Selects des balises [color] et [bgcolor] choix de couleur de police ou de fond de police */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 16px;
}

#SelColBB_text {
	height: 18px;
}

#SelFontBB_text, #SelFontBB_text select { 	/* Selects [font] choix de police */
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 16px;
	left: 5px;
}

#SelSizeBB_text, #SelSizeBB_text select {	/* Selects [size] choix de taille de police */
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 16px;
	left: 10px;
}

#SelFontBB_text,#SelSizeBB_text {
	height: 18px;
}

#BBCodeArea_text {  /* la div contenant le textarea */
	margin-left: 2.5px;
}

#text {		/* Le textarea (la ou on tape des lettres ^^') */
}

.bbcode {	/* Concerne l'editeur et la prévisualistion */
	
	
	
}

/*###################################
#									#
#				LIENS	 			#
#									#
###################################*/

a:link.Administration {
	text-decoration: none;
	color: #FFFF00;
}
a:visited.Administration {
	text-decoration: none;
	color: #FFFF00;
}
a:hover.Administration {
	text-decoration: none;
	color: #FF0000;
}
a:active.Administration {
	text-decoration: none;
	color:#FFFF00;
}

/*###################################
#									#
#				TABLEAUX 			#
#									#
###################################*/

.Tableau
{

}

.TitreTableau
{
	color:#FFFF00;
	font-size:x-small;
	font-weight:bold;
}

.LigneTableau
{
	color:#FFFF00;
	font-size:x-small;
}

/*###################################
#									#
#				AUTRES				#
#									#
###################################*/

.TexteLibre
{
	color:#FFFF00;
	font-size:x-small;
}

.Texte
{
	color:#FFFF00;
}

.TitrePage
{
	color:#FFFF00;
	font-size:medium;
	font-weight:bold;
}