@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:18px;
	text-align:justify;
}
body {
	background-color: #EEE;
	background-image: url(_images/bg-contenu.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}

a:link {
	color: #1D4055;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #112337;
}
a:hover {
	text-decoration: underline;
	color: #25556A;
}
a:active {
	text-decoration: none;
	color: #388AA0;
}

#centeredcontent {
	width: 916px;
	height: 600px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -458px;
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -300px; 	/* Half the height of the DIV tag which is also 50 pixels */
}

.dropshadow-top {
    background-image:url(_images/dropshadowtop.png);
	background-repeat:no-repeat;
	height:10px;
	background-position:center;
}

.dropshadow-bottom {
    background-image:url(_images/dropshadowbottom.png);
	background-repeat:no-repeat;
	height:10px;
	background-position:center;
}

.bg-lamoureux {
    background-image:url(_images/bg-noir-lml.jpg);
    background-position:bottom;
    background-repeat:no-repeat;
    background-color:#000000;
}

#noms-avocats-div {
	padding-bottom:100px;
	position:relative;
	top:0px;
	vertical-align: top;
}

#noms-avocats-div-index {
	padding-bottom:100px;
	position:relative;
	top:0px;
	vertical-align: top;
}

#noms-avocats-div-apropos {
	padding-bottom:660px;
	position:relative;
	top:0px;
	vertical-align: top;
}

#noms-avocats-services {
	padding-bottom:205px;
	position:relative;
	top:0px;
	vertical-align: top;
}

#noms-avocats-div-equipe {
	padding-bottom:414px;
	position:relative;
	top:0px;
	vertical-align: top;
}

#noms-avocats-div-lexlabor {
	padding-bottom:500px;
	position:relative;
	top:0px;
	vertical-align: top;
}

#noms-avocats-div-contact {
	padding-bottom:200px;
	position:relative;
	top:0px;
	vertical-align: top;
}

#coordonnees {
    position:relative;
	vertical-align:baseline;
}


.noms-avocats {
padding-top:145px;
/* padding-bottom:100px; */
}

.contact-footer {
}

li {
    text-align:left;
}

.txtBleuVert {
    color:#388aa0;
}

.txtLexLabor {
    font-size:12px;
	text-align:left;
	padding-right:10px;
}

#txtCredits {
    text-align:right;
	font-size:10px;
	color:#999999;
	height:15px;
}

.paddingLeftNav {
padding-left:30px;
}

.paddingLeftservices {
padding-left:25px;}

.paddingContenu {
padding-left:45px;
padding-top:30px;
padding-right:30px;
padding-bottom:30px;
}

.border {
    border: 1px solid #ccc;
}