#fancy_div {
	background:#fff !important;
	color:#3B3B3B !important;
	text-align:center !important;
}

*{
	margin:0;
	padding:0;
}

a:active, a:focus {
	outline:none;
}

body {
	background:#50391F;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.container {
	width:100%;
	height:auto; 
	position:relative;
	background:#f0ebd4;
	padding-top:398px;
}

.container_top {
	width:100%;
	height:398px;
	top:0;
	left:0;
	background:url(../gifs/fond.jpg) top repeat-x;
	z-index:10;
	position:absolute;
}

.header {
	height:398px; /* à modifier*/
	width:951px;
	margin:0 auto;
	position:relative;
}

.logo {
	width:177px;
	height:179px;
	background:url(../gifs/logo.jpg) top no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}

.baseline {
	width:300px;
	height:auto;
	position:absolute;
	top: 105px;
	left:200px;
	font-family:"Arial Black", Arial;
	font-size:30px;
	color:#fff;
	z-index:1;
}

.contact {
	width:189px;
	height:113px;
	background:url(../gifs/contact.jpg) top no-repeat;
	position:absolute;
	top:0px;
	right:195px;
	z-index:3;
	padding-top: 25px;
}

.contact p, .plan p {
	font-size:15px;
	padding-top: 15px;
	padding-left: 14px;
}

.btn_c, .btn_a {
	width:142px;
	height:32px;
	background:url(../gifs/btn.jpg) top no-repeat;
	display:block;
	text-align:center;
	line-height:32px;
	font-weight:bold;
	margin:5px auto 0;
	color:#000;
	text-decoration:none !important;
	font-size:14px;
}

.btn_c:hover, .btn_a:hover {
	color:#493117;
	text-decoration:underline !important;
}

.plan {
	width:189px;
	height:118px;
	background:url(../gifs/plan.jpg) top no-repeat;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	padding-top: 20px;
}

.my_flash {
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}

#content {
  width:951px;
  height:auto;
  position:relative;
  margin:0 auto;
  overflow:hidden;
  padding:20px 0 30px;
}

.fd_footer {
	width:100%;
	height:200px;
	background:#50391F;
	clear:both;
}

.footer {
  width:951px;
  height:200px;
  margin:0 auto;
  padding-top:10px;
}

.footer p {
	font-size:11px;
	color:#fff;
}

.footer a {
	font-size:11px;
	color:#fff;
	text-decoration:none;
}

.footer a:hover {
	color:#dedb00;
	text-decoration:none;
}


/******************************************************************** Lien ******************************************************************/
.page p {
	color:#000;
	text-align:justify;
	line-height:1.5em;
	padding-bottom:10px;
}

.important {
	width:100%;
	height:auto;
	margin-bottom:10px;
	padding:10px 0 0 0;
	background:#eee;
}

.important p {
	padding:0 20px 10px 20px !important;
}

.big_lien {
	font-size:15px;
}


.centrer {
  text-align:center !important;
}


.page a {
	color:#493117;
	text-decoration:underline;
}

.page a:hover {
	text-decoration: none;
	color:#493117;
}

.lien {
  text-decoration:none !important;
  color:#493117 !important;
  display:inline-block;
  height:34px;
  font-size:1em;
  font-weight:bold;
  background:url(../gifs/puce_lien.jpg) right no-repeat;
  float:right;
  line-height:34px;
  padding-right:15px;
  padding-left:15px;
}

.lien:hover {
  text-decoration:none;
  color:#493117;
}

.paragraphe5050 {
	float:left;
	width:48%;
	height:auto;
	display:inline;
}

.paragraphe50501 {
	float:right;
	width:48%;
	height:auto;
	display:inline;
}

.page strong {
	color:#493117;
}

.filet {
	width:100%;
	height:3px;
	border-top:1px solid #493117;
	margin-top:10px;
	margin-bottom:10px;
	-margin-bottom:0;
	clear:both;
}

.page ul {
	margin:0 0 10px 25px;
	padding:0;
	list-style:none;
	list-style-image: url(../gifs/puce_liste.jpg);
	list-style-position:outside;
}

.page ul li {
	line-height:1.5em;
	color:#000;
	text-align:left;
}


.img_left {
	float:left;
	display:inline;
	margin-right:20px;
	margin-bottom:10px;
}

.img_right {
	float:right;
	display:inline;
	margin-left:20px;
	margin-bottom:10px;
}

.img_normal {
	margin-bottom:10px;
}

/************** fin mise en page *************/

/************** LOUPE *************/

#loupe {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	font-size:11px;
}

#loupe p {
	text-align:right !important;
	color:#252525;
}

#loupe a {
	color:#252525;
	text-align:center;
	text-decoration:none;
}

#loupe a:hover {
	text-decoration:underline;
}

zoom {
	font-size:120%;
}

/************** FIN LOUPE *************/

/***********************************************************CONTACT FORMULAIRE*********************************/

.input_form {
	background-color: #f5f1e1;
	border:1px solid #523b21;
	font-family: Arial;
	color: #333333;
	margin-top: 5px;
	font-size:12px;
	width: 300px;
}

.area_form {
	background-color: #f5f1e1;
	border: 1px solid #523b21;
	font-family: Arial;
	color: #333333;
	margin-top: 5px;
	height:100px;
	font-size:12px;
	width: 300px;
	overflow: auto;
}
.bouton_form {
	height: 30px;
	width: 150px;
	border: 1px none #fff;
	color: #FFFFFF;
	display: block;
	cursor: pointer;
	font-weight:bold;
	clear:both;
	margin:20px 0 0 180px;
	background-color: #523b21;
}

#formulaire_1 .submit {
	margin-left:0 !important;
	margin-top:0 !important;
}

.bouton_form:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}

.optional, .required  {
	width:175px !important;
	text-align:right !important;
}

.divGenerateurRequired {
	margin-bottom:10px !important; 
}

#formulaire_1 p {
	margin:0 !important;
	padding:0 !important;
}

#formulaire_1 {
	width:511px;
	height:auto;
	float:left;
	display:inline;
}


.valide {
	width:471px;
	height:auto;
	float:left;
	background-color: #f5f1e1 !important;
	border: 1px solid #523b21;
	color:#493117 !important;
	display:inline;
}

.coord {
	float:left;
	display:inline;
	margin-left:20px;
	border-left:1px solid #493117;
	padding-left:20px;
}
/**********FIN CONTACT*************/


.mini {
	float:left;
	display:inline;
	border:1px solid #523b21;
	margin-bottom:10px;
}

/************* NEWSLETTER *****************/

#newsletter_iframe {
	background:#fff !important;
	height: 400px !important;
}

#newsletter_iframe h1 {
	color:#b89861 !important;
}

#newsletter_iframe p {
	color:#38291A !important;
}

#newsletter_iframe a {
	color:#B89861 !important;
	text-decoration:underline !important;
}

#newsletter_iframe a:hover {
	text-decoration:none !important;
}

#newsletter_iframe #submit_newsletter, #newsletter_iframe #input_newsletter {
	float:left !important;
}
/******************* NEWSLETTER*******************/

/************ MENU ***********/
ul.MenuHorizontal { 
   width: 758px; 
   list-style: none; 
   margin: 0; 
   top:168px;
   right:10px;
   position:absolute;
   z-index:4;
   padding: 0; 
   overflow: hidden; 
} 

ul.MenuHorizontal li { 
   float: left; 
} 

ul.MenuHorizontal li a { 
   display: block; 
   color: #493117;         /*Ici, changer la couleur de la police*/ 
   font-size: 16px;         /*Ici, changer la taille de la police du menu*/ 
   padding-top: 0px;         /*Ici, on joue sur le padding pour centrer le texte verticalement*/
   height: 33px;         /*Ici, on augmente la hauteur du menu*/  
   text-align: center; 
   line-height:33px;
   text-decoration: none; 
   cursor:pointer;
} 

/************ ss-menu *************/

#ss-menu1, #ss-menu3 {
	width:250px;
	height: 0;
	position:absolute;
	overflow:hidden;
	z-index:10;	
	top: 201px;
}

#ss-menu1 {
	left: 274px;
}

#ss-menu3 {
	left: 608px;
}

.inside {
	width:250px;
	height: 125px;
	display:block;
	position:relative;
	padding-top:10px;
}

.inside a {
	display:block;
	color:#fff;
	font-size:13px;
	width:230px;
	height:25px;
	line-height:25px;
	text-decoration:none !important;
	font-weight:bold;
	margin:0 auto 10px;
	text-align:center;
	background:#936d45;
}

.inside a:hover {
	background:#fff !important;
	color:#523a21 !important;
	text-decoration:none !important;
}

.fond_ssmenu {
	background:#523a21;
	opacity:0.9;
	filter:alpha(opacity=90);
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:250px;
	height: 120px;
}

.fond_ssmenu1 {
	background:#523a21;
	opacity:0.9;
	filter:alpha(opacity=90);
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:250px;
	height: 116px;
}



li#menu0 { 
   width: 91px; 
} 

li#menu1 { 
   width: 90px; 
} 

li#menu2, li#menu22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222 { 
   width: 121px; 
} 

li#menu3 { 
   width: 92px; 
} 

li#menu4 { 
   width: 118px; 
} 

li#menu5 { 
   width: 123px; 
} 

li#menu0 a, li#menu1 a, li#menu2 a, li#menu22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222 a, li#menu3 a, li#menu4 a { 
   background: url('../gifs/ligne.jpg') right no-repeat;         /*Ici l'image de fond de la cellule*/ 
} 

li#menu0 a:hover, a#selected-over0, li#menu1 a:hover, a.selected-over1, li#menu2 a:hover, a#selected-over2, li#menu3 a:hover, a.selected-over3, li#menu4 a:hover, a#selected-over4, li#menu5 a:hover, a#selected-over5, li#menu22222222222222222222222222222222222222222222222222222222222222222222222222222222222222222 a:hover { 
   background:#493117 !important;         /*Ici l'image de fond over de la cellule*/ 
   color:#fff !important;
} 


/******* FIN MENU ********/

.sub {
	margin-left:20px;
}

.sub1 {
	margin-left:50px;
}

h1 {
	font-size:20px;
	margin-bottom:20px;
	color:#493117;
}

.marron {
	color:#493117 !important;
}

h2, h3 {
	font-size:15px;
	margin-bottom:20px;
	color:#493117;
}

.my_encart {
	width:221px;
	height:auto;
	float:right;
	display:inline;
	margin-left:20px;
	background:#f8f5ea;
	overflow:hidden;
}

.btn_divorce {
	width:109px;
	height:44px;
	background:url(../gifs/btn_divorce.jpg) top no-repeat;
	display:block;
	line-height:44px;
	color:#493117;
	font-weight:bold;
	text-decoration:none !important;
	text-align:left;
	padding-left:90px;
	font-size:15px;
	margin:10px auto 0;
}

.btn_succession {
	width:109px;
	height:47px;
	background:url(../gifs/btn_succession.jpg) top no-repeat;
	display:block;
	line-height:47px;
	color:#493117;
	font-weight:bold;
	text-decoration:none !important;
	text-align:left;
	padding-left:90px;
	font-size:15px;
	margin:10px auto 0;
}

.btn_contrat {
	width:109px;
	height:47px;
	background:url(../gifs/btn_contrat.jpg) top no-repeat;
	display:block;
	line-height:47px;
	color:#493117;
	font-weight:bold;
	text-decoration:none !important;
	text-align:left;
	padding-left:90px;
	font-size:15px;
	margin:10px auto;
}

