

body
{
	background: #513F54 fixed;
}


header, nav, section#wrapper, footer
{
	margin:0 100px;
}

@media (max-width: 903px)
{
	header, nav, section#wrapper, footer
	{
		width: 660px;
		margin:auto;
	}
	
	nav
	{
		width: 690px;
	}
}

@media (max-width: 698px)
{
	header, nav, section#wrapper, footer
	{
		width: auto;
		margin:0 3px;
	}
}


nav
{
	
}


section#wrapper
{
	padding:15px;
	min-height: 250px;
	
	background: white url(static-logo-annonces-dark.png) no-repeat top right;
	
	position:relative;
	
	text-align: left;
}


section#msg
{
	position:fixed;
	margin:0 100px;
	top:10px;
	left: 0px;
	right: 0px;
	
	z-index:1;
}



aside
{
	position:fixed;
	right:15px;
	top:120px;
}


h1, h2, h3
{
	color:#5C2668;
}

section#wrapper > h2:first-child
{
	margin-top:0;
}

h2
{
	padding-bottom:1px;
	background: url(static-borderh2-250.png) no-repeat left bottom;
}

@media (max-width: 965px)
{
	h2
	{
		background-position-x: right;
	}
}

h2 > span
{
	font-size: 12px;
	font-weight: normal;

	float:right;
}

h2 > span > a
{
	margin:0 5px;
}



a, a:visited
{
	text-decoration:none;
	color:blue;
}

a:hover
{
	color:darkorange;
}


section#wrapper > div, section#wrapper h2
{
	padding-right:40px;
}

section#wrapper table.full
{
	width: 100%;
}


/*
div.popup
{
	border-color: #5C2668;
}
*/