/***********************************
 * CSS Définissant la structure des pages pour le site Madagascar
 * La couleur est définit dans le fichier vdi-madagascar-rouge.css
 * 
 */

/***********
 * Valables pour toute la page 
 */

html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
    width: 100%;
	margin: 0; 
	padding: 0;
	background: #000000;
}

a, a:link, a:visited {
	color: #732813;
	text-decoration: none;
}

a:focus {
	outline: 0;	
}

p a:active, p a:focus, p a:hover {
	font-weight: bolder;
}

/* Limitation de la largeur du site à 950 pixels */
#container {
	position: relative;
	width: 950px;
	margin: 0 auto;	
	color: #9c9790;
	background: #FFFFFF;
}

/* Entête */
#entete {
	width: 950px;
	height: 156px;
	background-image: url("images/entete.jpg");
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
}

#entete .logo {		/* On créé un bloc vide cliquable par dessus le logo pour retourner à l'accueil */
	display: block;
	width: 180px;
	height: 110px;
}

#entete .contacts {
	position: relative;
	top: -100px;
	left: 750px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
    letter-spacing: 1px;
	color: #666666;
}

/***************** 
 * Menu horizontal 
 * 
 * MENU1 = Menu de gauche
 * MENU2 = Menu de droite
 ******************/

#menuhorizontal ul {
	list-style: none ;
	height: 22px;
}

#menuhorizontal ul.menu1 {
	text-align: right;
	background-color: #732813;
	padding: 0 12px;
	margin: 0 120px 0 1px;
}

#menuhorizontal ul.menu2 {
	text-align: center;
	padding: 0;
	margin: 0 1px 0 1px;	
	width: 117px;
	float: right;
	background-color: #541908;
	color: #F8F4EE;
}

#menuhorizontal ul li {
	display: inline;
	margin-top: 2px;
}

#menuhorizontal ul.menu1 li {
	padding: 5px 8px;
}

#menuhorizontal ul li a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #F8F4EE;
}

#menuhorizontal ul.menu1 li a {
	font-size: 10px;
	background: transparent url(images/puce1.png) no-repeat scroll 0 0.35em;
	padding-left: 10px;
}

#menuhorizontal ul.menu2 li a {
	font-size: 10px;
	font-weight: bold;
}


/*****************
 *  Fenêtre de connexion
 *  
 *  Fenêtre contenant le formulaire pour identifier un client
 *************** */

#fenetre_clientCnx {
	position: absolute;
	right: 1px;
	margin-top: 2px;
	width: 275px;
	z-index: 2;
	color: #FFFFFF;
	background-color: #541908;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	text-transform: uppercase;
}

#fenetre_clientCnx P {
	padding: 0;
	margin-top: 2px;
	margin-bottom: 15px;
	margin-left: 4px;
}

#fenetre_clientCnx LABEL {
	margin-left: 15px;
}

#fenetre_clientCnx .dijitTextBox {
	color: #000000;
}

#fenetre_clientCnx DIV.cnx {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 175px;
}

#fenetre_clientCnx A {
	color: #541908;
	background-color: #e9e0cf;
	padding: 2px;
}

/*****************
 *  Menu central
 *  
 *  Regroupe le menu des voyages + l'image centrale
 *************** */

#menucentral {
	margin: 20px 10px;
}

#menucentral ul {
	width: 213px ;
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
}

#menucentral ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
	height: 24px;	
}


#imageCentrale {
	float: right;
}

/*************
 *  Menu Vertical
 **************/

#menuvertical {
	width: 200px;
	float: right;
}

#menuvertical ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	background:#EDEDED none repeat scroll 0 0;
	border-color:#D9D9D9;
	border-style:solid;
	border-width:0 1px 1px;
	margin: 10px 0 0 0;
	padding: 0;
}

#menuvertical li {
	border-top: 1px solid #D9D9D9;
	padding: 3px 12px 3px 12px;
}

#menuvertical li a, #menuvertical li a:link, #menu li a:visited  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
}

#menuvertical li a:hover, #menu li a:active {
	color: #732813;
}

#menuvertical li a.selected {
	color: #732813;
	font-weight: bold;
}


/*************
 *  Contenu 
 *  
 *  Corps de la page 
 **************/

#contenu {
	clear: both;
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 10px;
}

.lien1 {
	text-transform: uppercase;
	font-size: 10px;
	background: transparent url(images/puce3.png) no-repeat scroll 0 1px;
	padding-left: 10px;
}

.lien2 {
	font-size: 10px;
	color: #9C9790;
	background: transparent url(images/puce4.png) no-repeat scroll 0 3px;
	padding-left: 10px;
}

#contenu ul.puce4
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#contenu ul.puce4 li
{
  background-image: url('images/puce4.png');
  background-repeat: no-repeat;
  background-position: 0 0.4em;
  padding-left: 0.6em;
}


#contenu .clear {
	clear: both;
}

.bloctexte H1 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 2px;
	color: #732813;
	text-transform: uppercase;
	border-bottom: solid #732813 1px;
}

.bloctexte H2 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
	color: #732813;
	text-transform: uppercase;
}

.bloctexte H3 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
	color: #732813;
}

.bloctexte P {
	margin-top: 1em;
}

.bloctexte img.floatleft {
	float: left;
	padding-right: 14px;
	padding-bottom: 14px;
}

.bloctexte img.floatright {
	float: right;
	padding-left: 14px;	
	padding-bottom: 14px;
}

.bloctexte .citation {
	font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
	color: #666666;
	padding-left: 40px;
}

#contenu .fb_share_button {
	display: block;
	padding: 1px 20px 0 5px; 
	height:15px; 
	width: 60px; 
	background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right; 
} 

#contenu a.fb_share_button:link, #contenu a.fb_share_button:visited { 
	color: #9c9790;
} 

#contenu a.fb_share_button:hover { 
	color:#fff; 
	border-color:#732813; 
	background:#732813 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right; 
	text-decoration:none; 
} 

.erreur {
	color: #732813;
	font-weight: bold;
}

.cache {
	display: none;
}

#pieddepage {
	clear: both;
	margin-top: 25px;
}

/* Autres Sites */

#autressites {
	list-style: none ;
	height: 20px;
	background-color: #dccbad;
	padding: 0;
	margin: 0 3px;
}

#autressites li {
	display: inline;
	padding: 0 16px 0 4px;
}

#autressites li a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	background: transparent url(images/puce2.png) no-repeat scroll 0 6px;
	padding-left: 10px;
	color: #732813;
}

#pieddepage .separateur {
	height: 1px;
	background-color: #dccbad;
	padding: 0;
	margin: 7px 3px 5px 3px;
	background-color: #dccbad;
}

#pieddepage P.slogan {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #732813;	
	text-align: center;
	margin: 0;
	padding: 0px;
}

#pieddepage P.footer, #pieddepage P.footer A, #pieddepage P.footer A:hover, #pieddepage P.copyright {
	color: #9c9790;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin: 0;
}

P.msg1 {
	color: #9c9790;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	padding: 15px;
	margin: 15px;
}

/*************
 *  Map
 *  
 *  Styles utilisés lors de l'affichage d'une carte 
 **************/

#map .infowindow H3, #map .offre H3 {
	color: #732813;
}

/* Infowindow affichant une information sur l'offre */
#map .offre {
	color: #666666;
}

#map .offre TD.image {
	width: 160px;
	text-align: center;
}
#map .offre TD.description H4 {
	margin: 0;
	border-bottom: 1px #666666 solid;
}


