@charset "utf-8";
/* CSS Document */

/*########################################################
	BODY, CONTENEUR & HTML GENERIQUES
########################################################*/
html, body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #575757;
	width: 100%;
	background-color: #FFFFFF;
}

h1, h2, h3, h4, p, ul, li, form, a {
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 1.1em;
}
input, select, textarea {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	color: #370057;
}
a:hover {
	text-decoration: underline;
}
img, a img {
	border: 0;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin: 8px 0;
	clear: both;
}
th, td {
	text-align: center;
	border: solid 1px #b4b4b4;
}
th {
	text-align: center;
	background-color: #370057;
	color: #ffffff;
	font-weight: normal;
	font-size: 0.9em;
}
table tr.result td {
	color: #370057;
	font-size: 1.2em;
	padding: 8px 0;
	font-weight: bold;
}
table a {
	color: #370057 !important;
}

/*--------------------- class génériques --------------------- */
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
span.exponent {
	font-size: 0.8em;
	font-weight: normal;
	vertical-align: top;
}

/*--------------------- #container --------------------- */
#container {
	width: auto !important;
	margin: 0 auto;
	font-size: 0.7em;
	/*overflow: auto;*/
}

/*--------------------- form --------------------- */
input, select, textarea {
	border: solid 1px #d4d4d4;
	padding-left: 2px;
}
form input.ok {
	border: none !important;
	background: url(../img/input_ok.gif) bottom no-repeat !important;
	margin: 0;
	text-align: center !important;
	width: 26px !important;
	height: 16px !important;
	padding: 0 0 1px 1px !important;
	padding: 0 !important !ie;
	color: #575757 !important;
	cursor: pointer;
	cursor: hand;
}
input.date {
	width: 6em;
}

/*########################################################
	BANNIERE
########################################################*/
#banner {
	display :none;
}

/*--------------------- #bannerFlash --------------------- */
#bannerFlash {
  	display: none;
}

/*--------------------- #bannerMenu--------------------- */
#bannerMenu {
	display :none;
}

/*########################################################
	CONTENU
########################################################*/
#content {
	background: none;
	padding: 0 6px;
	/*position: relative;*/
	/*overflow: auto;*/
}
.column1 {
	background: none !important;
}
.column2 {
	background: none !important;
}
.column3 {
	background: none !important;
}

/*--------------------- #contentLeft --------------------- */
#contentLeft {
display :none;
}

/*--------------------- #contentRight --------------------- */
#contentRight {
display :none;
}

/*--------------------- #contentCenter --------------------- */
#contentCenter {
	float: none;
	/*position: relative;*/
	width: 100%;
	/*overflow: auto;*/
}

#content.column3 #contentCenter {
	width: 100%;
}
#content.column2 #contentCenter {
	width: 100%;
}
#content.column1 #contentCenter {
	width: 100%;
}


/*--------------------- div.columnLeft & div.columnRight  --------------------- */
#contentCenter .columnLeft {
	width: 50%;
	float: left;
}
#contentCenter .columnRight {
	width: 50%;
	float: right;
}

/*--------------------- #contentCenter div.header --------------------- */
#contentCenter .header {
	margin: 0;
	height: 120px;
	padding: 0 0 0 24px;
}
#contentCenter .header h1 {
	font-size: 2.4em;
	font-weight: normal;
	color: #370057;
	padding-top: 0;
}
#contentCenter .header h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #a8a8a8;
	width: 400px;
}

/*--------------------- #contentCenter div.article --------------------- */
#contentCenter .article {
	/*position: relative;*/
	margin: 0 12px;
	/*overflow: auto;*/
}
#contentCenter .article h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #370057;
	margin: 6px 12px;
}
#contentCenter .article ul {
	list-style: disk;
	list-style-position: inside;
	margin: 18px 12px;
	zoom:1;
}
#contentCenter .article p {
	margin: 6px 12px;
	font-size: 1.1em;
	
}
#contentCenter .article h3 {
	padding-left: 12px;
	background: url(../img/arrow9.gif) 2px 5px no-repeat;
	font-size: 1.4em;
	margin-top: 18px;
}
#contentCenter .article h4 {
	font-size: 1.2em;
	margin: 8px 12px 15px 12px;
	color:#787878;
	font-weight: bold;
	
}
#contentCenter .article p.legend {
	font-size: 0.9em;
	color: #a8a8a8;
}
#contentCenter .article ul li {
	background: transparent url(../img/arrow5.gif) no-repeat scroll left 5px;
	padding-left:8px;
}
ul.actions {
	display: none;
}

/*--------------------- #contentCenter div.menu --------------------- */
#contentCenter .menu {
	display :none;
}
/*--------------------- #contentCenter div.resume--------------------- */
#contentCenter .resume {
	float: right;
	position: relative;
	width: 232px;
	padding-left: 12px;
}

/*--------------------- #contentCenter div.list --------------------- */
#contentCenter div.list {
   float: left;
   position: relative;
   width: 452px;
   margin: 0 12px;
}
#contentCenter div.list h1 {
   font-size: 2.4em;
   font-weight: normal;
   color: #370057;
}
#contentCenter div.list ul {
   list-style: disk;
   list-style-position: inside;
   margin: 18px 12px;
}
#contentCenter div.list p {
   margin: 6px 12px;
}
#contentCenter div.list h3 {
   padding-left: 12px;
   background: url(../img/arrow9.gif) 2px no-repeat;
   font-size: 1.2em;
   margin-top: 18px;
}
#contentCenter div.list h3 span {
   color: #370057;
}
#contentCenter div.list h4 {
   font-size: 1em;
   margin: 8px 12px;
}
#contentCenter div.list p.legend {
   font-size: 0.9em;
   color: #a8a8a8;
}
#contentCenter div.list ul li {
   background:transparent url(../img/arrow5.gif) no-repeat scroll left 5px;
   padding-left:8px;
} 

/*--------------------- #contentCenter div.map --------------------- */
#contentCenter .map {
	float: left;
	position: relative;
	width: 464px;
	margin: 0 12px;
	_margin: 0 6px 0 6px;
}
#contentCenter .map h1 {
	font-size: 2.4em;
	font-weight: normal;
	color: #370057;
	padding-top: 24px;
}
#contentCenter .map ul {
	list-style: disk;
	margin: 18px 12px;
	list-style-position: inside;
}
#contentCenter .map ul li {
	zoom: 1;
}
#contentCenter .map p {
	margin: 6px 12px;
}
#contentCenter .map h3 {
	padding-left: 12px;
	background: url(../img/arrow9.gif) 2px no-repeat;
	font-size: 1.2em;
	margin-top: 18px;
}
#contentCenter .map h4 {
	font-size: 1em;
	margin: 8px 12px;
}
#contentCenter .map .france {
	position: relative;
	margin: 24px 0 24px 8px;
}
#contentCenter .map .france .region {
	position: absolute;
	right: 0;
	top: 0;
	width: 160px;
}

/*--------------------- #content div.bloc --------------------- */
#content div.bloc {
	margin: 30px 12px 48px 12px;
	border: solid 1px #d4d4d4;
	background: #fdfdfd url(../img/bg_bloc.gif) bottom repeat-x;
	position: relative;
	padding: 9px 12px;
}
#content div.article div.bloc {
	margin: 0;
}
#contentCenter div.article div.bloc {
	padding: 0 0 9px 0;
}
#content div.pubdroite, #content div.pubgauche {
	padding-top: 100px;
	text-align: center;
}
.home #contentCenter div.bloc {
	border-width: 1px 0 0 0;
	background: none;
	position: relative;
	padding: 9px 13px;
}
#content div.download {
	display :none;
}
#content div.bloc h1 {
	position: absolute;
	top: -19px;
	_top: -18px;
	left: 0;
	_left: -12px;
	font-size: 1.6em;
	overflow: hidden;
	height: 23px;
	width: 206px;
	background-repeat: no-repeat;
}
#content #contentLeft div.bloc h1, #content #contentCenter div.bloc h1 {
	text-align: left;
	background-position: left top;
}
#content #contentRight div.bloc h1, #content #contentCenter div.resume div.bloc h1 {
	text-align: right;
	background-position: right top;
}
#content div.actualite h1 {
	background-image: url(../img/titles/l_actualite_du_patrimoine.gif);
}
#content div.marches h1 {
	background-image: url(../img/titles/en_direct_des_marches.gif);
}
#content div.decryptages h1 {
	background-image: url(../img/titles/decryptages.gif);
}
#content div.guides h1 {
	background-image: url(../img/titles/les_guides_gan_patrimoine.gif);
}
#content div.privilege h1 {
	display: none;
}
#content div.encemoment h1 {
	background-image: url(../img/titles/en_ce_moment.gif);
}
#content div.approche h1 {
	background-image: url(../img/titles/notre_approche_conseil.gif);
}
#content div.voiraussi h1 {
	background-image: url(../img/titles/voir_aussi.gif);
}
#content div.enbref h1 {
	background-image: url(../img/titles/en_bref.gif);
}
#content div.actualite h1 span, #content div.marches h1 span, #content div.decryptages h1 span, #content div.guides h1 span, #content div.privilege  h1 span, #content div.encemoment h1 span, #content div.approche h1 span, #content div.voiraussi h1 span, #content div.enbref h1 span {
	display: none;
}
#content div.bloc span.date, #content div.bloc span.type {
	display: block;
	color: #a8a8a8;
	font-size: 0.9em;
	text-transform: uppercase;	
}



contentRight div.bloc a, #contentLeft div.bloc a {
	display: inline;
	color: #787878;
	font-weight: bold;
	font-size: 1em;
}

#contentLeft div.marches a {
	font-weight: normal;
	font-size: 1.1em;
}

#contentLeft div.actualite ul.links li a, 
#contentRight div.decryptages ul.links li a, 
#contentRight div.guides ul.links li a, 
#contentRight div.voiraussi ul.links li a, 
#contentRight div.enbref ul.links li a {
	font-weight: normal;
	font-size: 1.1em;
}


#content div.bloc img {
	display: block;
	float: right;
	margin: 0 0 4px 4px;
}
#content div.bloc .view img,
#content div.bloc .viewOff img {
	float: none;
}
#content div.bloc ul {
	list-style: disk;
	list-style-position: inside;
}
#content div.bloc ul li {
	margin-bottom: 4px;
	font-size: 1em;
}
#content div.bloc table {
	margin: 0;
}
#content div.bloc table a {
	font-size: 1em;
}
#content div.bloc table th {
	color: #a8a8a8;
	background: none;
	font-size: 0.7em;
	border: none;
	border-bottom: solid 1px #cbcbcb;
	vertical-align: bottom;
	text-align: left;
}
#content div.bloc table td {
	border: none;
	border-bottom: solid 1px #ffffff;
	background-color: #efefef;
	vertical-align: top;
	text-align: left;
}
#content div.bloc table th.number, #content div.bloc table td.number {
	text-align: right;
}
#content div.bloc table th.number {
	text-align: right;
}
#content div.bloc table tr.pair td {
	border-bottom: solid 1px #ffffff;
	background-color: #f8f8f8;
}
/*#content div.article div.bloc p {
	margin: 0;
}*/
#content a span.more {
	overflow: hidden;
	background: url(../img/arrows.gif) right 5px no-repeat;
	padding-right: 14px;
}
#content div.bloc ul.links {
	margin: 6px 0;
}
#content div.bloc ul.links li {
	display: block;
	text-align: right;
	padding: 0;
	background: none;
}
#content div.bloc ul.links li a {
	color: #370057;
	font-size: 1em;
}
#content div.bloc ul.links li a span.more {
	background: url(../img/skin1/arrows-xl.gif) right 3px no-repeat;
	padding-right: 18px;
}
#content div.privilege ul.links li, #content div.contact ul.links li {
		text-align: center;
}
#content div.bloc ul.button li a {
		display: block;
		background: url(../img/input.gif) left no-repeat;
		height: 19px;
		font-size: 1.1em;
		font-weight: bold;
		color: #575757;
		padding-left: 20px;
}
#content div.bloc ul.button li a span {
		display: block;
		background: url(../img/input.gif) right no-repeat;
		height: 17px;
		padding-top: 2px;
		padding-right: 20px;
}
#content div.bloc ul.button li a:hover {
		text-decoration: none;
}
#content div.bloc ul.button li a span.more {
		display: none;
}
#content div.bloc form h4 {
	text-decoration: underline;
	font-size: 1em;
	margin-bottom: 4px;
}
#content div.bloc ul.list li {
	padding-left: 8px;
	background: url(../img/arrow5.gif) left 5px no-repeat;
}
#content div.bloc ul.list li span.label {
	color: #a8a8a8;
}


/*--------------------- #content div.tabs --------------------- */

#content div.tabs {
	border: 0;
	background: none;
	padding: 0;
}
#content div.article div.tabs {
	/*margin: 12px 0;*/
}
#content div.tabs h1 {
	top: -18px;
	left: 0px;
} 
#content div.bloc ul.tabs {
	display : none;
}
#content div.tabs div.view {
	margin-top: 8px;
	clear: both;
}
#content div.article div.bloc ul.tabs li.selected a {
	background: url(../img/tab-bloc-article_selected.gif) left top no-repeat;
}
#content div.article div.bloc ul.tabs li.selected a span {
	background: url(../img/tab-bloc-article_selected.gif) right top no-repeat;
}

/*--------------------- #content div.download --------------------- */
#content div.download ul.links li a {
	padding-right: 24px;
	background: url(../img/file.gif) right top no-repeat;
	padding-bottom: 1px;
	line-height: 18px;
	font-weight: bold;
}
#content div.download ul.links li.pdf a {
	background: url(../img/pdf.gif) right top no-repeat;
}

/*--------------------- #container.home --------------------- */
.home .animation {
	margin-bottom: 12px;
	overflow-x: hidden;
}

/*--------------------- div.advert--------------------- */
#contentLeft .advert, #contentCenter div.menu .advert {
	margin: 24px 0;
	display: block;
}
/*--------------------- #content div.contact --------------------- */
#content div.contact {
	padding: 32px 12px 0 12px;
	margin: 0 -12px 0 -12px;
	height: 205px;
	border: none;
	background: url(../img/skin1/accolade.gif) left top no-repeat;
}
#content div.contact div.bloc {
	margin: 0 12px;
	background: none;
	border: solid 1px #370057;
}
#content div.contact h3 {
	font-size: 1.6em;
	margin-bottom: 8px;
	background: url(../img/line.gif) left 18px repeat-x;
}
#content div.contact p {
	padding-bottom: 8px;
}
#content div.contact ul.button li a {
		background: url(../img/skin1/input.gif) left no-repeat;
		font-weight: normal;
		color: #FFFFFF !important;
}
#content div.contact ul.button li a span {
		background: url(../img/skin1/input.gif) right no-repeat;
}

/*--------------------- #contentCenter div.advisor --------------------- */
#contentCenter .article .advisor {
	position: relative;
	overflow: hidden;
	margin: 24px 12px 24px 0;
}
#contentCenter .article .advisor .portrait {
	height: 88px;
	position: relative;
	padding-top: 32px
}
#contentCenter .article .advisor .portrait h4 {
	margin: 0 0 0 112px;
}
#contentCenter .article .advisor .portrait ul.regions {
	margin: 6px 0 0 112px;
}
#contentCenter .article .advisor .portrait img {
	position: absolute;
	bottom: 0;
	left: 0;
}
#contentCenter .article .advisor .details {
	border: solid 1px #d4d4d4;
	background: #fdfdfd url(../img/bg_bloc.gif) bottom repeat-x;
	overflow: auto;
	_height: 1%;
}
#contentCenter .article .advisor .details div {
	float: left;
	width: 48%;
	margin: 6px 0;
}
#contentCenter .article .advisor .details p {
	margin: 0 12px;
}
#contentCenter .article .advisor .details div.email {
	float: none;
	width: auto;
	clear: both;
}


/*########################################################
	PIED DE PAGE
########################################################*/
#footer {
	display :none;
}