div.breakafter { 
  page-break-after: always; 
}

.pointer
{
	cursor:pointer;
}

body {
	background-color: #d5d5d5;
	color: #424242;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table {
	text-align: center;
	background-color: #c0c0c0;
	border-style: none;
	border-width: 1px;
	width: 790px;
}

table.left {
	text-align: left;
	background-color: #c0c0c0;
	border-style: none;
	border-width: 1px;
	width: 790px;
}

table.Px400{
	width: 410px;
	height: 32px;
	color: #eaeaea;
	background-image: url(../footer_bg.png);
	font-size: 12px;
}

table.Px400G{
	width: 410px;
	height: 32px;
	color: black;
	font-size: 16px;
}

table.Px300G{
	text-align: left;
	width: 310px;
	height: 32px;
	color: black;
	font-size: 16px;
}


table.Px400P{
	width: 410px;
	height: 32px;
	color: #eaeaea;
	background-image: url(../footer_bg.png);
	font-size: 16px;
	cursor:pointer;
}

table.Px400GP{
	width: 410px;
	height: 32px;
	color: black;
	font-size: 16px;
	cursor:pointer;
}

td.pt {
	width: 14px;
	color: blue;
	font-size: 14px;
	border: 1px solid blue;
	text-align: center;
}

td.pas2pt {
	width: 14px;
	color: red;
	font-size: 14px;
	border: 1px solid red;
	text-align: center;
	text-decoration: line-through;
}

td.present {
	font-size: 8px;
}

td.absent {
	background-color: black;
	color: orange;
	font-size: 8pt;
}

table.C100 {
	text-align: center;
	background-color: #c0c0c0;
	border-style: solid;
	border-width: 1px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

td.C100 {
	border-width: 2px;
	-moz-box-shadow: 0 0 2px #000408;
	box-shadow: 0 0 2px #000408;
	border-color: #f4fcc9;
}

a {
	color: #011892;
	font-family: Georgia, "Times New Roman", Times, serif;
}

table.blanc{
	width: 800px;
	height: 400px;
	background-color: #ffffff;
}

table.blanc2{
	width: 800px;
	height: 250px;
	background-color: #ffffff;
}

table.blanc3{
	width: 800px;
	height: 40px;
	background-color: #ffffff;
}

table.titre{
	width: 800px;
	height: 60px;
	background-color: #ffffff;
}

table.vide{
	width: 1150px;
	height: 500px;
}

table.accueil{
	width: 781px;
}
tr.entete {
	color: black;
	font-variant: small-caps;
	font-weight: bold;
}

img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

h1{
	font-size: 24px;
	text-align: center;
}
h2{
	font-size: 18px;
}
p{
	font-size: 12px;
}
li{
	font-size: 12px;
}
p.question{
	color: black;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}
table.reponse{
	background-color: white;
	text-align: left;
	border-style: solid;
	border-color: blue;
}