@charset "utf-8";
/* CSS Document */
/*
2011-11-04 remove bacground for searchbox. It makes it unreadable
2011-11-04 .separator cause troubles with searchbox, extra line added below the  searchbox appear. Commenterd for the moment
2011-11-08 update main_whc for the bdy background. 
2012-01-13 [change] remove blue footer and use unesco footer
2012-01-16 [change] width increase to 910px
2012-01-30 [fix]timileline size



TO DO 
2011-11-04 check the use of the .separator class in the 40th activity page template

*/

/*
body, body.x-body {
	background: url("/styles/images/40th/bg_body40th.png") no-repeat scroll 50% 282px #FFFFFF;
}
*/
.page_margins, #main {
	/*background: none*/
}
#main {
	/*background: url("/styles/images/40th/main.png") fixed;
	border: #eee 1px solid*/
}
.entete {
	background: url("images/40th/line_entete.png") repeat-y;
	border-bottom: none;
}
.entete h2 {
	font-size: 1.25em;
	font-weight: bold;
	text-transform: none;
	background: url("images/40th/line_entete.png") repeat-y;
	color: #214A87 !important;
}
.focus {
	/*    background: url("/styles/images/40th/block_grey.png") repeat-y right 0;
*/	border:#EEEEEE 1px solid
}
.content .subcr h2 {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.8em;
	margin: 0.5em 0;
	padding: 0 0 0 8px;
}
.linkmore {
	background: url("../graphics/icons/searchblue.png") no-repeat scroll 95% 9px transparent;
}
.menuwhc ul {
/*    background: url("/styles/images/40th/menu_right.jpg") repeat-x;
*/
}
.slider {
	background: #fff;
	border:#EEEEEE 1px solid
}
/*
#footer {
	background: url("/styles/images/40th/bg_footer.png") scroll 0 0 transparent
}
*/
.resultSearchList li, .content .resultSearchList li {
	border-bottom: 1px solid #ccc;
}
/*.searchbox, .advanced_search {
	background: url("/styles/images/40th/bg_footer.png") repeat scroll 0 0 transparent;
}*/
#menu3 .subcr {
	/*    background: url("/styles/images/40th/bg_bas_menu3.jpg") no-repeat scroll right bottom #336699;
*/    float: right;
	margin-bottom: 10px;
	padding: 0;
	width: 190px;
}
/*TIMELINE*/

.sociales {
	text-align: center;
	margin-bottom: 20px;
}
#timeline {
			width: 606px;
		height: 290px;
		overflow: hidden;
		margin: 5px auto;
		position: relative;
		background: url('images/40th/dot.gif') left 45px repeat-x;
	
/*	
	width: 606px;
	height: 260px;
	overflow: hidden;
	margin: 5px auto;
	background: url('/styles/images/40th/dot.gif') left 45px repeat-x;
	float:left;
	*/
}
.timelinewrapper {
/*	background: url("/styles/images/40th/main.png") fixed;
*/	/*float: left;*/
}
#dates {
			width: 606px;
			height: 60px;
			overflow: hidden;
}

#timeline h3 {
margin-bottom: 0px;	
	}
	
#timeline h3, #timeline img, #timeline p {
float:left
}
#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 50px;
	font-size: 14px;
	text-align: center;
	background: url('images/40th/biggerdot.png') center bottom no-repeat;
	margin-left: 0px;
	padding-bottom:0;
}
#dates a {
	line-height: 38px;
	padding-bottom: 10px;
}
#dates .selected {
	font-size: 38px;
}
#issues {
	width: 506px;
	height: 290px;
	overflow: hidden;
}
#issues li {
	width: 606px;
	/*height: 350px;*/
	list-style: none;
float: left;
	padding:0 ;
	margin:0;
	/*padding-left: 30px;*/
}
#issues li img {

					background: transparent;
					-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);/* IE 6 & 7 */      
					zoom: 1;
					-webkit-transition: all 2s ease-in-out;
					-moz-transition: all 2s ease-in-out;
					-o-transition: all 2s ease-in-out;
					-ms-transition: all 2s ease-in-out; 
					transition: all 2s ease-in-out;
					-webkit-transform: scale(0.7,0.7);
					-moz-transform: scale(0.7,0.7);
				    -o-transform: scale(0.7,0.7);
				    -ms-transform: scale(0.7,0.7);
				    transform: scale(0.7,0.7);
	
	
	float: left;
	margin: 10px 0px 10px 50px;
}

/*#issues li h1 {
	color: #214A87;
	font-size: 30px;
	margin: 1px 0;
	float: left;
	width: 100%
}
*/

#issues li p {
	
	margin-right: 15px;
	/*font-size: 11px;
	font-weight: normal;
	line-height: 22px;
	*/
	float: left;
    width: 375px

}
#grad_left,
		#grad_right {
			width: 100px;
			height: 350px;
			position: absolute;
			top: 0;
		}
#grad_left {
	left: 0;
}
#grad_right {
	right: 0;
}
#next,  #prev {
	position: relative;
	top: 0;
	font-size: 70px;
	width: 22px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: -190px
}
#next:hover,  #prev:hover {
	background-position: 0 -76px;
}
#next {
	background-image: url('images/40th/next.png');
	float: right;
	margin-right: 10px;
}
#prev {
	left: 0;
	background-image: url('images/40th/prev.png');
	float:left;
	margin-left: 10px;
}
#next.disabled,  #prev.disabled {
	opacity: 0.2;
}
.infowrap {
	float:left;
	padding-left: 10px;
	width: 400;
}

.infowrap p {
}
/*
.separator {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #eee;
}
*/
.sprite-homeads.w40thhome {
	background-position: 0px -324px;
}
.bannercasestudies {
	background: url('images/40th/banner_casestudies.jpg') no-repeat;
	width: 346px;
	height: 109px;
}
