/*-------------------------------------------------------------------
                        	 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         : #444;
    font-size     : 1em;
    background-image  : url(images/test/barre_grise_arrondie.png); 
    background-repeat : repeat-x; 
    height        : 26px;
    border        : none;
    text-indent   : 10px;
    border    : 1px  solid #E5E5E5;     
}

/*th.debut   {  border-radius  : 10px 0px 0px 0px;                }
th.centre  {        }
th.fin     { border-radius  : 0px 10px 0px 0px;     }*/

td
{
    background-color : #FAFAFA;
    padding     : 5px 0px 5px 10px;
    color            : #464646;
    border-bottom    : 1px  dotted #F1F1F1;
    border    : 1px  solid #E5E5E5;      
}

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


.case1  {  text-indent   : 10px;}
