
body
{
  font-family:Arial, Helvetica, sans-serif; 
  font-size:12px;
  background-position:top left;	/*background-color:#1F1B1A;*/ 
}

a{ text-decoration:none; }

img	{	border:0;  cursor:pointer;	}
   
.carteDyn
{
  /*background: url(../image/carteInteractiv4.jpg);*/
  width: 840px;
  height: 700px;
  background : #FFFACD;
  overflow : scroll;
  float:left;
}

/*
div.image
{
  position: absolute;
  width:150px; height:200px;
  top:200px;
  left: 100px;
  visibility:hidden;
  border : none;
}
*/

/*----------------------------*/
/* ID */
#page {
	/*width:1200px;*/
	height:700px;
	margin:0px auto 0px auto;
	/*background-color: #FF0000;*/
}

#entete
{
  height:100px;
  position:relative;
  background-color: #FFFFF0;
}

#spacerCarto
{
  width: 840px;
  height: 1px;
  /*background : #FAFAD2;*/
  position:relative;
  float:left;
}



#divIdFond
{
  position: absolute;
  width: 840px;
  height: 700px;
  /*background : #006600;*/
  overflow : scroll;
}

#imgFond1
{
  position: absolute;
  width: 0px;
  height: 0px;
  z-index:1;
}

#divIdTroncon{ position: absolute; }
#divIdProfil{ position: absolute; }

/* CLASS */
.imgInvisible
{
  visibility:hidden;
  border : none;
}

/*********************************************************************************/
/*********************************************************************************/
/*******************************PORTAIL****************************************/
/*********************************************************************************/
/*********************************************************************************/
#randoAlaCarte {
  position: absolute; top:100px; right:10px; z-index:2;
  display:inline;
  width:294px;
  height:434px;
  margin:5px 15px 0px 20px;
  background-color:#FFFFFF;
  overflow : scroll;
}

#randoAlaCarte h4 {
	border-bottom: 2px solid #A9A9A9;
	font-size:16px;
	margin:0px;
	padding:5px;
	text-align:right;
	background-color:#FFCC00;
}

#randoAlaCarte h5 {
	font-size:14px;
	padding:5px;
	text-align:center;
	margin : 20px 0 0 0;
}

#randoAlaCarte h6 {
	font-size:10px;
	padding:5px;
	text-align:center;
	margin : 20px 0 0 0;
}



#randoAlaCarte td { /*background-color:#FEFAE5;*/ }


.btnJaune {
	float:left;
	background-color:#F9CF05;
	border:2px outset #000;
	color: Black;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	width:120px;
	margin-bottom:10px;
	margin-left:5px;
    padding-left:4px;
	padding-right:4px;
	cursor:pointer;
}

.btnGris {
	float:left;
	background-color:#B7B7B7;
	border:2px outset #000;
	color: Black;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../image/poubelle.gif);
	background-repeat:no-repeat;
	background-position:center left;
	text-align:right;
	width:120px;
	margin-bottom:10px;
    margin-left:5px;
    padding-left:4px;
	padding-right:4px;
	cursor:pointer;
}

.btnRose {
	float:left;
	background-color:#F40A67;
	border:2px outset #000;
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../image/flecheBouton.gif);
	background-repeat:no-repeat;
	background-position:center left;
	text-align:right;
	width:120px;
	margin-left:5px;
    padding-left:4px;
    padding-right:4px;
	cursor:pointer;
}

.fondCoche
{
	background-color:#EDEDED;
}

.lienBtn {
	background-color: ButtonFace;
	border-bottom: 2px outset ButtonShadow;
	border-right: 2px outset ButtonShadow;
	border-top: 2px outset ButtonHighlight;
	border-left: 2px outset ButtonHighlight;
	padding: 2px 2px 2px 2px;
	color: #000000;
	text-decoration: none;
	cursor: default;
}