body,td,th {
font-family: Arial, Geneva, Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
}
body {
	background-color: #D0D2D0;
}
a:link {
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #993300;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #993300;
}
a.info{
position:relative;
z-index:24;
color:#000;
text-decoration:none
}
 
a.info:hover{
z-index:25;
background-color:#FFF
}
 
 
a.info:hover span{
display:block;
position:absolute;
top:2em; left:2em; width:15em;
border:1px solid #000;
background-color:#FFF;
color:#000;
text-align: justify;
font-weight:none;
padding:5px;
}
.entete {
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
}
.entete_w {
	font-size: xx-large;
	font-weight: bold;
	color:#FFFFFF;
}
.entete_moyen {
	font-size: x-large;
	font-weight: bold;
}
.entete_moyen_w {
	font-size: x-large;
	font-weight: bold;
	color:#FFFFFF;
}
.entete_petit {
	font-size: large;
	font-weight: bold;
}


.tres_petit {
	font-size: 11px;
}
.petit {
	font-size: 12px;
}
.dix {
	font-size:10px;
}	
.petitgras {
	font-size: small;
	font-weight: bold;
}
.bouton_ajout {
          font-size: 14px;
          font-weight: bold;
          background-color: #33CC00;
          color: #fff;
          padding: 5px 10px 5px 10px;
	  border-top-left-radius: 10px;
	  border-top-right-radius: 10px;
	  box-shadow: 1px -1px 2px #666666; 
}
.bouton_ajout:hover {
          font-size: 14px;
          font-weight: bold;
          background-color: #666666;
          color: #33CC00;
          padding: 5px 10px 5px 10px;
	  border-top-left-radius: 10px;
	  border-top-right-radius: 10px;
	  box-shadow: 1px -1px 2px #999999; 
}
.bouton_ajout_doc {
          font-size: 11px;
          font-weight: bold;
          background-color: #C0C0C0;
          color: #33CC00;
          padding: 2px 5px 2px 5px;
		  border-radius: 10px;
}
.bouton_ajout_doc:hover {
          font-size: 11px;
          font-weight: bold;
          background-color: #33CC00;
          color: #fff;
          padding: 2px 5px 2px 5px;
		  border-radius: 10px;
}
.bouton_voir {
          font-size: 10px;
          font-weight: bold;
          background-color: #99FF99;
          color: #333333;
          padding: 2px 5px 2px 5px;
          border-radius: 5px;
	  box-shadow: 1px 1px 5px #aaa; 
}
.bouton_voir:hover {
          font-size: 10px;
          font-weight: bold;
          background-color: #33cc00;
          color: #fff;
          padding: 2px 5px 2px 5px;
          border-radius: 5px;
	  box-shadow: 1px 1px 5px #666666; 
}
.bouton_voir_submit {
          font-size: 14px;
          font-weight: bold;
          background-color: #99FF99;
          color: #333333;
          padding: 2px 5px 2px 5px;
          border-radius: 5px;
}
.bouton_voir_submit:hover {
          font-size: 14px;
          font-weight: bold;
          background-color: #33cc00;
          color: #fff;
          padding: 2px 5px 2px 5px;
          border-radius: 5px;
}
.bouton_modif {
          font-size: 10px;
          font-weight: bold;
          background-color: #FFFF99;
          color: #333333;
          padding: 2px 5px 2px 5px;
          border-radius: 5px;
		  box-shadow: 1px 1px 5px #aaa; 
}
.bouton_modif:hover {
          font-size: 10px;
          font-weight: bold;
          background-color: #FFCC33;
          color: #fff;
          padding: 2px 5px 2px 5px;
          border-radius: 5px;
		  box-shadow: 1px 1px 5px #666666; 
}
.bouton_suppr {
          font-size: 10px;
          font-weight: bold;
          background-color: #FF6666;
          color: #333333;
          padding: 2px 5px 2px 5px;
          border-radius: 5px;
		  box-shadow: 1px 1px 5px #aaa; 
}
.bouton_suppr:hover {
          font-size: 10px;
          font-weight: bold;
          background-color: #CC0000;
          color: #fff;
          padding: 2px 5px 2px 5px;
          border-radius: 5px;
	  box-shadow: 1px 1px 5px #666666; 
}
.bouton_modif_gros {
          font-size: 12px;
          font-weight: bold;
          background-color: #CCCCCC;
          color: #333333;
          padding: 4px 4px 4px 4px;
          border-radius: 5px;
	  box-shadow: 1px 1px 8px #FFFF99; 
}
.bouton_modif_gros:hover {
          font-size: 12px;
          font-weight: bold;
          background-color: #FFCC33;
          color: #fff;
          padding: 4px 4px 4px 4px;
          border-radius: 5px;
	  box-shadow: 1px 1px 8px #333333; 
}
.bouton_suppr_gros {
          font-size: 12px;
          font-weight: bold;
          background-color: #CCCCCC;
          color: #333333;
          padding: 4px 4px 4px 4px;
          border-radius: 5px;
	  box-shadow: 1px 1px 8px #FF6666; 
}
.bouton_suppr_gros:hover {
          font-size: 12px;
          font-weight: bold;
          background-color: #CC0000;
          color: #fff;
          padding: 4px 4px 4px 4px;
          border-radius: 5px;
	  box-shadow: 1px 1px 8px #333333; 
}
.bouton_suppr_petit {
          font-size: 10px;
          font-weight: bold;
          background-color: #CCCCCC;
          color: #333333;
          padding: 1px 2px 1px 2px;
          border-radius: 5px;
	  box-shadow: 1px 1px 5px #FF6666; 
}
.bouton_suppr_petit:hover {
          font-size: 10px;
          font-weight: bold;
          background-color: #CC0000;
          color: #fff;
          padding: 1px 2px 1px 2px;
          border-radius: 5px;
	  box-shadow: 1px 1px 5px #333333; 
}

.ombre {
	  text-shadow: 2px 2px 3px #fff; 
}
.ombre_sombre {
	  box-shadow: 2px 2px 8px #333333; 
}
.ombre_sombre_invert {
	  box-shadow: -1px -1px 6px #666666;
	  border-radius: 5px;
}

	 


#logout {
	position:absolute;
	width:139px;
	height:23px;
	z-index:1;
	top: 10px;
}
#menu {
	position:absolute;
	width:400px;
	height:20px;
	z-index:1;
	margin-left:200px;
	margin-right: 200px;
	top: 140px;
}
.champs_pass {
	background-image: url(img/cadenas3.png);
}

.champs_pseudo {
	background-image: url(img/user.png);
}
.champs_form {
	background-image:url(img/fond_form.png);
}
.fond_rouge { background: #ffd8d8; }
.fond_bleu { background: #dbeff8; }
.fond_vert { background: #edfae8; }
.fond_jaune { background: #fcfbe6; }
.rouge {
	color: #CC0000;
}
.vert {
	color: #009900;
}

.Style2 {

	color: #999999;

}
.no_border {
	border : none;
}
.sup { 
	vertical-align: super; 
	font-size: 40%;
	background-color: dark-blue;
	color: #fff;
	padding: 3px 5px 3px 5px;
	border-radius: 10px;
	box-shadow: 1px 1px 1px #333333; 
} 
.sup:hover { 
	vertical-align: super; 
	font-size: 40%;
	background-color: light-blue;
	color: #fff;
	padding: 3px 5px 3px 5px;
	border-radius: 10px;
	box-shadow: 1px 1px 6px #333333; 
} 

.arrondi_HG {

-webkit-border-top-left-radius: 5px;

-moz-border-radius-topleft: 5px;

border-top-left-radius: 5px;

}

.arrondi_HD {

-webkit-border-top-right-radius: 5px;

-moz-border-radius-topright: 5px;

border-top-right-radius: 5px;

}

.arrondi_BG {

-webkit-border-bottom-left-radius: 5px;

-moz-border-radius-bottomleft: 5px;

border-bottom-left-radius: 5px;

}

.arrondi_BD {

-webkit-border-bottom-right-radius: 5px;

-moz-border-radius-bottomright: 5px;

border-bottom-right-radius: 5px;

}

.arrondi_B {

-webkit-border-bottom-left-radius: 5px;

-moz-border-radius-bottomleft: 5px;

border-bottom-left-radius: 5px;

-webkit-border-bottom-right-radius: 5px;

-moz-border-radius-bottomright: 5px;

border-bottom-right-radius: 5px;

}

.arrondi_H {

-webkit-border-top-left-radius: 5px;

-moz-border-radius-topleft: 5px;

border-top-left-radius: 5px;

-webkit-border-top-right-radius: 5px;

-moz-border-radius-topright: 5px;

border-top-right-radius: 5px;

}

.arrondi {

-webkit-border-bottom-left-radius: 5px;

-moz-border-radius-bottomleft: 5px;

border-bottom-left-radius: 5px;

-webkit-border-bottom-right-radius: 5px;

-moz-border-radius-bottomright: 5px;

border-bottom-right-radius: 5px;

-webkit-border-top-left-radius: 5px;

-moz-border-radius-topleft: 5px;

border-top-left-radius: 5px;

-webkit-border-top-right-radius: 5px;

-moz-border-radius-topright: 5px;

border-top-right-radius: 5px;

}
