body {
	background-color: #E1E1FF;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

img[onClick] {
	cursor: pointer;
}

#global {
	position: relative; /* pour que la position absolute de #sipp soit calculée en fonction du bloc global */
	width: 802px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url("Images/BandeauHaut.jpg");
	height: 68px;
	background-repeat: no-repeat;
}

#logo a {
	background-image: url("Images/Logo-ipld.gif");
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 205px;
	height: 50px;
	float: left;
}

#menuHaut {
	background-image: url("Images/BandeauMenu.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	height: 50px;
	margin-left: 205px;
	color: #FFFFFF;
	
}

#menuHaut dl {
	margin-top: 35px;
	float: left;
	width: 73px;
}

#menuHaut dd {
	display: none;
	margin-left: -30px;
	width: 150px;
	position: absolute;
	border: 1px solid #638e94;
}

* html #menuHaut dd {
	margin-left: -60px;
}

#menuHaut ul {
	list-style-type: none;
}
#menuHaut dt {
	cursor: pointer;
}

#menuHaut li {
	text-align: center;
	line-height: 15px;
	font-size: 10px;
	background: #FFFFFF;
}

#menuHaut a, #menuHaut dt  {
	text-decoration: none;
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#menuHaut li a {
	display: block;
	text-decoration: none;
	color: #003399;
	font-family: sans-serif;
	font-size: 11px;
	height: 13px;
}

#menuHaut li a:hover {
	background-color: #efa630;
	color: #fff;
}

#PGauche {
	background-image: url("Images/Logo-ipld2.gif");
	background-repeat: no-repeat;
	float: left;
	width: 205px;
}

#dental_forum{
	 padding: 15px 0 0;
	 margin: 0;
}

#dental_forum a{
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: rgb(102, 102, 102);
	display: block;
	width: 160px;
	margin-left: 25px;
}

#menuGauche {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 27px;
	border: 1px solid #638e94;
}

#menuGauche dt {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background-color: #638e94;
}

#menuGauche li {
	list-style-type: none;
	line-height: 15px;
	font-size: 10px;
}

#menuGauche a {
	display: block;
	width: 150px;
	font-size: 10px;
	font-family: Arial, sans-serif;
	height: 15px;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	color: #003399;
}

#menuGauche a:hover {
	background-color: #efa630;
	color: #FFFFFF;
}

#lienForm {
	display: block;
	margin-top: -22px;
	margin-left: 22px;
	text-align: left;
}

#corps {
	margin-top: 10px;
	height: 475px;
	width: 560px;
	padding-right: 30px;
	overflow: auto;
}

/*IE hacks*/
* html #corps {
	width: 530px;
	padding-right: 60px;
}


/* Annonce SIPP en position: absolute */
#corps a#sipp{
	background: url("Images/sipp.png") no-repeat;
	display: block;
	text-decoration: none;
	font-weight: normal;
	position: absolute;
	left: 200px;
	top: 544px;
    width: 416px;
	height: 95px;
}

#sipp h3{
	font-family:  Arial, sans-serif;
	text-align: left;
	font-size: 15px;
	color: #fff;
	margin: 14px 0 10px 60px;
}

#sipp p{
	text-indent: 50px;
	margin: 0 10px;
}


#titre1, #titre2 {
	background-repeat: no-repeat;
	background-position: left;
	width: 186px;
	height: 27px;
}

* html #titre1, * html #titre2 {
	margin-left: -200px;
}

#titre1 {
	background-image: url("Images/GestiondeLabo.jpg");
}

#titre2 {
	background-image: url("Images/Conceptionprothetique.jpg");
}

.imageG {
	float: left;
	margin: 5px;
}

.imageD {
	float: right;
	margin: 5px;
}

.retrait {
	margin-left: 25px;
}

.strongCenter {
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 0.8em;
}

.colonneG {
	float: left;
	width: 272px;
	margin-top: -5px;
}

.colonneD {
	margin-left: 277px;
	margin-bottom: 25px;
}

.center {
	text-align: center;
	font-family: Arial, sans-serif;
	color: #003399;
	font-size: 0.7em;
	margin-top: 5px;
	margin-bottom: 10px;
}

.pcenter {
	margin: auto;
}

#corps h1 {
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #3399CC;
	margin-bottom: 10px;
}

#corps h2 {
	font-family:  Arial, sans-serif;
	text-align: left;
	font-size: 1.2em;
	color: #FF6600;
	margin-bottom: 10px;
}

#corps p {
	font-family: Arial, sans-serif;
	text-align: left;
	color: #003399;
	font-size: 0.7em;
	margin-top: 5px;
	margin-bottom: 10px;
}

#corps strong {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #FF6600;
}

#corps em {
	font-style: normal;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #003399;
}

#corps a {
	color: #003399;
	font-weight: bold;
}

#corps ul {
	list-style-image: url("Images/puce_liste.png");
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	color: #003399;
	margin-top: 10px;
	margin-bottom: 10px;
}

#corps li {
	margin-left: 40px;
}

#corps table caption {
	font-family: Arial, sans-serif;
	text-align: center;
	color: #003399;
	font-size: 0.7em;
	margin: auto;
}

#corps table td {
	font-family: Arial, sans-serif;
	color: #003399;
	font-size: 0.7em;
}

#corps legend {
	font-weight: bold;
	color: #003399;
	font-family: Arial, sans-serif;
}

#corps label {
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 5px;
}

#equipe td {
	vertical-align: top;
}

.tableG td {
	text-align: left;
	vertical-align: top;
}

.tableau {
	margin: auto;
	border-collapse: collapse;
	border: 2px solid #000000;
}

.tableau td, .tableau th {
	border: 1px solid #a5a2a5;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: middle;
}

.Timpair {
	background-color: #ffffd6;
}

.Tpair {
	background-color: #c6efef;
}

.tableau th {
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	background-color: #638e94;
}

#corps .texte {
	margin-left: 145px;
	margin-bottom: 20px;
}

.savoirPlus {
	display: block;
	background-image: url("Images/SavoirPlus.jpg");
	margin-top: 10px;
	height: 18px;
	width: 79px;
}

#cadres {
	float: right;
	margin-right: -30px;
	padding-top: 10px;
}

#cadre1, #cadre2 {
	font-family: sans-serif;
	text-align: left;
	color: #003399;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 38px;
	padding-left: 10px;
	padding-right: 4px;
	width: 156px;
	text-indent: 45px;
	font-size: 8pt;
}

#teamviewer{
	margin-left: 30px;
}

#teamformation{
	position: absolute;
	top: 575px;
	left: 655px;
}

.plusInfo {
	font-family: Arial, sans-serif;
	line-height: 20px;
	margin-left: 10px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #003399;
}

#legende {
	float: right;
	margin-top: 100px;
	margin-right: 32px;
	margin-bottom: 5px;
}

* html .legende {
	margin-right: 280px;
	margin-top: -110px;
}

#logoFidela {
	float: right;
	height: 50px;
	margin: 0;
	padding: 0;
}

#cadre1 {
	background-image: url("Images/Site_cadre1.png");
	height: 100px;
}

#cadre2 {
	background-image: url("Images/Site_cadre2.png");
	height: 98px;
}

#footer {
	background-image: url("");
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#footer ul {
	margin-left: 45px;
}

#footer li {
	margin-left: 10px;
	display: inline;
}

#footer a {
	text-decoration: none;
	color: #000000;
}

#footer img {
	margin-bottom: -3px;
}

hr {
	clear: both;
	visibility: hidden;
}




