@CHARSET "ISO-8859-1";

span.buttonEnabled , span.buttonHover , span.buttonActive , span.buttonDisabled ,
a.buttonEnabled , a.buttonHover , a.buttonActive , a.buttonDisabled
{
	background-color:#FDFDFA;
	background-image:url("images/button_bg_n.png");
	background-repeat: repeat-x;
	border:1px solid #B9B984;
	border-top:1px solid #DDDDD8;
	border-bottom:1px solid #797975;
	padding:1px;
	font-size:11px;
	font-family: sans-serif;
	font-weight: normal;
	color:black;
	font:normal;
	cursor: pointer;
	margin: 1px;
	text-align: center;
	float:left;
	width:100%;
	-moz-user-select: none;
}

span.buttonHover ,
a.buttonHover
{	
	background-image:url("images/button_bg_mo.png");
	background-color:#EDFFFF;
	border:1px solid #768092;
	border-top:1px solid #ACBACF;
	border-bottom:1px solid #0A0B19;
	color:green;
}

span.buttonActive ,
a.buttonActive 
{
	background-image:url("images/button_bg_md.png");
	border:1px solid #677183;
	border-top:1px solid #00000A;
	border-bottom:1px solid #9DABC0;
}

span.buttonDisabled ,
a.buttonDisabled  
{
	background-color: #E5E5E0;
	border: 1px solid #B9B9B4;
	color:#737373;
	cursor:default;
}

a.buttonEnabled , a.buttonHover , a.buttonActive , a.buttonDisabled
{
	text-decoration:none; 
}


/* banner*/

.banner {
	width: 712px;
	height: 215px;
	background: url("images/banner.jpg") no-repeat center; 
}

/* css générique utilisé par les erreurs */

html, body {
	background-color: white;
	color: black;
}

.h30 {
	height: 30px;
}

.w480, .w480h25, .w480h20 {
	width: 480px;
}

.h25, .w480h25 {
	height: 25px;
}

.h20, .w480h20 {
	height: 20px;
}

.w170 {
	width: 170px;
}

.w100percent {
	width: 100%;
}

.w95percent {
	width: 95%;
}

.importantText {
	color: red;
	font-weight: bold;
}

.alpha70 {
	filter: alpha(opacity=70);
	opacity: 0.70;
}

.alpha100 {
	filter: alpha(opacity=100);
	opacity: 1;	
}

div.panel, div.preview, div.display {
	padding: 0px;
	margin: 0px;
}

div#preview {
	height: 100%;
	float: right;
	border-left: 1px solid rgb(0,0,0);
	width: 0px;
	text-align: center;
	padding-top: 2px;
}

div.display {
	height: 100%;
	overflow: auto;
}

form {
	padding: 0px;
	margin: 0px;
}

div.errors {
	font-size: 20px;
	font-family: sans-serif;
	font-weight: bolder;
	margin: 3px;
	color: rgb(255,60,60);	
}

.lang {
	border: 1px solid black;
	background-color: rgb(225,225,225);
	font-size: 11px;
	font-family: sans-serif;
	width: 220px;
	height: 40px;
	margin-bottom: 10px;
}	

.lang img {
	position: relative;
	cursor: pointer;
	padding: 2px;
	border: 1px solid rgb(225,225,225);
}


.info {
	height: 18px;
	width: 496px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: black;	
	filter: alpha(opacity=75);
	opacity: .75;
}

.infoDownload {
	height: 24px;
	width: 494px;
	background-color: white;
	border:1px solid black;
	padding:4px;
	padding-bottom: 0px;
}	

.notFound {
	padding: 6px;
	margin-top: 25px;
	width: 500px;
	color:white;	
	opacity: .60;
	filter: alpha(opacity=70);
	background-color: black;
}


.backimg {
/*	height: 620px;*/
	width: 554px;
	padding: 0px;
	margin: 0px;
	color: white;
	font-family: sans-serif;
	font-weight: bold;
}

#win .backimg {
/*	height: 300px;*/ 
}

.infoContainer {
	width: 	620px;
/*	height: 600px;*/
	overflow: auto;
}
	

.mapImg {
	padding: 0px;
	margin: 0px;
	border: 2px solid black;
	cursor: pointer;
}

.tablefiles {
	table-layout: fixed;
/*	border-bottom: 1px solid gray;*/
/*	border-collapse: collapse;*/
	width: 100%;
	height: 210px;
	margin-top:0px;
}

.tablefiles td {
	text-align: center;
	vertical-align: top;
	padding: 2px;
}

.infoModal	{
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: rgb(25,25,25);	
} 

#win {
	font-size: 13px;
	font-family: sans-serif;
}

div.text {
	font-size: 12px;
	font-family: sans-serif;
/*	font-weight: bold;*/
	font-weight: normal;
	margin: 3px;
	color: rgb(0,0,0);	
}
