body {
	background-image: url(../media/images/navBackground.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	margin: 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #937F49;
	text-decoration: underline;
}

h1 {
	color: #AA9C79;
	font-size: 1.6em;
	margin: 0 0 20px;
}
h2 {
	color: #AA9C79;
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
	color: #333333;
	margin-bottom: 5px;
}

/***************** Splash Screen ***********/
#splash {
	margin-top: 45px;
}
.intro {
	margin: 0;
	padding: 0;
	background-image:url(../media/images/splashBackground.jpg); 
	text-align:center;
	background-color: #FFFFFF;
}
/***************** layout ******************/
#wrapper {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;

	border-width: 6px;
	border-color: #ffffff;
	border-style: solid;
	
	width: 73.4em;
}

#logo {
	width: 33.3em;
	height:9.5em;
}

#home #aside_content {
	height:32em;
}

#services #aside_content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 1em;
}

#services #aside_content ul li {
	list-style-type: none;
	display: none;
	height: 3.2em;
}

#services #aside_content li div a {
	float: left;
}


#etude #aside_content {
	height:45em;
}

#etude #content_primary {
	height:38em;
}

#etude #title {
	display: none;
}

#services #aside_content {
	height:50em;
}

#services #content_primary {
	height:41em;
}

#services #aside_content hr {
	color: #9A8347;
	background-color: #9A8347;
}

#avocats #aside_content {
	height: 60em;
}

#avocats #content_primary {
	height:50em;	
}

#avocats #content_primary div.cvPicture img {
	width: 12.5em;
	height:16.165em;
}

#fees #aside_content {
	height:31em;	
}

#fees #content_primary {
	height:25em;	
}

#contact_us #aside_content {
	height:30em;
}

#contact_us #content_primary {
	height:25em;
}

#contact_us #content_primary img {
	border: 1px solid #000;
	width: 20.835em;
	height: 16.915em;
}


#masthead a {
	float: left;
}

#banner {
	float: right;
}

#banner img {
	width: 38.7em;
	height: 9.5em;
}


#masthead img {
	border: 0px;
	margin: 0;
	padding: 0;
}

#navigation {
	clear: both;
	background-color: #333333;
	font-size: 1.1em;
	border-top: 6px solid #ffffff;
	border-bottom: 6px solid #ffffff;
	height: 2.315em;
}

#navigation ul {
	padding: 0.5em;
	margin: 0px;
	list-style-type: none;
}
#navigation li {
	float: left;
	margin-left: 0.5em;
	margin-right: 0.3em;
	padding-left: 1.6em;
	background:transparent url(../media/images/bullet.gif) no-repeat 0 60%;
}

#navigation li a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover {
	color: #DBCEAA;
	text-decoration: underline;
}

#home #navigation #nav_home,
#etude #navigation #nav_etude,
#services #navigation #nav_services,
#avocats #navigation #nav_avocats,
#fees #navigation #nav_fees,
#contact_us #navigation #nav_contact {
	background-position: 0 50%;
}

#home #navigation #nav_home a,
#etude #navigation #nav_etude a,
#services #navigation #nav_services a,
#avocats #navigation #nav_avocats a,
#fees #navigation #nav_fees a,
#contact_us #navigation #nav_contact a {
	color: #DBCEAA;
	border-bottom: 1px solid #DBCEAA;
	display:block;
}

#home #navigation #nav_home a:hover,
#etude #navigation #nav_etude a:hover,
#services #navigation #nav_services a:hover,
#avocats #navigation #nav_avocats a:hover,
#fees #navigation #nav_fees a:hover,
#contact_us #navigation #nav_contact a:hover {
	text-decoration: none;
}


#navigation li.child_1 {
	padding-left: 0;
	background: none;
}

#content {
	padding-top: 1px;
	padding-bottom: 2px;
}
#footer {
	background-color:#333333;
	border-top:6px solid #FFFFFF;
	clear:both;
	font-size:1.1em;
	height:4em;
	padding:0.5em;
}
#footer #adresse {
	float: left;
	text-align: left;
	color: #FFFFFF;
}

#footer #adresse a{
	color: #FFFFFF;
}

#footer #adresse a:hover {
	color: #937F49;
}

#footer #poweredBy {
	float: right;
	text-align: right;
	color: #FFFFFF;
}
#footer #poweredBy a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #poweredBy a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#copyright {
	margin-top: 15px;
	text-align: center;
	font-size: 0.8em;
}

/**************** Informel ******************/
#credit {
	display: none;
}
#description {
	display: none;
}
/**************** Editable Region ***********/
#aside_content {
	float: left;
	width: 18.9em;
	background: #d4d2d3 url(../media/images/background-contacts.jpg) no-repeat;
}

#aside_content td {
	vertical-align: top;
}

#aside_content .honoraires {
	padding: 6px;
}

#aside_content a {
	cursor: pointer;
}

#aside_content a:hover {
	color: #B26B1E;
}

#aside_content a:hover img  { 
	border: 1px solid #B26B1E;
}

#aside_content li {
	margin: 1em 0 0 1.5em;
	list-style: square;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0.2em;
	font-size: 1.1em;
}

#avocats #aside_content li {
	font-size: 1.3em;
}
	
#services #aside_content img {
	width: 3em; 
	height: 3.9em;
	border: 1px solid #333333;
	margin-left: 2px;
	margin-right: 5px;
}
	
#laDate {
	padding: 6px;
	font-weight: bold;
	color: Black;
	font-size: 1.2em;
}
#title {
	padding: 6px;
	background-color: #9A8347;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
}
#content_primary {
	float:right;
	font-size:1.2em;
	text-align:left;
	width:44.12em;
	padding-left: 6px;
}

#home #content_primary {
	padding-left: 0px;
}

#home #content_primary img {
	width: 44em;
	height: 23em;
}

#content_primary p {
	margin-top: 5px;
}

#bureauQc {
	margin: 0;
}

#bureauQc img {
	float: left;
}

#bureauMontmagny {
	margin-top: 70px;
	width: 52em;
}
	
#adresseQc {
	margin-left: 22em;
}

#domaine {
	padding-left: 6px;
	color: #000000;
	font-weight: bold;
}
/************************************** Communs ******************************/
.texte {
	text-align: justify;
}

.champs,
.fiche ul li span {
	font-weight: bold;
}

.tip {
	text-align: center;
	padding-top: 3px;
}


.barre {
	background-color: #9A8347;
	width: 1.2em;
	height: 6em;
}

.barre2 {
	background-color: #9A8347;
	width: 1.2em;
	height: 5.5em;
}

.ServiceSeparator {
	width: 0.2em;
}

.separator {
	clear:both;
}

.domaine,
.domaine2 {
	background-color: #4C626E;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 0.75em;
}
.domaine {
	width: 15em;

}
.domaine2 {
	width: 36.7em;
}

.domaine a,
.domaine2 a {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.domaine a:hover,
.domaine2 a:hover {
	color: #E9E7E4;
	text-decoration: underline;
}

.domaine ul,
.domaine2 ul {
	margin: 0;
	padding: 0;
}

.domaine li,
.domaine2 li {
	margin: 0 0 0.5em 1em;
	list-style: none;
}

.domaine .reclamation {
	margin: 0 0 0 1em;;
	padding: 0;
}

.rowSeparator {
	height: 0.7em;
}

.statusHide {
	display: none;
}

.statusShow {
	display: block;
}

.avocats {
	font-size: 0.85em;
}

.avocats td {
	padding-right: 2em;
}

.avocats img {
	width: 4.5em;
	height: 5.8em;
	border: 1px solid #333333; 
}

.avocats a img {
	text-decoration: none;
	width: 7.5em;
	height: 9.7em;
}

.avocats a:hover img {
	border: 1px solid #B26B1E; 
}

.fiche {
	display: none;
}

.cv {
	float: right;
	width: 24em;
	padding-right: 10px;
}

.cvPicture {
	float: left;
	text-align: left;
	width: 16em;
	padding-left: 15px;
}

.cvPicture h1 {
	font-size: 1.6em;
	margin-bottom: 0;
}

.cvPicture img {
	margin-top: 20px;
	margin-right: 1.5em;
	border: 1px solid #333333;
}

.fiche ul {
	padding: 0;
	margin: 0.5em 0 0 0;
}

.fiche ul li {
	list-style-type: none;
}

.fiche ul li ul {
	margin-left: 2em;
}

.fiche ul li ul li {
	list-style-type: disc;
}


.cvSelected {
	background-color: #FFFFFF;
}

.toolTipDomaine {
	color: #373F43;
	font-weight: bold;
}

.info {
	padding: 0.5em;
	font-weight: bold;
	font-size: 1.1em;
}

#services .info {
	padding-bottom: 0;
}

.warning {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 1em;
}
.hcard {
	margin-left: 10px;
}
.hcard img {
	border: 0;
}
