/* CSS Document */
body {
	margin: 0;
	padding:0;
	position: absolute;
	width: 100%;
	height: 100%;
	font-family: verdana, arial, sans-serif;
	background-image:url(images/ClavBlackBig.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
}
/* commentaire formulaire de mail */
.mail {
	font-size: 10px;
	color:#FFCC66;
}
/* style navMenu.js */
select {
	background-color:#000000;
	font-size: 12px;
	color: #FFFF99;
}
/* style des boutons */
#btn {
	border: 1px;
	border-style: solid;
	border-color:#FFFF99;
}
.btn {
	border: 1px;
	border-style: solid;
	border-color:#FFFF99;
}
/* Les parties de la page principale */
.haut {
	width: 940px;
	height: 75px;
	color: #fff;
	font-size: 36px;
	padding: 20px;
}
.cadreHaut {
	background-image:url(images/FondBan.gif);
	border-width: 1px;
	border-style: solid;
	border-color:#FFFF99;
	width: 100%;
	height: 70px;
	padding-top: 8px;
}
.conteneur {
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	height: 500px;
	width: 100%;
}
.gauche {
	position: absolute;
	left: 0;
	width: 200px;
	height: 500px;
	font-size: 12px;
}
.droite {
	position: absolute;
	left: 780px;
	width: 200px;
	height: 500px;
	font-size: 12px;
}
.frame {
	border-width: 1px;
	border-style: solid;
	color:#FFFF99;
	margin-left: 0px;
	width: 500px;
	height: 482px;
	overflow: auto;
	font-size: 14px;
	padding: 10px;
}
.bas {
	width: 940px;
	height: 60px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 10px;
}
/* menu lexique */
.lexique {
	color:#FFFF99;
	font-size: 19px;
}
/* Fonds du cadre central */
#radio {
	background-image:url(images/fond_radio.jpg);
	margin-left: 230px;
	width: 520px;
	height: 500px;
}
#jeux {
	background-image:url(images/jeux.jpg);
	margin-left: 230px;
	width: 520px;
	height: 500px;
}
#codePays {
	background-image:url(images/mappemonde.jpg);
	margin-left: 230px;
	width: 520px;
	height: 500px;
}
#winError {
	background-image:url(images/windows_logo.jpg);
	margin-left: 230px;
	width: 520px;
	height: 500px;
}
#securite {
	background-image: url(images/engrenages.jpg);
	margin-left: 230px;
	width: 520px;
	height: 500px;
}
#messagerie {
	margin-left: 230px;
	width: 520px;
	height: 500px;
}
#adsl {
	background-image:url(images/RJ11_RJ45.jpg);
	margin-left: 230px;
	width: 520px;
	height: 500px;
}
#backBlank{
	margin-left: 230px;
	width: 500px;
	height: 500px;
}
/* date et heure du bandeau */
.layerHeure {
	position:absolute;
	width:160px;
	left:820px;
	top:38px;
	visibility:visible;
}
#objectHeure {
	width:130px;
	height:40px;
}
.layerDate {
	position:absolute;
	width:130px;
	left:30px;
	top:32px;
	visibility:visible;
}
.styleDate {
	color:#ADD8E6;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
}
/* style des liens */
a.link:link {
	color: #FFFF99;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a.link:visited {
	color: #FFFF99;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover {
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a.link:active {
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.link {
	text-align:center;
}
a.linksmall:link {
	color: #FFFF99;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a.linksmall:visited {
	color: #FFFF99;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a.linksmall:hover {
	color: #FFFFFF;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a.linksmall:active {
	color: #FFFFFF;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.linksmall {
	text-align:center;
}