/**************************************************************************
** PROJECT :		CRAQUITAINE
** FILE NAME :		layout.css
** CREATED :		12/04/07							BY :	Ludo Ran
** CONTENT :		Feuille de styles 
**
***************************************************************************/

/* GLOBAL RULES */

* { font-family: "Lucida Grande", Verdana, sans-serif; margin: 0; padding: 0; }

body {
	color: #000;
	background: #fff;
	overflow: hidden;
}

a { outline: none; }

iframe { display: none; }

/* SELECT-BOX RULES */

.select-box { vertical-align: middle; z-index: 10; clear: both; }

/* BANNER RULES */

#banner {
	float: left;
	width: 100%;
	/*width: 800px;*/
	height: 110px;
	background: url(../images/bannerbg.jpg) 90px 10px repeat-x;
	overflow: hidden;
}

.bannerbg {
	float: left;
	width: 600px;
	height: 95px;
	background: url(../images/banner.jpg) 87px 10px no-repeat;
}

#banner .aquitaine {
	float: left;
	width: 87px;
	height: 84px;
	text-align: center;
	margin-top: 10px;
	background: url(../images/aquitaine.jpg) 0 0 no-repeat;
	cursor: pointer;
}

#aqtitle {
	float: none;
	font: 18px helvetica;
	color: #fff;
	margin: 14px 0 0 400px;
	padding: 0;
	filter:dropshadow(color=#000, offx=10, offy=5);
}

.netlogin {
	float: right;
	width: 190px;
	height: 82px;
	text-align: center;
	margin-top: 10px;
	background: #fff url(../images/avis.jpg) 0 0 no-repeat;
	border: 1px solid #717b87;
	border-left: 0;
}
* html .netlogin { height: 84px; }

.netlogin label, .netlogin a, .netlogin span {
	float: left;
	text-align: center;	
	font-size: 11px;
	color: #1f578f;	
	margin-left: 100px;
}

.netlogin span { width: 80px; height: 9px; line-height: 8px; text-align: center; margin-top: 2px; }

.netlogin input {
	float: left;
	clear: left;
	width: 80px;
	font-size: 9px;
	margin: 2px 0 0 100px;
	background-color: #fbfaf5;
	border: 1px solid #717b87;
}

#btnconnect {
	width: 30px;
	margin-left: 120px;
	background-color: #c5c5c5;
}

#authentdiv { height: 82px; }
#userconnect { width: 99%; height: 99%; }

.votreavis {
	position: absolute;
	width: 40px;
	height: 30px;
	line-height: 12px;	
	text-align: center;
	top: 64px;
	right: 93px;
	z-index: 8;
	cursor: pointer;
}

.votreavis a { 
	float: left; 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.votreavis a:hover { text-decoration: none; color: #199847; }

/* CONTAINER RULES */

#container {
	float: left;
	width: 100%;
	/*height: 510px;*/
	padding-top: 8px;
	background: #fbfaf5;
	overflow: hidden;
}

#layerbk {
	clear: left;
	/*height: 484px;*/
}

#footer {
	position:relative;
	float: right;
	text-align: justify;
	display:block;
	overflow:visible;
	cursor:auto;
	font-family:"Lucida Grande", Verdana, sans-serif;
}

#footer ul, #footer li {
	position:relative;
	margin-top:10px;
	margin-right:8em;
	bottom:auto;
	height: 60px;
	width:700px;
	text-align:justify;
	list-style: none;
	font-size: 12px;
	font-family:"Lucida Grande", Verdana, sans-serif;
	color: #000;
	float:none;
}


.compass {
	position: absolute;  
	display: block;
	width: 40px;
	height: 40px;
	left: 20px;
	bottom: 30px;
	background: url(../images/north.gif) no-repeat;
	z-index: 200;
}

#footer li a {
	font-size: 9px;
	color: #f00;
}

#visualisation {
    position: absolute;
	display: block;
    top: 130px;
    left: 24px;
	border: 1px solid #cbd8df;  
    overflow: hidden;
	z-index:0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/tmp/4a3a4025_76f_1cd.PNG", sizingMethod="scale");
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/tmp/4a3a4049_6fd9_16d.PNG", sizingMethod="scale");
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/cursor/grab.cur", sizingMethod="scale");
}

#visualisation table {
   /*float: left;*/
	text-align: center;	
	font: 11px verdana;
}

#cadreVide {
	float: left;
	position: relative;
	/*width: 728px;
	height: 485px;*/
	background-color: #f3f3f3;
	border: 1px solid #cbd8df;
	overflow: hidden;
}
#zoomboxIn {
	display: none;
	position: absolute;
	background: #fff;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	border: 1px solid #f00;
}
#zoombox {
	display: none;
	width: 100%;
	height: 80px;
	margin: 6px 0 5px 2px;
	border: 1px solid #cedfd6;
}
.dragme { position: relative; }

/* LOADING RULES */

#divWait { display: none; float:left; width: 40px; height: 40px; }


