.Style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 33px;
}
/*
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
*/
a:link {
	color: #4444ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4444ff;
}
a:hover {
	text-decoration: underline;
	color: #4444ff;
}
a:active {
	text-decoration: none;
	color: #4444ff;
}
.Style2 {color: #FFFFFF}
.Style3 {font-size: 70px}
.hidden {
   display: none;
}

.visible {
   display: inline;
}
input {
border:1px solid #0059A5;
background-color:white;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:black;
height:16px;
font-size: 10px;
margin:-1px;
}
textarea {
border:1px solid #0059A5;
background-color:white;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:black;
/*height:16px;*/
font-size: 10px;
margin:-1px;
}
label {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold
}
option {
background-color:white;
color:black;
}
select {
color:black;
/*height:15px;*/
border:1px solid #0059A5;
font-size: 10px;
}

input.bouton {
border:2px outset #0059A5;
font-weight:bold;
cursor:pointer;
height:19px;
}
input.bouton:hover {
border:2px outset white;
background-color:white;
color:#0059A5;
}
input.bouton:active {
border:2px inset #0059A5;
background-color:#0059A5;
color:white;
}
/* TABS */

#tabs {
text-align: center;
list-style-type: none;
padding: .2em 0;
margin: 0 0 1em;
border-bottom: 1px solid #000;
}

#tabs li { display: inline; }

#tabs a {
color: #000;
text-decoration: none;
padding: .2em .4em;
background-color: #b7d0fd;
border: 1px solid #000;
}

#tabs a:hover { background-color: #d1dff9; }

#tabs .current a {
background-color: #fff !important; /* !important is IE fix */
border-bottom-color: #fff;
}

#tabs.left {
text-align: left;
padding: 1.7em 0 .2em 1em;
}

table tr.even th,
table tr.even {
    background-color: #efebe7;
}
table tr.odd th,
table tr.odd {
    background-color: #d0dce0;
}