/******
BEGIN
This should be used wherever there are/is (a) <p>(s) within a table cell
This will remove an unwanted space above or/and under a paragraph
*/
ul.first, p.first {
	margin-top:0px;
	padding-top:0px;
}

ul.last, p.last {
	margin-bottom:0px;
	padding-bottom:0px;
}
/*
END
******/
#frame .noBorder	{ border:none }

#menu {
	position:relative;
	width:auto;
	text-align:center;
}

#quickMenu {
	width: 163px;
	height: 26px;
	position: absolute;
	top: 0;
	right: 35px;
	background: url(img/bg-quickmenu.png) 0 0 no-repeat;
	margin: 0;
	list-style: none;
	padding: 8px 0 0 22px;
}

#quickMenu .last {
	padding-left: 9px;
	padding-right: 0;
	border: 0;
}

#quickMenu li {
	float: left;
	border-right: 1px solid #434343;
	padding-right: 9px;
}

#quickMenu a {
	color: #434343;	
	text-decoration: none;
	font-size: 10px;
	font-family: arial;
}

#quickMenu a:hover {
	color: #000;	
}
/* Général
------------------------------------------------------------------------*/
#bande_photo {
	position:relative;
	width:auto;
	text-align:center;
}
	
#texte {
	position:absolute;
	top: -50px;
	left: 0px;
}

h2.breathe {
	margin-top:25px;
}
#texte_c h2 {
	border-bottom:1px dashed black;
}
#texte_c {
	position:relative;
	width:371px;
	float:left;
	padding:0px 10px 30px 14px;
}

/* Titres des pages 
------------------------------------------------------------------------*/
h1 {
	width:395px;
	height:72px;
	text-indent:-99999px;
}

.pErreur h1 {
	background:url(../images/titres/erreur.jpg) 0 0 no-repeat;
}
.pAccueil h1 {
	background:url(../images/titres/apropos_de_nous.jpg) 0 0 no-repeat;
}

.pChroniques h1 {
	background:url(../images/titres/chroniques.jpg) 0 0 no-repeat;
}
.pChroniquesDetails h1 {
	background:url(../images/titres/chroniques.jpg) 0 0 no-repeat;
}
.pServices h1 {
	background:url(../images/titres/services_offerts.jpg) 0 0 no-repeat;
}
.pTraitements h1 {
	background:url(../images/titres/cliniques.jpg) 0 0 no-repeat;
}
.pEquipe h1 {
	background:url(../images/titres/equipe.jpg) 0 0 no-repeat;
}
.pContact h1 {
	background:url(../images/titres/nous_joindre.jpg) 0 0 no-repeat;
}

.pEmplois h1 {
	background:url(../images/titres/offres_emplois.jpg) 0 0 no-repeat;
}
/*BOUTONS / ICONES
------------------------------------------------------------------------*/
.btn {
	display:block;
	text-indent:-99999px;
}
.btn-nouvelles {
	background:url(../images/btn-toutes-chroniques.jpg) 0 0 no-repeat;
	width:138px;
	height:26px;
	margin:0 12px 5px 0;
	overflow:hidden; /*pour enlever le outline vers la gauche dans firefox créé par le text-indent négatif */
}
.icon-pdf {
	background:url(../images/icon-pdf.jpg) 0 0 no-repeat;
	padding:2px 0 2px 22px;
}

.icon-multimedias {
	border-top:1px solid #c1d6d9;
	overflow:hidden;
	width:100%;
	padding:5px 0 0 0;
}
.icon-multimedias li {
	display:inline;
	overflow:hidden;
	border-right:1px solid #bfbfbf;
	padding:0 5px;
	float:left;
}

.btn-diaporama {
	background:url(../images/btn-diaporama.jpg) top left no-repeat;
	width:17px;
	height:16px;
}
.btn-video {
	background:url(../images/btn-video.jpg) top left no-repeat;
	width:20px;
	height:16px;
}
.btn-audio {
	background:url(../images/btn-audio.jpg) top left no-repeat;
	width:20px;
	height:16px;
}
.inactif {
	background-position:bottom left;
	cursor:default;
}

.btn-postuler {
	display: block;
	height: 26px;
	width: 83px;
	text-indent: -9999px;
	background: url(img/btn-postuler.gif) 0 0 no-repeat;
	float: right;
}

.btn-soumettre {
	display: block;
	height: 26px;
	width: 83px;
	text-indent: -9999px;
	background: url(img/btn-soumettre.gif) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	float: left;
	margin: 0 0 0 10px;
}

/*ACCUEIL
------------------------------------------------------------------------*/
.pAccueil #texte_c h2,
.pChroniquesDetails #texte_c h2 {
	border:none;
}


/*COLONNE GAUCHE
------------------------------------------------------------------------*/
#chroniques {
	background:url(/images/col_gauche/bcg.jpg) repeat-y left;
	overflow:hidden;
}
#chroniques p {
	margin-left:8px;
}
#listing {
	padding:0 12px 0 8px;
	list-style:none;
	margin:0;
}
#listing li {
	margin-bottom:20px;
}
#listing h2 {
	background:url(../images/icon-news.jpg) 0 0 no-repeat;
	padding-left:25px;
	height:18px;
	font-size:11px;
	font-weight:bold;
	color:#31838e;
	margin:0;
}
#listing a{
	background:url(../images/bg-dotted-blue.jpg) 0 0 repeat-x;
	color:#0e5660;
	text-decoration:none;
	display:block;
}
#listing a:hover {
	text-decoration:underline;
}
#listing p {
	margin-top:5px;
	margin-left:0;
	color:#31838e;
}
#listing p a{
	background:none;
	display:inline;
}


/*COLONNE DROITE
------------------------------------------------------------------------*/
#cliniques {
	background:url(/images/col_droite/bcg.jpg) repeat-y left;
}

#liste {
	/*background:url(/images/col_droite/bcg_bas.jpg) bottom left no-repeat;*/
	padding-bottom:10px;
}

#liste table td {
	padding:5px 0px 5px 0px;
}

/*CHRONIQUES
------------------------------------------------------------------------*/
.pChroniques #texte_c #listing h2{
	background:none;
	padding-left:0;
	border:none;
	height:auto;
}
.pChroniques #texte_c #listing a{
	font-size:12px;
	font-weight:bold;
	background:none;
}
.pChroniques #texte_c #listing li {
	background:url(../images/bg-dotted-blue.jpg) 0 bottom repeat-x;
	padding-bottom:15px;
	margin-bottom:15px;
}

/*détails*/
.img-holder {
	float:left;
	width:185px;
}
.img-holder img {
	border:1px solid #dddddd;
}
.img-holder p {
	color:#31828c;
	text-align:right;
	padding-right:10px;
}
.pChroniquesDetails #texte_c a {
	color:#0c4d59;
	text-decoration:none;
}
.pChroniquesDetails #texte_c a:hover {
	text-decoration:underline;
}
.pChroniquesDetails .date{
	color:#31838e;
	font-weight:bold;
	margin-bottom:5px;
}
.pChroniquesDetails #texte_c h2 {
	color:#0e5660;
	font-size:12px;
}
.pChroniquesDetails #texte_c .icon-pdf {
	color:#388f99;
	text-decoration:none;
}

/*ZONE PLAYERS
------------------------------------------------------------------------*/
/* diapo, video, audio player */

	#audio-player,
	#video-player,
	#diapo-player{		
		background:#000; background-image:none
	}

	#audio-player a,
	#video-player a,
	#diapo-player a{		
		color:#999999;
	}

	#audio-player a:hover,
	#video-player a:hover,
	#diapo-player a:hover{		
		color:#dfdfdf;
	}

	#audio-player #container,
	#video-player #container{
		padding: 10px 23px 10px 23px;
		width: 418px;
		height: 400px;
		color: #fff;
		background: #000;
		margin:0 auto;
	}

	#audio-player h4,
	#video-player h4{
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		padding: 0px;
		margin: 5px 0px;
	}

	#audio-player #wrap,
	#video-player #wrap{
		width: 385px;
		height: 319px;
		border: none;
	}

	#audio-player .desc,
	#video-player .desc{
		color: #a7a9ac;
	}

	#audio-player .text,
	#video-player .text{
		height: 60px;
		overflow: auto;
	}

	#audio-player  .logo,
	#video-player  .logo{
		height: 26px;
		margin-top: 5px;
		background: #000;
	}

	#audio-player .desc .text p,
	#video-player .desc .text p{
		padding: 0 0 5px 0;
		margin: 0px;
	}

	#audio-player .desc .text,
	#video-player .desc .text{
		padding: 5px 5px 0 5px;
		border-bottom: 1px solid #a7a9ac;
	}

	/* diapo */

	#diapo-player #container{
		height: 595px;
		width: 700px;
		color: #fff;
		padding: 0 0 5px 0;
		margin:0 auto;
		background: #000;
	}

	#diapo-player h4{
		background:none;
		display: block;
		padding: 0 0 0 32px;
		margin: 0px;
		line-height:28px;
		height: 29px;
		width:auto;
		color: #fff;
	}	

	#diapo-player .nav{
		height:24px;
		padding: 0 20px;
	}
	

	#diapo-player .nav_3,
	#diapo-player .num,
	#diapo-player .nav_1{
		float: right;
		padding:5px 5px 0 0;
	}

	#diapo-player #princ{
		text-align: center;
		height: 415px;
	}

	#diapo-player p{
		padding: 0px;
		margin: 0px;
		color: #dfdfdf;
		margin-bottom: 4px;
	}

	#diapo-player .desc{
		border-bottom: 1px solid #a7a9ac;
		margin: 0 20px 5px 20px;
	}

	#diapo-player .credit,
	#diapo-player .reference{
		padding: 0 20px;
	}

	#diapo-player .desc span,
	#diapo-player .credit span,
	#diapo-player .reference span{
		font-weight: bold;
		font-size: 11px;
		padding-right: 10px;
		float: left;
	}
	
	.pEmplois #texte_c h2 {
		border: 0;
		background: url(img/line-h2.gif) left bottom no-repeat;
		text-transform:uppercase;
		padding-bottom: 10px;
	}
	
	.pEmplois #texte_c h3 {
		color: #5BA029;
		margin: 15px 0;
	}
	
	.pEmplois h4 {
		font-size: 13px;	
	}
	
	.pEmplois fieldset {
		border: 0;
		background: url(img/shadow-form.gif) left bottom no-repeat;
		overflow: hidden;
		padding: 0 0 34px 0;
		margin: 0;
		position: relative;
	}
	
	.pEmplois label {
		display: block;	
	}
	
	.pEmplois .col {
		width: 50%;	
		float: left;
	}
	
	.pEmplois textarea {
		width: 355px;
		height: 66px;
		border: 2px solid #bde5eb;
		resize: none;
	}
	
	.pEmplois label {
		color: #141414;
		font-weight: bold;
		margin: 7px 0 0 0;
	}
	
	.pEmplois #s_cv {
		float: left;
	}
	
	.pEmplois input[type=text] {
		width: 170px;
		height: 17px;
		border: 2px solid #bde5eb;
	}
	
	.box-emploi {
		background: url(img/bg-emploi.gif) left bottom no-repeat;
		padding-bottom: 30px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	
	:focus {
		outline: none;
	}
	
	.mandatory {
		background: url(img/ico-required.gif) 0 2px no-repeat;
		padding-left: 12px;
	}
	
	.error,
	.notice {
		
		margin: 0;
		padding: 5px;
	}
	
	.error {
		border: 2px solid #FBC2C4;
		background: #FBE3E4;
		color: #8a1f11;
	}
	
	.error li {
		margin-bottom: 0;
	}
	
	.error a {
		color: #8a1f11;
	}
	
	.pEmplois #texte_c .error h3 {
		color: #8a1f11;	
	}
	
	.notice {
		background: #E6EFC2;
		border-color: #C6D880; 
		color: #264409;
	}

	
	
