/* 
Created on : 28 mars 2014, 12:45:10
Author     : smoron
*/

body.back
{
	background-position: top center;
}

body.back nav a#current, body.back nav a:hover, body.back section#wrapper, body.back section#wrapper:after
{
	background: rgba(255, 255, 255, 0.8);
}

body.back section#wrapper
{
	background-image: none;
	margin-right: 144px;
}

@media (max-width: 903px)
{
	body.back
	{
		padding-right: 44px;
	}
	
	body.back section#wrapper
	{
		margin:auto;
	}
}

@media (max-width: 755px)
{
	body.back
	{
		padding-right: 0;
	}
	
	body.back section#wrapper
	{
		width: auto;
		margin:0 47px 0 3px;
	}
}

body.back section#wrapper div.full
{
	padding-right:0px;
}

body.back section#wrapper:before
{
	content: '';
	position:absolute;
	top:0px;
	right:-44px;
	width:44px;
	height:231px;
	
	opacity: 0.8;
	
	background-image: url(static-logo-annonces-transparent.png);
	background-repeat: no-repeat;
	background-position: top right;
}

body.back section#wrapper:after
{
	content: '';
	position:absolute;
	top:231px;
	right:-44px;
	width:44px;
	
	bottom: 0px;
}