body 
{
	min-width: 800px; /* 2x LC width + RC width */
	background-color: White;
	margin: 0px;
	text-align: center;
}

.cadreprincipal
{
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	text-align: left; 
	/* background-color : Aqua;     /* enlever cette ligne a la fin du d�boguage */
}

.entete
{
	/* background-color : Fuchsia;     /* enlever cette ligne a la fin du d�boguage */
}

.cellgauche
{
	width : 164px;
	padding : 0px;
	float : left;
	/* background-color : Lime;     /* enlever cette ligne a la fin du d�boguage */
}

.cellcentre
{
	width : 418px;
	padding : 0px;
	float : left;
	/* background-color : Silver;    /* enlever cette ligne a la fin du d�boguage */
}

.cellcentre_suresmile
{
	width : 620px;
	padding : 0px;
	float : left;
	/* background-color : Silver;    /* enlever cette ligne a la fin du d�boguage */
}

.celldroite
{
	width : 218px;
	padding : 0px;
	float : left;
	/* background-color : Yellow;     /* enlever cette ligne a la fin du d�boguage */
}

.spacerbp
{
	width: 800px;
	height: 600px;
	margin: 0px, auto;
	padding: 0px;
	text-align: left; 
	/* background-color: Aqua; /* enlever cette ligne a la fin du d�boguage */
}

.normal
{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 5px;
	color: #000000;
	font-size: 10pt;
	line-height: 130%;
	text-align: justify;
}

.question
{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 23px;
	padding-right: 23px;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}

.reponse
{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 43px;
	padding-right: 23px;
	padding-bottom: 5px;
	color: #000000;
	font-size: 10pt;
	text-align: justify;
}


.indente
{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 43px;
	padding-right: 23px;
	padding-bottom : 5px;
	color : #000000;
	font-size : 10pt;
	line-height : 130%;
}

.note_fader
{
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 25px;
	color: #757575;
	font-size: 12pt;
	font-weight: bold;
}

.note_employe
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
}

.note_appareil
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	text-align: center;
}

.note_gras
{
	font-family: Arial, Helvetica, sans-serif;
	color : #058DA3;
	font-size: 11pt;
	font: bold;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 20px;
	padding-top : 25px;
	font-size : 14pt;
	color : #058DA3;
	font-weight : bolder;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 20px;
	color : #058DA3;
	font-size : 10pt;
}

.titre
{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 27px;
	padding-right: 35px;
	padding-top : 25px;
	font-size : 17pt;
	color : #058DA3;
	font-weight : bolder;
}

.notebp
{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-right: 35px;
	color: #ADADAD;
	font-size: 8pt;
	text-align: center;
}



.texte_fader
{
	font-family: "MS Serif", "New York", serif;
	padding-left: 5px;
	padding-right: 5px;
	color: #EE8A1B; /*cause une bug dans firefox */
	font-size: 12pt;
	text-align: center;
	width: 218px;
	height: 150px;
}

a:link
{
	color: #EE8A1B;
	background-color: transparent;
}

a:active 
{
	color: #ED0F00;
	background-color: transparent;
}

a:visited 
{
	color: #038EA3;
	background-color: transparent;
}

a img 
{
   border: none;
}

a .alt { display: none; }

.alt
{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	font-size: 10pt;
}

.diviseur_equipe{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: White;
	font-size: 10pt;
	position: relative;
	left: 23px;
	background-color: #EE8A1B;
	padding: 1%;
	width: 372px;
}

/* Debut position des photos des employes */

.img_emp_1{
	position: relative;
	left: 42px;
}

.img_emp_2{
	position: relative;
	left: 81px;
}

/* Fin position des photos des employes */

/* Debut position des photos de patients */

.img_patient_1{
	position: relative;
	left: 18px;
}

.img_patient_2{
	position: relative;
	left: 30px;
}

/* Fin position des photos de patients */

.form
{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 5px;
	color: #000000;
	font-size: 10pt;
	line-height: 130%;
	text-align: left;
}
