@import url("init.css");

body {
	background: #FFFFFF url(img/site_bg.png) repeat-x top left;
	margin: 1em;
}
div.container {
	margin: 0 auto;
	width: 999px;
}

div.header {
	background: white;
	height: 127px;
	position: relative;
}
div.header div.logo a {
	display: block;
	background: url(img/logo_netavenir.png) no-repeat 0 0;
	border: none;
	height: 97px;
	width: 292px;
	position: absolute;
	top: 18px;
	left: 87px;
}
div.header div.logo a span { display: none; }
div.header div.nav ul {
	list-style: none;
	padding: 0;
	position: absolute;
	bottom: 0.5em;
	right: 87px;
}
div.header div.nav li {
	float: left;
	margin-left: 3.5em;
}
div.header div.nav li a {
	color: #004256;
	font-weight: bold;
	font-size: 1.5em;
	display: block;
	text-decoration: none;
	padding-top: 31px;
}
div.header div.nav li a:hover,
div.header div.nav li.selected a,
div.header div.nav li.active a {
	background: url(img/menu_active.png) no-repeat top center;
}

/* Footer */
div.footer {
	background: url(img/footer_bg.png) no-repeat 0 0;
	color: white;
	height: 200px;
	padding: 1em;
	text-align: center;
}

div.clear {
	clear: both;
}


/* Home */

/* Welcome Screen */
div.welcomeScreenHome {
	background: url(img/home_header.png) no-repeat 0 0;
	height: 473px;
	border-top: solid 1px white;
	position: relative;
	padding: 0 120px;
}
div.welcomeScreenHome h1 {
	color: white;
	font-size: 3.5em;
	margin-top: 160px;
	margin-bottom: 100px;
}
div.welcomeScreenHome h1 strong {
	color: #FD8201;
}
div.welcomeScreenHome h2 {
	font-weight: normal;
}
div.welcomeScreenHome p {
	text-align: justify;
}


/* Content Body */
div.body {
	background: #F9F8F2 url(img/content_bg.png) repeat-x 0 0;
	padding: 5em 7em;
}
div.body div.column {
	background: white;
	float: left;
	width: 48%;
	margin: 0 1%;
}
div.body h3 {
	font-weight: normal;
	padding-left: 45px;
	height: 41px;
}
div.body div.gestionpublicitaire h3 {
	background: url(img/arrow_bg_blue.png) no-repeat top left;
}
div.body div.promobenef h3 {
	background: url(img/arrow_bg_yellow.png) no-repeat top left;
}
div.body div.column p {
	margin-left: 41px;
	margin-right: 1em;
	text-align: justify;
}
div.arrow_brown h3 {
	background: url(img/arrow_bg_brown.png) no-repeat top left;
}



/* Contact */

/* Welcome Screen */
div.welcomeScreenContact {
	background: url(img/contact_header.png) no-repeat 0 0;
	height: 202px;
	border-top: solid 1px white;
	position: relative;
	padding: 0 120px;
}
div.welcomeScreenContact h1 {
	color: white;
	font-size: 3.5em;
	margin-top: 30px;
	margin-bottom: 60px;
}
div.welcomeScreenContact h1 strong {
	color: #FD8201;
}
div.welcomeScreenContact h2 {
	font-weight: normal;
}
div.welcomeScreenContact p {
	text-align: justify;
}