div.titrePage{
	background:url(../images/design/titrePage.jpg) no-repeat right;
	color:white;
	font-weight:bold;
	padding-left:80px;
	height:27px;
	line-height:27px;
	margin-bottom:20px;
}

div.contenu_xcontent{
	padding-left:20px;
	padding-bottom:45px;
}


h3.xTitle, h3.xTitle_open, h3.xTitle_close{
	margin-left:4px;
	margin-right:4px;
	color:#a12830;
	font-weight:bold;
	padding:3px;
	margin-bottom:0px;
	font-size:9pt;
	background-image:url(../images/design/xContent_title.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:25px;
	margin-top:0px;
	margin-bottom:5px;
	height:20px;
	padding-top:10px;
}

h3.xTitle_open{
	border-bottom:none;
	background-image:url(../images/design/xContent_titleOpen.gif);	
	margin-bottom:10px;
}

h3.xTitle_close{
	background-image:url(../images/design/xContent_title.gif);
}

div.xTitle{
	padding-left: 15px;
	display: none;
}

div.xTitle_open{
	padding-left: 15px;
	display: block;
}

h3.xParagraph, h3.xParagraph_open, h3.xParagraph_close{
	color:#a12830;
	font-weight:bold;
	font-size:9pt;
	background-image:url(../images/design/xContent_title.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:20px;
	padding:3px 3px 0px 25px;
	margin:0px 4px 3px 4px;
}

h3.xParagraph_open{
	border-bottom:none;
	background-image:url(../images/design/xContent_titleOpen.gif);	
	margin-bottom:0px;
}

h3.xParagraph_close{
	background-image:url(../images/design/xContent_title.gif);
}

div.xParagraph p, div.xParagraph_open p, div.xParagraph ul, div.xParagraph_open ul{
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 0px;
	text-indent: 0px;
	line-height: 15px;
}

 div.xParagraph ul, div.xParagraph_open ul{
	margin-top: 2px;
	margin-bottom: 2px;
}

div.xParagraph, div.xParagraph_open{
	margin-left:4px;
	margin-right:4px;
	padding:4px;
	margin-bottom:5px;
	visibility: hidden;
	display: none;
	text-align:justify;
}

div.xParagraph_open{
	visibility: visible;
	display: block;
}

img.xImage{
	margin : 5px;
}

form.XContact table{
	margin:auto;
}

form.XContact table td.label{
	text-align:right;
}
form.XContact table td.validate{
	text-align:center;
}
form.XContact div.requiredFields{
	margin-top:5px;
	text-align:center;
	font-style:italic;
}
form.XContact input,form.XContact textarea{
	border:1px solid #B35259;
	width:250px;
}
form.XContact input.envoyerContact{
	border:none;
	width:auto;
	margin-top:10px;
}

div.xParagraph a,
div.xParagraph_open a {
	font-size: 11px;
}

form.XContact table td input.button{
	margin-top:20px;
	border:none;
	background:url(../images/boutons/bouton-off.gif) no-repeat center;
	width:171px;
	height:28px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
	color:#a12830;
}
form.XContact table td input.button:hover{
	background:url(../images/boutons/bouton-on.gif) no-repeat center;
	color:#000;	
}


/***********Formulaire d'inscription  Lettre des notaires***************/

div#divLettre{
	border:1px solid #a12830;
	margin:auto;
	width:400px;
	padding : 15px 5px;
}

div#divLettre table#formLettre a{
	background:url(../images/boutons/petit_bouton_rouge-off.gif) no-repeat center;
	text-align:left;
	text-decoration:none;	
	width: 135px;
	height:27px;
	display:block;
	margin: auto;
}

div#divLettre table#formLettre a:hover{
	background:url(../images/boutons/petit_bouton_rouge-on.gif) no-repeat center;
}

div#divLettre table#formLettre a:hover span{
	color:#727272;
}

div#divLettre table#formLettre a span{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	position: relative;
	top: 6px;
	left: 35px;
	
} 