
body {
  background-color: #FFFFFF;
  background-image: url(img/body.png);
  background-repeat: repeat-x;
  margin-top:8px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
}

#fullBlock {
  position:relative;
  margin:0px auto;
  width: 950px;
}

a, a:visited {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:none;	
}

#mainPage {
  background-color:#FFFFFF;
}

.shadowDown {
  background-image: url(img/shadowDown.png);
  background-repeat: repeat-x;
  height:6px;
  overflow:hidden;
}

.shadowUp {
  background-image: url(img/shadowUp.png);
  background-repeat: repeat-x;
  height:6px;
  overflow:hidden;
}

.shadowInfo {
  background-image: url(img/shadowInfo.png);
  background-repeat: repeat-x;
  height:6px;
  overflow:hidden;
}

.shadowEnd {
  background-image: url(img/shadowEnd.png);
  background-repeat: repeat-x;
  width:950px;
  height:6px;
  overflow:hidden;
}

.header {
  background-color: #000000;
  background-image: url(img/header.png);
  background-repeat: repeat-y;
  width:950px;
  height:130px;
}

.info {
  background:#000000;
  border:#000000 1px solid;
  position:relative;
  margin:0px auto;
}

.infoUpError {
  text-align:center;
  background-image: url(img/infoUpError.png);
  background-repeat: repeat-x;
  height:20px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#FFFFFF;
}

.infoUp {
  text-align:center;
  background-image: url(img/infoUp.png);
  background-repeat: repeat-x;
  height:43px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:36px;
  font-weight:bold;
  color:#FFFFFF;
}

.infoDown {
  background-image: url(img/infoDown.png);
  background-repeat: repeat-x;
  height:10px;
}

.infoInside {
  border:#000000 solid 1px;
  background-color:#FFFFFF;
  margin-left:10px;
  margin-right:10px;
}

.miniLogo {
  background:url(img/believeBottom.png) no-repeat bottom right;
  width: 491px;
  height: 130px;
  left:472px;
  position: relative;
  cursor:pointer;
}

.mainLogo {
  background:url(img/logo.png) no-repeat bottom right;
  width: 898px;
  height: 127px;
  position: relative;
  top: 1px;
  
}

.inputCode {
  border:#ABADB3 solid 1px;
  width:160px; 
	font-size:20px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:#000000;
}

.submitCode {
  border:#ABADB3 solid 1px;
  width:160px; 
	font-size:14px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:#000000;
	cursor:pointer;
}

#linkBelieve {
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
}

.powered {
	color:#ffffff;
	float:right;
	font-weight:bold;
	margin-top:107px;
	font-size:12px;
	margin-right:130px;
	text-decoration:none;
}
.namePosition{
	margin-left		: 	-1px;
	margin-top		:	0px;
	font-weight		:	bold;
}

.titlePosition{
	margin-left		:	0px;
	margin-top		:	-15px;
	padding-top		:	0px;
	font-weight		:	normal;
	margin-bottom	:	0px;
	color			:	Black;
	
}

.coverPosition{
	margin-left	: 	-80px; 
	margin-top	:	20px;
}

.extrait{
	font-style	:	normal;
	font-weight	:	normal;
	margin-left	:	0px;
	margin-top	:	0px;
}

.lien{
	color		:	#231CF7;
	font-size	:	9px;
	font-size	:	underline;
	margin-left	:	0px;
	margin-top	:	-15px;
	padding-bottom:10px;
}	
	
.colorLien{
	color : #231CF7;
	
}

.block{
	margin-top:-90px;
	margin-left:30px;
	height:150px;
	
}

a:visited{color:#F90000;}
a:hover{color:#F90000;}

