/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0px;
	height:100%;
	text-align:center;
	overflow:auto;
	background-color:#898989;
	scrollbar-base-color: #595047;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;	
	scrollbar-track-color: #595047; 
	overflow-y:hidden;/*marche pour Firefox*/ 
}

.AgasysHeader{
	height:186px;
	background-color:#898989;
	margin:auto;
	width:740px;
}

.AgasysContent{
	height:700px;
	overflow:hidden;
	margin:auto;
	width:740px;
	background-color:#595047;
}

.AgasysFooter{
	height:30px;
	overflow:hidden;
	margin:auto;
	width:740px;
	background-color:#595047;
}
.logoPrint{
	display:none;
}
#headerContent{
	width:740px;
	height:136px;
	background-color:#ffffff;
}

/*#imgLeft{
	float:left;
	height:136px;
	width:225px;
}

#logo{
	float:left;	
	height:136px;
	width:290px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
}
#logo{
	height:136px;
	width:290px;
	position:absolute;
	top:0;
	left:330px;
	z-index:1;
	background-image:none;
}*/
.logo{
	display:block;
	cursor:pointer; 
	/*width:298px; 
	height:136px;*/
}
#imgRight{
	float:left;	
	height:136px;
	width:225px;
}

#lien{
	background-color:#595047;
	width:740px;
	margin-bottom:0;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	height:30px;
	padding-top:0px;
}
#souslien{
	float:left;
	text-align:left;
	margin-right:0px;
	margin-top:1px;
}
#souslien a{
	color:#CCCCCC;
	font-weight:bold;
	text-decoration: none;
	border-right:1px solid #D0CBC5;
	font-size:10px;	
	padding:0 4px;
}
#souslien a:hover{
	color:#961F45;
	background-color:#F3F8F4;
}
#souslien .lienactif{
	color:#961F45; 
	background-color:#D0CBC5;
}

#footerContent {
	width:740px;
	height:30px;
	text-align: center ;
	background-color:#595047;
	margin:auto;
	padding-top:0px;
}

#footerContent a {
	color:#FFFFFF;
	font-size:12px;
	text-decoration: none;
}
#footerContent a:hover {
	text-decoration:underline;
}
#footerContent span {
	color:#FFFFFF;
	font-size:12px;
}
p{
	color:#FFFFFF;
	font-size:12px;
}