﻿/* ******************** */
/*  TABLE DES MATIERES  */
/* ******************** */

/*


1-    Naming conventions
2-    General webparts - design
3-    HOME PAGE - CONTENT
3.1-  What's new webpart - General - templates commun properties
3.2-  What's new webpart - General - Download button
3.3-  What's new webpart - TEMPLATE 1
3.4-  What's new webpart - TEMPLATE 2
3.5-  What's new webpart - TEMPLATE 3
3.6-  What's new webpart - TEMPLATE 4 & 5
4-    THEME LEVEL 1 - CONTENT
4.1-  TL1 - UIS webpart
4.2-  TL1 - WP Did you know
5-    THEME LEVEL 2 - CONTENT
5.1-  TL2 - Webpart small library
6-    SITE MAP
7-    SURVEYS AND WORKSHOPS - reusable properties
8-    SURVEYS
9-    SEARCH
10-   WORKSHOPS
11-   DOCUMENT LIBRARY
12-   Hack IE6 to manage border problems
13-   Country page XSTL
*/



/* ***********************************************************************************************/
/* 1 - Naming conventions                                                                        */
/* ***********************************************************************************************/

/*
> Nommage des fichiers images (images autres que celles provenant par défaut de sharepoint): ID_label_format.extension
> Les ID commencent par une majuscule, les class par une minuscule - Décrivent une fonctionnalité plutôt qu'une apparence
> Nommer comme suit: parent_enfant (Exemple: #header #header_navbar #header_logo)
> Répéter dans le nom des class, le nom des ancêtres.
> Pour une seule propriété à afficher, écrire le tout sur une seule ligne
> Indenter le code pour mettre en évidence les dépendances entre chaque éléments CSS d'une même classe !
> Utiliser espaces et commentaires pour séparer les portions de code logiquement différents
> Grouper les élements, tags par type et les ordonner dans une séquence logique
> ordonner alphabétiquement les propriétés 
> séparer le code en catégories pour une meilleure maintenance (typographie - structure - Liens(LVHA) - etc)

*/ 



/* ***********************************************************************************************/
/* 2 - General webparts - design                                                                                   */

/* ***********************************************************************************************/

/* Contenu publishing */

#ContenuCentre .ms-bodyareaframe,
#ContenuCentre .ms-bodyareaframe a,
#ContenuCentre .ms-bodyareaframe a:link, 
#ContenuCentre .ms-bodyareaframe a:visited,
#ContenuCentre .ms-bodyareaframe a:hover, 
#ContenuCentre .ms-bodyareaframe a:active {font-size:12px!important}


#ContenuCentre .ms-descriptiontext,
#ContenuCentre .ms-pagetitle,
#ContenuCentre .ms-titlearea,
#ContenuCentre .ms-banner a:link,
#ContenuCentre .ms-banner a:visited,
#ContenuCentre .ms-vb,
#ContenuCentre a.ms-addnew,
#ContenuCentre .ms-nav a,
#ContenuCentre .ms-SPLink{font-size:12px!important}

#ContenuCentre .ms-descriptiontext a{
	color:#4f8db8!important;
}

#ContenuCentre .ms-WPTitle,
#ContenuCentre .ms-WPTitle a,
#ContenuCentre .ms-WPheader, 
#ContenuCentre .ms-standardheader, 
#ContenuCentre .ms-standardheader span {font-size:12px!important}



	/* ------- Zone en-tête / Header area ----*/	
		
	#Centre .ms-WPHeader{
		background:url('/_layouts/images/UNESCO/WP/WP_Header_BkgGray_4x25.png') repeat-x top left;


		border-width:0px;
		font:normal 12px;		
		height:25px!important;
		margin:0;
		padding-top:0!important;
		}
		
		#Centre #RightTopZoneMainContent .ms-WPHeader{
				background:url('/_layouts/images/UNESCO/WP/WP_Header_BkgGray_4x25.png') repeat-x top left;


				border-width:0px;
				font:normal 12px;				
				height:25px;
				margin:0;
				padding-top:0!important;
				}		
		


		#Centre #RightBottomZoneMainContent .ms-WPHeader{
			background:url('/_layouts/images/UNESCO/WP/WP_Header_BkgBlue_4x21.jpg') repeat-x top left;
			border-width:0px;
			font:normal 12px Arial, Helvetica, sans-serif;			

			height:21px!important;
			margin:0;
			padding-top:0!important
			}
		

		#Centre .ms-WPHeader TD{
			border-width:0px;
			border-collapse:collapse;

			padding:0;
			}



	/* Title text */

	#Centre .ms-WPTitle,
	#Centre #RightTopZoneMainContent .ms-WPTitle,
	#Centre #RightBottomZoneMainContent .ms-WPTitle{margin-top:0px;padding:0 0 0 9px!important}








		
		#Centre #RightBottomZoneMainContent .ms-WPTitle{padding:3px 0 0 9px!important;}
	
		#Centre .ms-WPTitle a NOBR span{text-decoration:none!important}
	

	#Centre .ms-WPTitle *, 
	#Centre .ms-WPHeader .ms-standardheader,
	#Centre #RightTopZoneMainContent .ms-WPTitle *, 
	#Centre #RightTopZoneMainContent .ms-WPHeader .ms-standardheader,
	#Centre #RightBottomZoneMainContent .ms-WPTitle *, 
	#Centre #RightBottomZoneMainContent .ms-WPHeader .ms-standardheader {
		color:#fff!important;

		font:bold 12px;
		text-transform:uppercase;		
		}
	
	#Centre .ms-WPTitle A:link, 
	#Centre .ms-WPTitle A:visited,
	#Centre #RightTopZoneMainContent .ms-WPTitle A:link, 
	#Centre #RightTopZoneMainContent .ms-WPTitle A:visited,
	#Centre #RightBottomZoneMainContent .ms-WPTitle A:link, 
	#Centre #RightBottomZoneMainContent .ms-WPTitle A:visited {
		color:#fff;
		cursor:pointer;
		text-decoration:none;
		}


	#Centre .ms-WPTitle A:hover, 
	#Centre .ms-WPTitle A:active,
	#Centre #RightTopZoneMainContent .ms-WPTitle A:hover, 
	#Centre #RightTopZoneMainContent .ms-WPTitle A:active,
	#Centre #RightBottomZoneMainContent .ms-WPTitle A:hover, 
	#Centre #RightBottomZoneMainContent .ms-WPTitle A:active{
		color:#fff;
		cursor:pointer;
		text-decoration:underline;
		}


	/* Mouseover for web part menu arrow */
	
	#Centre .ms-HoverCellActiveDark {
		background-image:none;
		border:solid 1px transparent;
		background-color:transparent;
		vertical-align:top;
		} 



#Centre .ms-WPBody {
	/* padding:11px 9px 15px 10px; */
	}


#Centre .ms-WPBody,
#Centre .ms-WPBody table,
#Centre .ms-TPBody table,
#Centre #RightTopZoneMainContent .ms-WPBody,
#Centre #RightTopZoneMainContent .ms-WPBody table,








#Centre #RightTopZoneMainContent .ms-TPBody table {	background-color:#E2E7EB!important;}


#Centre #RightTopZoneMainContent .ms-WPBody{padding:7px 0;}	
	
#Centre #RightTopZoneMainContent .ms-WPBody .link-item *{font-size:12px;}
	
#Centre #RightTopZoneMainContent .ms-WPBody div{
	padding:1px 5px!important;
	white-space:normal;
	display:block				
	}	
	

	#Centre #RightTopZoneMainContent .ms-WPBody .description div {

	padding:1px 0px!important;
	white-space:normal;
	display:block				
	}
	
#Centre .ms-WPBody table td,
#Centre .ms-WPBody div{font-size:12px}

	#Centre .ms-WPBody div a,
	#Centre .ms-WPBody div a:link,
	#Centre .ms-WPBody div a:visited {
		color:#4F8DB8;

		font-size:12px;
		text-decoration:none;
		}	
	

	#Centre .ms-WPBody a {color:#4F8DB8;font-size:12px} 




	
	#Centre .ms-WPBody a:hover,
	#Centre .ms-WPBody a:active {
		color:#4F8DB8;

		font-size:12px;
		text-decoration:underline;
		} 

#Centre #OuterRow .ms-WPBody div a,
#Centre #OuterRow .ms-WPBody TABLE,
#Centre #OuterRow .ms-TPBody TABLE {font-size:12px}



#Centre .ms-WPBody ul {margin-left:14px;} 



	#Centre .ms-WPBody li {
		list-style-image:url('/_layouts/images/UNESCO/Bullets/BulletLink_general_3x5.gif');
		list-style-position:inside;
		padding-left:10px;
		} 







#Centre .ms-summarycustombody{font-size:12px}

	#Centre table.ms-summarycustombody td.ms-vb{font-size:12px}

/* Gestion de l'espace vertical entre les webparts */
#Centre .ms-PartSpacingVertical{padding-bottom:38px;margin:0px;}




/* Bordures des webparts */
	#Centre .ms-WPBorderBorderOnly {border:0px #605f5d solid;}


	#Centre .ms-WPBorder {border:0px #605f5d solid;}	





	
	#Centre td.ms-WPBorder .ms-vb{font-size:12px!important;}
	
/* Links within web parts */ 

#Centre .link-item,
#Centre .link-item a,
#Centre .link-item a:link{

	color: #4F8DB8;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	}
	
	#Centre .link-item a:visited,
	#Centre .link-item a:active{color:#4F8DB8;text-decoration:none;}



	
	#Centre.link-item a:hover{color:#4F8DB8;text-decoration:underline;} 




/* Bullets used in web part content*/

#Centre .bullet{
	background-image:url("/_layouts/images/lstbulet.gif");
	background-repeat:no-repeat;
	background-position:left;
	border-style: none;
	border-color: inherit;
	border-width: 0;
	padding:0 0 0 10px;
	vertical-align:top;





	} 	
	
/* *** texte WP */	
	




#Centre td .ms-vb{vertical-align:top;}



#Centre .ms-vb,
#Centre .ms-vb2,
#Centre .ms-GRFont,
#Centre .ms-vb-user,
#Centre table.ms-disc td,
#Centre .ms-vb-tall,
#Centre .ms-pb,
#Centre .ms-pb-selected {
	border:1px transparent solid;
	color:#595858;

	font-size:12px;
	vertical-align:top
	}
	
#Centre .ms-vb a,
#Centre .ms-vb2 a,
#Centre .ms-GRStatusText a,
#Centre .ms-vb-user a,
#Centre .ms-disc a{
	border:1px transparent solid;
	color:#4F8DB8;

	font-size:12px;
	text-decoration:none
	}
	
#Centre .ms-vb a:hover,
#Centre .ms-vb2 a:hover,
#Centre .ms-vb-user a:hover,
#Centre .ms-disc a:hover,
#Centre .ms-vb a:visited:hover,
#Centre .ms-vb2 a:visited:hover,
#Centre .ms-vb-user a:visited:hover,
#Centre .ms-disc a:visited:hover{
	background-color:transparent;
	border:1px transparent solid;
	color:#4F8DB8;

	font-size:12px;
	text-decoration:underline;
	}
	
#Centre .ms-vb a:visited,
#Centre .ms-vb2 a:visited,
#Centre .ms-GRStatusText a:visited,
#Centre .ms-vb-user a:visited,
#Centre .ms-disc a:visited{
	color:#4F8DB8;

	font-size:12px;
	text-decoration:none;
	}

#Centre th .ms-vb,
#Centre .ms-vh2-nofilter,
#Centre .ms-vh2-nofilter-icon,
#Centre th.ms-vh2-nograd,
#Centre th.ms-vh2-nograd-icon{color:#595858;font-size:12px;}



	
#Centre th .ms-vb a,
#Centre .ms-vh2-nofilter a,
#Centre .ms-vh2-nofilter-icon a{color:#4F8DB8;} 




#Centre .ms-viewheadertr a{color:#4F8DB8;font-size:12px}




#Centre .ms-summarystandardbody .ms vb2 a,
#Centre .ms-summarystandardbody .ms vb a {color:#4F8DB8;font-size:12px}




/* Webpart attendee - meeting site */
#Centre a#diidSortNameDisplay, #Centre a#diidSortStatus{font-size:12px!important}


#Centre .ms-summarystandardbody .ms-vb-title .ms-vb {font-size:12px!important}
#Centre .ms-summarystandardbody .ms-vb2 {font-size:12px!important}
/* fin Webpart attendee - meeting site */

#Centre A.ms-addnew {color:#4F8DB8;font-size:12px}







#Centre .ms-addnew, #Centre td .ms-addnew a,
#Centre .ms-WPBorder .ms-addnew a {color:#4F8DB8;font-size:12px}





#Centre .pageContent{color:#595858;font-size:12px}

/* Descriptions within web parts */
#Centre .description {color:#595858;font-size:12px;line-height:16px} 





/*Arrow that appears when column headers are moused over*/
#Centre .ms-menuimagecell{

	border:solid 1px #ffffff;
	cursor:pointer;
	height:18px;
	padding:0;
	}

#Centre .ms-vh .ms-menuimagecell,
#Centre .ms-vh2 .ms-menuimagecell,
#Centre .ms-vh-icon .ms-menuimagecell{height:20px;}

#Centre .ms-vh .ms-menuimagecell img,
#Centre .ms-vh2 .ms-menuimagecell img,
#Centre .ms-vh-icon .ms-menuimagecell img{margin:2px 0;} 




#Centre .ms-vb2 a{color:#4F8DB8;font-size:12px} 

#Centre div .header, 
#Centre div .header a{
	border-bottom:1px #2E91CD solid;
	color:#4F8DB8;

	font-size:12px
	} 

#Centre .level-bullet{
	background-position:left 50%;
	margin:2px 3px;
	padding:1px 0 1px 10px




	} 


#Centre .headertitle a{font-weight:bold !important} 

/* Dans site Site Directory ? */

#Centre .ms-pagedescription{
	color:#595858;
	float:left;





	font-size:12px
	} 

#Centre #MSO_ContentTable{margin-top:10px;}

#Centre #OuterRow, #Centre #MiddleZoneTable{
	vertical-align:top;
	padding-top:0;
	margin-top:0;











	} 






#Centre #OuterRightCell .ms-WPHeader, #Centre  #OuterLeftCell .ms-WPHeader{padding-top:10px;} 

#Centre #OuterRightCell .ms-WPBody div{margin-bottom:10px;} 

#Centre #OuterRightCell .ms-WPBody table td{padding-bottom:10px;} 

/* Webpart en mode edition concernant les blogs */
	
	#Gauche .ms-BlogNavigator .ms-WPBorder, #Gauche .ms-BlogNavigator .ms-WPHeader{border:1px solid #666!important}
	

	#Gauche .ms-BlogNavigator .ms-WPBorder, 
	#Gauche .ms-BlogNavigator .ms-WPBorder *{background-color:#FFF;}
		



/* Webpart - Edit view */
	
	#Conteneur .ms-WPSelected {border:#666 3px dashed; } 
	



/* Webpart site de personnalisation */

	#Centre #MiddleLeftCell .ms-vb {font-size:12px!important}	

	
/* Webpart site KPI */
	


	#Centre #OuterRightCell th.ms-vh2{font-size:12px!important}
	
/* Webpart Content Query */
		
	#Centre .cbq-layout-main {color:#595858!important;font-size:12px!important}
	#Centre .cbq-layout-main * {color:#595858!important;}
	#Centre .cbq-layout-main * a {color:#4F8DB8!important;}	
	

	#Centre #DidYouKnowRightZone .cbq-layout-main{background:none!important}
	
/* content field */
	
	#Centre .caption table{font-size:12px!important}








	
/* Bullets used in web part content*/

#Centre .bullet{
	background:url("/_layouts/images/lstbulet.gif") no-repeat left -2px;
	border-style: none;
	border-color: inherit;
	border-width: 0;



	font-size:12px;
	padding:0 0 5px 10px;
	vertical-align:top
	} 			
		
	#Centre .bullet	a{text-decoration:none}	
		

#Centre .AllItemLinkWP a{
	float:left;

	font-size:12px!important;
	padding:0 0 0 20px;
	width:90px
	} 			
		
#Centre .Separateur{
	color:#4F8DB8;
	float:left;

	font-size:12px!important;
	padding-left:10px;
	width:10px
	} 
			
#Centre .TitleItemWP{
	background:url("/_layouts/images/lstbulet.gif") no-repeat left 1px;
	color:#4F8DB8;
	font:bold 13pt Arial, Helvetica, sans-serif;
	padding:0 0 5px 10px





	} 		

	#Centre a.TitleItemWP{font:bold 13pt;text-decoration:none} 			

			
#Centre .ContentItemWP{
	color:#595858;

	font-size:12px;
	line-height:20px;
	margin:0 0 0 12px;
	padding:5px 0 0 0
	} 			

#Centre .ContentItemWP2{
	color:#595858;

	font-size:12px;
	line-height:20px;
	margin:0 0 0 20px;

	padding:0
	} 			


#Centre .ContentItemWP3{
	color:#595858;
	font-size:12px;
	line-height:20px;
	margin:0;
	padding:0
	} 
	
	
#Centre .FooterItemWP{
	color:#595858;
	font-size:12px;
	margin:0;margin-left:12px;
	padding:0 0 20px 0
	} 		


#Centre .FooterItemWP2{
	color:#595858;
	float:left;
	font-size:12px;
	margin:0px;margin-left:20px;
	padding:0 0 20px 0
	} 		

#Centre .FooterItemWP3{
	color:#777;
	float:left;
	font-size:12px;
	margin:0;margin-left:13px;
	padding:0 0 20px 0
	} 		

/* DEFAULT STYLES OF THE CONTENT EDITOR WEBPART */

#Centre .ms-rteCustom-ArticleTitle{font:bold 15px;color:#ED9600;text-transform:uppercase}

#Centre .ms-rteCustom-ArticleHeadLine{font:bold 13px;color:#0B0B0B;}


#Centre .ms-rteCustom-ArticleByline{font:12px italic;color:#0B0B0B;}






/* / DEFAULT STYLES OF THE CONTENT EDITOR WEBPART */





/* 2- End of General ************************************************************************************ */








/* ***********************************************************************************************/
/* 3 - HOME PAGE - CONTENT                                                                       */
/* ***********************************************************************************************/


/* HOME PAGE - Content - left column *************************************************************/


#Centre #LeftZoneLeftColumn .ms-WPBody,
#Centre #RightZoneLeftColumn .ms-WPBody{
	background-color:#e2e7eb !important;
	height:155px!important; /* manage the same height for both webpart */
	padding:5px 0 0 0!important;
	width:100%!important;
	}



#Centre #LeftZoneLeftColumn .ms-WPBody *,
#Centre #RightZoneLeftColumn .ms-WPBody *{color:#595858!important;font-size:12px}





	#Centre #LeftZoneLeftColumn .ms-WPBody * a{color:#4f8db8!important}


	




/* Left column - bottom zone */
#Centre #LeftColumnBottomZone .ms-WPBody {padding:0}



#Centre #LeftColumnBottomZone .ms-WPBody,
#Centre #LeftColumnBottomZone .ms-WPBody * {background-color:white!important;border-collapse:collapse;}







	
	#Centre #LeftColumnBottomZone .ms-WPBody * table {border-collapse:collapse!important;}
	


#Centre #LeftColumnBottomZone .ms-WPHeader{background:white!important;}
	
#Centre #LeftColumnBottomZone .ms-WPBorder {border-width:0px!important;}


	
#Centre #LeftColumnBottomZone .ms-partline {background:transparent;}


	
#Centre #LeftColumnBottomZone .ms-WPTitle NOBR span {
	font-weight:bold!important;
	font-size:15px!important;
	color:#ED9600!important;
	text-transform:uppercase			
	}

#Centre #LeftColumnBottomZone .ms-WPTitle{padding:0 0 11px 0!important;}
/* : Pour créer un espacement entre le titre de la WP et le premier item */

	#Centre #LeftColumnBottomZone .ms-WPTitle a {color:#ED9600; }











#Centre #LeftColumnBottomZone .ms-PartSpacingVertical{padding-bottom:34px;margin:0}/* espacement vertical entre les WP de cette zone */

/* / Left column - bottom zone */
	











/* / HOME PAGE - Content - left column ***********************************************************/






/* HOME PAGE - Right column***********************************************************************/



#Centre .RightMainContent .ms-WPHeader{background:transparent;padding:0px}	




#Centre .RightMainContent .ms-WPTitle{padding:6px 0 11px 0!important;}

/* : Pour créer un espacement entre le titre de la WP et le premier item */




	#Centre .RightMainContent .ms-WPTitle a {color:#ED9600; }





	#Centre .RightMainContent .ms-WPTitle NOBR span {
		color:#ED9600!important;
		font-weight:bold!important;
		font-size:12px!important;
		text-transform:uppercase			
		}





























#Centre .RightMainContent .ms-WPBorder {border-width:0px!important;}

#Centre .RightMainContent .ms-WPBody,
#Centre .RightMainContent .ms-WPBody * {
	background-color:transparent;
	border-collapse:collapse;
	margin:0;
	padding:0
	}
	
	#Centre .RightMainContent .ms-WPBody * table {
		border-collapse:collapse!important;
		margin:0;
		padding:0
		}		
	




















	#Centre #RightTopZoneMainContent .ms-WPBody .link-item a{
		background:url(/_layouts/images/UNESCO/Bullets/BulletLinkBlue_general_3x5.gif) no-repeat left 4px;
		display:block;
		padding-left:6px;

		text-decoration:underline!important;
		}	
	
	#Centre .ms-WPBody a {color:#4F8DB8;font-size:11px} 



	
		#Centre .ms-WPBody a:hover,
		#Centre .ms-WPBody a:active {text-decoration:underline;} 




	

#Centre .RightMainContent .ms-partline {background: transparent;}

#Centre .RightMainContent * a{text-decoration:underline!important}	


/* Search home page - Document library */
.SearchHomeDocLib{padding:0px!important;margin:0px!important}

input#BtnRecherche{margin-top:3px}
* html input#BtnRecherche{margin-top:6px}

/* / HOME PAGE - Right column ************************************************************************/	



/* What's New Webpart ********************************************************************************/

/**********************************************/
/* 3.1- General - templates commun properties */
/**********************************************/


#Centre #UNESCO_WhatsNew_Template1_Body div,
#Centre #UNESCO_WhatsNew_Template2_Body div, #Centre #UNESCO_WhatsNew_Template2_Body,
#Centre #UNESCO_WhatsNew_Template3_Body div, #Centre #UNESCO_WhatsNew_Template3_Body,
#Centre #UNESCO_WhatsNew_Template4_Body div, #Centre #UNESCO_WhatsNew_Template4_Body,
#Centre #UNESCO_WhatsNew_Template5_Body div, #Centre #UNESCO_WhatsNew_Template5_Body{
	color:#595858!important;
	font-size:12px;
	line-height:16px;
	margin:0;
	padding:0
	}
	
#Centre #UNESCO_WhatsNew_Template1_Title,
#Centre #UNESCO_WhatsNew_Template3_Title,
#Centre #UNESCO_WhatsNew_Template4_Title,
#Centre #UNESCO_WhatsNew_Template5_Title{
	color:#0b0b0b!important;

	font-weight:bold;
	font-size:12px;
	margin:0px!important;
	padding:0 0 8px 0!important	
	}
	
#Centre #UNESCO_WhatsNew_Template1_LinkMore a,
#Centre #UNESCO_WhatsNew_Template2_LinkMore a,
#Centre #UNESCO_WhatsNew_Template3_LinkMore a,
#Centre #UNESCO_WhatsNew_Template4_LinkMore a,
#Centre #UNESCO_WhatsNew_Template5_LinkMore a,
#Centre #UNESCO_WhatsNew_Template3_LinkMore2 a{
	background:url('/_layouts/images/UNESCO/Bullets/BulletLinkBlue_general_3x5.gif') no-repeat left 4px;
	font-size:11px;
	padding-left:6px!important;
	text-decoration:underline
	}	
	
/* / General */


/***********************************************/
/* 3.2 - General - Download button             */
/***********************************************/

#Centre .UNESCO_DownloadCtl_LinkImg{margin:0px;padding:0px;}

#Centre .UNESCO_DownloadCtl_LinkDesc{
	color:#222!important;

	font-weight:bold!important;
	font-size:11px!important;
	padding-right:3px!important
	}	


.UNESCO_DownloadCtl_Td_AllDownloads,
.UNESCO_DownloadCtl_Div_AllDownloads{background-color:transparent!important;position:relative;width:120px;padding:0px;margin:0px}

.UNESCO_DownloadCtl_ExpandDownloadTable{
	/*background-color:transparent!important;*/
	border:1px dotted gray!important;
	padding:5px!important;
	position:absolute!important;right:0px;z-index:30!important;
	}	
	
#Centre .ms-WPBody table.UNESCO_DownloadCtl_MainTable{background-color:transparent!important}	

.UNESCO_DownloadCtl_MainTable tr {
				text-align: right;
}

.UNESCO_DownloadCtl_MainTable table {
	width: 100%;
}



/* accueil */
.RightMainContent .UNESCO_DownloadCtl_Div_AllDownloads, .RightMainContent .UNESCO_DownloadCtl_Td_AllDownloads{width:auto}	
.RightMainContent .UNESCO_DownloadCtl_ExpandDownloadTable{width:120px}	
/* / accueil */

.UNESCO_DownloadCtl_Tr_OneDownload td{padding:1px 3px!important;}

	.UNESCO_DownloadCtl_Tr_OneDownload td a:hover{text-decoration:underline!important}




table.UNESCO_DownloadCtl_MainTable {
				padding:0px!important;margin:0px!important;border:0px solid transparent
}
/* / Download button */

/***********************************************/
/* 3.3 - What's new webpart - TEMPLATE 1       */
/***********************************************/

#Centre #UNESCO_WhatsNew_Template1{
	display:block;
	float:left;
	padding-bottom:18px;	
	width:100%;

	}

	
#Centre #UNESCO_WhatsNew_Template1_RightZone{
	float:left;
	padding-left:10px;
	margin-top:-2px;
	}

#Centre #UNESCO_WhatsNew_Template1_Image{

	float:left;
	text-align:center;
	vertical-align:top;
	width:84px
	}
		
	#Centre #UNESCO_WhatsNew_Template1_Image img{
	max-width:85px;
	width: expression(this.width > 84 ? 84: true);/* hack to add a max width property for IE*/	
	}
 
#Centre #UNESCO_WhatsNew_Template1_Body{width:387px}


	#Centre #UNESCO_WhatsNew_Template1_Body, 
	#Centre #UNESCO_WhatsNew_Template1_Body * {
		font-size:12px;
		line-height:16px;
		margin:0;
		padding:0
		}
	
#Centre #UNESCO_WhatsNew_Template1_DownloadButton{float:right;margin:12px 0 0 0;}

	#Centre #UNESCO_WhatsNew_Template1_DownloadButton *{
		border-collapse:collapse;
		padding:0;
		margin:0;
		}



#Centre #UNESCO_WhatsNew_Template1_LinkMore{margin:9px 0 0 0;}
	
#Centre #UNESCO_WhatsNew_Template1_DisplayStartDate,
#Centre #UNESCO_WhatsNew_Template1_DisplayEndDate{display:none;}

/* / TEMPLATE 1 */

/***********************************************/
/* 3.4 - What's new webpart - TEMPLATE 2       */
/***********************************************/

#Centre #UNESCO_WhatsNew_Template2{
	display:block;
	float:left;
	padding-bottom:23px!important;
	width:100%;

	}

#Centre .RightMainContent #UNESCO_WhatsNew_Template2{padding-bottom:0px;}
	
#Centre #UNESCO_WhatsNew_Template2_Title{
	color:#0b0b0b!important;

	font-weight:bold;
	font-size:12px;
	padding:0 0 3px 0!important		
	}

#Centre #UNESCO_WhatsNew_Template2_Image img{margin-bottom:13px!important} 

#Centre #UNESCO_WhatsNew_template2_Body,
#Centre #UNESCO_WhatsNew_template2_Body div{line-height:16px;margin-right:0px;}

	#Centre #TL1LeftZoneLeftColumn #UNESCO_WhatsNew_template2_Body div{line-height:16px!important;}



#Centre #UNESCO_WhatsNew_Template2_DownloadButton{margin:12px 0 0 0;}

	#Centre #UNESCO_WhatsNew_Template2_DownloadButton *{
		border-collapse:collapse;
		padding:0px;
		}

#Centre #UNESCO_WhatsNew_Template2_LinkMore{margin:9px 0 0 0;}

#Centre #UNESCO_WhatsNew_Template2_DisplayStartDate,
#Centre #UNESCO_WhatsNew_Template2_DisplayEndDate{display:none;}

/* / TEMPLATE 2 */

/***********************************************/
/* 3.5 - What's new webpart - TEMPLATE 3       */
/***********************************************/

#Centre #UNESCO_WhatsNew_Template3{
	display:block;

	padding-bottom:18px !important;
	width:100%;	
	}

#Centre .RightMainContent #UNESCO_WhatsNew_Template3{padding-bottom:20px;}
	
#Centre #UNESCO_WhatsNew_Template3_Image{width:45px;padding-right:10px}
		
#Centre #UNESCO_WhatsNew_Template3_Image img{
	max-width:45px;
	width: expression(this.width > 45 ? 45: true);/* hack to add a max width property for IE*/
	
	}
 
#Centre #UNESCO_WhatsNew_Template3_Title{
	vertical-align:middle;
	margin:0px;
	padding:0 0 0 0px!important;
	} 

#Centre #UNESCO_WhatsNew_Template3_TopZone{height:100%}
#Centre #UNESCO_WhatsNew_Template3_BottomZone{display:block;float:none;}

#Centre #UNESCO_WhatsNew_Template3_Body{line-height:16px;padding-top:10px;width:100%}
	
#Centre #UNESCO_WhatsNew_Template3_DownloadButton{float:right;margin:12px 0 0 0;}
#Centre #UNESCO_WhatsNew_Template3_DownloadButton2{float:right;margin:12px 0 0 0;}
	#Centre #UNESCO_WhatsNew_Template3_DownloadButton,
	#Centre #UNESCO_WhatsNew_Template3_DownloadButton2 *{
		border-collapse:collapse;


		margin:0;
		padding:0;
		}

#Centre #UNESCO_WhatsNew_Template3_LinkMore{padding:9px 0 0 0;}
#Centre #UNESCO_WhatsNew_Template3_LinkMore2{padding:9px 0 0 0;}
	
#Centre #UNESCO_WhatsNew_Template3_DisplayStartDate,
#Centre #UNESCO_WhatsNew_Template3_DisplayEndDate{display:none;}

/* / TEMPLATE 3 */

/***********************************************/
/* 3.6 - What's new webpart - TEMPLATE 4 & 5   */
/***********************************************/

#Centre #UNESCO_WhatsNew_Template4{
	display:block;
	padding:0 0 17px 0;	
	width:100%;

	}

#Centre .RightMainContent #UNESCO_WhatsNew_Template4{padding:0}
	
#Centre #UNESCO_WhatsNew_Template4_Image{display:none}
 
#Centre #UNESCO_WhatsNew_Template4_Title{
	vertical-align:middle;
	margin:0;
	padding:0!important;
	} 

#Centre #UNESCO_WhatsNew_Template4_TopZone{height:100%}
#Centre #UNESCO_WhatsNew_Template4_BottomZone{display:block;float:none;}

#Centre #UNESCO_WhatsNew_Template4_Body{
	color:#595858;
	font-size:12px;
	line-height:16px;
	padding-top:3px;
	width:100%
	}
	
#Centre #UNESCO_WhatsNew_Template4_DownloadButton{float:right;margin:12px 0 0 0;}

	#Centre #UNESCO_WhatsNew_Template4_DownloadButton *{
		border-collapse:collapse;
		padding:0;
		margin:0;
		}

#Centre #UNESCO_WhatsNew_Template4_LinkMore{margin:9px 0 0 0;}
	
#Centre #UNESCO_WhatsNew_Template4_DisplayStartDate,
#Centre #UNESCO_WhatsNew_Template4_DisplayEndDate{display:none;}












/* / TEMPLATE 4 & 5 */

/*  / What's New CQWP */



/* / HOME PAGE - gestion affichage des webparts Whats'new ****************************************/







/* ***********************************************************************************************/
/*  4 - THEME LEVEL 1                                                                          */
/* ***********************************************************************************************/

/* Theme level 1 - gestion affichage des webparts colonne gauche */




#Centre #TL1LeftZoneLeftColumn .ms-WPHeader,
#Centre #TL1RightZoneLeftColumn .ms-WPHeader{background:white!important;}


#Centre #TL1LeftZoneLeftColumn .ms-WPTitle NOBR span,
#Centre #TL1RightZoneLeftColumn .ms-WPTitle NOBR span  {
	font-weight:bold!important;
	font-size:15px!important;
	color:#ED9600!important;
	text-transform:uppercase			
	}







#Centre #TL1LeftZoneLeftColumn .ms-WPTitle,
#Centre #TL1RightZoneLeftColumn .ms-WPTitle{padding:0px 0px 6px 0px!important}/* Pour créer un espacement entre le titre de la WP et le premier item */
	

	#Centre #TL1LeftZoneLeftColumn .ms-WPTitle a,
	#Centre #TL1RightZoneLeftColumn .ms-WPTitle a { color:#ED9600; }

	


#Centre #TL1LeftZoneLeftColumn .ms-WPBorder,
#Centre #TL1RightZoneLeftColumn .ms-WPBorder {border-width:0px!important}

#Centre #TL1LeftZoneLeftColumn .ms-WPBody,
#Centre #TL1LeftZoneLeftColumn .ms-WPBody *,
#Centre #TL1RightZoneLeftColumn .ms-WPBody,
#Centre #TL1RightZoneLeftColumn .ms-WPBody * {background-color:white!important;border-collapse:collapse;padding:0}
	
	#Centre #TL1LeftZoneLeftColumn .ms-WPBody * table,
	#Centre #TL1RightZoneLeftColumn .ms-WPBody * table {border-collapse:collapse!important}
	
#Centre #TL1LeftZoneLeftColumn .ms-WPBorder,
#Centre #TL1RightZoneLeftColumn .ms-WPBorder {border-width:0px!important;}
	
#Centre #TL1LeftZoneLeftColumn .ms-partline,
#Centre #TL1RightZoneLeftColumn .ms-partline {background: transparent;}
	
#Centre #TL1LeftZoneLeftColumn .ms-PartSpacingVertical,
#Centre #TL1RightZoneLeftColumn .ms-PartSpacingVertical{padding-bottom:34px;margin:0;}





/* : vertical spacing between webparts  */

/* / Theme level 1 - gestion affichage des webparts colonne gauche */




/* Right column */	
#Centre #TL1RightZoneLeftColumn .ms-WPBody{padding-top:1px}



#Centre #TL1RightZoneLeftColumn .link-item{padding-bottom:11px}

	#Centre #TL1RightZoneLeftColumn .link-item a{font-size:13px;text-decoration:underline}
		


#Centre #TL1RightZoneLeftColumn .link-item .description{font-size:12px;padding-bottom:1px}		
/* / Right column */





/***************************/
/* 4.1 - TL1 - UIS webpart */
/***************************/


#TL1RightZoneLeftColumn #UNESCO_UISandX_LinkItem {padding-bottom:10px!important}

#TL1RightZoneLeftColumn #UNESCO_UISandX_LinkItem a{font-size:13px!important;text-decoration:underline!important}




#TL1RightZoneLeftColumn .unesco-uisandx-description div{font-size:12px!important;line-height:16px}




/* / TL1 - UIS webpart */


	



/*******************************/
/* 4.2 - TL1 - WP Did you know */
/*******************************/

#Centre .TL1RightMainContent #DidYouKnowRightZone .ms-WPHeader{


	background-image:none;
	height:auto!important
	}

#Centre .TL1RightMainContent #DidYouKnowRightZone .ms-standardheader{
	padding:10px 0 6px 0!important;
	}

#Centre .TL1RightMainContent #DidYouKnowRightZone .ms-WPTitle NOBR span {

	color:#1a1b1b!important;
	font-size:13px!important;
	padding:0 0 0 10px;	
	text-transform:none!important
	}


#Centre .TL1RightMainContent #DidYouKnowRightZone .ms-WPBody {
	background-color:#f9efe0/*#FCEFDE*/!important;
	line-height:16px;
	padding:0
	}

#Centre #UNESCO_DidYouKnow_Template1_Zone{padding:0 10px;}

#Centre #UNESCO_DidYouKnow_Template1_Body{
	color:#595858!important;
	font-size:12px;
	line-height:16px;
	padding-bottom:6px
	}

#Centre #UNESCO_DidYouKnow_Template1_NextLink a{
	background:url('/_layouts/images/UNESCO/Bullets/BulletLinkBlue_general_3x5.gif') no-repeat left 4px;
	padding-left:6px; 
	text-decoration:underline
	}

/*  / TL1 - WP Did you know */







/* ***********************************************************************************************/
/*  5- TL2 - THEME LEVEL 2                                                                       */
/* ***********************************************************************************************/

/* Webpart - general */
#TL2LeftZoneTopTitle .ms-WPBody,
#TL2RightZoneTopTitle .ms-WPBody{
	color:#595858;
	font-size:12px;
	font-weight:bold;
	padding:9px;
	text-transform:uppercase
	}

#TL2LeftZoneTopContent .ms-WPBody,
#TL2LeftZoneBottom .ms-WPBody,
#TL2RightZoneTopContent .ms-WPBody,
#TL2RightZoneBottom .ms-WPBody {border-bottom:1px dotted #666;padding:0 0 0px 0}

	#TL2LeftZoneTopContent .ms-WPBody table,
	#TL2LeftZoneBottom .ms-WPBody table,
	#TL2RightZoneTopContent .ms-WPBody table, #TL2RightZoneTopContent .ms-WPBody table *,
	#TL2RightZoneBottom .ms-WPBody table, #TL2RightZoneBottom .ms-WPBody table *{
		border-collapse:collapse!important
		}

	#Centre #TL2LeftZoneTop .ms-PartSpacingVertical,
	#Centre #TL2RightZoneTop .ms-PartSpacingVertical{padding:0}


	#TL2LeftZoneTopContent #column table,
	#TL2LeftZoneBottom #column table,
	#TL2RightZoneTopContent #column table,
	#TL2RightZoneBottom #column table{width:100%!important}	
	
/* / Webpart - general */



.unesco-resources2-link-item{/*line-height:30px*/}


/*************************************/
/* 5.1 - TL2 - Webpart small library */
/*************************************/
	
#UNESCO_Template1_SmallLibrary{/*height:28px;*/vertical-align:middle;display:table-cell/*line-height:28px*/}

#UNESCO_SmallLibrary_Template1_Title{
	float:left;
	font-size:12px!important;
	padding:8px 0 8px 9px!important;
	white-space:normal;
	width:299px!important
	}


a.unesco-resources-link{
	background:url('/_layouts/images/UNESCO/Bullets/BulletLinkBlue_general_3x5.gif') no-repeat 9px 13px;
	display:block;
	font-size:12px!important;
	padding:8px 9px 8px 15px;
	text-decoration:underline!important;
	white-space:normal
	}
a.unesco-resources3-link{
	background:url('/_layouts/images/UNESCO/Bullets/BulletLinkBlue_general_3x5.gif') no-repeat 9px 20px;
	display:block;
	font-size:12px!important;
	padding:2px 9px 2px 15px;
	text-decoration:underline!important;
	white-space:normal
	}

#UNESCO_SmallLibrary_Template1_DownloadButton{float:right;width:80%;text-align:left;min-width:122px;}

#UNESCO_SmallLibrary_Template1_LinkMore{
	padding:8px 12px 0px 0px!important;
	}

#UNESCO_Template1_SmallLibrary .UNESCO_DownloadCtl_LinkImg{
	text-align:right!important;
	padding:/*14*/0px 14px 0 0
	}

#UNESCO_Template1_SmallLibrary .UNESCO_DownloadCtl_Img_MoreThanOne{}


.unesco-smalllibrary-alternating, 
.unesco-smalllibrary-alternating *,
.unesco-resources2-alternating{background-color:#ccd5dc!important}

/* / Webpart small library */

/* / Theme level 2  */


/* **************************************************************************************************/
/*  6- SITE MAP                                                                                     */
/* **************************************************************************************************/


/* Site map - Webpart Design */	
	
#Centre #SiteMap .ms-WPBody {padding:0}	

#Centre #SiteMap .ms-WPBody,
#Centre #SiteMap .ms-WPBody * {background-color:white!important}

#SiteMap .ms-PartSpacingVertical{padding-bottom:0}

/* Not-selected node */	
#SiteMap .treeview_notselectednode_level1{
	border-top:1px #fff dotted;	
	padding:4px 0;
	font-size:11px;

	text-decoration:none;
	text-transform:uppercase;
	text-align:left;
	vertical-align:middle;
	width:100%!important

	}

	#SiteMap .treeview_notselectednode_level1 a{
		color:#fff;
		padding-left:10px;
		text-decoration:none;
		text-transform:uppercase;
		width:100%!important
		}





		#SiteMap .treeview_notselectednode_level1 a:hover{
			color:#fcae27!important;





			text-decoration:underline!important
			}
			
	#SiteMap .treeview_notselectednode_bullet_level1{border-top:1px #fff dotted;vertical-align:top}
	#SiteMap .treeview_notselectednode_bullet_level1 img{vertical-align:top;margin-top:7px!important}


#SiteMap .treeview_notselectednode_level2{
	font-size:11px;

	padding:0;
	text-decoration:none;
	text-align:left;
	vertical-align:middle;
	width:100%!important
	}

	#SiteMap .treeview_notselectednode_level2 a{
		background:url('/_layouts/images/UNESCO/Bullets/Bullet_HomePage_DocumentLib.png') no-repeat 10px 10px;

		color:#fff;

		padding-left:20px;
		text-decoration:none;
		width:100%!important
		}
	


		#SiteMap .treeview_notselectednode_level2 a:hover{
			color:#fcae27!important;


			text-decoration:underline!important
			}
	#SiteMap .treeview_notselectednode_bullet_level2 img{display:none}		


#SiteMap .treeview_notselectednode_level3{
	font-size:11px;

	padding:0;
	text-decoration:none;
	text-align:left;
	vertical-align:middle;
	width:100%!important
	}

	#SiteMap .treeview_notselectednode_level3 a{
		background:url('/_layouts/images/UNESCO/Bullets/Bullet_HomePage_DocumentLib.png') no-repeat 20px 5px;

		color:#fff;

		padding-left:30px;
		text-decoration:none;
		width:100%!important
		}
	
		#SiteMap .treeview_notselectednode_level3 a:hover{color:#fcae27!important;text-decoration:underline!important}






	#SiteMap .treeview_notselectednode_bullet_level3 img{display:none}
			














/* / Not-selected nodes */	


/* Selected nodes */	






#SiteMap .treeview_selectednode_level1{
	border-top:1px #fff dotted;
	color:#fcae27!important;


	padding:4px 0px;
	padding-left:10px;
	font-size:11px;
	text-transform:uppercase;
	width:100%!important;
	}






#SiteMap .treeview_selectednode_level2,
#SiteMap .treeview_selectednode_level3{
	color:#fcae27!important;
	font-size:11px;
	padding:0
	}	
	




#SiteMap .treeview_selectednode_bullet_level1{border-top:1px #fff dotted;}
	




	#SiteMap .treeview_selectednode_bullet_level1 img{vertical-align:top;margin-top:7px!important}


/* / Selected nodes */
	

	





/* / Site map - Design de la Webpart */	






/* **************************************************************************************************/
/*  7- SURVEYS AND WORKSHOPS - reusable properties                                                  */
/* **************************************************************************************************/

/* Survey and Workshops - design des tabulations */

#SurveyMainContent #Survey1AndTabContainer,
#SurveyMainContent #SurveyTab .ms-WPBody{padding:0}

#SurveyMainContent .ms-PartSpacingVertical{padding-bottom:0}

#SurveyMainContent #SurveyTab .navigation-div,
#SurveyMainContent #SurveyTab .navigation-div table
#PastWorkshops .navigation-div,
#PastWorkshops .navigation-div table{
	background-color:white!important;
	border-collapse:collapse!important;
	/*text-transform:uppercase!important*/
	}
	
#PastWorkshops .navigation-div{background-color:white!important;height:23px!important}
	
.navigation{background-color:white}

	.navigation td{	background-color:#5E5D5B}

		.navigation td a{
			color:#fff!important;	
			padding:5px 5px;
			font-size:12px!important		
			}

/* Selected tab */

.navigation td .selectedtab{
	background-color:#e2e7eb;
	color:#5E5D5B;	
	padding:5px 5px!important		
	}
	
.unesco-nav-selected-tab{
	background-color:#e2e7eb!important;

	border-right:2px solid white;
	color:#4a4747!important;
	padding:5px 7px
	}

	.unesco-nav-selected-tab .unesco-nav-selected-link {
		color:#4a4747!important;
		font-size:12px
		}
/* / Selected tab */

/* Unselected tab */
.unesco-nav-unselected-tab{
	padding:5px 7px;
	border-right:2px solid white;
	color:white!important
	}

















/* / Unselected tab */
	
/* / Survey and workshops - design des tabulations */


/* **************************************************************************************************/
/*  8- SURVEYS                                                                                      */
/* **************************************************************************************************/


/* Survey - content design */

#SurveyMainContent .ms-WPBody{padding:0}

	#SurveyMainContent .ms-WPBody table{border-collapse:collapse}



#TsSubmitData .ms-WPBody{background-color:#f9efe0/*#FCEFDE*/!important}




#Centre #SurveyMainContent #column table{width:100%}


#Centre #SurveyMainContent #UNESCO_Survey_Title{
	float:left;
	font-size:12px!important;
	font-weight:normal!important;
	/*line-height:28px!important;*/
	padding:8px 0 8px 9px!important;
	white-space:normal;width:587px
	}

#Centre #SurveyMainContent #UNESCO_Survey_Download{float:right;width:120px;padding-top:5px}

#Centre #SurveyMainContent table.UNESCO_DownloadCtl_MainTable{border-collapse:collapse;width:100%;/*position:relative*/}



#Centre #SurveyMainContent .UNESCO_DownloadCtl_ExpandDownloadTable{
	background-color:white;
	border:1px gray dotted;
	float:right!important;
	padding:5px 5px!important;
	position:absolute!important;z-index:30!important;
	width:130px!important
	}

.unesco-survey-alternating, 
.unesco-survey-alternating *{background-color:#ccd5dc!important}

/* / Survey content */


#SurveyMainContent #UNESCO_SmallLibrary_Template1_Title{min-width:585px}








/* **************************************************************************************************/
/*  9- SEARCH                                                                                       */
/* **************************************************************************************************/

/* Search results */

/* Webparts - general */
#MainSearchResultsContainer td .ms-WPBody,
#MainSearchResultsContainer td .ms-WPBody *{
	background-color:white!important;
	padding:0;
	font-size:12px
	}

#ResultsNumberUISResults .ms-WPBody,
#TopPagingUISResults .ms-WPBody{









	color:#595858!important;

	margin:0 7px;
	padding:8px 0!important
	}
	






#ResultsNumberDocLibResults .ms-WPBody{
	color:#595858;

	margin:0 12px;
	padding:8px 0!important
	}

#ResultsPerPageUISResults .ms-WPBody,
#BottomPagingUISResults .ms-WPBody{color:#595858!important;line-height:16px;margin:0 7px}

/* / Webparts - general */

#SearchForText * {
	color:#ed9600;
	font-size:16px!important;
	font-weight:bold!important;
	text-transform:uppercase
	}





/* Paging */
#TopPagingUISResults, #TopPagingUISResults a,
#BottomPagingUISResults, #BottomPagingUISResults a{font-size:12px!important}

/* / Paging */



/* Number of results */
#ResultsNumberUISResults .srch-stats{color:#595858!important;font-size:12px}

#ResultsNumberUISResults * {color:#595858!important;font-size:12px}
/* / Number of results */

/* Results */

#ResultsUISResults{padding-bottom:6px}

	#ResultsUISResults .ms-PartSpacingVertical{padding:0!important}
	
	#ResultsUISResults .unesco-srch-Link{		

		border-bottom:1px dotted #666;
		color:#605f5d!important;
		padding-bottom:7px!important
		}
		
		#ResultsUISResults .unesco-srch-Link a{color:#605f5d!important}

	#ResultsUISResults .unesco-srch-results{
		border-top:1px dotted #666;
		margin:0 12px 7px 7px!important

		}

	#ResultsUISResults .unesco-srch-Title{padding-top:7px!important}

	#ResultsUISResults .ms-WPBody .srch-sort *{color:#595858!important}
	
	#ResultsUISResults .srch-Summary{
		color:#595858;
		font-size:12px!important;
		padding:0 0 10px 0!important
		}

		#ResultsUISResults .srch-Summary a{color:#4f8db8}
	

a.unesco-srch-title-link{
	text-decoration:underline!important;
	font-size:12px!important
	}

.unesco-srch-Description{color:#595858;line-height:16px;padding:2px 0!important;}

/* / Results */

/* No results */
#ResultsUISResults .srch-sort .srch-description .SearchNoResultsSolutionsContainer{margin-left:0!important}

#ResultsUISResults .SearchNoResultsSolutions{
	background:url('/_layouts/images/UNESCO/Bullets/BulletLink_general_3x5.gif') no-repeat left 4px;
	display:block;
	padding:0 0 5px 10px!important
	}
/* / No results */


.unesco-search-rpp-ddlcomponent{float:left;}

.unesco-search-rpp-text{
	float:left;
	padding:3px 0 0 5px!important;
	}





/* Doc lib results */


/* Number of results */
.UNESCO_SmallDocLib_ResultsStat{
	border-bottom:1px dotted gray;	
	display:block;
	height:35px;
	width:100%
	}
/* / Number of results */
		

/* Icons */
.UNESCO_SmallDocLib_GridRowTblTd1{
	padding-top:2px;
	vertical-align:top				
	}
/* / Icons */

.UNESCO_SmallDocLib_GridView{padding-right:20px!important;width:270px;}

	.UNESCO_SmallDocLib_GridView td{border:0px!important;vertical-align:top}

.UNESCO_SmallDocLib_GridRowTbl_Alt,
.UNESCO_SmallDocLib_GridRowTbl{border-bottom:1px dotted gray;width:100%;}

.UNESCO_SmallDocLib_GridRowTblTd1,
.UNESCO_SmallDocLib_GridRowTblTd2{padding:5px 0px!important;}

/* Link to doc */
.UNESCO_SmallDocLib_BodyTd1 a.UNESCO_SmallDocLib_TitleHl{color:#4f8db8!important;text-decoration:underline!important}



.UNESCO_SmallDocLib_BodyTd2{color:#595858;line-height:16px}

/* bottom Link see all results */

.UNESCO_SmallDocLib_DivAllResults{padding-top:10px!important;text-align:right;}

.UNESCO_SmallDocLib_WebPart .UNESCO_SmallDocLib_linkAllDocs{
	background:url('/_layouts/images/UNESCO/Bullets/BulletLinkBlue_general_3x5.gif') no-repeat left 4px;
	font-size:11px!important;
	padding-left:10px!important;

	text-decoration:underline!important
	}

/* / Doc lib results */	

/* Small Doc lib No results */

.UNESCO_SmallDocLib_GridView .srch-sort #CSR_NO_RESULTS{border:0px!important;color:#595858;display:block;padding-top:20px}
	
/* / Small Doc lib No results */
	
/* / Search results */




/* ***************************************************************************************************/
/*  10- WORKSHOPS                                                                                    */
/* ***************************************************************************************************/

#WorkshopsPagerTop{padding:16px 0 6px 0!important;}
#WorkshopsPagerBottom{padding:12px 0 6px 0!important;}

#WorkshopsPagerTop .ms-WPBody div,
#WorkshopsPagerBottom .ms-WPBody div{color:#605f5d;text-align:center}

#WorkshopsPagerTop * a, #WorkshopsPagerBottom * a{padding:0 2px}


/* General */

#WorkshopsContainer HR{visibility:hidden;clear:both;height:0px;margin:0px;padding:0px;}

#WorkshopsContainer .ms-WPBody{text-align:center}

#PastWorkshops{background-color:#e2e7eb}

	#PastWorkshops * .ms-WPBody{padding:0!important}

	#PastWorkshops .ms-PartSpacingVertical {padding:0!important}
	
	
/* / General */

/* Filter */
.unesco-workshops-zonefilter-div{padding:8px!important}

.unesco-workshops-zonefilter-listbox1 select{float:left;font-size:12px;margin-right:3px;width:55px}

.unesco-workshops-zonefilter-listbox2 select{float:left;font-size:12px;margin-right:3px;width:180px}

/*Hack IE */
* html .unesco-workshops-zonefilter-submitbutton input,





* html .unesco-workshops-zonefilter-removebutton input{margin-top:0px!important}




/* / Hack IE */

.unesco-workshops-zonefilter-submitbutton input,
.unesco-workshops-zonefilter-removebutton input{
	background:url('/_layouts/images/unesco/btn/BTN_Inputs_Bkg_2x18.jpg') repeat-x left top;
	border:1px #b8c1c8 solid;
	color:#3b434c;
	cursor:hand;
	float:left;

	font-size:12px;

	height:18px;

	margin-right:5px;margin-top:2px!important;	
	width:109px
	}









/* / Filter */

/* Pager */
#PreviousPage,
#PageLink,
#CurrentPage,
#NextPage,
#PreviousPage a,
#PageLink a,
#CurrentPage a,
#NextPage a{display:inline;padding:0 2px;margin:0 5px;}


#PageLink a,


#CurrentPage a {text-decoration:underline!important}
/* / Pager */





/* Results */


/* IE Hack  */
* html  .unesco-workshops-workshop{
	margin:0 3px 0 10px!important;
	width:145px!important;
	float:left;
	height:100%
	}
/* End of IE hack */

.unesco-workshops-workshop{


	float:left;
	height:100%;
	margin:0 3px 12px 10px!important;
	width:145px!important
	}

	.unesco-workshops-workshopimage img{
		max-width:145px;
		width: expression(this.width > 145 ? 145: true);/* hack to add a max width property for IE*/
		}
	
		.unesco-workshops-workshopimage a img{border:0px}

.unesco-workshops-workshoptitle {margin-top:2px!important}

	.unesco-workshops-workshoptitle a{
		font-size:12px!important;
		text-decoration:underline!important
		}



.unesco-workshops-workshopdetails{
	color:#605f5d!important;
	font-size:10px!important;
	line-height:16px;
	padding-top:2px!important
	}
/* / Results */


/* Upcoming workshops ************************************************************************************/

/* General */

#Centre #UpcomingWorkshops .ms-WPBody, 
#Centre #UpcomingWorkshops .ms-WPBody * {background-color:#f9efe0/*#FCEFDE*/!important;padding:0}

#Centre .WorkshopsRightMainContent #UpcomingWorkshops .ms-WPHeader {background:none;height:auto!important}




	#Centre .WorkshopsRightMainContent #UpcomingWorkshops .ms-standardheader {padding:10px 0 6px 0!important}

	#Centre .WorkshopsRightMainContent #UpcomingWorkshops .ms-WPTitle NOBR span {	

		color:#1a1b1b!important;
		font-size:13px!important;
		padding:0 0 0 10px;	
		text-transform:none!important
		}
/* / General */

.unesco-workshops-upcoming-workshop{padding:0 10px 18px 10px!important}






	#Centre .WorkshopsRightMainContent .unesco-workshops-upcoming-workshopdate{
		color:#ed9600!important;
		font-size:12px;
		}


	#Centre .unesco-workshops-upcoming-workshoptitle, 
	#Centre .unesco-workshops-upcoming-workshoptitle a{
		font-size:12px!important;




		padding:1px 0!important;
		text-decoration:underline!important
		}		

	#Centre .WorkshopsRightMainContent .unesco-workshops-upcoming-workshopdetails{
		color:#595858!important;
		font-size:12px;
		line-height:16px
		}
		
/* / upcoming workshops */

/* / Workshops */


/* ***************************************************************************************************/
/*  11- DOCUMENT LIBRARY                                                                             */
/* ***************************************************************************************************/

/* General */
#DocumentLibraryContainer .ms-WPBody{
	background-color:white!important;
	margin:0;
	padding:0;				
	}
/* / General */

/* Doc lib Tabulation ****************************************************************************/

.UNESCO_DocLib_Tab{background-color:white!important;height:23px!important}
	
	.UNESCO_DocLib_Tab,
	.UNESCO_DocLib_Tab table{
		background-color:white!important;
		border-collapse:collapse!important
		}
	
.UNESCO_DocLib_Tab_SelectedItem{
	background-color:#e2e7eb!important;
	border-right:2px solid white;
	color:#4a4747!important
	}

	.UNESCO_DocLib_Tab_SelectedItem td{
		background-color:#e2e7eb!important;
		color:#4a4747!important;
		padding:5px 7px	
		}
	
		.UNESCO_DocLib_Tab_SelectedItem td a{
			background-color:#e2e7eb!important;
			color:#4a4747!important;
			font-size:12px!important
			}

.UNESCO_DocLib_Tab_Item{
	background-color:#5E5D5B;
	border-right:2px solid white;
	color:white!important;
	font-size:12px
	}

	.UNESCO_DocLib_Tab_Item td{
		background-color:#5E5D5B;
		font-size:12px;
		padding:5px 7px
		}
		
/* / Doc lib Tabulation ***************************************************************************/

/* Doc lib Search *********************************************************************************/

.UNESCO_DocLib_WebPart{position:relative}

.UNESCO_DocLib_Div1,
.UNESCO_DocLib_Div3{position:relative}

.UNESCO_DocLib_Div1, 
.UNESCO_DocLib_Div1 * {background-color:white!important;border-collapse:collapse}


/* Hack IE */
* html .UNESCO_DocLib_CtlContainerTd1 input{height:20px;}
/* / Hack IE */
.UNESCO_DocLib_CtlContainerTd1 input{
	border:1px #dfdfdf inset!important;
	color:#595858;
	font-size:12px;
	width:200px
	}

.UNESCO_DocLib_CtlContainerTd2 select,
.UNESCO_DocLib_CtlContainerTd3 select{color:#595858;font-size:12px!important;border:1px #dfdfdf inset!important}

/* Hack IE */
* html .UNESCO_DocLib_SearchBtn{margin:2px 10px 0 0}
/* / Hack IE */

.UNESCO_DocLib_SearchBtn{margin:3px 10px 0 0}

/* advanced search */
#Centre .ms-WPBody .UNESCO_DocLib_CtlContainerTbl, #Centre .ms-WPBody .UNESCO_DocLib_CtlContainerTbl *{background-color:white!important;}

.UNESCO_DocLib_AdvSearch_Tr,
.UNESCO_DocLib_AdvSearch_Td{font-size:12px;color:#595858}


.UNESCO_DocLib_clearSearchLink,
.UNESCO_DocLib_AdvSearch_Link{font-size:11px!important;color:#4f8db8!important}


/* Results title*/
.UNESCO_DocLib_clearSearch_Tr{height:23px}

.UNESCO_DocLib_CtlContainerTd7 a{font-size:11px}

	#Centre .ms-WPBody .UNESCO_DocLib_CtlContainerTd7 *{
		background-color:#5E5D5B!important;
		color:white!important;
		margin-bottom:8px!important;
		}
		
.UNESCO_docLib_clearSearch_Span{font-weight:bold}	
	
.UNESCO_DocLib_clearSearch_Td1 {padding-right:20px}

.UNESCO_DocLib_clearSearch_Td2{padding:3px}

	.UNESCO_DocLib_clearSearch_Td2 a{
		font-size:11px;
		border:1px solid white;
		padding:1px 2px;
		text-align:center	
		}
		
.UNESCO_DocLib_clearSearchX{font-weight:bold}



/* Plus link : popup */
.ui-draggable .UNESCO_DownloadCtl_MainTable{margin-bottom:100px!important}


/* / Results title */

/* Doc lib Search results ***************************************************************************/

/* Results per page and Pager */
.UNESCO_DocLib_Div2{position:relative;top:0px;}

.UNESCO_DocLib_CtlContainerTd2 select{width:auto}	

.UNESCO_DocLib_Pager td{padding:3px 8px 3px 0}

	.UNESCO_DocLib_Pager td table{margin-right:12px}

		.UNESCO_DocLib_Pager td table a{text-decoration:underline!important;color:#4f8db8}

		.UNESCO_DocLib_Pager td table td,
		.UNESCO_DocLib_Pager td table td a{font-size:12px!important}

.UNESCO_DocLib_Paging_Tr td{color:#595858!important;font-size:12px!important;padding:5px}

.UNESCO_DocLib_DivPaging{background:#e2e7eb;width:100%}

.UNESCO_DocLib_Paging_Td2 select{color:#595858;font-size:12px}


/* / Results per page and Pager */

.UNESCO_DocLib_GridView{
	background:#e2e7eb;
	border-collapse:collapse;
	border-color:#e2e7eb;
	font-size:12px!important;
	margin:0px;
	padding:0px;
	width:100%
	}
	
	.UNESCO_DocLib_GridView * {border-collapse:collapse;color:#595858!important;font-size:12px!important;}	
	
		.UNESCO_DocLib_GridView * a {font-size:11px!important}

.UNESCO_DocLib_GridRowTbl_Alt{background-color:#ccd5dc!important}

.UNESCO_DocLib_GridRowTbl_Alt,
.UNESCO_DocLib_GridRowTbl{width:100%}


.UNESCO_DocLib_GridRowTblTd1{text-align:center;width:60px}

.UNESCO_DocLib_GridRowTblTd2 table{width:100%}

.UNESCO_DocLib_GridRowTblTd3 {width:210px}

	.UNESCO_DocLib_GridRowTblTd3 .UNESCO_DocLib_DetailsTbl{
		border-left:1px dotted gray;
		width:210px
		}

.UNESCO_DocLib_GridRowTblTd1,
.UNESCO_DocLib_GridRowTblTd2,
.UNESCO_DocLib_GridRowTblTd3{padding:5px 10px 5px 5px;vertical-align:top}

.UNESCO_DocLib_GridRowTblTd1 img{
	max-width:60px!important;
	width: expression(this.width > 60 ? 60: true); /* Hack IE */
	}
	

	
.UNESCO_DocLib_DetailsTr1 td,
.UNESCO_DocLib_DetailsTr2 td,
.UNESCO_DocLib_DetailsTr3 td,
.UNESCO_DocLib_DetailsTr4 td{text-align:right!important}
	
	
/* Hack Firefox */
@-moz-document url-prefix(){

}

/* Hack safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.UNESCO_DocLib_DetailsTr4 *{float:right!important}}
/* / Hack safari */



.UNESCO_DocLib_DetailsDiv{color:#595858!important;text-align:right;float:right}
	
	.UNESCO_DocLib_DetailsDiv *{border-collapse:collapse}

.UNESCO_DocLib_BodyTd1{color:#0b0b0b!important;font-weight:bold;padding-bottom:5px}

.UNESCO_DocLib_BodyTd2{line-height:16px}




.UNESCO_DocLib_GridRowTbl_Alt, 
.UNESCO_DocLib_GridRowTbl_Alt *{background-color:#ccd5dc!important;border-collapse:collapse}

/* No results messages */
.UNESCO_DocLib_GridView #CSR_NO_RESULTS{padding:10px 0 10px 10px!important;}

.UNESCO_DocLib_GridView .SearchNoResultsSolutionsContainer{padding:0 10px 10px 10px!important;}

.UNESCO_DocLib_GridView .SearchNoResultsSolutions{padding:10px 0 0px 10px!important;
		background:url('/_layouts/images/UNESCO/Bullets/BulletLinkBlue_general_3x5.gif') no-repeat left 14px;
	
}


/* Hack opera */
@media all and (min-width: 0px){
.UNESCO_DocLib_DetailsTr4Td{margin-right:-10px;}
	.UNESCO_DocLib_DetailsTbl, .UNESCO_DocLib_DetailsTbl * {}
.UNESCO_DocLib_DetailsTr4 *{float:right!important;}
.UNESCO_DocLib_GridView * {border-width:0}	
	
}
/* / Hack opera */


/* / Document library */


/* ***************************************************************************************************/
/*  12- Hack IE6 pour gérer les problèmes de bordure                                                 */
/* ***************************************************************************************************/


	
.ms-WPBorder td.ms-vb, 
.ms-WPBorder td .ms-vb, 
.ms-WPBorder td.ms-vb *, 
.ms-WPBorder td.ms-vb-user{border-width:0px!important;}

#Centre .ms-vb,
#Centre .ms-vb2,
#Centre .ms-GRFont,
#Centre .ms-vb-user,
#Centre table.ms-disc td,
#Centre .ms-vb-tall,
#Centre .ms-pb,
#Centre .ms-pb-selected {border-width:0px;}
	
#Centre .ms-vb a,
#Centre .ms-vb2 a,
#Centre .ms-GRStatusText a,
#Centre .ms-vb-user a,
#Centre .ms-disc a{	border-width:0px;}
	
#Centre .ms-vb a:hover,
#Centre .ms-vb2 a:hover,
#Centre .ms-vb-user a:hover,
#Centre .ms-disc a:hover,
#Centre .ms-vb a:visited:hover,
#Centre .ms-vb2 a:visited:hover,
#Centre .ms-vb-user a:visited:hover,
#Centre .ms-disc a:visited:hover{border-width:0px;}


/*  test merlin */

#PageSummary1,#PageContent1{
	border:0px blue solid;
	/*width:485px;*/
	}

.RightMainContent * table *{
	border-collapse:collapse!important
	}

/*************************************/
/* 13 - Country page XSTL            */
/*************************************/


#CountryPageLeftZoneTopContent .ms-WPBody{padding:0}

#CountryPageLeftZoneTopContent .ms-WPBody .cbq-layout-main td table{width:100%}

#CountryPageLeftZoneTopContent .unesco-smalllibrary-alternating,
#CountryPageLeftZoneTopContent .unesco-smalllibrary-alternating * table {background-color:#ccd5dc!important}


#CountryPageLeftZoneTopContent #UNESCO_SmallLibraryStyle_DocumentLibrary{height:28px;line-height:28px}

#CountryPageLeftZoneTopContent #UNESCO_SmallLibraryStyle_DocumentLibrary_Title{
	float:left;
	font-size:12px!important;
	padding:8px 0 8px 9px!important;
	white-space:normal;
	width:68%	
	}


#UNESCO_SmallLibraryStyle_DocumentLibrary_DownloadButton{float:right;width:auto}

#UNESCO_SmallLibraryStyle_DocumentLibrary_DownloadButton #UNESCO_Template1_SmallLibrary .UNESCO_DownloadCtl_LinkImg{
	text-align:right;
	padding:14px 8px 0 0;
	}
#UNESCO_SmallLibraryStyle_DocumentLibrary_Link{
	text-align:left;
	padding:14px 0 0 0px;
}
#UNESCO_SmallLibraryStyle_DocumentLibrary_Link a{
		padding-left:16px;
}


/* links WP for projects */

#CountryPageLeftZoneTopContent #UNESCO_SmallLibrary_CountryPage{height:28px;line-height:28px}

 #UNESCO_SmallLibrary_CountryPage_Title{
	float:left;
	font-size:12px!important;
	padding:8px 0 8px 9px!important;
	white-space:normal;
	width:68%	
	}


#UNESCO_SmallLibrary_CountryPage_DownloadButton{float:right;width:auto}

#UNESCO_SmallLibrary_CountryPage_DownloadButton .UNESCO_DownloadCtl_LinkImg{
	text-align:right;
	padding:0px 18px 0 0;
	}

.ms-WPBody #UNESCO_Template3_Resources{
	background:white;
}

