/* @override 
	http://192.168.1.105:8888/testing/adm/assets/templates/2009/media/css/screen.css
	http://localhost:8888/testing/adm/assets/templates/2009/media/css/screen.css
	http://academiedentaire.com/assets/templates/2009/media/css/screen.css
	http://www.academiedentaire.com/assets/templates/2009/media/css/screen.css
*/

/*///////////////////////////////////////////////

CLIENT   :  Académie Dentaire
COLORS   :	Rouge :       #a71e30
			Gris  :	      #666
			Rouge Foncé : #6F0014

///////////////////////////////////////////////*/

/* @group Fonts */

@font-face {
	font-family: 'Liberation Sans Regular';
	src: url('../fonts/liberation/LiberationSans-Regular.eot');
	src: local('Liberation Sans Regular'), 
		 local('LiberationSans'), 
		 url('../fonts/liberation/LiberationSans-Regular.woff') format('woff'), 
		 url('../fonts/liberation/LiberationSans-Regular.ttf') format('truetype'), 
		 url('../fonts/liberation/LiberationSans-Regular.svg#LiberationSans') format('svg');
}

@font-face {
	font-family: 'Liberation Sans Italic';
	src: url('../fonts/liberation/LiberationSans-Italic.eot');
	src: local('Liberation Sans Italic'), 
		 local('LiberationSans-Italic'), 
		 url('../fonts/liberation/LiberationSans-Italic.woff') format('woff'), 
		 url('../fonts/liberation/LiberationSans-Italic.ttf') format('truetype'), 
		 url('../fonts/liberation/LiberationSans-Italic.svg#LiberationSans-Italic') format('svg');
}

@font-face {
	font-family: 'Liberation Sans Bold';
	src: url('../fonts/liberation/LiberationSans-Bold.eot');
	src: local('Liberation Sans Bold'), 
		 local('LiberationSans-Bold'), 
		 url('../fonts/liberation/LiberationSans-Bold.woff') format('woff'), 
		 url('../fonts/liberation/LiberationSans-Bold.ttf') format('truetype'), 
		 url('../fonts/liberation/LiberationSans-Bold.svg#LiberationSans-Bold') format('svg');
}

@font-face {
	font-family: 'Liberation Sans Bold Italic';
	src: url('../fonts/liberation/LiberationSans-BoldItalic.eot');
	src: local('Liberation Sans Bold Italic'), 
		 local('LiberationSans-BoldItalic'), 
		 url('../fonts/liberation/LiberationSans-BoldItalic.woff') format('woff'), 
		 url('../fonts/liberation/LiberationSans-BoldItalic.ttf') format('truetype'), 
		 url('../fonts/liberation/LiberationSans-BoldItalic.svg#LiberationSans-BoldItalic') format('svg');
}

@font-face {
	font-family: 'Steinem Roman';
	src: url('../fonts/steinem/STEINEM_.eot');
	src: local('Steinem Roman'), 
		 local('Steinem'), 
		 url('../fonts/steinem/STEINEM_.woff') format('woff'), 
		 url('../fonts/steinem/STEINEM_.svg#Steinem') format('svg'),
		 url('../fonts/steinem/STEINEM_.ttf') format('truetype');
}

@font-face {
	font-family: 'Steinem RomanItalic';
	src: url('../fonts/steinem/STEINEMI.eot');
	src: local('Steinem RomanItalic'), 
		 local('Steinem-Italic'), 
		 url('../fonts/steinem/STEINEMI.woff') format('woff'), 
		 url('../fonts/steinem/STEINEMI.svg#Steinem-Italic') format('svg'), 
		 url('../fonts/steinem/STEINEMI.ttf') format('truetype');
}

@font-face {
	font-family: 'Steinem Bold';
	src: url('../fonts/steinem/STEINEMB.eot');
	src: local('Steinem Bold'), 
		 local('Steinem-Bold'), 
		 url('../fonts/steinem/STEINEMB.woff') format('woff'), 
		 url('../fonts/steinem/STEINEMB.svg#Steinem-Bold') format('svg'), 
		 url('../fonts/steinem/STEINEMB.ttf') format('truetype');
}

@font-face {
	font-family: 'Steinem BoldItalic';
	src: url('../fonts/steinem/STEINBI_.eot');
	src: local('Steinem BoldItalic'), 
		 local('Steinem-BoldItalic'), 
		 url('../fonts/steinem/STEINBI_.woff') format('woff'),
	 	 url('../fonts/steinem/STEINBI_.svg#Steinem-BoldItalic') format('svg'), 
	 	 url('../fonts/steinem/STEINBI_.ttf') format('truetype');
}

/* @end */

/* @group Globals */

html {
	height: 100%;
	background: #f0f0f0 url(../img/bg.png) repeat-x left top;
}

body {
	color: #444;
	background: url(../img/footer.png) repeat-x left bottom;
	font: 13px/1.6 "Liberation Sans Regular", Arial, Geneva, sans-serif;
}

/* @end */

/* @group Typography */

h1 {
	width: 610px;
	color: #a71e30;
	font: normal 26px "Steinem Roman", Arial, Geneva, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.4px;
	margin-bottom: 15px;
}

h2 {
	color: #a71e30;
	font: normal 22px "Steinem Roman", Arial, Geneva, sans-serif;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	display: block;
}

h3{
	color: #666;
	font: bold 15px Arial, Geneva, sans-serif;
	margin: 10px 0;
	float: left;
	width: 100%;
	text-transform:uppercase;
	display: block;
}

.rouge {color:#a71e30;}

h4 {
	color: #666;
	font: normal 17px "Steinem Bold", Arial, Geneva, sans-serif;
}

#main h4 {
	display:block;
	clear:left;
	color: #a71e30;
	float:none;
	margin-bottom:15px;
	font: bold 14px Arial, Geneva, sans-serif;
}

sup,
sub {
	height: 0;
	font-size:x-small;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

#main h2 {margin-top:10px;border-bottom:1px dotted #a71e30;}
.nounderline {
	color: #a71e30;
	font: normal 22px "Steinem Roman", Arial, Geneva, sans-serif;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	display: block;}

p {
	margin-bottom: 10px;
}
	
	p.site-name {
		color: #666;
		font: normal 17px/50px "Steinem Bold", Arial, Geneva, sans-serif;
		background: #FFF url(../img/footer.png) repeat-x left -14px;
	}


a {
	color: #a71e30;
}

a:hover {
	color: #a71e30;
}

ul {
	float: left;
	width: 610px;
	margin: 0 10px 10px;
}

#home ul {
	width: 470px;
}

li {
	padding: 5px 0 5px 12px;
	background: url(../img/bullet.png) no-repeat left 11px;
}

div.big {

}

div.smaller {

}

/* @end */

/* @group Layout */

#page-layout {
	width: 980px;
	margin: 0 auto;
}

#header {
	height: 110px;
	padding-top: 18px;
	background: url(../img/header.png) no-repeat center top;
}

	#header .contact-infos {
		float: right;
		margin: 31px 20px 31px 20px;
	}
#header .contact-infos table {margin-bottom:0;}

	#header .contact-infos td {
		padding: 0 10px;
		line-height: 16px;
	}
	
	#logo {
		float: left;
		width: 190px;
		height: 65px;
		margin: 22px 20px 23px 20px;
		background: url(../img/logo.png) no-repeat;
	}
	
		#logo a {
			width: 190px;
			height: 65px;
			text-indent: -3000em;
			display: block;
		}

#teaser {
	height: 183px;
	background-image: url(../img/teaser.png);
}

	#teaser p {
		width: 413px; height: 126px;
		float: left;
		position: relative;
		padding-top: 57px;
		margin: 0;
		font: 28px "Steinem Bold", Arial, Geneva, sans-serif;
		color: #333;
}
	
	#teaser p span {
		display: block;
	}
	
	#teaser .photo {
		width: 329px;
		height: 235px;
		display: block;
		float: left;
		margin-left: 641px;
		position: absolute;
		z-index: 66;
		background: url(../img/teaser-photo.png) no-repeat left top;
	}

#content {
	float: left;
	clear: both;
	width: 950px;
	margin: 20px;
}

	#content img {
		padding: 9px;
		margin: 5px;
		background-color: #FFF;
		border: 1px solid #DCDCDC;
		-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	}
	
	#home #content img {
		margin: 5px 0;
	}
	
	#content .box.inscription .top-img {
	    width:  310px; 
   		height: 206px; 
   		float: left;
   		margin: 0;
   	}
   	
   	#content .box.inscription .top-img img {
	    width:  310px; 
   		height: 206px; 
		padding: 0;
		margin: 0;
		border: 0;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	.page-formation #main p, .page-formation #main ul, .page-formation #main h3, .page-formation #main h4 {
		padding-left:20px;
	}
	
#main {
	float: left;
	width: 590px;
	margin-right: 40px;
}

	#home #main, #contact #main {
		width: 470px;
		margin-right: 25px;
	}

#sub {
	float: right;
	width: 320px;
}

	#home #sub, #contact #sub {
		width: 440px;
		margin-left: 15px;
	}

#sub .box {
	padding-bottom: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	background: url(../img/box-sub.png) no-repeat center bottom;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

	#sub .box .box-content {
		margin: 0 15px;
	}

	#sub .box .box-content ul{
		float: none;
		width: auto;
	}
	
	.box h2 {
		text-align: center;
	}

	.box h4 {
		width: 315px;
		color: #FFF;
		padding-left: 7px;
		margin-left: -6px;
		line-height: 49px;
		background: url(../img/title-bg-left.png) no-repeat left top;
		text-shadow: 0 1px #6F0014;
	}

	.box h4 span {
		display: block;
		line-height: 38px;
		padding-bottom: 11px;
		background: url(../img/title-bg-right.png) no-repeat right top;
		padding-left: 5px;
	}
	
	#home .box, #contact .box {
		width: 430px;
		background: url(../img/box-large.png) no-repeat center bottom;
	}
	
	#home .box h4, #contact .box h4{
		width: 435px;
	}
	
	#sub .box.inscription {
		position: relative;
		padding-bottom: 0;
		color: #FFF;
		background: url(../img/inscription-bg.png) no-repeat center bottom;
		box-shadow: 0 2px 6px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	}
	
	#sub .box.inscription h4 {
		float: left;
		position: absolute;
		top: 5px;
		z-index: 77;
	}
	
	#sub .box.inscription p {
		line-height: 18px;
		padding: 228px 0 10px;
		font-weight: bold;
}
	
	#sub .box.inscription .telephone {
		margin: 0;
		padding: 10px 0;
		font-size: 28px;
		line-height: 16px;
		text-align: center;
		font-weight: bold;
		text-shadow: 0 1px #6F0014;
	}

	#sub .box.inscription .telephone .sansfrais {
		font-size: 14px;
	}

#footer {
	float: left;
	clear: both;
	width: 970px;
	padding: 0 10px;
	height: 250px;
	background: #a61e2f url(../img/footer.png) repeat-x left bottom;
}

	#footer .contact-infos {
		float: left;
		margin: 20px 20px 31px 0;
		color: #FFF;
	}
	
	#footer .contact-infos a {
		color: #FFF;
	}
	
#main .wrap, #sub .wrap {

}

div.contact-form {
	float: left;
	width: 470px;
}
#inscription-form {
	background:#ccc;
	padding:20px;
}

#inscription-form h2 {
	font-size:bigger;
	font-weight:bold;
}

.page-formation #main #inscription-form p {
	padding-left:0;
}
	
	div.contact-form input, div.contact-form textarea{
		width: 460px;
	}
	
	.errors {
		padding: 10px;
		background-color: #fce8e3;
		border: 1px solid #a61e2f;
	}
	
	input.required, textarea.required {
		border: 2px solid #a61e2f;
	}
	
	input.invalid, textarea.invalid {
		border: 2px solid #c38e1d;
	}

#main .contact-infos {
	float: left;
	width: 288px;
	padding: 10px;
	margin-left: 5px;
	background-color: #FFF;
	border: 1px solid #DCDCDC;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

#main .contact-infos img{
	float: right;
	padding: 5px;
}

dl {
	
}

dt {
	float: left;
}

dd {
	padding-bottom: 20px;
	padding-left: 200px;
	padding-top: 2px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCC;
}

#profs.box .box-content {
	margin: 0;
	overflow: visible;
}

#profs ul {
	margin: 0;
	overflow: visible;
}

#profs li {
	position: relative;
	width: 444px;
	height: 39px;
	padding: 0;
	margin-left: -7px;
	background-position: 20px 10px;
	background-repeat: no-repeat;
	overflow: visible;
	z-index: 199;
}

#profs li a {
	display: block;
	width: 270px;
	padding: 0 140px 10px 34px;
	height: 39px;
	line-height: 28px;
}

#profs li a:hover, #profs li.hover a {
	color: #FFF;
	background: url(../img/prof-hover.png) no-repeat left top;
}

#profs.box li img {
	position: absolute;
	top: 0;
	left: 320px;
	width: 88px; height: 127px;
	padding: 5px;
	display: none;
}

#profs li.profs0 img {
	top: -50px;
}

#profs li.profs1 img {
	top: -50px;
}

#profs li.profs2 img {
	top: -50px;
}

#profs li.profs3 img {
	top: -50px;
}

#profs li:hover img {
	display: inherit;
}

a.more {
	clear: both;
	display: block;
	height: 22px;
	padding-top: 4px;
	color: #FFF;
	font: normal 14px/20px "Steinem Bold", Arial, Geneva, sans-serif;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px #6F0014;
	background: url(../img/degrade-rouge-large.png) repeat-x left 0;
	border: 1px solid #780015;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

a.more:hover {
	background-position: left -34px;
}

.date-cours {
	display: block;
	float: left;
	clear: both;
	width: 610px;
	padding: 10px;
	margin: 0 0 20px;
	background-color: #e4e4e4;
}

.allcaps-rouge {
	text-transform:uppercase;
	color:#A61E2F;
}

.allcaps-plusgros {
	font-size:bigger;
	text-transform:uppercase;
}

.note {
	font-style: italic;
	font-size: 12px;
	color: #666;
}

.conferenciers-wrapper {
	float: left;
	clear: both;
	width: 610px;
	margin-bottom: 10px;
	margin-left: -10px;
}

.conferencier {
	float: left;
	position: relative;
	width: 270px;
	height: 107px;
	padding: 10px;
	margin-bottom: 30px;
	background-color: #a61e2f;
	margin-left: 10px;
}

	.conferencier p {
		color: #FFF;
		font-size: 16px;
		line-height: 18px;
	}
	
	.conferencier p strong {
		color: #FFF;
		font-size: 20px;
		margin-bottom: 0;
	}
	
	.conferencier p a {
		font-size: 13px;
		color: #FFF;
	}
	
	#content .conferencier img {
		float: left;
		width: 88px; height: 127px;
		padding: 5px;
		background-color:#A61E2F;
		border:1px solid #A61E2F;
		margin: -10px 15px 0 -10px;
	}
	
	#contact .conferencier {
		float: left;
		position: relative;
		width: 380px;
		height: auto;
		padding: 10px;
		margin: 0;
		margin-bottom: 20px;
	}
	
	#contact .conferencier p {
		color: #FFF;
		font-size: 12px;
		margin: 0;
	}
	
	#contact .conferencier p strong{
		color: #FFF;
		font-size: 16px;
		margin-bottom: 0;
	}
	
	#contact .conferencier img {
		float: left;
		position: absolute;
		top: -115px;
		left: 290px;
		width: 88px; height: 127px;
		padding: 5px;
	}

.formation-complet {position:relative;clear:left;}

.listing-formation ul {
	margin-left:0;
}
.listing-formation ul li {
	clear:left;
	background:none;
	padding-left:0;
}
#content img.image-complet {position:absolute;background:none;border:none;}

table {
	width: 100%;
	margin-bottom: 20px;
}

caption {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #CCC;

}

td {
	padding: 5px;
}

#content td:hover {
	background-color: #e4e4e4;
}

#content .galerie {
	width: 600px;
	margin-bottom: 20px;
	float: left;
	clear: both;
}

#content .galerie li {
	float: left;
	width: 190px;
	height: 143px;
	padding: 0 10px 10px 0;
	background: none;
}

#content .galerie img {
	padding: 5px;
	margin: 0;
}

/* @end */

/* @group Nav */

#nav, #home #nav {
	float: left;
	width: 950px;
	height: 52px;
	margin: 0 10px;
}

#nav li{
	float: left;
	height: 52px;
	margin: 0;
	padding: 0;
	background: none;
}

#nav #topMenuItem45 a {color:#A71E30;}

#nav li a {
	display: block;
	padding: 10px;
	font: normal 15px/32px "Steinem Bold", Arial, Geneva, sans-serif;
	color: #666;
	text-decoration: none;
}

#nav li:hover, #nav li.active {
	background: url(../img/nav-hover-right.png) no-repeat right top;
}

#nav li a:hover {
	color: #a71e30;
}

#nav li a:hover, #nav li.active a {
	background: url(../img/nav-hover-left.png) no-repeat left top;
}

/* @end */

/* @group Tables */

td.separator {
	padding: 0 10px 0 30px;
}

/* @end */



/* @group Forms */

label {
	float: left;
	clear: both;
	font-weight: bold;
}

input, textarea {
	float: left;
	clear: both;
	width: 200px;
	padding: 4px;
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.15);
}
#checkField {display:none;}
#sub input {
	width: 270px;
}

	#home #sub input, #contact #sub input {
		width: 392px;
	}

fieldset {

}

legend {

}

button {
	float: right;
	clear: both;
	display: block;
	height: 22px;
	color: #FFF;
	font: bold 12px Arial, Geneva, sans-serif;
	text-shadow: 0 1px #6F0014;
	background: url(../img/btn-bg.png) repeat-x left 0;
	border: 1px solid #780015;
	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

button:hover {
	background-position: left -22px;
}

/* @end */

dl.enhance {
	position: relative;
	float: left;
	width: 590px;
	margin-bottom:30px;
}

		dl.enhance dt {
			float: left;
		}
			dl.enhance dt img {
				width:100px;
			}
			dl.enhance dt a {
				height: 30px;
				display: block;
			}
			dl.enhance dt.current img {
				background-color:#A71E30 !important;
			}
				
		dl.enhance dd {
			position: absolute;
			top: 183px;
			margin: 0 0 30px;
			padding: 0 10px;
		}
		
	#content dl.enhance dd img {
			border:none;
			margin:0;
			padding:0;
		}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

* html .clearfix {
	height: 1%;
}
