html{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:100%;
}

body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Verdana;
	font-size:10pt;
	color:black;
	text-align: -moz-center;
	margin: 0 auto;
}

#menuList a.noDeco, a.noDeco:visited {
	text-decoration : none;
	color: black;
}
#menuList a.noDeco:hover {
	font-weight:bolder;
	color: black;
}

a.noDeco, a.noDeco:visited {
	text-decoration : none;
	color: black;
}
a.noDecoIMG:hover, a.noDeco:hover {
	text-decoration : underline;
	color: black;
}

a.noDecoIMG{
	text-decoration : none;
	color: black;
}
	
form.css label {
	display: inline;
	float: left;
	width: 150px;
	text-align: right;
} 
	
dl, dt, dd, ul.menuLink, li.menuLink {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	position: absolute;
	top: 68px;
	left: 0;
	z-index:100;
	width: 100%;
	height:32px;
}

#menu dd{
	display:none;
	border: 1px solid #FF6666;
}

#menu dl {
	float: left;
	width: 12em;
	margin: 0 2px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	padding-top:3px;
	color:white;
	height:24px;
	text-align:left;
}

#menu li {
	text-align: left;
	height:24px;
}
#menu li a{
	color: black;
	text-decoration: none;
	display: block;
	height: 100%;
	background-color: #FFFFFF;
}
#menu table{
	color: black;
	background-color: #FFFFFF;
}

#menu dt a {
	color: white;
	text-decoration: none;
	display: block;
	height: 100%;
}

#menu li a:hover, #menu dt a:hover {
	background: #FF6666;
}

#site{
	padding:60px 0 0 35px;
	text-align:left;
}

img {
	border-width : 0;
	border : 0;
} 

a img {
	border-style: none;
	border-width : 0;
	border : 0;
	text-decoration: none;
}

#loginPage{
	margin-top:150px;
	text-align: left;
	height:360px;
	width:488px;
	background:url('./fondLogin.jpg');
	background-repeat:no-repeat;
}

#loginForm{
	padding-left:150px;
	padding-top:53px;
	font-family:Consolas;
	font-size:14px;
	color:red;
	font-weight:bolder;
}

.littleFont{
	font-size:8pt;
}

.submitLoginForm{
	padding-top:8px;
	padding-left:20px;
}

.errorLabel{
	font-family:Consolas;
	font-size:14px;
	color:black;
	font-weight:bolder;
}

.backgroundLeftBigNews{
	margin-left:10px;
	margin-right:10px;
	float:left;
	width:335px;
	height:451px;
	background:url('./fondNewsHome.jpg');
	background-repeat:no-repeat;
	text-align:left;
}

table.moyennegenerale {
	border:3px solid #6495ed;
	border-collapse:collapse;
	width:90%;
}
table.moyennegenerale > thead, tfoot {
	background-color:#D0E3FA;
	border:1px solid #6495ed;
	text-align:left;
	padding-left:5px;	
}

table.moyennegenerale th {
	border:1px dotted #6495ed;
	text-align:left;
	padding-left:5px;
	background-color:#EFF6FF;
	width:25%;
}

table.moyennegenerale td, tr {
	border: 1px gray dashed;
	text-align:left;
	padding-left:5px;
}

table.moyennegenerale caption {
	font-size: 14pt;
	text-align:center;
}

table.changepasswd {
	border:3px solid #6495ed;
	border-collapse:collapse;
	width:80%;
}
table.changepasswd > thead, tfoot {
	//background-color:#D0E3FA;
	background-color:#000000;
	border:1px solid #6495ed;
	text-align:center;
}

table.changepasswd th {
	border:1px dotted #6495ed;
	text-align:center;
	height:35px;
	background-color:#EFF6FF;
}

table.changepasswd td, tr {
	border: 1px gray dashed;
	text-align:left;
	padding-left:5px;
}

table.changepasswd caption {
	font-size: 14pt;
	text-align:center;
}

table.tableResume {
	border:1px solid #b22222;
	border-collapse:collapse;
	width:90%;
}
table.tableResume thead, tfoot {
	background-color:#ffdab9;
	border:1px solid #b22222;
	text-align:center;
}

table.tableResume th {
	border:1px dotted #ff6347;
	text-align:center;
	height:35px;
	background-color:#ffdab9;
}

table.tableResume td {
	border: 1px #b22222 dashed;
	text-align:left;
	padding-left:5px;
}

table.tableResume tr {
	border: 1px #b22222 dashed;
	text-align:left;
	padding-left:5px;
	height:30px;
}

table.tableResume caption {
	font-size: 14pt;
	text-align:center;
}

table.meteoFrance {
	border:1px solid #b22222;
	border-collapse:collapse;
	width:100%;
}
table.meteoFrance > thead, tfoot {
	background-color:#ffdab9;
	border:1px solid #b22222;
	text-align:center;
}

table.meteoFrance th {
	border:1px dotted #FF6666;
	text-align:center;
	height:25px;
	color:white;
	background-color:#FF9999;
}

table.meteoFrance td, tr {
	border:1px dotted #FF6666;
	text-align:left;
	padding-left:5px;
}

table.meteoFrance tr {
	height:30px;
}

table.meteoFrance caption {
	font-size: 14pt;
	text-align:center;
}