* { margin: 0; padding: 0; list-style: none; }

body {
	text-align: center;
	color: #FFF;
	font-family: sans-serif,Arial, Helvetica;	
	font-size : 12px;
	background-color: #000;
}

body a {
	color : #FFF;
	text-decoration : none;
}

body a:hover {
	/* color: #AAAAAA; */
	text-decoration : underline;
}

input,select {
     color:#EEEEEE;
     background-color:#161616;
     font-size:11px;
     font-family:sans-serif,Arial, Helvetica;
 	 border : 1px solid #555555;
	 border-spacing : 5px;
}

textarea {
     color:#EEEEEE;
     background-color:#161616;
     font-size:11px;
     font-family:sans-serif,Arial, Helvetica;
 	 border : 1px solid #555555;
	 padding : 1px;
}

table {
	font-size : 12px;
}

hr {  height: 1px; color: #333; background-color: #333; }

h3 {font-size:14px;}
h4 {font-size:13px;}

h2 {
	border-bottom : 1px solid #555;
	margin-bottom : 5px;
	font-size:18px;
}

h2 a:hover {
	color : #EEE;
	text-decoration : none;
}

.lienDecorationNone a:hover  {
	color : #EEE;
	text-decoration : blink;
}

#welcome {
	color : #FFF;
	font-weight : bold;
	font-size : 20px;
	padding-top : 5px;
	/*padding-bottom : 5px;*/
	background-color : #000; /* 36393D */
	/*border-bottom : 1px solid #555555;*/
}

#welcome a {
	color : #FFF;
}

#welcome a:hover {
	color : #EEE;
	text-decoration : none;
}

.listeEp ul {
	padding:0; 
	margin:0; 
	list-style-type:none;
}

.listeEp li {
	margin-left:13px;
	margin-top:5px;
	padding : 1px;	
}

.listeEp li:hover {
	background-color:#161616; 
	/* border : 1px solid #555; */
}

.roundedcornr_box{
	float: none;
	background: url(../img/sidebar/roundedcornr_tl.png) no-repeat top left;
	/* width:150px; */
	width:150px;
	margin : 5px 0 5px 0;
}
.roundedcornr_top{
	background: url(../img/sidebar/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom {
	background: url(../img/sidebar/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url(../img/sidebar/roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_content {
	background: url(../img/sidebar/roundedcornr_r.png) top right repeat-y;
}

.roundedcornr_top div,.roundedcornr_top,.roundedcornr_bottom div, .roundedcornr_bottom {
	/* width: 150px; */
	width:150px;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content, .roundedcornr_bottom {
	/* width: 150px; */
	width:150px;
}
.roundedcornr_content { 
	/* width: 150px; */
	width:150px;
	padding: 0 0 0 0; 
	margin-top : -3px;
	
}	
.roundedcornr_content ul { 
	padding-left : 10px;
}	
.roundedcornr_content hr {
	margin: 5px 1px 2px 1px;
	color: #333;
	background-color: #333;
	height: 1px;
	border: 0;
}

/* Menu espace */
ul.menu_espace {
	position : absolute;
	z-index : 5;
	padding:1; 
	margin:0; 
	list-style-type:none;
	background-color : #161616;
	border : 1px solid #555;
	display:block;
}
.menu_espace li {
	font-size:7pt;
	padding:1; 
	margin:0; 
	font-weight : normal;
}


/* Menu destination */
.destination {
	margin: 0px 0;
	padding: 0;
	width: 99%; /*width of menu*/
	background: #161616;
	/* border: 1px solid #9A9A9A; */
}
.destination div.menu_pays a {
	background: #161616;
	/* font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif; */
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 0px 0;
	/* padding-left: 2px;*/ 
	text-decoration: none;
}


.destination div.menu_pays a:visited, .destination div.menu_pays a:active {
	/* color: white; */
	/* background: #161616; */
}


.destination div.selected a, .applemenu div.menu_pays a:hover {
	/*background-image: url(silvergradientover.gif); */
	background: #161616;	
	color : white;
	font-weight:bold;
}

.destination div.sous_menu_pays{ /*DIV that contains each sub menu*/
	background: #161616;
	padding: 2px;
	/* height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

/******************************/
table.budget {
	width:100%;
	border:1px solid #555;
	border-collapse : collapse;	
	margin-top : 5px;
	margin-left : 1px;		
}
table.budget thead tr th, table.budget tfoot tr th {	
	border: 1px solid #555;
	padding: 2 5 2 5;
} 
table.budget thead tr .header {
	background-color:#161616;
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;    
	cursor: pointer;
}
table.budget tbody td {
	border:1px solid #555;
	text-align:center;
	padding : 2px;	
	vertical-align: top;
}
table.budget tbody tr.odd td {
	/* background-color:#F0F0F6; */
}
table.budget thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.budget thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
table.budget thead tr .headerSortDown, table.budget thead tr .headerSortUp {
	/* background-color: #8dbdd8; */
}

.pagerBudget {
	margin : 5 0 5 0;
	width : 100%;
	text-align : right;
}

.pagerBudget .pagedisplay {
	width : 30px;
	vertical-align:middle;
	text-align : center;
}

/******************************/

#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}                       

#intro {
	font-size : 12px;
	width : 100%;
	padding-bottom : 10px;
}

/*
#img-ombre {
	background: #161616 no-repeat bottom right; 
	width : 249px;
	height : 164px;	
}

#img-ombre img {
	border : 0;	
	vertical-align:top;
	position:relative;
	top:-6px;
	left:-6px;
	border: 1px solid #000;
}

#img-ombre-titre {
	position:relative;	
	background-color : #000;
	width:255px;	
}
*/

#img-ombre {
	/* float:left; 
	background: url(../img/ombre.gif) no-repeat bottom right !important;
	background: url(../img/ombre.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	*/
	background-color: #555;
	padding: 1px;
}

#img-ombre img {
	display: block;
	position: relative;	
	/* margin: -6px 6px 6px -6px;	 */
	margin : 0px;
}

#content {
	float: right;
	width: 775px;
	margin-top: 5px;
}
#content a img {
	border : 0px;
}

/* photo dans les episodes */
#content .photoEpisode {
	text-align:center;
	font-style:italic;
}

#content .photoEpisode a img {
	border : 1px solid #161616;
}

#content .photoEpisode a:hover img {
	border : 1px solid #555555;
}
	
	#content p {
		font: normal 13px/20px sans-serif,Verdana, Helvetica;
		margin-bottom: 1.5em;
		color: #eaeaea;
		/* margin-right: 140px; */
		text-align: justify;
	}

	#content blockquote {
		margin-left: 10px;
		border-left: 3px solid #555555;
		padding-left: 10px;
	}	
	
	#content p a {
		color: #CCC;
	}
	
	#content p a:hover {
		text-decoration: none;
		color: #777;
	} 
	
	#content small {
	    margin: 0 auto;
	    text-align: center;
	    display: block;
	    border-top: 3px solid #555555;
	    border-bottom: 1px solid #555555;
	    font-size: 10px;
	    color: #999;
	}
	
	#content h3 {
		/* color: #42adfb; */
		/* border-top : 1px solid #555555; */
		margin-bottom : 4px;
		padding-top : 15px;
		font-size : 14px;
	}

.clearfix {
	clear: both;
}	

/* Auto completion */
#completeDivKword {
	border : 1px solid #555;
	z-index : 1;
	min-height : 150px;
	margin-left : 0px;
	margin-top : -4px;
	padding : 0 0 0 0;
 	display : none;
	width : 143px;
	position : absolute;
  	background-color:#161616;
	color : white;
	font-size : 11px;
}


#completeDivKword li {
	list-style-type : none;
	width : 141px !important; /* moz */
	width : 128px; /* ie */
	margin-left : 0px; /* -15 */
	padding-left : 2px;
	font-size : 11px;
	background-color: #161616;
}

#completeDivKword  li.sel {
	background-color:#333;
}

#completeDivKword a {
	text-decoration : none;
}

#completeDivKword a:hover {
	text-decoration : underline;
}

.suggestionsBox {
    position: absolute;
    z-index : 1;
	min-height : 150px;
	margin-left : 0px;
	margin-top : 10px;
	padding : 0 0 0 0;
    width: 143px;
    background-color:#161616;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #555;
    color: #fff;
	font-size : 11px;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 1px;
    cursor: pointer;
}

.suggestionList li:hover {
    /* background-color: #659CD8; */
   background-color: #B02B2C;
}

#timeline {
  position : relative !important;
  position : absolute;
  height: 410px; 		/* fixed */
  overflow: auto; 		/* changed to hidden via JavaScript */
}

.timeline-events { 		/* the UL */
  width: 1300px; 		/* the width required to hold all the info */  
}

.timeline-events li {
  float: left; 			/* allows the lis to stack against eachother */
  width: 322px;    
  padding-top : 0px;
  margin-top: 0px;
  padding-left : 2px;
  padding-bottom : 2px;
  text-align:center;
}

.timeline-events li h3 {
	background-color : #161616;
	border : 1px solid #555;
	color : #B02B2C;
	font-size : 18px;
}

.timeline-events li div {
	border : 1px solid #555;
	background-color : #161616;
}
