body{
	margin: 0px 0px 0px 0px;
	/*background:url(../img/struct/fondPied.png) bottom repeat-x white;	*/
}
/* ============= Accessibility menu ============= */
ul#accessibility {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	right:50px;
	width:auto;
	z-index:90;
	font-size:7pt;
	top:3px;
	opacity: 0.2;
	filter:Alpha(opacity=20); 
	color:white;
}
ul#accessibility:hover{
	opacity: 0.7;
	filter:Alpha(opacity=70); 
}
ul#accessibility li{
	float: left;
	margin-left:10px;
}
ul#accessibility a{
	color:white;
	text-decoration: none;
}
ul#accessibility a:hover{
	text-decoration: none;
}
noscript{
	font-size: 0.8em;
	font-style: italic;
}
#tplFra {
/*	position: absolute; compat IE7 */
	background-color: black;
	height:100%;
	width:100%;
	/*background:url(../img/struct/pied.png) bottom left no-repeat;	*/
}
#tplTop {
	position: absolute;
	width:100%;
	top:0px;
	left:0px;
	color: white;
	text-align: left;
	font-size:16px;
	background:url(../img/struct/fondEntete.png) repeat-x;	
	height:105px;
}
#titleRoot{
	height:105px;
	font-size: 18px;
	text-align: right;
	background:url(../img/struct/entete.png) no-repeat;	
	color:black;
	font-weight:bold;
	display:block
}

#titleRoot span{
	display:none
}

#tplCo {
	overflow: auto;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	
	background: url("../img/deco/logo.jpg")  no-repeat bottom center;
	background-position: 51% 95%;
}


div.logoHomeDefault{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	/*background-image:url(../img/struct/fondHomeTop.gif);*/
	background-repeat: no-repeat;
	background-position: top left;
}
div.logoHome{
	height: 90%;
	top: 0px;
	left: 0px;
	overflow: hidden;
    position: relative;
    text-align: center;
    width: auto;
}
#mainTd{
	padding: 0px;
	
}
#main_ti{
	font-weight: bold;
	font-family: "Titillium Web";
	font-size: 40px;
	padding: 10px;
	color:#4D6C07;
	line-height: 80%;
}
#main_co{
	position: absolute;
	width: 80%;
	top: 20%;
	left:10%;
	background-color: white;
	font-family: "Titillium Web";
	font-weight: bold;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	
}
#main_co p{
	text-align: center;
	font-size:28px;
	font-family: "Titillium Web";
	color:#333333;
}
#main_co span{
	display: inline;
}
.authHome {
	color:#406121;
	
}

#tplRgt {
	position: absolute;
	width:50px;
	right:0px;
	bottom:50px;
	overflow: hidden;
	text-align: center;
}
#linkSp{
	text-decoration: none;
	margin: 0px;
}
#linkSp img {
	border-width:0pt;
	vertical-align: middle;
}


#main_nav{
	font-size: 18px;
	position:relative;
	bottom:10px;
	padding:5px;
	top:60%;
    margin: 0 auto;
    
    text-align: center;
    width: 200px;
	
	
}
#main_nav a{
	display: inline;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	background-color:#A4C639;
	border: 1px solid #839d20;
	
}
a:first-letter {
	
}

#main_nav a:hover {
	-moz-opacity:0.5;
	/* DANGER : ne pas mettre "filter:Alpha(opacity...)" */
	/* provoque un crash si associé a un élément hover pour IE6 et IE7 */
	/*opacity:0.5;*/
	top: 60%;
	background-color:#839d20;
	 width: 240px;
}

#main_nav a.startBtn{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	padding-top: 8px;
	color: white;
	text-transform:normal;
	/*background: url(../img/btn/enter.gif) no-repeat right;*/
	font-size:15px
	
	
}





#gotoLastLocation {
	margin-top: 10px;
}
#gotoLastLocation a{
	padding-right: 40px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #406121;
	line-height:26px;
	background: url(../img/btn/allerPage.gif) no-repeat right;
	font-size:15px
}
#resetStorageData {
	margin-top: 10px;
}
#resetStorageData a{
	padding-right: 40px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #406121;
	line-height:26px;
	background: url(../img/btn/effacer.gif) no-repeat right;
	font-size:15px
}

/* with overflow=auto, margin-bottom does not work correctly for some browsers */
/* using this method as a workaround : http://www.brunildo.org/test/overscrollbackV.html */
#tplCoSpacer {
	height:20px;
}

#tplBtm {
	height:28px;
	color: #6F6F6F;
	text-align: right;
	background-color:#333333;
}
#tplBtmLeft{
}
#tplBtmIn {
	position: absolute;
	display: block;
	right: 3px;
	left: 3px;
	bottom:3px;
	background-color:#333333;
	height:23px;
	
}
#linkSp{
	text-decoration: none;
	margin: 0px;
}
#linkSp img{
	border-width:0px;
	vertical-align: middle;
}
#tplBtmIn a {
	color: gray;
}
#tplBtmIn a:hover {
	color: lightgray;
}



/* === SMALL & TOUCH screens ================================================ */
@media only screen and (max-width:600px) {

 #main_ti{
	font-size: 20px;
	}
	
	#main_co p{
		font-size:18px;
		
	}
	
	#main_nav{
	font-size: 18px;
	position:absolute;
	bottom:10px;
	padding:5px;
	top:60%;
    margin: 0 auto;
    
    text-align: center;
    width: 200px;
	
	
}
	
	
	
}

/* ipad */
@media only screen and (max-device-width: 1024px){
	body{
		-webkit-text-size-adjust:none;
	}
	#main_nav{
	font-size: 18px;
	position:absolute;
	bottom:10px;
	padding:5px;
	top:60%;
    margin: 0 auto;
    
    text-align: center;
    width: 200px;
	
	
}
}

div.tplFra_small ul#accessibility{
	display:none;
}

