html,body {

	margin: 0px;
	padding: 0px;	
	font-family: arial, helvetica, sans-serif;

}

a { text-decoration:none }
a:link { text-decoration:none; color:#a3b341 }
a:visited { text-decoration:none; color:#a3b341 }
a:hover { text-decoration:none; color:#333333 }

p {
color: #333333;
font-family: arial, helvetica, sans-serif;
font-size: 78%;
font-style: normal;
font-weight: normal;
margin: 0px;
padding: 0px;
}


h1 {
/*color: #333333;*/
color: #812B56;
font-family: arial, helvetica, sans-serif;
font-size: 140%;
font-style: normal;
margin: 0px;
padding: 0px 0px 3px 0px;
font-weight: normal;
letter-spacing: -1px;
}

h2 {
color: #333333;
font-family: arial, helvetica, sans-serif;
font-size: 180%;
font-weight: bold;
margin: 0px;
padding: 0px;
font-weight: normal;
letter-spacing: -1px;
}

h3 {
color: #333333;
font-family: arial, helvetica, sans-serif;
font-size: 120%;
font-style: normal;
margin: 0px;
padding: 0px;
font-weight: normal;
letter-spacing: -1px;
}

h4 {
color: #333333;
font-family: arial, helvetica, sans-serif;
font-size: 140%;
font-style: normal;
margin: 0px;
padding: 0px 0px 3px 0px;
font-weight: normal;
letter-spacing: -1px;
}

/* POSITIONING */
body {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
min-width: 760px;
height: 100%;
text-align: center;
}

div.container {
margin: 0px auto;
padding: 0px 0px 0px 0px;
width: 830px;
text-align: center;
background: #fff url(img/fbbg760.gif) repeat-y 50% 0;
}


.container img {
border: 0px;
}

div.footer {
margin: 0px auto;
padding: 0px 0px 0px 0px;
width: 830px;
height: 40px;
margin: 0px auto;
text-align: center;
background: #fff url(img/fbfooter.gif) no-repeat top;
}

div.top {
margin: 0px auto;
padding: 0px 0px 0px 0px;
width: 830px;
height: 30px;
margin: 0px auto;
text-align: center;
background: #fff url(img/fbtop.gif) no-repeat bottom;
}

div.logo {
margin: 0px auto;
padding: 0px 0px 0px 0px;
width: 760px;
height: 100px;
text-align: left;
background: #fff url(img/fblogo.gif) no-repeat;
}

div.header {
margin: 0px auto;
padding: 0px 0px 0px 0px;
width: 760px;
height: 160px;
text-align: left;
border: 0px solid;

}

div.nav {
margin: 0px auto 0px auto;
padding: 10px 0px 0px 0px;
width: 760px;
text-align: left;
border-bottom: 1px solid #E1E1E1;
position: relative;

}

#navcontainer {
width: 175px;
}

ul#navlist {
margin: 0px;
padding: 0px;
list-style-type: none;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
}

ul#navlist li {
display: block;
margin: 0px;
padding: 0px;
}

ul#navlist li a {
display: block;
padding: 3px 0px 3px 45px;
width: 160px;
height: 21px;
}

ul#navlist li a:link, ul#navlist li a:visited {
color: #ffffff;
text-decoration: none;
}

ul#navlist li#active a {
background: #ffffff;
text-decoration: none;
color: #333333;
}

ul#navlist li#active a:hover {
color: #333333;
}

ul#navlist li a:hover {
color: #333333;
text-decoration: underline;
}

ul#navlist .lettre {
color: #333333;
font-family: arial, helvetica, sans-serif;
font-size: 1.2em;
font-weight: bold;
margin: 7px 5px 0 5px;
padding: 0px;
font-weight: normal;
letter-spacing: 0px;
}


div.headerfloat {
float: left;
margin: 0px;
padding: 0px;
width: 490px;
height: 200px;
/* background: url(img/bgstripes.gif); */
}

div.headerfloat h2 {
margin: 4px 0px 0px 15px;
}

div.content {
margin: 0px auto;
padding: 35px 0px 0px 0px;
width: 760px;
text-align: left;
border:0px solid;
background: #fff url(img/bgcolour.gif);
border-top: 1px solid #E1E1E1;
}

div.content p {
text-align: justify;
margin: 0 0 5px 0; 
padding: 0px;
line-height: 150%;
}

div.content em {
font-size: 1.05em;
font-weight: bold;
font-style: normal;
color: #812B56;
}

div.content h2 {
font-size: 1.05em;
font-weight: bold;
font-style: normal;
margin: 0 0 10px 0;
}

div#demarche {

	margin: 10px 0 0 10px;
	padding: 10px;
	border: 1px dotted #FF9900;
	width: 180px;
}

div#demarche h2{

	color: #FF9900;
	font-size: 0.88em;
	word-spacing: .0em;
	font-weight: bold;
	text-align: center;
	

}


div#demarche ul li {

	list-style-image: url("/img/bulletorange.gif");
	list-style-type: inside;
	font-family: arial, helvetica, sans-serif;
	font-size: 66%;
	margin: 3px 0 0 12px;
}

div#plansite {

	width: 300px;
	float:left;
	font-size: 0.9em;
	font-weight: bold;
	
}

div#plansite ul{

	margin: 0 0 20px 20px;

}

div#plansite ul li{

	color: #812b56;

}

div#plansite ul li ul{

	font-size: 0.8em;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

div#plansite ul li a, div#plansite ul li a:visited{

	color: #000000;

}

div#plansite ul li a:hover{

	color: #333333;

}

#rightcol {
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 20px 20px 20px;
width: 150px;
text-align: left;
border:0px solid; 
}

#rightcol2 {
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 20px 20px 20px;
width: 260px;
text-align: center;
border:0px solid; 
}


/*div.rightcol { padding: 0 5px 10px 36px; margin: 6px 0 6px 0; font-size: 75%; line-height: 140%; border:1px solid; }*/

#rightcol h3 { margin: 0; padding: 0 0 0 12px; border: none; list-style: none; }
#rightcol ul { margin: 0; padding: 0; border: none; list-style: none; }

#rightcol ul li { margin: 0; padding: 0; }

#rightcol ul li a { font-family: arial, helvetica, sans-serif; font-size: 0.8em; display: block; border-bottom: 1px dotted #ddd; padding: 4px 0 4px 12px; text-decoration: none; color: #505050; width: 195px; }

#rightcol ul li a:hover, #rightcol ul li a:focus { color: #812B56; font-weight: bold; }

#rightcol li.active{ color: #9EAC53; font-weight: bold;}

#rightcol .page-details{ color: #777; font-size: 95%; font-style: italic; display: block; font-weight: normal; }

#rightcol span{ color: #812B56; }



div.maincol {
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 20px 20px;
width: 460px;
text-align: left;

}

div.maincol2 {
margin: 0px 0px 0px 0px;
padding: 0px 0px 20px 35px;
width: 680px;
text-align: left;

}

div.maincol3 {
float: left;
margin: 0px 20px 0px 0px;
padding: 0px 0px 20px 35px;
width: 360px;
text-align: left;
float: left;
}

div.contentbottom {
clear: both;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 760px;
text-align: center;
background: #FFFFFF url(img/bottom-logo.gif) bottom right no-repeat;
border-top: dotted 1px #CCCCCC;

}

div.contentbottom p {
font-size: 70%;
color: #999999;
}

div.botleft {
float: left;
margin: 5px 0px 10px 0px;
padding: 0px 0px 0px 0px;
width: 250px;
text-align: left;
}

div.botleft p {
margin: 0px;
padding: 0px 20px 0px 30px;
}

div.botmiddle {
float: left;
margin: 5px 0px 10px 0px;
padding: 0px 0px 0px 0px;
width: 160px;
text-align: left;
border-left: dotted 1px #CCCCCC;
}

div.botmiddle p {
margin: 0px;
padding: 0px 10px 0px 25px;
}

div.botright {
float: left;
margin: 5px 0px 50px 0px;
padding: 0px 0px 0px 0px;
width: 140px;
text-align: left;
border-left: dotted 1px #CCCCCC;
}

div.botright p {
margin: 0px;
padding: 0px 20px 0px 25px;
}

div.clear {
clear: both;
width: 760px;
height: 0px;
}







/*      FORM SPECIFIC STYLING        */

#verticalForm fieldset {
display: block;
width: 280px;
margin: 0 0 3em 2em;
padding: 0 1em 1em 1em;

color: #333333;
font-family: , arial, helvetica, sans-serif;
font-style: normal;
font-weight: normal;
background: url(img/bgstripes.gif);
border: 0px;
}

#verticalForm fieldset.radio {
width: 274px;
margin: 1em 0 2em 0;
}

#verticalForm fieldset.radio input {
clear: both;
float: left;
width: auto;
}

#verticalForm fieldset.radio label {
font-weight: normal;
}

#verticalForm input {
clear: both;
display: block;
width: 274px;
border: #FFFFFF 0px;
padding: 3px 3px 3px 2px;

color: #000000;
font-family: arial, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 86%;
}

#verticalForm input.submit {
background: none;
width: 274px;
text-align: right;
}

#verticalForm input.hidethis {
display: none;
}

#verticalForm textarea {
display: block;
border: #FFFFFF 0px;
padding: 3px 3px 3px 2px;
width: 274px;

color: #000000;
font-family: arial, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 86%;
}

#verticalForm label {
clear: both;
display: block;
margin-bottom: 1em;
font-size: 90%;
}

#verticalForm label.first {
padding-top: 1em;
}

#verticalForm select {
display: block;
border: 0px;
width: 280px;
}


div.requirednote {
float: right;
margin: 15px 3px 0px 0px;
padding: 0px;
width: 160px;
height: 20px;
background: url(img/pillbg.gif) no-repeat;
}

div.requirednote p {
color: #333333;
font-family: , arial, helvetica, sans-serif;
font-size: 70%;
font-style: normal;
font-weight: normal;
margin: 0px;
padding: 4px 0px 0px 8px;
}


div.hovernote {
float: right;
margin: 3px 3px 0px 0px;
padding: 0px;
width: 180px;
height: 20px;
background: url(img/longerpillbg.gif) no-repeat;
}

div.hovernote p {
color: #333333;
font-family: , arial, helvetica, sans-serif;
font-size: 70%;
font-style: normal;
font-weight: normal;
margin: 0px;
padding: 4px 0px 0px 8px;
}

div.notesclear {
clear: both;
height: 0px;
}


div.breadcrumb {

color: #9F9F9F;
font-family: georgia, serif;
font-size: 78%;
font-style: normal;
font-weight: normal;
margin: 0px;
padding: 0 0 10px 0;

}

div.breadcrumb a, div.breadcrumb a:visited{

color: #9F9F9F;
font-family: georgia, serif;
font-size: 78%;
font-style: normal;
font-weight: normal;

}

/*div.breadcrumb>a:hover{

color: #9F9F9F;
font-family: georgia, serif;
font-size: 100%;
font-style: normal;
font-weight: normal;
text-decoration: underline;

}*/

/* Pixelated text 
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #666;
line-height: 1.5em;
*/


span.source {

	font-style: oblique;
	
}

div.historique {

	font-size: 0.78em; 
	margin: 5px 0 0 0; 
	padding: 2px;

}

div.histodate {

	font-family: arial,helvetica,sans-serif;
	font-size: 130%;
	font-weight: bold;
	width: 60px;  
	float: left; 
	line-height: 1.5em; 
	text-align:center;
	

}

div.histotexte {

	font-family: arial,helvetica,sans-serif;
	/*font-size: 78%;*/
	width: 350px; 
	float: left; 
	margin: 0 0 0 0px; 
	padding-left: 20px; 
	border-left: 1px solid; 
	

}

div.histocomment {

	font-family: arial,helvetica,sans-serif;
	font-size: 78%;
	width: 130px; 
	float: left; 
	font-style: italic; 
	padding-left: 20px

}

span.petittexte {

	font-size: 0.75em;
	font-style: oblique;

}

div.titrecp {

	font-size: 1.3em;
	margin: 0 0 10px 0;

}

div.datecp {

	font-size: 0.8em;
	font-style: oblique;
	text-align: right;
	margin: 0 0 10px 0;

}

div.contenucp {

	font-size: 80%;

}



div.maincol p b {
	color: #812B56;
}

div#flashdroit h3 {
	color: #812B56;
}

div.maincol ul li {
	font-size: 0.85em;
	list-style: url('/img/bulletmauve.gif');
	list-style-type: inside;
	margin: 10px 0 10px 0;
	font-family: arial,helvetica,sans-serif;
	font-size: 78%;
}

div.maincol ul li a, div.maincol ul li a:visited {
	color: #812B56;
	font-weight: bold;
}

div.maincol ul li a:hover {
	text-decoration: underline;
}

div.maincol a,  div.maincol a:visited{
	color: #812B56;
	font-weight: bold;
}

div.maincol2 a,  div.maincol2 a:visited{
	color: #812B56;
	font-weight: bold;
}

div.maincol a:hover {
	text-decoration: underline;
}

div.maincol2 a:hover {
	text-decoration: underline;
}

div.maincol3 ul li {
	font-size: 0.85em;
	list-style: url('/img/bulletmauve.gif');
	list-style-type: inside;
	margin: 10px 0 10px 0;
	font-family: arial,helvetica,sans-serif;
	font-size: 78%;
}

div.maincol3 ul li a, div.maincol3 ul li a:visited {
	color: #812B56;
	font-weight: bold;
}

div.maincol3 ul li a:hover {
	text-decoration: underline;
}

div.maincol3 a,  div.maincol3 a:visited{
	color: #812B56;
	font-weight: bold;
}

table#clientlist {

	background-color: #FFFFFF;
	border-collapse: collapse;

}

table#clientlist tr {

	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	
}

table#clientlist tr td {

	vertical-align: top;
	padding: 15px;
	background-color: transparent;
	border-right: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	margin: 0;

}

a.menupic1 {
	display: block;
	width: 115px;
	height: 24px;
	position: absolute;
	bottom: 0px;	
	right: 460px;
	background: #fff url(img/navc01_na.gif) no-repeat 0 0px;
	border-bottom: 0px solid;
}

a.menupic1:hover, a.on1 {
	background: #fff url(img/navc01_na.gif) no-repeat 0 -26px;
	bottom: -1px;	
}

a.menupic2 {

	display: block;
	width: 115px;
	height: 24px;
	position: absolute;
	bottom: 0px;
	right: 345px;
	background: #fff url(img/navc02_na.gif) no-repeat 0 0px;

}

a.menupic2:hover, a.on2 {
	background: #fff url(img/navc02_na.gif) no-repeat 0 -26px;
}

a.menupic3 {

	display: block;
	width: 115px;
	height: 24px;
	position: absolute;
	bottom: 0px;
	right: 230px;
	background: #fff url(img/navc03_na.gif) no-repeat 0 0px;

}

a.menupic3:hover, a.on3 {
	background: #fff url(img/navc03_na.gif) no-repeat 0 -26px;
	bottom: -1px;
}

a.menupic4 {

	display: block;
	width: 115px;
	height: 24px;
	position: absolute;
	bottom: 0px;
	right: 115px;
	background: #fff url(img/navc04_na.gif) no-repeat 0 0px;

}

a.menupic4:hover, a.on4 {
	background: #fff url(img/navc04_na.gif) no-repeat 0 -26px;
}


a.menupic5 {

	display: block;
	width: 115px;
	height: 24px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #fff url(img/navc05_na.gif) no-repeat 0 0px;
}

a.menupic5:hover, a.on5 {
	background: #fff url(img/navc05_na.gif) no-repeat 0 -26px;
}

ul li.listfinance {
	list-style: url('/img/bulletmauve.gif');
	list-style-type: inside;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%; margin: 0 0 20px 0;
}

.tel {
	font-size: 70%;
	color: #999999;
	position: relative;
	width: 110px;
	margin-left: 15px;
}

span.justright {
	position: absolute;
	right:0;
	text-align: right;
}

pre {
	font-size: 0.8em;
}

li.netstyle {
	font-family: arial,helvetica,sans-serif;
	font-size: 78%;
}
