﻿@charset "utf-8";
/* CSS Document */

html, body{
	height:100%;
	margin:0;
}

html{
	background:#ededed;
}

div#global{
	min-height:100%;
	width:900px;
	margin:auto;
	position: relative;
	background:url(../images/global.jpg) center repeat-y;
}

div#header{
	background:#fff;
	height:160px;
	margin-left:7px;
	margin-right:7px;
}

div#center {
	padding-bottom:50px;
	overflow:auto;
	margin-left:7px;
	margin-right:7px;
}

div#content{
	float:right;
	width:650px;
	margin-right:15px;
	background:url(../images/content.jpg);
	margin-top:8px;
}

div#contentHaut{
	width:650px;
	height:20px;
	background:#FFF url(../images/TopContent.jpg);
}

div#contentCentre{
	width:638px;
	margin:auto;
	padding:3px;
}

div#contentBas{
	width:650px;
	height:20px;
	background:#FFF url(../images/BottomContent.jpg);
}

div#sidebar{
	float:left;
	width:215px;
}

div#sidebar .Navadh{
	width:165px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/btm.jpg);

}

div#sidebar .Navadh #NavadhHaut{
	width:165px;
	height:20px;
	background:#FFF url(../images/top.jpg);
	text-align:center;
}

div#sidebar .Navadh #NavadhHaut p{
	padding-top:5px;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	color:#666;
}

div#sidebar .Navadh #NavadhCentre{
	width:143px;
	height:65px;
	margin:auto;
	padding:3px;
}

div#sidebar .Navadh #NavadhCentre div p{
	padding-top:2px;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	color:#666;
	float:left;
	margin-top:-2px;
}

div#sidebar .Navadh #NavadhCentre div{
	margin-top:2px;
	margin-bottom:1px;
	width:100%;
	float:left;
}

div#sidebar .Navadh #NavadhCentre div input{
	width:65px;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	color:#666;
	float:right;
	margin-top:-2px;
	margin-bottom:-5px;
}

div#sidebar .Navadh #NavadhCentre div #Conn{
	width:72px;
	height:20px;
	float:right;
	border:none;
	background:#fff url(../images/Bouton.jpg);
	cursor:pointer;
	margin-top:-2px;
}

div#sidebar .Navadh #NavadhBas{
	width:165px;
	height:20px;
	background:#FFF url(../images/bottom.jpg);
}

div#sidebar .ImgPay{
	width:165px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/btm.jpg);

}

div#sidebar .ImgPay #ImgPayHaut{
	width:165px;
	height:20px;
	background:#FFF url(../images/top.jpg);
	text-align:center;
}

div#sidebar .Navadh #ImgPayHaut p{
	padding-top:5px;
	font-family:Verdana;
	font-size:9px;
	font-weight:bold;
	color:#666;
}

div#sidebar .ImgPay #ImgPayCentre a{
	display:block;
	width:159px;
	height:159px;
	margin:auto;
	background:url(../images/paiement.jpg) center repeat-y;
}

div#sidebar .ImgPay #ImgPayBas{
	width:165px;
	height:20px;
	background:#FFF url(../images/bottom.jpg);
}		

div#footer{
	position:absolute;
	bottom:0;
	width:886px;
	height:34px;
	background:url(../images/footer.jpg) repeat-x;
	text-align:center;
	margin-left:7px;
	margin-right:7px;
}

div#footer p{
	font-family:Verdana;
	font-size:12px;
	color:#666;
	font-weight:bold;
}

div#footer p.gauche{
	display:block;
	position:absolute;
	left:5px;
}

div#footer p.droite{
	display:block;
	position:absolute;
	right:5px;
}

div#footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:inline;
	color:#666;
	font-weight:bold;
}