/*modifier par Luc Debert Videoscop Université Nancy2 Pour l' UNT  Aunege le 23 janv 2008*/
	
body{
/*height: 100%;
width: 100%;*/
margin: 0px 0px 0px 0px;
background-color: White;
}

/*frame du fond*/
#tplFra {
	position: absolute;
	background-color: #FFF;
	background-image: url(../img/struct/bg_body.jpg);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	min-width: 640px;
	min-height: 480px; 
	overflow: hidden;
}
/*zone du haut*/
#tplTop {
background-color: #fff;
	position: absolute;
	width:100%;
	height:13%;
	top:0px;
	left:0px;
	display: table-cell;
	vertical-align: bottom;
}
/*barre grise avec le titre du module*/
#titleRoot{
	
	background: url(../img/struct/bg_menuH.jpg);
	background-repeat: repeat-Y;
	background-color: #ddd;
	position: absolute;
	top:77px;
	height:25px;
	width:100%;
	bottom: 0px;
	left: 0px;
	color: #000;
	font-size: 1.75em;
	text-align: left;
	padding-left: 200px;
}
/* porte le logo aunege*/
#tplLft {
	position: absolute;
	width: 176px;
	top: 0px;
	left: 14px;
	color: #000;
	overflow: hidden;
	text-align: left;
	background-color: #FFF;
	background: url(../img/struct/aunege.jpg) no-repeat top left;
	height: 76px;
}
/*zone centrale*/
#tplCo {
	position: absolute;
	top:100px;
	left:0px;
	right:0px;
	bottom:50px;
	overflow: auto;
	background-color: transparent;
}
/*zone uitlise si pas de logo perso*/
/*zone de la spirale*/
div.logoHomeDefault{
position: absolute;
	width: 100%;
	height: 90%;
	top:8px;
	left:0%;
	right: 0%;
	background:url(../img/struct/fondHomeTop.jpg) no-repeat top center;
	overflow: hidden;
	-moz-opacity:0.75;
	filter:Alpha(opacity=75);
	opacity:0.75;

}
/*zone logo est utlisé dans la personalisation*/
div.logoHome{
	position: absolute;
	top: 1.5%; bottom: 1.5%;
	left: 1.5%; right: 1.5%;
	overflow: hidden;	
	max-width: 97%;
	max-height: 90%; 
	overflow: hidden;
}

#mainTd{
	padding: 0px;
	
}
/* zone titre centrale*/
#main_ti{
	font-weight: bold;
	color: #036;

	background-color: transparance;
	font-family: arial;
	font-size: 2.25em;


}
/*zone titre centrale*/
#main_co{
	position: absolute;
	width: 60%;
	top: 30%; bottom:45%;
	left:22%; right:22%;
	background-color: transparance;
	font-weight: bold;
	padding: 0 30 0 30 %;
	text-align: center;color: #036;
	
	/*-moz-opacity:0.7;
	filter:Alpha(opacity=70);
	opacity:0.7; */
}
#main_co p{
	text-align: center;
}
#main_co span{
	display: inline;
}
#tplRgt {
	position: absolute;
	width:50px;
	right:0px;
	bottom:50px;
	overflow: hidden;
	text-align: center;
}
#tplBtm {
	position: absolute;
	width:100%;
	height:50px;
	bottom:0px;
	left:0px;
	color: white;
	text-align: right;
}
#tplBtmLeft{
	position: absolute;
	display: block;
	left: 50px;
	height:48px;
	padding-right:26px;
	/*background: url(../img/struct/bottomBkg.png) top right no-repeat;*/
}
#tplBtmIn {
	position: absolute;
	display: block;
	right: 50px;
	padding-top:2px;
	color:gray;

}

#linkSp{
	text-decoration: none;
	margin: 0px;
}
#linkSp img,
.legalInfo img {
	border-width:0pt;
	vertical-align: middle;
}
/*contient la fleche cliquez ici*/
#main_nav{
	font-size: 1.4em;
	position: absolute;
	bottom: 8px;
	right: 10px;
	text-align: right;
	padding: 0px;
	background-color: transparent;
	/*-moz-opacity: 0.8;
	filter: Alpha(opacity=80);
	opacity: 0.8;*/
}
#main_nav a.startBtn{
	/*contient la fleche cliquez ici*/
	display: inline;
	padding-right: 34px;
	padding-bottom: 8px;
	padding-top: 3px;
	color: #4062a1; color: #000;
	font-weight: bold;
	line-height:36px;
	background: url(../img/btn/enter.gif) no-repeat right;
}
#main_nav a.startBtn:hover{
	-moz-opacity:0.5;
	filter:Alpha(opacity=50);
	opacity:0.5; 
}
#gotoLastLocation {
	margin-top: 10px;
}
#gotoLastLocation a{
	display: inline;
	padding-right: 35px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #4062a1; color: #F7BE0F;
	line-height:26px;
	background: url(../img/btn/allerPage.gif) no-repeat right;
}
#resetStorageData {
	margin-top: 10px;
}
#resetStorageData a{
	display: inline;
	padding-right: 35px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #4062a1;
	line-height:26px;
	background: url(../img/btn/effacer.gif) no-repeat right;
}
#gotoLastLocation a:hover, #resetStorageData a:hover{
	-moz-opacity:0.5;
	filter:Alpha(opacity=50);
	opacity:0.5; 
}

#tplBtmLeft .homeBtnSel{
display:none;
}