/* ****************************************************

	@file		  screen.css
	@description  Feuille de styles globale
	@author       remi (ixmedia.com)
	@version	  20090817

***************************************************** */

@import url("/css/reset.css");

/*
 * @section Basic
 ******************************************************************************/

html {
	font-size: 62.5%;
}

html, body {
	height: 100%;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 120%;
	line-height: 1.3;
	color: #000;
	background: #939395;
	position: relative;
}

p,ul,ol,table { margin-bottom: 1em; }
.notes-legales ol { list-style:lower-alpha; margin-left:0.8em;}
ul { margin-left: 20px; }
a { text-decoration: none; cursor: pointer; color: #8a704b; }
a:focus { outline: 1px dotted; }
a:visited { color: #8a704b; }
a:hover, a:focus { color: #8a704b; text-decoration: underline; }
a *, button * { cursor: pointer; }
hr { display: none; }
small { font-size: 90%; }
input, select, button, textarea, option { font-family: Arial, Verdana, sans-serif; font-size: 100%; }
button, label, select, option, input[type=submit] { cursor: pointer; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;}
/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */
sup { font-size: 80%; line-height: 1; vertical-align: super; }

button::-moz-focus-inner { border: 0; padding: 1px; }

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
	line-height: 0.8;
}


/*
 * @section Layout
 ******************************************************************************/
 
#wrap {
	background: #fff;
	width: 820px;
	margin: 0 auto;
	padding: 0 20px;
	height: auto !important;
	height: 100%; /* Pour IE6*/
	min-height: 100%;
}

#bandeau {
	width: 100%;
	height: 144px;
	border-bottom: 1px solid #8a704b;
}

/*
 * @section Entête
 ******************************************************************************/

#entete {
	position: relative;
	font-size: 90%;
	background: #e1dddb;
}

#entete  ul {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 20px;
}

#entete ul li {
	float: left;
	padding-left: 10px;
}

#entete ul li a {
	color: #7c7c7f;
}

#entete h1 a {
	display: block;
	width: 152px;
	height: 100px;
	background: url("../img/interface/img-logo.gif") no-repeat;
	text-indent: -9999px;
	outline: none;
}


/*
 * @section Navigation
 ******************************************************************************/
 
#nav {
	font-size: 90%;
	border-top: 1px solid #fff;
}

#nav ul {
	margin: 0;
}

#nav ul li {
	float: left;
	font-weight: bold;
	padding-right: 1px;
	border-bottom: 1px solid #fff;
}

#nav ul li a {
	float: left;
	display: block;
	background: #939395;
	padding: 3px 8px;
	color: #fff;
}

#nav ul li.assurance-personnes {
	background: #896f4b;
}

#nav ul li.services a {
	background: #fff;
	color: #896f4b;
}

#nav ul li.conseil a {
	background: #939395;
	color: #fff;
}


/*
 * @section Accueil
 ******************************************************************************/

body.accueil #bandeau h2 {
	position: absolute;
	left: -9999px;
}

body.accueil .texte {
	width: 460px;
	padding: 20px 0 10px 40px;
	float: left;
}

body.accueil img.banniere {
	margin:10px 0 30px 0;	
}

body.accueil #contenu .services {
	top: -26px;
	position: relative;
	float: right;
	padding: 0 33px 0 0;
}

#contenu .video {
	width: 245px;
	position: relative;
	float: right;
	padding: 0 33px 0 0;
}

#contenu .video p.thumb {
	margin-bottom: 0;
}

#contenu .video p.titre {
	margin-top: 0;
}


body.accueil #contenu .services li {
	float: left;
	width: 118px;
}

body.accueil #contenu .services li.epargne {
	padding-left: 7px;
}

body.accueil #contenu .services li a {
	/*border: 1px solid #8a704b;*/
	display: block;
	background: #939495;
	color: #fff;
	padding: 0 0 15px;
	min-height: 135px;
	text-decoration: none;
	height: 1%;
}

body.accueil #contenu .services li a strong {
	display: block;
	font-size: 140%;
	font-weight: normal;
	line-height: 1;
	padding: 67px 0 0 4px;
	margin: 0 0 15px;
}

body.accueil #contenu .services li a span {
	display: block;
	font-size: 75%;
	padding: 5px 0 5px 4px;
	
}

body.accueil #contenu .services li.personnes a { background: #bdb5b0 url("../img/interface/bg-accueil-assurances-personnes.jpg") no-repeat top left; }
body.accueil #contenu .services li.epargne a { background: #939395 url("../img/interface/bg-accueil-epargne-collective.jpg") no-repeat top left; }
body.accueil #contenu .services li.personnes a span { background: #c8c2bd; }
body.accueil #contenu .services li.epargne a span { background: #a6a6a8; }

body.accueil #contenu .video a.linkbox {display: block; background-color: #e8e5e2; padding: 8px; text-decoration: none;}
body.accueil #contenu .video a.linkbox:hover {background-color: #f4f4f4;}
body.accueil #pre-pied h3 {
	margin: 0 0 8px;
}

body.acces-conseillers #contenu label, body.zone-client #contenu label {display: block;}
body.acces-conseillers #contenu .connexion, body.zone-client #contenu .connexion {margin: 0 0 25px 25px;}

/*
* @section Notes legales
*******************************************************************************/

body.notes-legales #contenu .texte ul {
	margin-left:40px;
}

/*
* @section 404
*******************************************************************************/

body.page404 #wrap {
	height: 500px!important;
	min-height:500px!important;
	width:500px;
}

body.page404 #contenu{
	padding:15px;
}

body.page404 h2 {
	color: #8a704b;
	font-size: 1.3em;
	margin-bottom:1.5em;
}

body.page404 a:link, body.page404 a:visited {
	background:#dbd6d3;
	color:#3c3d3f;
	font-weight:bold;
	padding:5px 10px;
}

body.page404 #pied {
	width:500px;
}


/*
 * @section Pre-pied
 ******************************************************************************/
#pre-pied {
	border-top: 1px solid #8a704c;
	color: #8a704b;
	padding: 8px 0 120px;
}

#pre-pied h3 {
	text-transform: uppercase;
}

#pre-pied .nouvelles {
	padding: 0 0 5px;
	position:relative;
}

#pre-pied .nouvelles .nouvelle {
	border-right:1px solid #CCCCCC;
	display:block;
	float:left;
	margin-right:10px;
	padding-right:10px;
}

#pre-pied .nouvelles .dernier {
	border:none!important;
}

#pre-pied .nouvelles .nouvelle a {
	display: block;
	color: #55595b;
	height:120px;
	position: relative;
	width: 210px;
	outline: none;
}

#pre-pied .nouvelles .nouvelle img {
	float: left;
	margin-right:5px;
}

#pre-pied .nouvelles .nouvelle strong {
}

#pre-pied .nouvelles .nouvelle span {
	display: block;
	font-size: 80%;
}

#pre-pied .nouvelles .nouvelle em {
	font-style: normal;
}

#pre-pied .nouvelles .plus_nouvelles {
	background:#dbd6d3;
	color:#3c3d3f;
	font-weight:bold;
	padding:5px 10px;
	position:absolute;
	right:0; bottom:0;
}

/*
 * @section Statique
 ******************************************************************************/

body.template-statique #contenu {
	background: url("../img/interface/bg-sidebar.jpg") repeat-y top left;
	min-height:400px;
	height:auto !important;
	height:400px;
}
 
body.template-statique .texte {
	float: right;
	width: 490px;
	padding: 15px;
}

body.template-statique #contenu h3 {color: #8a704b; font-size: 1.3em;}
body.template-statique #contenu h4 {font-size: 1em;text-transform:uppercase;}

body.epargne-collective #contenu div.video {margin-top: 15px;}

body.template-statique #contenu .texte ul {
	list-style-type: circle;
}

body.template-statique .sidebar {
	padding: 10px;
	width: 188px;
	float: left;
}

body.template-statique .sidebar .surtitre {
	color: #8a704b;
	font-size: 85%;
	font-weight: bold;
	margin: 0 0 4px;
}

body.template-statique .sidebar h2 {
	color: #777779;
	font-size: 130%;
	line-height: 1;
	margin: 0 0 9px;
}

body.template-statique .sidebar ul {
	margin: 0 0 0 -10px;
	border-top: 1px solid #000;
}

body.template-statique .sidebar ul li {
	float: left;
	width: 100%;
	clear: both;
}

body.template-statique .sidebar ul li a {
	display: block;
	background: #fff;
	border-bottom: 1px solid #000;
	padding: 3px 2px 3px 10px;
	color: #7c7c7f;
}

/*
 * @section Epargne collective
 ******************************************************************************/

body.epargne-collective .texte {
	width:399px;
}
 
body.epargne-collective #contenu .video {
	width: 150px;
	position: relative;
	float: right;
	padding: 0 33px 0 0;
}
 
/*
 * @section Nouvelles
 ******************************************************************************/

.liste-nouvelles {
	margin:0;
}

.liste-nouvelles li {
	border-bottom:1px solid #8A704C;
	list-style:none;
	margin-bottom:10px;
}

.liste-nouvelles li.dernier {
	border:none;
}

.liste-nouvelles li.image img {
	float:left;
	margin:0 5px 5px;
}

.liste-nouvelles li.image div {
	padding-left:130px;
}

.date {
	font-size:.8em;
	margin:0;
}

.liste-nouvelles li ul li {
	list-style:circle;
}

.image-gauche {
	float:left;
	margin:0 5px 5px;}

body.nouvelles h2, body.revue-presse h2 {
	color:#8A704B;
	font-size:2em;
	margin-bottom:.7em;
}

/*
 * @section Pied de page
 ******************************************************************************/
 
#pied {
	background: #beb6b1;
	color: #fff;
	font-size: 80%;
	width: 820px;
	margin: 0 auto;
	height: 100px;
	margin-top: -100px;
	clear: both;
	position: relative;
}

#pied p.copy {
	float: left;
	margin: 0;
	padding-left: 20px;
	position: absolute;
	bottom: 15px;
	left: 0;
}

#pied ul {
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
	position: absolute;
	bottom: 15px;
	right: 0px;
}

#pied ul li {
	float: left;
	border-left: 1px solid #fff;
	padding: 3px 5px;
}

#pied ul li.premier {
	border-left: none;
}

#pied ul li a {
	color: #fff;
}


.chiffres-romains {list-style:lower-roman;margin-left:30px;}

body.entreprise #nav ul li.entreprise a,
body.assurance-personnes #nav ul li.assurance-personnes a,
body.epargne-collective #nav ul li.epargne-collective a,
body.zone-client #nav ul li.zone-client a,
body.revue-presse #nav ul li.revue-presse a,
body.nouvelles #nav ul li.nouvelles a,
body.acces-conseillers #nav ul li.conseil a {
	background: #896F4B;
	color: #fff;
}

div.sidebar ul li.current a {
	color: #896f4b;
	text-decoration: underline;
	font-weight: bold;
}

.gauche {
	float:left;
}
