/*
Global.css
Créé par Konnecting Entertainment
Pour My e-farm Astuces
Juillet 2008
*/

/* LES SPAN/BLOCS SPECIAUX */
.centrer
{
  margin : auto;
  text-align : center;
}

.justifier
{
  text-align : justify;
}

.gras
{
  font-weight : bold;
}

.rouge
{
  color : red;
}

.vert
{
  color : green;
}

h4
{
  margin-left : 15px;
  font-size : 12pt;
  font-weight : bold;
  margin-bottom : 5px;
}

/* LES FORMULAIRES */
label.label
{
  display : block;
  float : left;
  width : 49%;
  text-align : right;
  padding-top : 3px;
  padding-right : 3px;
}

input.text
{
  border : 1px solid #000000;
  background-color : #FFFFFF;
	font-family : 'Trebuchet MS', Verdana, sans-serif;
	font-size : 10pt;
	padding : 2px;
	padding-top : 2px;
  padding-left : 25px;
	height : 18px;
}

textarea.textarea
{
  border : 1px solid #000000;
  background-color : #FFFFFF;
	font-family : 'Trebuchet MS', Verdana, sans-serif;
	font-size : 10pt;
	padding : 5px;
}

input.button
{
  border : 1px outset #000000;
  background-color : #ffffff;
	font-family : 'Trebuchet MS', Verdana, sans-serif;
	font-size : 10pt;
	padding : 0px;
	padding-top : 0px;
  padding-left : 15px;
	height : 22px;
}

input.button:active
{
  border : 1px inset #000000;
}

input.clee { background : url('../form/clee.gif') no-repeat 2px 2px; }
input.drapeau { background : url('../form/drapeau.gif') no-repeat 2px 2px; }
input.lettre { background : url('../form/lettre.gif') no-repeat 2px 2px; }
input.nouveau { background : url('../form/nouveau.gif') no-repeat 3px 3px; }
input.utilisateur { background : url('../form/utilisateur.gif') no-repeat 2px 2px; }
input.valider { background : url('../form/petit_valider.gif') no-repeat 5px 5px; }
input.loupe { background : url('../form/loupe.gif') no-repeat 5px 5px; }
input.supprimer { background : url('../supprimer.gif') no-repeat 5px 5px; }
input.aide { background : url('../form/aide.gif') no-repeat 3px 3px; }
input.un { background : url('../form/un.gif') no-repeat 3px 3px; }
input.deux { background : url('../form/deux.gif') no-repeat 3px 3px; }
input.trois { background : url('../form/trois.gif') no-repeat 3px 3px; }

td.centre
{
  text-align : center;
  vertical-align : middle;
}

table.transparent
{
  border-collapse : collapse;
  width : 98%;
  vertical-align : top;
  margin : auto;
}

html>body table.transparent
{
  width : 100%;
}

table.transparent td.droite
{
  text-align : right;
}

table.transparent td.gauche
{
  text-align : left;
}

html>body #xajax_bloc_fond
{
  background-image : url('../xajax/fond.png'); 
  width : 100%; 
  height : 100%; 
  position : fixed; 
  z-index : 100; 
}

#xajax_bloc_fond 
{
  position : absolute;
}

#xajax_bloc_message
{
  background-color : #E5E5E5; 
  border-right : 2px solid #bfbfbf; 
  border-bottom : 2px solid #bfbfbf; 
  width : 250px; 
  height : 75px; 
  position : absolute; 
  z-index : 110; 
  text-align : center;
}
