/*-------------------------------------------------------------------
                        	 Pages CSS d'eduDZ
						        Structure.css
                                Par InSide
						   Créée le 06 Avril 2006
				   Dérnière mise à jour le 18 Fevrier 2008
				   				   V 1.6
--------------------------------------------------------------------- */

table
{
 	width           : 80%;
	margin-left     : 10%;
	margin-right    : 10%;
	border-collapse : collapse;
}

th
{
    color         : #aaa;
    font-size     : 1em;
    background    : #F6F6F6;
    height        : 26px;
    border        : none;
    text-indent   : 10px;
}

th.debut   { background  : url(images/forum/barre_grise-f_arrondie.png) no-repeat;                }
th.centre  { background  : url(images/forum/barre_grise-f_arrondie_centre.png) repeat-x;          }
th.fin     { background  : url(images/forum/barre_grise-f_arrondie_droite.png) no-repeat right;   }

td
{
    background-color : #FAFAFA;
    padding-left     : 10px;
    color            : #464646;
    border-bottom    : 1px  solid #F1F1F1;
}

td:hover { background-color:#F6F6F6;  }


td  a
{
    color       : #077FA7;
    font-weight : bold;
}

td a:hover
{
    color       : #0096ff;
    font-weight : bold;
    border-left : 0px;
}
.case1  {  text-indent   : 10px;}