* {
    -moz-box-sizing: border-box;
} 
a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
td {
	font-size:.8em;
	padding-right:5px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	/*font-weight: bold;*/
	/*color: #333333;*/
	margin:0;
	font-size:1.1em;
	color:#FFFFFF;
	text-align: center;
	font-style: italic;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: light;
	color: #CCCCCC;
}
body {
	margin: 0;
	padding: 0;
	background-color:#21B3E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
#ctp {
	position:absolute;
	left: 50%;
	width: 700px;
	margin-left: -350px;
}
#top {
	position:absolute;
	width: 60px;
	height:50px;
	border: 1px solid #FFFFFF;
	background-color:#21B3E4;
}
#titre {
	position:absolute;
	width: 640px;
	height:50px;
	left:60px;
	border: 1px solid #FFFFFF;
	font-size:2em;
	color:#FFFFFF;
	background-color:#21B3E4;
	text-align: center;
}
#jaune {
	position:absolute;
	width: 60px;
	height:100px;
	top:50px;
	border: 1px solid #FFFFFF;
	background-color:#FFFF00;
}
#soustitre {
	position:absolute;
	width: 640px;
	height:100px;
	top:50px;
	left:60px;
	border: 1px solid #FFFFFF;
	font-size:1.1em;
	color:#FFFFFF;
	background-image:url(images/carreau.gif);
	text-align: center;
	font-style: italic;
}
#menu {
	position : absolute;
	top: 150px;
	height: 30px;
	width: 500px;
	z-index:20;
	font-size:12px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px solid #FFFFFF;	
}
#chiffres {
	position:absolute;
	width: 60px;
	height:300px;
	top:180px;
	border: 1px solid #FFFFFF;
	background-color:#21B3E4;
}
#contenu {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	border: 1px solid #FFFFFF;
	background-color:#FFFFFF;
	top: 180px;
	left: 60px;
	width: 440px;
	height: 580px;
	overflow: auto;
	padding: 5px;
}
#contenu a {
	text-decoration:underline;
}
#contenu li {
	padding:5px;
	margin-left:30px;
}
#pied {
	position:absolute;
	width: 700px;
	height:280px;
	top:480px;
	border: 1px solid #FFFFFF;
}
#piedtransparence {
	position:absolute;
	width: 640px;
	height:200px;
	top:480px;
	left:60px;
	background-color:#21B3E4;
}
#droite {
	position:absolute;
	width: 200px;
	height:330px;
	left:500px;
	top:150px;
	border: 1px solid #FFFFFF;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
}
#menuxx {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
}
#menu dl {
	float: left;
	width:166px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	z-index:20;
}
#menu dd {
	border: 1px solid gray;
	height:20px;
}
#menu li {
	text-align: left;
	background-image:url(images/carreau.gif);
	list-style-type: none;
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
	background: #eee;
}
#smenu2, #smenu1, #smenu3{
display:none;
}
#signature {
	top: 780px;
	width:700px;
	height:20px;
	left:0px;
	position:absolute;
	font-size:.7em;
	z-index:10;
}