@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	list-style:none;
}

body {
	font-size: 62.5%;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}

table {
	font-size:1.5em;
	width:950px;
}

/* les liens */

a {
	text-decoration:none;
	color:#333;
}

a:hover {
	text-decoration:underline;
}

#mat a, #gau a, #cor a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
	width:180px;
	display:block;
}

#mat a:hover {
	text-decoration:none;
	color:#969;
	font-weight:bold;
}

#gau a:hover {
	text-decoration:none;
	color:#cc6;
	font-weight:bold;
}

#cor a:hover {
	text-decoration:none;
	color:#c66;
	font-weight:bold;
}


/* les classes */
.tb_header {
	width:900px;
	margin-left:100px;
	margin-top:5px;
	background: url(../images/entetematisse.png) no-repeat left top;
}

.tb_header td {
	padding-top:50px;
	padding-left:150px;
}


.tb_headerG {
	width:900px;
	margin-left:100px;
	margin-top:5px;
	background: url(../images/entetegauguin.png) no-repeat left top;
}

.tb_headerG td {
	padding-top:50px;
	padding-left:150px;
}

.tb_headerC {
	width:900px;
	margin-left:100px;
	margin-top:5px;
	background: url(../images/entetecorot.png) no-repeat left top;
}

.tb_headerC td {
	padding-top:50px;
	padding-left:150px;
}





.mauve {
	color:#969;
}

.vert {
	color:#cc6;
}


.rouge {
	color:#c66;
}

.gris {
	color: #666;

}

.italique {
	font-style:italic;
}

.hrsM {
	width:90px;
	background:url(../images/fond.gif) repeat-y;
	color:#FFF;
	font-weight:bold;
	padding-left:5px;
}

.hrsG {
	width:90px;
	background:url(../images/fondG.gif) repeat-y;
	color:#666;
	font-weight:bold;
	padding-left:5px;
}

.hrsC {
	width:90px;
	background:url(../images/fondC.gif) repeat-y;
	color:#FFF;
	font-weight:bold;
	padding-left:5px;
}

.pause {
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}

.center {
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
}

.center a {
	color:#333;
	text-decoration:none;
}
