@charset "utf-8";
/* CSS Document */

body { 
	width:1024px; 
	height:898px;
	margin:0px; 
	font-family: Arial, Helvetica; 
	background:#EAEAEA; 
	padding: 0px;
	list-style-type: none;
    text-decoration: none;
}

#header{
	width:1024px; 
	height:40px; 
	margin:0px auto 0px; 
	background:#FFFFFF;
}

#question_IPATIMUP{
	margin-top:20px;
	margin-right:15px;
	float:right;
	font-family:  Arial, Helvetica; 	
	font-size:12px;
	color:#40472c;
	cursor:pointer;
	text-decoration:none;
}

#question_IPATIMUP a:hover{
	text-decoration:underline;
	color:#D36C32;
}

#logo{
	position:relative; 
	float:left; 
	width:160px; 
	height:30px; 
	background:url(../images/New_logo2.jpg) no-repeat; 
	top:5px; 
	left:30px;
}

#logo_IPATIMUP{
	position:relative; 
	background:url(../images/IPATIMUP.jpg) no-repeat;
	top:15px; 
	width:560px; 
	height:35px;
	float:left; 
	left:40px;
}

#line{ 
	width:1024px; 
	height:10px; 
	background:url(../images/backgrounddestaques.jpg);
}

#line2{ 
	width:1024px; 
	height:10px; 
	background:url(../images/lineGreen.jpg);
	position:relative;
	margin-bottom:2px;
}

#line3{ 
	width:1024px; 
	height:10px; 
	background:url(../images/lineGreen.jpg);
	position:relative;
	margin-top:2px;
}

.question{
	background:url(../images/inter7.png);
	Height:100px;
	width:200px;
	z-index:500;
	position:absolute;
	left:700px;
	top:725px;
	cursor:pointer;
	cursor:hand;
}

#div_left:hover{
	background-color:#ffffff;
	}

#div_left{
	background-color:#f1f1f1;
	text-align:center;
	width:85px;
	height:850px;
	float:left;
	top:0px;
	left:0px;
	position:relative;
	cursor:pointer;
}

#arrow-left:hover{
	background:url(../images/arrow_yellow_left.png) no-repeat center;
}


#arrow-left{
	height:100%;
	width:85px;	
	background:url(../images/arrow_left85.png) no-repeat center;	
	cursor:pointer;
}

#arrow-rigth:hover{
	background:url(../images/arrow_yellow_rigth.png) no-repeat center;
}

#div_rigth:hover{
	background-color:#ffffff;
}

#div_rigth{
	background-color:#f1f1f1;
	text-align:center;
	width:85px;
	height:850px;
	float:right;
	top:0px;
	right:0px;
	position:relative;
	cursor:pointer;
}

#arrow-rigth{
	height:100%;
	width:85px;	
	background:url(../images/arrow_rigth85.png) no-repeat center; 
	cursor:pointer;
}

#container { 
	width:850px; 
	height:850px;
	margin:0px auto 0px; 
	margin-top:0px;	
}	
	
a{
	text-transform:none;
	color:#333
}