body {
  text-align: center;
  background: #F5FBF5 url('../imgs/fonds_page.jpg') top center no-repeat fixed;
  margin: 0;
}

#global { 
  position:absolute; 
  left: 50%;  
  top: 50%; 
  width: 920px; 
  height: 560px; 
  margin-top: -280px; /* moitié de la hauteur */ 
  margin-left: -460px; /* moitié de la largeur */  
}

a:link {color: #FF6600; text-decoration: none; cursor: url(imgs/agneau.ani), url(http://www.viedestive.com/imgs/mouton_g1.gif), pointer;}
a:visited {color: #FF6600; text-decoration: none; cursor: url(imgs/agneau.ani), url(http://www.viedestive.com/imgs/mouton_g1.gif), pointer;}
a:active {color: #FF6600; text-decoration: none; cursor: url(imgs/agneau.ani), url(http://www.viedestive.com/imgs/mouton_g1.gif), pointer;}
a:hover {color: #FF6600; text-decoration: underline; cursor: url(imgs/agneau.ani), url(http://www.viedestive.com/imgs/mouton_g1.gif), pointer;}

#wrapper {
  width: 920px;
  text-align: left;
  background: #186E4F;
  border: 1px solid #037F03;
}

p {
	padding-top: 0px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #004000;
	letter-spacing: 2px;
}

span.pied_de_page a:link {font-family: Verdana,Arial,Helvetica; color: #004000; font-size: 11px; text-decoration: none; font-weight: bold;} 
span.pied_de_page a:active {font-family: Verdana,Arial,Helvetica; color: #004000; font-size: 11px; text-decoration: none; font-weight: bold;} 
span.pied_de_page a:visited {font-family: Verdana,Arial,Helvetica; color: #004000; font-size: 11px; text-decoration: none; font-weight: bold;} 
span.pied_de_page a:hover {font-family: Verdana,Arial,Helvetica; color: #004000; font-size: 11px; text-decoration: none; font-weight: bold;}

#pa {
	font-family: Arial,sans-serif;
	background: #F7FBF5;
	text-align: center;
	padding: 10px;
	border: 2px solid #666;
	position: absolute;
	z-index: 100000;
}

#pa .pa_close {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 5px;
	right: 5px;
}

#pa a img {
	border: none;
	text-decoration: none;
}

#occitan{
  position:absolute;
  top: 5px;
  left: 5px;
  z-index: 1; 
}

.ddimgtooltip{
box-shadow: 3px 3px 5px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 5px #818181;
-moz-box-shadow: 3px 3px 5px #818181;
display:none;
position:absolute;
border:1px solid black;
background:white;
color: black;
z-index:2000;
padding: 4px;
}
