/**
 * General tag rules
 */
body{
	font-family: Arial, Sans-Serif;
	background: url(../images/bg.gif);
	}

body #bd * {line-height:1.5em;}

h2, h3, h4, h5, h6{
	color: #984343;
	}
	
h3{
	font-family: Arial, Sans-Serif;
	}
	
p{
	margin: 1em 0;
	}

#nav a:active,
#nav a:visited{
	outline: none;
	}
	
a.pdf{
	padding-right: 18px;
	background: url(../images/pdf.gif) center right no-repeat;
	}

img.misc1{
	float: right;
	margin: 1em 0 1em 1em;
	}
	
/**
 * Language selection page rules
 */
body#language h1{
	text-indent: -9999px;
	height: 246px;
	background: url(../images/language_logo.jpg) center top no-repeat;
	}

body#language #doc{
	background: #fff;
	}

body#language ul{
	list-style-type: none;
	}

body#language li{
	float: left;
	width: 47%;
	text-align: center;
	}

body#language a{
	display: block;
	color: #984343;
	font-weight: bold;
	}
body#language #ft{
	margin-top: 20em;
	}

/**
 * Common template rules
 */
#doc{
	background: #fff url(../images/bg_fade.jpg) top left no-repeat;
	border-left: solid 1px #D1EBBC;
	border-right: solid 1px #D1EBBC;
	}

.identity{
	height: 238px;
	background: url(../images/identity.jpg) top left no-repeat;
	text-indent: -999px;
	}
#identity-en{
	background-image: url(../images/identity_en.jpg);
}
#identity-fr{
	background-image: url(../images/identity_fr.jpg);
}
#bd{
	font-family: Georgia, Serif;
	color: #7C6240;
	clear: left;
	}

#yui-main .yui-b ul,
#yui-main .yui-b ol{
	margin-left: 2.5em;
	}

#ft{
	font-size: 85%;
	background-color: #ffe;
	border-top: solid 1px #eda;
	border-bottom: solid 1px #eda;
	}

.wrapper{
	padding: 1em;
	}


/**
 * Contact form rules
 */
#contact ul{
	list-style-type: none;
	}

#contact form{
	padding: 0 0 1em 0;
	}

#contact fieldset{
	border: none;
	font-size: 85%;
	margin-top: 1em;
	}

#contact fieldset .legend{
	padding: 0;
	margin: 0;
	color: #7C6240;
}

#contact fieldset label{
	display: block;
	font-weight: bold;
	}

#contact fieldset input,
#contact fieldset textarea{
	margin-bottom: 1em;
	}

#contact fieldset textarea{
	height: 75px;
	}
#contact .field{
	width: 145px;
	border: solid 1px #984343;
	background-color: #ffe;
	}

#contact .vcard{
	font-family: Arial, Sans-Serif;
	font-size: 85%;
	padding: 1em 0;
	}

#contact .vcard .type{
	display: none;
	}
	
#contact .vcard .fn{
	font-weight: bold;
	text-transform: uppercase;
	}
	
#contact .errorMessage{
	font-weight: bold;
	color: #f00;
}

/**
 * Photo gallery rules
 */
h3.gallery{
	clear: left;
	margin-top: 1em;
	}

body#galleryPage ul.gallery{
	/*border-bottom: solid 1px #eda;*/
	}

ul.gallery.vertical{
	width: 125px;
	}

ul.gallery{
	list-style-type: none;
	margin-bottom: 1em;
	float: left; /* serves as a clear for LIs*/
	width: 525px;
	}

ul.gallery a img{
	border: solid 1px #eda;
	padding: 5px;
	}
body#galleryPage ul.gallery li{
	height: 115px;
	}
ul.gallery li{
	float: left;
	padding: 1em 1em;
	min-height: 170px;
	}
	
ul.gallery.vertical li{
	height: auto;
	}

ul.gallery li small{
	display: block;
	font-family: Arial, Sans-Serif;
	width: 115px;
	text-align: center;
	}

/**
 * Special tweak rules
 */
body#implants ul.gallery li{
	height: 180px;
	}

body#cv a.picture{
	display: block;
	text-align: center;
	margin: 0 0 1em 1em;
	}
body#cv a.picture img{
	padding: .5em;
	border: solid 1px #eda;
	}
body#financing .carecredit{
	text-align: center;
	}

body#financing .carecredit img{
	padding: 1em;
	border: solid 1px #eda;
	}

body#dentition table{
	font-family: Arial, Sans-Serif;
	font-size: 85%;
	width: 100%;
	margin: 1em 0;
	border: solid 1px #eda;
	}

body#dentition table td{
	padding: 5px;
	}
	
body#dentition table tr.composite td{
	width: 153px;
	border-right: solid 1px #eda;
	text-align: center;
	vertical-align: top;
	}
	
body#dentition table th{
	border-top: solid 1px #eda;
	border-bottom: solid 1px #eda;
	font-weight: bold;
	}
	
body#anatomie .diagram img{
	float: right;
	margin: 0 0 2em 2em;
}

body#anatomie ol li{
	margin-bottom: 1em;
	}