body {
	font-family: arial, helvetica, sans-serif;
	background: #e2efff;
}
a {
	color: #229;
	text-decoration: none;
}
a:visited {
	color: #116;
}
a.anchor { 
	color: inherit;
	background: inherit;
	text-decoration: none;
}

#main {
	margin-top: 10px;
	margin-left: 230px;
	border: 2px #33a solid;
	background: #f3faff url(../images/tv.png) no-repeat top right;
	padding-bottom: 40px;
	z-index:1;
}

.big {
	font-family:sans-serif;
	font-size:2em;
	text-align: center;
	margin: 70px 0px 70px 0px;
}

#main h1 {
	background-color: #aaf;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
}

#main h3 {
	background-color: #95ccff;
	border-top: 2px #33a  solid;
	border-bottom: 2px #33a solid;
	padding: 0.3em;
	color: #116;
	text-align: center;
}

strong {
	background-color: #cee4ff;
	padding: 1px;
	border-top: 2px dashed #33a;
	border-bottom: 2px dashed #33a;
}

img {
border:none;
}

#main h3 span {
	margin-left: 10px;
}

#main p {
	margin-left: 10px;
}

.centre {
	text-align:center;
} 

.puce2 {
	list-style-image: url(../images/puce2.png);
}

.puce2 li {
	padding-bottom: 10px;
}

.puce3 {
	list-style-image: url(../images/puce3.png);
}

.puce3 li {
	padding-bottom: 10px;
}

.section {
	padding: 10px;
	margin-bottom: 10px;
}

.section span {
	border-bottom: 1px #33a solid;
	padding: 2px 3px 0px 0px;
	font-weight: bold;
}

table {
	border:3px solid #33a;
	border-collapse:collapse;
	width:90%;
	margin: 20px auto 20px auto;
}

thead {
	background-color:#d0f0ff;
	font-weight: bold;
	font-size: 1.1em;
	color: #116;
}

tbody {
	background-color:#FFFFFF;
}

td {
	font-family:sans-serif;
	font-size:80%;
	border:1px solid #228;
	padding:5px;
	text-align:left;
}


#logo {
	position: fixed;
	left: 15px;
	top: 10px;
	height: 150px;
	width: 210px;
	background-image: url("../images/logo_bleu.png");
	background-repeat: no-repeat;
	z-index:0;
}

#zone1 {    /* zone cliquable */
	float: left;
	width : 210px;
	height: 150px;
}

#panel {
	position: absolute;
	left: 10px;
	top: 170px;
	width: 220px;
	padding-bottom: 3em;
	z-index:1;
}

#panel div.menu {
	margin-bottom: 15px;
	margin-left: 2px;
	margin-right: 2px;
	padding: 2px;
	font-size: 0.95em;
	position: relative;
	border: 2px #33a solid;
	background-color: #f3faff;
}

#panel h3 {
	position: relative;
	top: -0.9em;
	width: 150px;
	padding: 1px 1px 1px 3px;
	font-size: 0.95em;
	color: #400;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #ffd060;
	border: 2px solid #33a;
}

#panel ul{
	margin-top: 0px;
	list-style-image: url(../images/puce.png);
}

#panel a:hover {
	background: #d0f0ff;
}

#footer { 
	font-size: 0.55em;
	background-color: #f3faff;
	border-top: 2px solid #33a;
	border-right: 2px solid #33a;
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 238px;
	text-align: center;
	z-index:2;
}
