body 
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #ffffff;
	
	background-color: #002b63;
	background-image: url(http://static.myframework.fr/img/myFramework-publicPage/body.png);
	background-position: center top;
	background-repeat: no-repeat;
	
	margin: 0;
	padding: 0;
}
a:link, a:visited, a:hover 
{
	color: #ffffff;
	text-decoration: none
}

/**
 *	Top Slider
 */
#sliderWrap {
	margin: 0 auto;
	width: 500px;
}
#slider {
	position: absolute;
	width: 500px;
	height: 80px;
}
#sliderContent {
	position: absolute;
	text-align:center;
	color:#333333;
	font-weight:bold;
	padding: 10px 20px;
	height: 60px;
	width: 460px;
	background: url(http://static.myframework.fr/img/myFramework-publicPage/bar-login-back.png);
}

#sliderContent input.submit {
	float: right;
	padding: 0;
	margin: 0;
	margin-top: 30px;
	
	line-height:  30px;
	height: 30px;
}

#sliderContent p label {
	width: 50%;
}

#sliderContent p {
	padding: 0;
	margin: 0;
	
	line-height:  30px;
	height: 30px;
}

#openCloseWrap {
	position:absolute;
	text-align:center;
	line-height: 14px;
	width: 120px;
	height: 20px;
	margin-top: 80px;
	padding-left: 360px;
	padding-right:  20px;
	font-size:11px;
	font-weight:bold;
	background: url(http://static.myframework.fr/img/myFramework-publicPage/bar-login-footer.png);
	cursor: pointer;
}
#openCloseWrap a {
	color: #000000;
	outline: none;
}

/**
 *	Horizon
 */

#horizon        
{
	text-align: center;
	position: absolute;
	top: 45%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#content    
{
	margin-left: -150px;
	position: absolute;
	top: -40px;
	left: 50%;
	width: 300px;
	height: 80px;
	visibility: visible;
	font-size: 14px;
}

.captions  
{
	color: #ffffff;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: justify;
}

#caption1    
{
	padding-right: 6px;
	border-right: 1px dashed #1b8dbe;
	position: absolute;
	top: -100px;
	left: -125px;
	width: 250px;
	height: 100px;
	visibility: visible;
	display: block
}

#caption2    
{
	padding-left: 6px;
	border-left: 1px dashed #1b8dbe;
	position: absolute;
	top: 92px;
	left: 125px;
	width: 250px;
	height: 100px;
	visibility: visible;
	display: block
}

#footer 
{
	font-size: 11px;
	font-family: Tahoma, Geneva, Kalimati, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 12px;
	width: 100%;
	line-height: 14px;
	height: 28px;
	visibility: visible;
	display: block
}