@charset "UTF-8";
/* CSS Document */

.center {
	text-align: center;
}

a, a:link, a:visited, a:active {
	color: #002d5d;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

body {
	background-color: #e8e5e0;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div.adresse {
	font-size: 10px;
	color: #999999;
	text-align: center;
	line-height: 14px;
}

div.adresse a {
	font-size: 9px !important;
	text-transform: none !important;
	line-height: 14px !important;
}

div.adresse .titre {
	color: #002d5d !important;
	text-transform: uppercase;
	font-size: 11px;
}

div.blueline {
	width: 100%;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	background-color: #002d5d;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#colgauche {
	position: absolute;
	left: 30px;
	top: 320px;
	width: 140px;
}

div#colgauche a {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 30px;
}

div#colgauche .top {
	margin-bottom: 2px !important;
}

div#colgauche .bottom {
	margin-top: 2px !important;
}

div#coldroite {
	margin-left: 200px;
	width: 670px;
}

div#container {
	position: relative;
	width: 900px;
	text-align: justify;
	margin: auto;
	background-color: #FFFFFF;
}

div.content {
	padding: 10px;
}

div.footer {
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	padding-bottom: 30px;
}

div#header {
	height: 250px;
	width: 900px;
	background-repeat: no-repeat;
	border-color: #002d5d;
	border-width: 0px;
	border-style: solid;
	border-bottom-width: 5px;
}

div#header.presentation {
	background-image: url('images/bg_presentation.jpg');
}

div#header.competences {
	background-image: url('images/bg_competences.jpg');
}

div#header.honoraires {
	background-image: url('images/bg_honoraires.jpg');
}

div#header.avocats {
	background-image: url('images/bg_avocats.jpg');
}

div#header.contact {
	background-image: url('images/bg_contact.jpg');
}

div#header.responsabilite {
	background-image: url('images/bg_responsabilite.jpg');
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

h1.fr {
	position: relative;
	width: 900px;
	height: 70px;
	top: 165px;
	background-image: url('images/logo_fr.png');
}

h1.nl {
	position: relative;
	width: 900px;
	height: 70px;
	top: 165px;
	background-image: url('images/logo_nl.png');
}

h1 span, h2 span {
	display: none;
}

h3 {
	font-size: 30px;
	color: #002d5d;
	font-weight: normal !important;
	text-transform: uppercase;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 30px;
	text-align: left;
}

h4 {
	font-size: 14px;
	color: #002d5d;
	text-transform: uppercase;
	font-weight: normal;
}

input.input {
	width: 250px;
}

textarea.inputdouble {
	width: 580px;
}

small {
	text-transform: lowercase;
	font-size: inherit;
}