body
{width: 800px;margin: auto;margin-top: 20px;font-size: 10pt;color: #000066;background: #eeeeee;font-family: Arial;
}

/*
* Titre
*/
.title{border-bottom: solid 1px #000066;font-variant: small-caps;font-size: 12pt;margin-bottom: 10px;margin-top: 10px;}

/*
* Titre math
*/
.mathTitle{border-bottom: solid 0px #000066;font-variant: small-caps;font-size: 14pt;margin-bottom: 10px;margin-top: 10px;background: #8888DD;height: 40px;border-radius: 10px;border: 1px solid}

/**
* Pour le niveau
**/
.mathLevel{float: left;font-variant: small-caps;font-size: 22pt;left: 10px;position: relative;top: 3px}

/**
* Pour le chapitre
**/
.mathChapter{float: left;font-variant: small-caps;font-size: 18pt;position: relative;text-align: center;margin : auto; width: 730px;height: 40px;top: 6px;}
.mathChapter A:link {text-decoration: none; font-style: italic;color: #000066;}
.mathChapter A:visited {text-decoration: none; color: #000066; font-style: italic}
.mathChapter A:active {text-decoration: none; color: #000066; font-style: italic}
.mathChapter A:hover {text-decoration: none; font-weight: bold; font-style: italic;color: #000066;}
/**
* Pour l'info
**/
.mathInfo{float: left;font-variant: small-caps;position: relative;text-align: center;top: 10px;}

/**
* Pour l'activité
**/
.mathActivity{position: relative;border: 1px solid;width: 780px;left: 10px;margin-top: 10px;}

/**
* Pour le numéro de l'activité
**/
.mathActivityNum{float: left;border: 1px solid; background: #8888DD; margin-right: 10px;margin-left: 3px;width: 40px;text-align: center}

/**
* Pour le titre de l'activité
**/
.mathActivityTitle{border-bottom: 1px solid;margin-top: 3px;font-size: 16pt;height: 30px;font-variant: small-caps;font-weight: normal;font-style: italic}

/**
* Pour le contenu de l'activité
**/
.mathActivityContent{margin-top: 3px;font-size: 12pt;margin-left: 5px}

/**
* Pour une question
**/
.mathQuestion{margin-top: 5px;margin-left: 10px;height: 30px}

/**
* Pour le nuémro de la question
**/
.mathQuestionNum{float: left;font-size: 14pt;background: #8888DD;width: 30px;text-align: center;font-weight: normal;border: 1px solid;margin-right: 5px}

/**
* Pour le contenu de la question
**/
.mathQuestionContent{float: left;font-size: 12pt;}
.mathQuestionContent A:link {text-decoration: none; font-style: italic;color: #000066;}
.mathQuestionContent A:visited {text-decoration: none; color: #000066; font-style: italic}
.mathQuestionContent A:active {text-decoration: none; color: #000066; font-style: italic}
.mathQuestionContent A:hover {text-decoration: none; font-style: italic;color: #660000;}