P, UL, OL, Form {
	margin-top: 0px;
	margin-bottom: 0px;
}
table.pr{
  border-right: 4px solid grey;
  border-left: 4px solid grey;
}
td.txtadresse{
  text-align: center;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #4A4A4A;
  background-color: #DADADA;
  border: 1px solid grey;
  height: 86px;
}
td.txttitre{
  text-align: center;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #3A54A5;
  background-color: #DADADA;
}
td.TdDr, td.TdDrO, td.TdDrS{
  text-align: center;
  height: 42px;
  cursor: pointer;
}
td.TdDr{
  background-color: #DADADA;
  border: 1px solid grey;
}
td.TdDrS{
  background-color: #2BAAE3;
  border: 1px solid black;
}
td.TdDrO{
  background-color: #0887E3;
  border: 1px solid #FD8C22;
}

td.TdTitre{
  background-color: #2287EC;
  color: #EAEAEA;
  border: 2px solid grey;
  padding: 0px;
  font-size: 16px;
  font-family: Verdana;
  font-weight: bold;
  text-align: center;
	empty-cells: show;
	height: 30px;
}
td.TdTexte{
  font-size: 12px;
  font-family: Verdana;
  vertical-align: top;
  background-color: #DADADA;
  padding: 10px;
}

#pr {
	position:relative;
	width: 950px;
	margin: 0 auto;
	height: 100%;
	background-image: url('img/Degrad.jpg');
	background-repeat: repeat-y;
  background-position: center;
}
div.DivRond{
  position: absolute;
  width: 234px;
  height: 108px;
  cursor: pointer;
}
div.DivBtD, div.DivBtG{
  width: 129px;
  height: 30px;
	top: 39px;
  position: absolute;
	background-repeat: no-repeat;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #EDEDEC;
}
div.DivBtD{
  left: 105px;
	background-image: url('img/BoutonD.gif');
	padding: 6px;
}
div.DivBtG{
  right: 105px;
	background-image: url('img/BoutonG.gif');
	padding-top: 7px;
	text-align: center;
}
div.DivTxtD, div.DivTxtG{
  position: absolute;
  width: 129px;
  height: 30px;
	top: 70px;
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: black;
}
div.DivTxtD{
  left: 105px;
}
div.DivTxtG{
  left: 0px;
}
div.DivBtAccueil{
  width: 129px;
  height: 30px;
	background-repeat: no-repeat;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #EDEDEC;
	background-image: url('img/BoutonG.gif');
	padding-top: 6px;
	text-align: center;
	cursor: pointer;
}

