* {

}
#global {
	margin:0;
	padding:0;
	font-family:Arial;
}
*{outline:none;}
/** specific for "mondearabe.php"**/
#main_titlemonde{
  background:url(../carteanimee/main_title_bg.png) no-repeat;
  width:960px;
  height:90px;
  margin:0 0 0 0;
  color:#ffffff;
  font-size:30px;
  padding:27px 0 0 21px;
}
#desc{
  margin:0 auto;
  padding:15px 14px 0;
  width:923px;
}

/** HTML elements **/
html, body {
  height:100%;
  margin:0;
  padding:0;
}
body {
  color:#000;
  font-size:14px;
  font-family:Arial, Helvetica, sans-serif;
}

tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 26px;
}

div.descr {
	color:black;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	margin-bottom:20px;
}
div.descr a {
	color:#961420;
	text-decoration:underline;
	font-weight:bold;
}
div.descr a:hover {
	text-decoration:none;
}

.banner {
	margin-bottom:10px;
}


/* Timeline */
#my-timeline {
	height: 250px; 
	border: 1px solid #aaa;
	margin-top:10px;
	margin-bottom:20px;
	clear:both;
	font-size:18px;
}

.timeline-event-bubble-body{
	font-size: 12px;		
}

.timeline-event-bubble-time{
	font-size: 12px;		
}

.dark-theme { color: #eee; }
.dark-theme .timeline-band-0 .timeline-ether-bg { background-color: #333 }
.dark-theme .timeline-band-1 .timeline-ether-bg { background-color: #111 }
.dark-theme .timeline-band-2 .timeline-ether-bg { background-color: #222 }
.dark-theme .timeline-band-3 .timeline-ether-bg { background-color: #444 }

.dark-theme .t-highlight1 { background-color: #003; }
.dark-theme .p-highlight1 { background-color: #300; }

.dark-theme .timeline-highlight-label-start .label_t-highlight1 { color: #f00; }
.dark-theme .timeline-highlight-label-end .label_t-highlight1 { color: #115; }

.dark-theme .timeline-band-events .important { color: #c00; }
.dark-theme .timeline-band-events .small-important { background: #c00; }

.dark-theme .timeline-date-label-em { color: #fff; }
.dark-theme .timeline-ether-lines { border-color: #555; border-style: solid; }
.dark-theme .timeline-ether-highlight { background: #555; }

.dark-theme .timeline-event-tape,
.dark-theme .timeline-small-event-tape { background: #f60; }
.dark-theme .timeline-ether-weekends { background: #111; }

#my-timeline .timeline-date-label {
	font-size:10px;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
            #tooltip {
                 background:url(../images/tooltip/black_big.png) no-repeat;
                
                display: none;
                height: 194px;
                overflow: auto;
                position: absolute;
                left: 600px;
                top: 150px;
                width: 370px;
                font-family:"Helvetica Neue";
				color:white;
                font-size: 12px;
                font-style: normal;
                vertical-align: middle;

                
            }
            
            #tooltip p {
                 margin-left: 35px;
                margin-right: 20px;
                margin-top: 30px;
                vertical-align: middle;
            }
            
	 		#tooltip .title {
				 font-weight: bold;
                 display: block;
                 margin-bottom: 5px;
            }
