/*
CSS Chambre d'hotes Dar Tasmayoun
Réalisation www.jmtconseils.com
*/
@import url(theme.css);


html {
	margin:0px;
	padding:0px;
	 background:url(/IMG/Image/css/fond.jpg);
}

body {
padding:0;
text-align: center;
background: transparent; /*#662A17;  */
font-family: Verdana, Helvetica, Arial;
font-size: 10px}

* { /* tous les elements du site */
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

p {margin-bottom: 10px;
}

a img,:link img,:visited img,:hover img,:active img { border:none }
a  { color: #432200; text-decoration: underline;  }
a:hover  { color: #432200; text-decoration: none;  }

img { border:none }

.horschamps {
display: none; 
}

.spacer {
clear:both;
}

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	margin-right: auto; margin-left: auto; position: relative; top: 0px; left: 0px; visibility: visible; display: block ;
	width: 900px;
	/*height: 540px;*/
	text-align: left;	
       /*background-image:url(../image/bg.jpg);
       background-repeat: no-repeat;*/
	background: #FFF6E3;
}




/*  ------------------------------------------
/*  Entete
/*  ------------------------------------------
*/

#entete { width: 100%;
height: 235px;
background:url(/IMG/Image/css/fond-entete.jpg) no-repeat;
/*background-repeat: no-repeat;
background-color: #F2C67D;*/
margin-bottom: 10px;
z-index: 0;
}


/* Zone Recherche */
div. bandeau-haut-recherche{ 
width:600px;
height:28px;
float:right;

}

            /* Barre de recherche  */
div.recherche { 
width:180px;
height:25px;
float:right;
margin-top: 1px; 
}

div.bandeau-haut { 
text-align:left; color: #B70001;
width:140px;
height:25px;
float:right;
margin-top: 3px; 
}

div.bandeau-haut a {
color: #B70001;
text-decoration: none;
}

input.input { font: 10px Arial, Helvetica, sans-serif;color: #A2A4A0; background-color: white; border: 1px solid #A2A4A0; width:130px; }
input.inputok { font: 10px Verdana, Arial, Helvetica, sans-serif;color: #A2A4A0;background-color:  #FFFFFF; border: 1px solid #A2A4A0;  margin-left:1px; width:22px;}
/*form.recherche { margin-bottom : 0px; height:25px; width:185px; padding-right: 20px;}  */

/*résultat recherche*/
.spip_surligne {
color: #003365;
font-weight: bold;
}
 /* Fin Barre de recherche  */ 



/* Menu Horizontal */
#menu-horizontal {
position:absolute; top: 200px;
/*margin-top: 170px;*/
padding: 5px 11px 0px 11px;
height: 20px;
/*background-color: silver;*/
background-image: url(/IMG/Image/squelettes/bandeau-menu.jpg);
}

* html div#menu-horizontal {
width: 900px;
}

#menu-horizontal ul, #menu-horizontal li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#menu-horizontal ul li a{
text-align: center;
/*width: 95px;*/
padding: 0 19px;
font-size: 12px;
}

#menu-horizontal a:link, #menu-horizontal a:visited {
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 0px 0px 0px;
text-decoration: none;
color: #981E1E;
}

#menu-horizontal a:link#current, #menu-horizontal a:visited#current, #menu-horizontal a:hover, #menu-horizontal a:visited.active {
border-bottom: 4px solid #B70001;
padding-bottom: 2px;
background: transparent;
color: #981E1E;
}

#menu-horizontal a:hover { color: #981E1E; }

/*  ------------------------------------------
/*  Sommaire
/*  ------------------------------------------
*/

#contenu_sommaire {
margin: 0px 10px 10px 10px;
width: 450px;
float:left;
font-size: 11px;
}


/*  ------------------------------------------
/*  Article
/*  ------------------------------------------
*/

/* Fil d'Ariane */
#hierarchie {
	width: 480px;
	padding-bottom: 3px;
	margin-left: 20px;
	font-size: 10px; 
	border-bottom: 1px solid #981E1E;
	color: #981E1E;
	}
	
 #hierarchie a {
color: #981E1E;
text-decoration: none;
 }
 
#hierarchie a:hover {
text-decoration: underline;
}


#conteneur {
width: 100%;
background-color: #FFF6E3;
}

/*#contenu h1 {
font-size: 20px ;
line-height: 30px;
margin-bottom: 10px;
padding:5px 0px 0px 40px;
background-repeat: no-repeat;
background-position:0px 0px;
background-image: url(../image/puce1.gif);
font-family: Verdana, Helvetica, Arial;
}*/

#contenu h3 {
font-size: 14px ;
line-height: 16px;
color: #981E1E;
margin-bottom: 10px;
margin-top: 10px;
padding:0px 0px 0px 20px;
background-repeat: no-repeat;
background-position:0px 0px 5px 0px;
background-image: url(/IMG/Image/css/puce2.gif);
font-family: Verdana, Helvetica, Arial;
}

#contenu {
margin: 10px 10px 10px 10px;
width: 450px;
float:left;
font-size: 11px;
}

#contenu ul{
margin: 0px 0px 10px 25px;
list-style-position: outside; 
}

#contenu ul li{
margin: 0px 10px 5px 0px;
display: list-item;
line-height: 1.4;
list-style-image:  url(/IMG/Image/css/puce3.gif);
}

#droite {
float: left;
}

/* Page recherche */
#page_recherche h3 {
margin: 0px 0px -10px 0px;
}

#page_recherche #contenu {
margin-right: 10px;
}

/*  ------------------------------------------
/*  Rubriques
/*  ------------------------------------------
*/




/*  ------------------------------------------
/*  Pied de page
/*  ------------------------------------------
*/


#footer {
color: #981E1E;
padding: 2px 10px 5px 0;
text-align: center; }



#footer a {
color: #981E1E;
text-decoration: none;
}

