body {
	margin: 0;
	padding: 0;
	color: #404950;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
a img {
	border: 0;
}
div#container {
	width: 770px;
	margin: auto;
}
div#header {
	height: 114px;
	background-image: url(../images/bg-header.jpg);
}
div#header h1 {
	margin: 0;
	padding: 35px 30px 0 0;
	float: right;
	color: #fff;
	font-size: 24px;
}
div#header h2 {
	margin: 0;
	padding: 37px 0 0 212px;
	float: left;
	color: #fff;
	font-size: 16px;
}
/* navigation --> */
div#nav {
	height: 24px;
	padding: 12px 0;
	clear: both;
}
div#nav ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
div#nav li {
	width: 110px;
	display: inline;
	float: left;
	border-left: 1px solid #a7a8aa;
	font-size: 17px;
}
div#nav li.first {
	border: 0;
}
div#nav ul.de li {
	width: 132px;
}
div#nav p {
	width: 100px;
	margin: 3px 0 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
div#nav a {
	padding: 2px 0;
	display: block;
	color: #242b30;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
}
div#nav p a {
	display: inline-block;
	color: #242b30;
	font-size: 11px;
}
div#nav p span {
	color: #009edd;
	font-size: 10px;
}
div#nav p a:hover, 
div#nav p a:focus {
	color: #009edd;
}
div#nav ul a:hover, 
div#nav ul a:focus, 
div#nav ul a.active {
	background-color: #00b0e6;
	color: #fff;
}
/* <-- navigation */

/* dropdown --> */
div#nav ul li.daddy {
	margin-bottom: -12px;
}
div#nav ul li[class~=daddy] {
	margin-bottom: 0;
}
div#nav ul ul {
	width: 109px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -999em;
	float: left;
	background-color: #d5eff9;
	border: 2px solid #fff;
	border-bottom: none;
	list-style: none;
}
div#nav ul ul li {
	width: 109px;
	border-left: none;
	border-bottom: 2px solid #fff;
}
div#nav ul li:hover ul, 
div#nav ul li.sfhover ul {
	margin-left: -1px;
	left: auto;
}
div#nav ul ul a {
	width: 101px;
	padding: 4px;
	display: list-item;
	float: none;
	font-size: 12px;
	text-align: left;
}
/* <-- dropdown */

/* content --> */
div#content {
	height: 459px;
	padding: 15px 50px 0 210px;
	clear: both;
	text-align: justify;
	background-repeat: no-repeat;
}
div.fiaccom {
	width: 295px;
	padding: 15px 90px 0 210px !important;
	background-image: url(../images/bg-presentation.jpg);
}
div.services {
	width: 513px;
	background-image: url(../images/bg-services.jpg);
}
div.liens {
	width: 513px;
	background-image: url(../images/bg-liens.jpg);
}
div.contact {
	width: 513px;
	height: auto !important;
	background-image: url(../images/bg-contact.jpg);
}
div.acces {
	width: 723px;
	padding-left: 0 !important;
}
div#content h3 {
	margin: 0;
	font-size: 19px;
}
div#content p {
	margin: 12px 0;
	line-height: 18px;
}
div#content p.small {
	font-size: 10px;
}
div#content a {
	color: #404950;
}
div#content a:hover,
div#content a:focus {
	text-decoration: none;
}
/* <-- content */

/* blocks --> */
div#b_fidu {
	width: 113px;
	height: 192px;
	padding: 28px;
	position: absolute;
	top: 155px;
	left: 50%;
	margin-left: 226px;
	background-image: url(../images/bg-bloc-fiduciaire.jpg);
}
div#b_fidu h3 {
	margin: 28px 0 12px 0;
	font-size: 19px;
	line-height: 18px;
}
div#b_fidu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 17px;
}
div#b_fidu span {
	font-size: 15px;
}
div#b_fidu a {
	color: #404950;
	text-decoration: none;
}
div#b_fidu a:hover, 
div#b_fidu a:focus {
	text-decoration: underline;
}
div#b_rencontrer {
	width: 111px;
	height: 190px;
	padding: 28px;
	position: absolute;
	top: 398px;
	left: 50%;
	margin-left: 227px;
	background-image: url(../images/bg-bloc-rencontrer.jpg);
}
div#b_rencontrer h3 {
	margin: 140px 0 0 0;
	font-size: 16px;
	line-height: 16px;
}
div#b_rencontrer a {
	color: #039cda;
	text-decoration: none;
}
div#b_rencontrer a:hover, 
div#b_rencontrer a:focus {
	text-decoration: underline;
}
/* <-- blocks */

/* links --> */
div.link {
	height: 87px;
	padding-top: 5px;
}
div.title {
	height: 77px;
}
div.link, 
div.title {
	margin-bottom: 4px;
}
div.link h3, 
div.link p, 
div.title h3, 
div.title p {
	margin: 0 !important;
}
div.link h4 {
	margin: 0 0 0 120px !important;
	padding: 0;
	font-size: 17px;
}
div.link p {
	margin-left: 120px !important;
	font-size: 13px;
	line-height: 14px !important;
}
div.link img {
	float: left;
	margin-right: 15px;
}
div.link a {
	text-decoration: none;
}
/* <-- links */

/* footer --> */
p#footer {
	margin: 0;
	padding: 12px 0;
	clear: both;
	font-size: 13px;
}
p#footer a {
	color: #404950;
	text-decoration: none;
}
p#footer a:hover, 
p#footer a:focus {
	text-decoration: underline;
}
p#footer span {
	color: #009cda;
	font-size: 11px;
}
/* <-- footer */

/* forms --> */
input, 
select, 
textarea {
	border: 1px solid #d3d3d3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#content form {
	margin: 12px 0;
}
div#content form label.left, 
div#content form span.left {
	width: 130px;
	float: left;
}
div#content form span.right, 
div#content form p.right {
	padding: 0;
	clear: none;
	float: left;
}
div#content form p {
	margin: 0;
	padding: 3px 0;
	clear: both;
}
div#content form input.input, 
div#content form textarea.input {
	width: 290px;
	padding: 1px 2px;
	float: left;
	background-image: url(../images/bg-input.gif);
	background-repeat: repeat-y;
}
div#content form textarea.input {
	height: 80px;
}
div#content form select.input {
	width: 296px;
}
div#content form input.submit {
	width: 120px;
	height: 20px;
	margin-left: 306px;
	background-image: url(../images/bg-input.gif);
	background-position: right;
	color: #646567;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
/* <-- forms */

/* tables --> */
/*table.list {
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
}
table.list a,
table.list img {
	background-color: transparent !important;
}
table.list tr {
	background-color: #ecf0f2;
}
table.list tr.over {
	background-color: #fff;
}
table.list th, 
table.list td { 
	padding: 1px 5px 0 5px;
	vertical-align: top;
}
table.list th {
	height: 20px;
	text-align: left;
}
table.list a {
	color: #646567 !important;
	text-decoration: none;
}
table.list th.left {
	border: 1px solid #f0f7fa;
	border-bottom-width: 2px;
}
table.list th.right, 
table.list th.actions, 
table.list th.boxes {
	border-top: 1px solid #f0f7fa;
	border-right: 1px solid #f0f7fa;
	border-bottom: 1px solid #f0f7fa;
	border-bottom-width: 2px;
}
table.list td.left,
table.list td.left10 {
	border-right: 1px solid #f0f7fa;
	border-bottom: 1px solid #f0f7fa;
	border-left: 1px solid #f0f7fa;
}
table.list td.right, 
table.list td.right10, 
table.list td.actions, 
table.list td.actions10, 
table.list td.boxes, 
table.list td.boxes10 {
	border-right: 1px solid #f0f7fa;
	border-bottom: 1px solid #f0f7fa;
}
table.list th.actions, 
table.list td.actions, 
table.list td.actions10 {
	width: 80px;
	padding: 1px 0 0 0;
	text-align: center;
	line-height: 16px;
}
table.list th.boxes, 
table.list td.boxes {
	width: 17px;
	padding: 1px 0 0 0;
	text-align: center;
}
table.list td.left10,
table.list td.right10, 
table.list td.actions10, 
table.list td.boxes10 {
	border-bottom-width: 2px;
}
table.list td img {
	vertical-align: bottom;
} */
/* <-- tables */