/*#######################################
#######    Feuille de style    ##########
##  Design: 1 
##  Partie: formulaires
########################################*/

.smilies
{
	vertical-align: middle;
}
fieldset
{
   border: 1px solid white;
   padding: 10px;
   font-size: small;
}
fieldset legend
{
   font-size:large; 
   color: #333333;
}
label
{
   cursor: pointer;
   float: left;
   width: 125px;
   padding-top: 5px;
   text-align: right;
   margin-right: 5px;
   font-weight: bold;
}
input,textarea
{
   font-family: Verdana, serif;
   font-size: small;
}
input
{
	margin: 3px;
	border: 1px solid black;
}
input[type=text]
{
	background-image:url("images/tuxform/champ_form.gif");
	width:151px;
	height:21px;
	color:#698123;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	background-repeat:no-repeat;
	background-color:none;
	border:none;
	margin:0px;
}
input[type=password]
{
	background-image:url("images/tuxform/champ_form.gif");
	width:151px;
	height:21px;
	color:#698123;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	background-repeat:no-repeat;
	background-color:none;
	border:none;
	margin:0px;
}
input[type=submit]
{

	color:#000000;
	padding:2px;
	font-weight:bold;
	background-image:url("images/sport/fond_cellule.jpg");

}

input[type=button]
{

	color:#000000;
	padding:2px;
	font-weight:bold;
	background-image:url("images/sport/fond_cellule.jpg");

}

.input_anormal 
{
	color: blue;
}
.cliquable
{
	cursor: pointer;
}
textarea
{
  	height: 250px;
   width: 80%;
}
.tuxcode,.tuxform
{
   margin-left: 130px;
}
.tuxcode_boutons
{
   margin-right:20px;
}
 
.liste_tuxcode .opt_titre
{
   text-align:center;
   font-weight: bold;
}
.smileys_tuxcode
{
   width: 130px;
   height: 180px;
   float: left;
   clear: right;
   text-align: center;
}
.smileys_tuxcode h1
{
   margin-top: 0px;
   font-size: large;
}
.smileys_tuxcode table
{
   margin-left: 5px;
}
.bouton_prev, .envoi
{
   text-align: center;
}
.envoi
{
   width: 100%;
}

.prev
{
   overflow:auto;
   font-weight:normal;
   width: 500px;
   padding: 10px;
}

.inline
{
	display:inline;
}
.block
{
	display:block;
}
.souligne
{
   text-decoration: underline;
}
.barre
{
   text-decoration:line-through;
}
.gauche
{
   text-align: left;
}
.droite
{
   text-align: right;
}
.centre
{
   text-align: center;
}
.float_gauche
{
	float: left;
}
.float_droite
{
	float: right;
}
.trespetit
{
   font-size: x-small;
}
.petit
{
   font-size: small;
}
.grand
{
   font-size: large;
}
.tresgrand
{
   font-size: x-large;
}
.blanc
{
   color: white;
}
.gris
{
   color: silver;
}
.rouge
{
   color: red;
}
.marron
{
   color: maroon;
}
.vert
{
   color: green;
}

.bleu
{
   color: navy;
}
.rose
{
   color: fuchsia;
}

.bleugris
{
   color: teal;
}




















