body
{
        width: 88%;
        margin-top: 2%;
        margin-bottom: 2%;
        margin: auto;
        padding-top: 1%;
        padding-bottom: 1%;
        background-color: #DEEAE3;
		font-family: comic Sans MS;
}

a
{
 text-decoration : none;
}

a:hover
{
 color : red;
}

#entete
{
        width: 100%;
        height: 11%;
        margin-bottom: 1%;
        border: thin solid #6E7EAD;
/*      -moz-border-radius: 15px; */
        background-color: #D8D9FF;
        background-repeat: no-repeat;
        text-align : center;
        /*display:table-cell;*/
        vertical-align:middle;
        line-height : 84px;
		font-family: comic Sans MS;
	    font-size: 24px;
		font-weight : bold;
}

#menu
{
        float: left;
        width: 20%;
        border: thin solid #6E7EAD;
/*      -moz-border-radius: 15px; */
        background-color: #CEFFD0;
		margin-bottom: 1%;
}

#corps
{
        margin-left: 21%;
        margin-bottom: 0.1%;
        /*padding: 0.4%;*/
        border: thin solid #6E7EAD;
/*      -moz-border-radius: 15px; */
        background-color: #D8D9FF;
}

.image
{
	width : 15%;
	height : 15%;
}

th
{
 text-align :center;

}

.espace_tab
{
 /*border-spacing :10px;*/
}