@CHARSET "ISO-8859-1";

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #476F9B;
	color: #444444;
}

a{
	/*color: #6D95C2;*/
	text-decoration: none;
	color: #1A4D8D;
	font-weight: bold;
}

a:hover{
	border-bottom: 1px dotted;
	/*color: #B9DCFF;*/
	color: #6D95C2;
}

h1{
	color: #233D60;
	letter-spacing: 0.3em;
	text-align: right;
	line-height: normal;
}

h1:first-letter{
	color: #3D6491;
}

h2{
	color: #233D60;
	letter-spacing: 0.3em;
	/*text-align: right;*/
}

h2:first-letter{
	color: #3D6491;
}

h3{
	color: #233D60;
	letter-spacing: 0.3em;
	/*text-align: right;*/
}

h3:first-letter{
	color: #3D6491;
}

#footer a{
	color: #325178;
	text-decoration: none;
}

#footer a:hover{
	color: #B9DCFF;
	border-bottom: dotted #B9DCFF 1px;
}

#page{
	overflow: hidden;
	width: 800px;
	margin: auto;
	border: solid white 5px;
}

#left{
	background: url("../skin/img/back_hatch_perle.png") repeat-x top left;
	background-color: white;
	float: left;
	width: 199px;
	height: 200px;
	/*background-color: white;*/
	border-top: solid 1px silver;
	border-right: solid 1px silver;
	font-style: italic;
}

#left div div{
	text-align: justify;
	min-height: 80% !important;
}

#left div div + span{
	margin-top: 10px;
	float: right;
	font-weight: bold;
}

#planet{
	/*border: dashed blue 5px;*/
	/*float: left;*/
	width: 800px;
	height: 400px;
	overflow: hidden;
}

#planet1{
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	background: url("../skin/img/planet1.png") center no-repeat;
}

#planet2{
	display: block;
	float: left;
	width: 400px;
	height: 200px;
	background: url("../skin/img/planet2.png") center no-repeat;
}

#planet3{
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	background: url("../skin/img/planet3.png") center no-repeat;
}

#planet3 form{
	margin: 70% 20px 20px 20px;
}

#planet3 form input{
	background: none;
	font-size: 10px;
	border: dotted 1px white;
	color: white;
}

#planet3 form div{
	overflow: hidden;
}

#planet3 form div+div+div{
	float: right;
}

#planet3 form a{
	float: left;
	color: white;
	font-weight: normal;
	/*font-style: italic;*/
	font-size: 10px;
}

#planet3 form a:hover{
	border-bottom: dotted 1px white;
}

#planet3 span{
	float: left;
	width: 24%;
	margin: 2px 0px 2px 0px;
}

#planet3 span+span{
	float: left;
	width: 74%;
}

#planet3 input{
	width: 100%;
}

#planet3 input[type="submit"]{
	background-color: transparent;
	background: url("../skin/icons/ok.png") center no-repeat;
	border: none;
	width: 50px;
}

#quick_menu{
	margin-top: 125px;
	/*border: solid red 1px;*/
	height: 75px;
	text-align: center;
}

#quick_menu ul{
	margin: 0px;
	/*margin-left: 100px;*/
	padding: 0px;
	list-style-type: none;
	text-align: center;
	display: inline;
}

#quick_menu li{
	margin: 0px;
	padding: 0px;
	float: left;
}

#quick_menu a{
	/*line-height: 80px;*/
	padding-top: 30px;
	margin-top: 10px;
	display: block;
	width: 100px;
	height: 50px;
	background: url("../skin/img/onglet.png") no-repeat;
	text-decoration: none;
	color: #C4FD01;
	font-size: 12px;
	font-weight: bold;
}

#quick_menu a:hover{
	/*padding-top: 30px;*/
	margin-top: 0px;
	color: white;
	height: 50px;
}

#message{	
	text-align: justify;
	/*float: left;*/
	width: 400px;
	height: 200px; 
	background-color: #86AFDC;
	opacity: 0.8;
/* ----------------------------- */
	filter : alpha(opacity=80);
/* ----------------------------- */
}

#planet4{
	float: left;
	display: block;
	width: 400px;
	height: 200px;
	background: url("../skin/img/planet4.png") center no-repeat;
	border-top: solid 1px silver;
}

#right{
	float: right;
	width: 199px;
	height: 200px;
	background-color: #c8ff00;
	background: url("../skin/img/gradient_right.png") repeat-x;
	border-top: solid 1px silver;
	border-left: solid 1px silver;
	/*overflow: auto;*/
}

#right .content_wrapper .center {
	/*border: solid 1px #C0C0C0;*/
}

#right .calendar{
	text-align: center;
	vertical-align: middle;
	margin: auto;
	font-size: 11px;
	border-collapse: collapse;
}

#right .calendar span {
	display: block;
}

#right .calendar td {
	line-height: 20px;
	border: none;
	min-width: 10%;
	max-width: 10%;
}

#right .calendar .month {
	font-weight: bold;
	font-size: 13px;
	height: 30px;
	background-color: #476F9B;
	/*opacity: 0.8;*/
	padding-bottom: 1px;
}

#right .calendar .day {
	line-height: 16px;
	background-color: #6D95C2;
}

#right .calendar .no_event {
	background-color: #FFFFFF;
	opacity: 0.6;
}

#right .calendar .no_day {
	background-color: #FFFFFF;
	opacity: 0.3;
}

.calendar span[onmouseover] {
	cursor: pointer;	
}

.description {
	border: solid 1px #EAEAEA;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 2px;
}
.event {
	color: #000000;
	font-weight: bold;
	line-height: 16px;
	padding-left: 5px;
}

.time {
	color: #444444;
	padding-left: 20px;
}

.events {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #476F9B;
	line-height: 20px;
	padding-left: 10px;
}

#menu{
	font-size: 1em;
	float: left;
	width: 199px;
	background: url("../skin/img/gradient_left.png") repeat-x #c8ff00;
	border-top: solid 1px silver;
	border-right: solid 1px silver;
}

#menu ul{
	margin: 10px;
	padding: 0px;
	border: 0px;
}

#menu li{
	list-style: none;
	width: 180px;
	height: 20px;
}

#menu .header{
	font-size: 1.2em;
	/*color: #C4FD01;*/
	font-weight: bold;
	text-align: right;
	background: url("../skin/img/menu_header.png") center no-repeat;
	margin-top: 10px;
}
#menu .header[idx="1"] { color: #c3fd01; }
#menu .header[idx="2"] { color: #cafe1f; }
#menu .header[idx="3"] { color: #d2fe41; }
#menu .header[idx="4"] { color: #dafd66; }
#menu .header[idx="5"] { color: #e3fe89; }
#menu .header[idx="6"] { color: #ebffac; }
#menu .header[idx="7"] { color: #f4ffd0; }

#menu a{
	text-indent: 30px;
	display: block;
	color: #444444;
	background: url("../skin/img/menu_item.png") center no-repeat;
	width: 180px;
	height: 20px;
	/*font-weight: bold;*/
}

#menu .footer a{
	background: url("../skin/img/menu_footer.png") center no-repeat;
}

#menu a:hover{ 
	background: none;
	border: none;
	color: white;
}

#content{
	float: left;
	width: 400px;
	min-height: 430px;
	/*background-color: white;*/
	text-align: justify;
	background: url("../skin/img/arround.png") no-repeat left bottom white;
	border-top: solid 1px silver;
}

#info{
	float: right;
	width: 199px;
	min-height: 430px;
	background-color: white;
	border-top: solid 1px silver;
	border-left: solid 1px silver;
}

.clearer{
	clear: both;
}

#footer{
	margin-top: 10px;
	font-size: 10px;
	text-align: center;
	border-top: solid #CBEEFF 1px;
	height: 32px;
	background-color: #6D95C2;
	color: #1C365A;
}

#footer li{
	display: inline;
	border-left: solid white 1px;
	border-right: solid #CBEEFF 1px;
	padding: 0px 10px 0px 10px;
}

#footer img{
	margin-bottom: -3px;
}

.content_wrapper{
	margin: 10px;
	line-height: 1.35em;
}

#message_content{
	float: right;
	margin: 10px;
}

.error{
	background: url("../skin/icons/warning.png") no-repeat top left #FFCFCF;
	overflow: hidden;
	border: solid 1px red;
	padding: 10px;
}

.error span{
	display: block;
	float: right;
	width: 80%;
	padding: 10px;
	border-left: dotted 1px red; 
}

.warning{
	background: url("../skin/icons/stop.png") no-repeat top left #FFFBCF;
	overflow: hidden;
	border: solid 1px orange;
	padding: 10px;
}

.warning span{
	display: block;
	float: right;
	width: 80%;
	padding: 10px;
	border-left: dotted 1px orange; 
}

img {
	border: none;
	margin-bottom: -4px;
}

.content_wrapper form span{
	display: block;	
	float: left;
} 

.content_wrapper form .text{
	padding: 2px 10px 2px 10px;
	margin-bottom: 1px;
	background-color: #D1DFEF;
	width: 30%;
	height: 20px;
	text-align: right;
	font-weight: bold;
}

.content_wrapper form .field{
	padding: 2px 10px 2px 10px;
	margin-bottom: 1px;
	margin-left: 1px;
	background-color: #D1EFD1;
	width: 59%;
	height: 20px;
	/*text-align: left;*/
	/*margin: 1px 0px 3px 1px;*/ 
}

form input{
	font-size: 10px;
	border: soldi 1px white;
	color: #444444;
}

form .header{
	/* TODO */
}

form .footer{
	text-align: right;
}
