/* CSS Document */

.Print{ display:none; }
.PasPrint{ display:inline; }

body{ margin:0px; background:url(Images/bg.gif) repeat-x top #133a62; }

/***********************************************************************\
|                                                        P O L I C E S  |
\***********************************************************************/

.polGen{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; }
.polGen A:Link{ color:#570605; }
.polGen A:Visited{ color:#570605; }
.polGen A:Hover{ color:#570605; text-decoration:none; }
.polPetit{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; }

.polGen li{list-style:url(../images/pointForm.gif) square outside;}
/***********************************************************************\
|                                                            L I E N S  |
\***********************************************************************/

.lien_english:Link{ color:#82605e; font-weight:bold; font-size:12px; }
.lien_english:Visited{ color:#82605e; font-weight:bold; font-size:12px; }
.lien_english:Hover{ color:#82605e; font-weight:bold; text-decoration:none; font-size:12px; }

.basPage{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF }
.basPage A:Link{ color:#FFFFFF; font-size:11px; }
.basPage A:Visited{ color:#FFFFFF; font-size:11px; }
.basPage A:Hover{ color:#FFFFFF; text-decoration:none; font-size:11px; }

/***********************************************************************\
|                                                  F O R M U L A I R E  |
\***********************************************************************/

.field{ 
	font-family:Arial, Helvetica, sans-serif; font-size:11px;
	border:solid 1px #570605;
}

.btnFormulaire {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border-style:solid;
	border-width:1px;
	border-color:#82605e;
	padding-left:2px;
	background-color:#a88380;
	width:200px;
}

.borderSousTitre {

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #570505;
	
}

/*****************************************************************************************/
/*                                                                          P H O T O S  */
/*****************************************************************************************/

a.pop { position:relative; }
a:hover.pop { text-decoration: none; background: none; }
a.pop span { display: none; }

a:hover.pop span {
  display: inline; 
  position: absolute;  
  top:25px;
  left:200px; 
  z-index: 80; 
  background: #f3ebe0; 
  color: #010860; 
  border:1px solid #dbbf94; 
  width:150px; 
  text-align:center;
  font-weight:normal;
  font-size: 10px;
  line-height:12px;
  padding:2px 4px;
}

a.map { position:relative; }
a:hover.map { text-decoration: none; background: none; }
a.map span { display: none; }

a:hover.map span {
  display: inline; 
  position: absolute;  
  top:10px;
  left:20px; 
  z-index: 80; 
  background: #f3ebe0; 
  color: #010860; 
  border:1px solid #dbbf94; 
  width:150px; 
  text-align:center;
  font-weight:normal;
  font-size: 10px;
  line-height:12px;
  padding:2px 4px;
}

