/* Styles generaux */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

body {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #000050;
	background-color: #9F9FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table {
	border-collapse: collapse;
	border-radius: 18px;
	background-color: #FFEEEE; 
	width: 900px;
    margin-left: auto; 
	margin-right: auto;
}

td { padding: 0 5px 0 5px ; }


h1 {
	font-size: 23px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #0000FF;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 2 5px 2px 15px;
	color: #008080;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #CC00CC;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #CC00CC;
}

h5 {
	font-size: 8px;
	font-weight: bold;
	margin: 0 0 0 0;
	color: #000000;
}

h6 {
	font-size: 4px;
	font-weight: normal;
	margin: 0 0 0 0;
	color: #000000;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #FF00FF;
}

a:hover {
	color: #CC00CC;
	text-decoration: underline ;
}

img {
	border: none;
}


/*  ------------ */
/*  modes orbite */
/*  ------------ */

a.mode_orbite {
	background-color: #FFEEEE; 
	border-color: #444;
	border-width: 1px;
	border-style: solid;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin:  2px 0 0 0;
	padding: 2px 6 2 6;

}

a.mode_orbite_active {
	background-color: #99FF99; 
	border-color: #444;
	border-width: 1px;
	border-style: solid;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin:  2px 0 0 0;
	padding: 2px 6 2 6;
	color: #FF0000;
}

a.mode_orbite:visited {
	background: FCC; 
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}

a.mode_orbite:hover {
	background: FCC; 
	font-weight: bold;
	text-decoration: none;
	color: #FF00FF;
}

/*  ------------ */
/*  modes staff */
/*  ------------ */

a.mode_staff {
	background-color: #FFEEEE; 
	border-color: #444;
	border-width: 1px;
	border-style: solid;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin:  2px 0 0 0;
	padding: 2px 6 2 6;

}
a.mode_staff_active {
	background-color: #99FF99; 
	border-color: #444;
	border-width: 1px;
	border-style: solid;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin:  2px 0 0 0;
	padding: 2px 6 2 6;
	color: #FF0000;
}

a.mode_staff:visited {
	background: FCC; 
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}

a.mode_staff:hover {
	background: FCC; 
	font-weight: bold;
	text-decoration: none;
	color: #FF00FF;
}


/*  ------------ */
/*  modes fgm    */
/*  ------------ */

a.mode_fgm {
	background-color: #FFEEEE; 
	border-color: #444;
	border-width: 1px;
	border-style: solid;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin:  2px 0 0 0;
	padding: 2px 6 2 6;

}
a.mode_fgm_active {
	background-color: #99FF99; 
	border-color: #444;
	border-width: 1px;
	border-style: solid;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin:  2px 0 0 0;
	padding: 2px 6 2 6;
	color: #FF0000;
}

a.mode_fgm:visited {
	background: FCC; 
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}

a.mode_fgm:hover {
	background: FCC; 
	font-weight: bold;
	text-decoration: none;
	color: #FF00FF;
}




