/* CSS Document */


/*
=================================================
        COMMUN A TOUTES LES PAGES
=================================================
*/

body {
	background: url(./images/fondjaune.png);
}

#container, #bandeauHaut, #piedDePage, #menu {
	width: 1083px; /*1080 = 8 boutons de 120 pixels*/
}

#container {
	/*width: 960px;*/
	margin: 0 auto;
	padding: 0;	
}

/* Pour la compatibilité avec IE */
.ieCenter {
	text-align: center;
}

#centre {
	z-index: 50;
	width: 100%;
	background-color: #C56CE1;
	padding-top: 30px;
	padding-bottom: 30px;
}

#bandeauHaut {
	background-color: #990099;
	height: 150px;
}

#logo {
	width: 133px;
	height: 93px;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
}

#baniere {
	float: left;
	height: 120px;
	width: 900px;
	padding-top: 20px;
}

#sousTitre {
	font-family: Lucida Bright;
	font-weight: bolder;
	font-variant: small-caps;
	color: #D77700;
	font-size: 25px;
	line-height: 60px;
}

#baniere img {
	display: block;
	width: 700px;
	margin: 0 auto;
}

#defilement {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #B22222;
	margin-top: 100px;
}

#piedDePage {
	height: 50px;
	color: #330099;
	background-color: #C56CE1;
	text-align: left;
	border-top: double #990099;
}

#nbVisiteurs {
	font-size: 12px;
	float: left;
	margin-left: 10px;
}

#skin {
	text-align: right;
	line-height: 50px;
	float: right;
	margin-right: 5px;
}

#skin a {
	color: #330099;
	text-decoration: none;
	font-size : 12px;
	cursor: default;
}

#referencement {
	display: none;
}

.floatLeft, .floatLeftDoubleBorder {
	float: left;
	display: block;
}

.floatRight, .floatRightDoubleBorder {
	float: right;
	display: block;
}

.doubleBorder, .floatLeftDoubleBorder, .floatRightDoubleBorder {
	border: solid;
	border-style: double;
	border-color: #990099;	
}

.alertMsg {
	font-size: 11px;
	font-style: italic;
	color: #8B0000;
}

input, textarea {
	background-color: #E0BBE3;
	font-family: Tahoma;
	font-weight: 600;
	color: #400040;
}

a.vanouLink, #menu a, .entete2 a {
	font-weight: bold;
	text-decoration: none;
	color: #400040;
}

a:hover.vanouLink, #menu a:hover, .entete2 a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #800080;
}

/*
=================================================
        ELEMENTS DE LA PAGE D'ACCUEIL
=================================================
*/

#accueil {
	z-index: 50;
	width: 640px;
	height: 480px;
	margin: 0 auto;
	text-align: center;
	background: url(./images/temple_violet.jpg) no-repeat 0 0;
}

#accueil p {
	position: relative;
	top: 35px;
	width: 640px;
	margin: 0 auto 0 auto;
	color: #990099;
	font: bold 34px Tahoma;
	font-style: italic;
	font-variant: small-caps;
}

/*
=================================================
               STYLE DU MENU
=================================================
*/

.deuxLignes, .uneLigne, .sousMenu {
	color: #D77700;	
}

.uneLigne {
	line-height: 35px;	
}

#menuh dl, #menuh dt, #menuh dd, #menuh ul, #menuh li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#menuh {
	z-index: 100;
	height: 85px;
	padding-top: 35px;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	background-color: #C56CE1;
	border-bottom: double;
	border-bottom-color: #990099;
}

#menuh dl {
   float: left;
}

#menuh dt {
	width: 120px;
	height: 35px;  
   background: url(./images/bt_std_full.png) no-repeat 0 0;
}

#menuh dd {
	z-index: 100;
   display: none;
   border: 1px solid gray;
	width: 115px;
}

#menuh li {
   background-color: #DF95FF;
	border-color: #660066;
	border-style: solid;
	border-width: thin;
	width: 115px;
}

#menuh li a, #menuh dt a {
   color: #000;
   text-decoration: none;
   display: block;
   height: 100%;
}

#menuh li a:hover, #menuh li a:focus {
	background: #660066;
}

#menuh dt a:hover, #menuh dt a:focus {
	background: url(./images/bt_std_mouseover_full.png) no-repeat 0 0;
}


/*
=================================================
      ELEMENTS DE LA PAGE Massages Tibétains
=================================================
*/
#texteMassage {
	/*
	width: 640px;
	margin: 0 auto 0 auto;
	text-align: center;
	background: url(../../bibliotheque/INDEUSHA_098.jpg) no-repeat 0 0;
   */
}
#imageMassage {
	padding-top: 40px;
}
/*
=================================================
      ELEMENTS DE LA PAGE D'IDENTIFICATION
=================================================
*/

#identification {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}


/*
=================================================
               COPYRIGTH 
=================================================
*/

#copyright { color : #000000; text-align : center; font-size : 11px; }
#copyright a { color : #FC962A; font-weight : bold; text-decoration : none; padding-left : 3px; padding-right : 3px; }
#copyright a:hover { color : #9074DD; font-weight : bold; text-decoration : none; background : #E4E1F6; }
#copyright a img { border: none; }
