/*------------------------------------------------------------------------*/
/*----- CSS : Eric. B. - Evensight - copyright 2006 Sight Design LLC -----*/
/*------------------------------------------------------------------------*/

/*------------------------------------------------------------------------*/
/* ------------------------ MAINPAGE LAYOUT (ID) -------------------------*/
/*------------------------------------------------------------------------*/
body {
	background-color: #F6F6F6;
	background-image: url(images/page_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

#container {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	color: #7e7e7e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 2.0em;
	margin: 15px auto 0px;
	width: 951px;
}

#pageHeader {
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	height: 163px;
	list-style: none;
	text-align: left;
}

#pageHeaderEs {
	background-image: url(images/headerEs.png);
	background-repeat: no-repeat;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	height: 163px;
	list-style: none;
	text-align: left;
}

#content {
	color: #444444;
	float: left;
	line-height: 1.2em;
	margin-left: 20px;
	text-align: justify;
	width: 710px;
}

#sidebar {
	float: right;
	margin-right: 10px;
	text-align: left;
	width: 195px;
}

#footer {
	border-top: 1px dotted #aaaaaa;
	font-size: 0.8em;
	letter-spacing: 1px;
	margin: 10px 10px 0px 10px;
	text-align: center;
}

#footer a {
	color: #D3373F;
	letter-spacing: 0px;
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
	letter-spacing: 0px;
}

#bottom {
	background-color: #F6F6F6;
	background-image: url(images/content_bottom.png);
	background-repeat: no-repeat;
	height: 60px;
}
/*------------------------------------------------------------------------*/
/* --------------------------- PAGE HEADER (ID)---------------------------*/
/*------------------------------------------------------------------------*/
#menuhome {
	background-image	: url(images/home.gif);
	background-position	: left center;
	background-repeat	: no-repeat;
	font-weight			: normal;
	padding				: 0px 5px 0px 20px;
}	

#menuhelp {
	background-image	: url(images/help.jpg);
	background-position	: left;
	background-repeat	: no-repeat;
	font-size			: 9px;
	font-weight			: normal;
	height				: 20px;
	line-height			: 26px;
	margin				: 83px 0px 0px 743px;
	padding				: 0px 0px 0px 22px;
	position			: absolute;
	text-transform		: uppercase;
	z-index				: 1;
}

#menumap {
	background-image	: url(images/map.jpg);
	background-position	: left;
	background-repeat	: no-repeat;
	font-size			: 9px;
	font-weight			: normal;
	height				: 20px;
	line-height			: 26px;
	margin				: 83px 0px 0px 807px;
	padding				: 0px 0px 0px 22px;
	position			: absolute;
	text-transform		: uppercase;
	z-index				: 1;
}

#menucontact {
	background-image	: url(images/contact.gif);
	background-position	: left;
	background-repeat	: no-repeat;
	font-size			: 9px;
	font-weight			: normal;
	height				: 20px;
	line-height			: 26px;
	margin				: 83px 0px 0px 865px;
	padding				: 0px 0px 0px 22px;
	position			: absolute;
	text-transform		: uppercase;
	z-index				: 1;
}

#header_link_home {
	position			: absolute;
	height				: 80px;
	margin-left			: 7px;
	width				: 160px;
	z-index				: 1;
}

#header_link_ilo {
	float				: right;
	height				: 45px;
	margin-right		: 13px;
	margin-top			: 29px;
	width				: 50px;
}

.separator {
	background-image	: url(images/menu_separator.gif);
	background-position	: right;
	background-repeat	: no-repeat;
}

#langselector {
	font-size			: 0.86em;
	font-weight			: bold;
	padding-right		: 15px;
	text-align			: right;
}

#langselector a {
	color				: #FFFFFF;
}

#langselector a:hover {
	color				: #000000;
	text-decoration		: underline;
}

#menuhelp a, #menumap a, #menucontact a {
	color				: #346DBF;
}

#menuhelp a:hover, #menumap a:hover, #menucontact a:hover {
	opacity				: 0.7;
	filter				: alpha(opacity=70);
	text-decoration		: none;
}

#menuDeroulant {
	font-weight			: bold;
	list-style-type		: none;
	margin				: 84px 0px 0px 10px;
	padding				: 0px;
	position			: absolute;
	text-transform		: uppercase;
	z-index				: 1;
}

#menuDeroulant li {
	float				: left;
}

#menuDeroulant li a:link, #menuDeroulant li a:visited {
	background-image	: url(images/menu_separator.gif);
	background-position	: right center;
	background-repeat	: no-repeat;
	display				: block;
	height				: 1%;
	margin				: 0;
	padding				: 0px 5px;
	text-decoration		: none;
}

#menuDeroulant li a:hover { 
	opacity				: 0.7;
	filter				: alpha(opacity=70);
}

#menuDeroulant .sousMenu {
	font-size			: 0.9em;
	display				: none;
	list-style-type		: none;
	margin				: 0;
	padding				: 0;
	border				: 0;
}

#menuDeroulant .sousMenu li {
	float				: none;
	margin				: 0;
	padding				: 0;
	border				: 0;
	width				: 100px;
	border-top			: 1px solid #cccccc;
}


#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited {
	background			: none;
	background-color	: #FAFAFA;
	border				: 0px;
	display				: block;
	margin				: 0px;
	text-decoration		: none;
}

#menuDeroulant li:hover > .sousMenu { 
	display				: block; 
}

#breadcrumbcontainer {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 9px;
	margin				: 115px 20px 0px;
	text-transform		: uppercase;
}
/*------------------------------------------------------------------------*/
/* ---------------------------- GENERAL CLASS ----------------------------*/
/*------------------------------------------------------------------------*/
input, select, textarea {
	border				: 1px solid #cccccc;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
}

input[type=checkbox], input[type=radio] { 
	border				: none;
}

input[type=submit], input[type=reset] {
	border				: 2px outset #cccccc;
	cursor				: pointer;
}

input[type=submit]:hover, input[type=reset]:hover {
	border				: 2px outset white;
	background-color	: #cccccc;
}

input[type=submit]:active, input[type=reset]:active {
	border				: 2px inset #cccccc;
	background-color	: #AFAFAF;
} 

form {
	margin				:0px;
}

label {
	display				: inline-block;
	padding				: 5px 0px 0px;
	text-align			: left;
	vertical-align		: top;
	width				: 40%;
}

b, strong {
	font-weight		: bold;
}

a:link, a:visited {
	color			: #346DBF;
	text-decoration	: none;
}

a:link:hover, a:active {
	color			: #346DBF;
	text-decoration	: underline;
}

a.bouton, a.bouton:visited {
	background		: #ECE9D8;
	border			: 1px solid #cccccc;
	color			: #000000;
	font-size		: 10px;
	height			: 16px;
	padding			: 1px 7px;
}

a.bouton:hover, a.bouton:active {
	color			: #000000;
	text-decoration	: none;
}

a img, .noBorder {
	border			: none;
}

#searchbox {
	width			: 375px;
	padding			: 3px;
}

.clear {
	clear			: both;
	visibility		: hidden;
	line-height		: 0px;
	margin			: 0px;
	padding			: 0px;
	display			: block;
}

.gimi-text {
	color			: #444444;	
	font-size		: 11px;
	letter-spacing	: 0px;
	line-height		: 14px;
	text-transform	: none;
}

.gimi-text-red {
	color			: #D3373F;
	font-size		: 11px;
	letter-spacing	: 0px;
	line-height		: 14px;
}

.gimi-text-small {
	color			: #444444;
	font-size		: 9px;
	letter-spacing	: 0px;
	line-height		: 14px;
}

.gimi-text-right {
	font-size		: 11px;
	letter-spacing	: 0px;
	line-height		: 14px;
	text-align		: right;
}

.gimi-text-left {
	font-size		: 11px;
	letter-spacing	: 0px;
	line-height		: 14px;
	text-align		: left;;
}

.gris-degrade {
	background-image	: url(images/bg_box.gif);
	background-position	: top left;
	background-repeat	: repeat-x;
	border				: 1px solid #cccccc; 
	font-size			: 11px;
	padding				: 10px; 
}

.encadre {
	border			: 1px solid #cccccc; 
	color			: #444444;
	font-size		: 11px;
	letter-spacing	: 0px;
	line-height		: 14px;
	padding			: 5px; 
	text-align		: justify;
}

.dotted-horizontal {
	border			: 0px;
	border-bottom	: 1px dotted #cccccc;
	height			: 1px;
	margin			: 10px 0px;
}

.dotted-vertical {	/* need height in div */
	border-color	: #CCCCCC;
	border-style	: none dotted none none;
	border-width	: 0px 1px 0px 0px;
	float			: left;
	margin			: 0px 15px;
}

.iconUsers {
	background-image	: url(images/users.jpg);
	background-position	: right;
	background-repeat	: no-repeat;
	height				: 90px;
}

h1 {
	color				: #FFFFFF;
	background-color	: #E19F19;
	font-size			: 12px;
	font-weight			: bold;
	line-height			: 1.5em;
	text-align			: left;
	text-transform		: uppercase;
	padding-left		: 3px;
}

h2 {
	color				: #FFFFFF;
	background-color	: #1F4497;
	font-size			: 12px;
	font-weight			: bold;
	line-height			: 1.5em;
	text-align			: left;
	text-transform		: uppercase;
	padding-left		: 3px;
}

h3 {
	color				: #FFFFFF;
	background-color	: #728DCB;
	font-size			: 12px;
	font-weight			: bold;
	line-height			: 1.5em;
	text-align			: left;
	text-transform		: uppercase;
	padding-left		: 3px;
}

h4 {
	color				: #FFFFFF;
	background-color	: #0F8787;
	font-size			: 12px;
	font-weight			: bold;
	line-height			: 1.5em;
	text-align			: left;
	text-transform		: uppercase;
	padding-left		: 3px;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link {
	color				: #FFFFFF;
}

h5, .gimi-subtitle {
	border			: 0px;
	border-bottom	: 1px solid #C6C6C6;
	font-size		: 12px;
	font-weight		: bold;
	margin			: 15px 0px 7px 0px;
	padding-bottom	: 5px;
	text-transform	: uppercase;
	text-align		: left;
}

.title  {
	font-size		: 12px; 
	font-weight		: bold; 
	color			: #FFFFFF; 
	text-transform	: uppercase;
	text-align		: left;
}

.theme-title {
	background-image 	: url(images/chip.gif);
	background-position	: left;
	background-repeat	: no-repeat;
	color				: #D3373F;
	font-size			: 16px;
	font-weight			: bold;
	padding				: 0px 12px;
	margin				: 10px 0px;
	text-transform		: uppercase;
	text-align			: left;
}

.news-title {
	border-bottom		: 1px dotted #444444;
	color				: #D3373F;
	font-size			: 12px; 
	font-weight			: bold; 
	line-height			: 19px;
	margin-bottom		: 10px;
	text-transform		: uppercase;
	text-align			: left;
}

.theme-subtitle, .ressource-title {
	background-image 	: url(images/chip.gif);
	background-position	: left;
	background-repeat	: no-repeat;
	color				: #D3373F;
	font-size			: 12px;
	font-weight			: bold;
	padding				: 10px 10px 10px 12px;	
	margin				: 0px;
	text-align			: left;
}

.ressource-subtitle, .news-subtitle {
	color				: #D3373F;
	font-size			: 11px;
	font-weight			: bold;
	margin-bottom		: 8px;
	margin-top			: 8px;
	text-align			: left;
}

.focus-subtitle {
	color				: #D3373F;
	font-size			: 16px;
	line-height			: 20px;
	margin-bottom		: 8px;
	margin-top			: 8px;
	text-align			: left;
}

.focus-subtitle2 {
	color				: #D3373F;
	font-size			: 13px;
	line-height			: 20px;
	margin-bottom		: 8px;
	margin-top			: 8px;
	text-align			: left;
}

.news-project {
	background-color	: #333333;
	color 				: #FFFFFF; 
	float 				: right;
	font-size 			: 13px; 
	font-weight 		: bold; 
	line-height 		: 1.5em;
	padding-left 		: 10px;
	text-transform 		: uppercase;
	width 				: 320px;
}

.gauche {
	float				: left;
	margin-right		: 25px;
}

.droite {
	float				: right;
}

/*---------------------------*/
/*------- TABLE LIST --------*/
/*---------------------------*/
table {
	color			: #333333;
	font-size		: 8pt; 
}

tr.listtitle {
	background-color: #999999;
	font-size		: 10pt; 
}

tr.list0 {
	background-color: #CCCCCC;
	font-size		: 8pt;
}

tr.list1 {
	background-color: #FAFAFA; 
	font-size		: 8pt; 
	
}

/*---------------------------*/
/*--------- BLOC ------------*/
/*---------------------------*/
.bloc {
	background-color	: transparent;
	float				: none;
}

.bloc .haut {
	color				: #FFFFFF; 
	font-size			: 12px; 
	font-weight			: bold;
	line-height			: 1.5em;
	text-transform		: uppercase;
	text-align			: left;
}

.bloc .haut .couleur1 {
	background-color	: #E19F19;
	padding-left		: 3px;
}

.bloc .haut .couleur2 {
	background-color	: #1F4497;
	padding-left		: 3px;
}

.bloc .haut .couleur3 {
	background-color	: #728DCB;
	padding-left		: 3px;
}

.bloc .haut .homepage {
	background-color	: #FFFFFF;
	padding-left		: 3px;
	color				: #D3373F;
	border-color		: #AFAFAF;
	border-style		: solid;
	border-width		: 1px;
}

.bloc .haut .countryprofile {
	border-bottom		: 1px solid #444444;
	border-top			: 1px solid #444444;
	font-size			: 11px;
	font-weight			: normal;
	line-height			: 16px;
	text-align			: right;
}

.bloc .haut .regionprofile {
	border-bottom		: 1px solid #444444;
	border-top			: 1px solid #444444;
	font-size			: 11px;
	font-weight			: normal;
	line-height			: 16px;
	text-align			: right;
}

.bloc .bordureLateral {
	border-left			: 1px solid #CCCCCC;
	border-right		: 1px solid #CCCCCC;
	color				: #444444;
	display				: block;		/*-  ie bug peekaboo -*/
	float			 	: none;
	font-size			: 11px;
	letter-spacing		: 0px;
	line-height			: 1.2em;
	margin				: auto;
	padding				: 7px 7px 0px;
	text-align			: left;
}
 
.bloc .basGauche {
	float			 	: left;
	background-image	: url(images/blocs/gray/round_bottom_left.gif);
	background-repeat	: no-repeat;
	height				: 9px;
	width				: 9px;
	font-size			: 2px;
}
 
.bloc .bas {
	float			 	: none;
	background-image    : url(images/blocs/gray/bottom.gif);
	background-repeat 	: repeat-x;
	font-size			: 2px;
}
 
.bloc .basDroit {
	float			 	: right;
	background-image	: url(images/blocs/gray/round_bottom_right.gif);
	background-repeat	: no-repeat;
	height				: 9px;
	width				: 9px;
	font-size			: 2px;
}

/*---------------------------*/
/*---------- LIST -----------*/
/*---------------------------*/
.corps0 {
	float			 	: none;
	border				: 0px;
	padding				: 5px;
	background-color	: #EFEFEF;
	text-align			: left;
	font-weight	   		: normal;
}

.corps1 {
	float			 	: none;
	border				: 0px;
	padding				: 5px;
	background-color	: #FAFAFA;
	text-align			: left;
	font-weight	   		: normal;
}

.corps0:hover, .corps1:hover {
	background-color	: #CFCFCF;
	cursor				: pointer;
}

/*-----------------------------------*/
/* BLOC ARROUDI (REGULAR AND YELLOW) */
/*-----------------------------------*/
.blocRond, .blocRondJaune {
	float				: none;
	background-color	: transparent;
}

.blocRond .hautGauche {
   float			 	: left;
   background-image  	: url(images/blocs/gray/round_top_left.gif);
   background-repeat 	: no-repeat;
   font-size		 	: 2px;
   height            	: 9px;
   width            	: 9px;
}
 
.blocRond .haut {
	border-top			: 1px solid #CCCCCC;
	font-size			: 5px; 
	line-height			: 1em;
	margin-left			: 9px;
	margin-right		: 9px;
	padding				: 0px;
	text-align			: left;
}

.blocRond .hautDroit {
   float				: right;
   background-image  	: url(images/blocs/gray/round_top_right.gif);
   background-repeat 	: no-repeat;
   font-size		 	: 2px;
   height            	: 9px;
   width             	: 9px;
}

.blocRond .bordureLateral {
	border-left			: 1px solid #CCCCCC;
	border-right		: 1px solid #CCCCCC;
	color				: #444444;
	display				: block;		/*-  ie bug peekaboo -*/
	float			 	: none;
	font-size			: 11px;
	letter-spacing		: 0px;
	line-height			: 1.2em;
	margin				: auto;
	padding				: 7px 7px 1px 7px;
	text-align			: center;
}

.blocRond .basGauche {
	float			 	: left;
	background-image	: url(images/blocs/gray/round_bottom_left.gif);
	background-repeat	: no-repeat;
	height				: 9px;
	width				: 9px;
	font-size			: 2px;
}
 
.blocRond .bas {
	float			 	: none;
	background-image	: url(images/blocs/gray/bottom.gif);
	background-repeat 	: repeat-x;
	font-size			: 2px;
	margin-left			: 9px;
	margin-right		: 9px;
}
 
.blocRond .basDroit {
	float			 	: right;
	background-image	: url(images/blocs/gray/round_bottom_right.gif);
	background-repeat	: no-repeat;
	height				: 9px;
	width				: 9px;
	font-size			: 2px;
}

.blocRondJaune .hautGauche {
   float			 	: left;
   background-image  	: url(images/blocs/yellow/round_top_left.gif);
   background-repeat 	: no-repeat;
   font-size		 	: 2px;
   height            	: 9px;
   width            	: 9px;
}
 
.blocRondJaune .haut {
	background-image    : url(images/blocs/yellow/top.gif);
	font-size			: 5px; 
	line-height			: 1em;
	margin-left			: 9px;
	margin-right		: 9px;
	padding				: 0px;
	text-align			: left;
}

.blocRondJaune .hautDroit {
   float				: right;
   background-image  	: url(images/blocs/yellow/round_top_right.gif);
   background-repeat 	: no-repeat;
   font-size		 	: 2px;
   height            	: 9px;
   width             	: 9px;
}

.blocRondJaune .bordureLateral {
	border-left			: 1px solid #CCCCCC;
	border-right		: 1px solid #CCCCCC;
	background-color	: #F7F1AB;
	color				: #444444;
	display				: block;		/*-  ie bug peekaboo -*/
	float			 	: none;
	font-size			: 11px;
	letter-spacing		: 0px;
	line-height			: 1.2em;
	margin				: auto;
	padding				: 7px 7px 0px;
	text-align			: center;
}
 
.blocRondJaune .basGauche {
	float			 	: left;
	background-image	: url(images/blocs/yellow/round_bottom_left.gif);
	background-repeat	: no-repeat;
	height				: 9px;
	width				: 9px;
	font-size			: 2px;
}
 
.blocRondJaune .bas {
	float			 	: none;
	background-image	: url(images/blocs/yellow/bottom.gif);
	background-repeat 	: repeat-x;
	font-size			: 2px;
	margin-left			: 9px;
	margin-right		: 9px;
}
 
.blocRondJaune .basDroit {
	float			 	: right;
	background-image	: url(images/blocs/yellow/round_bottom_right.gif);
	background-repeat	: no-repeat;
	height				: 9px;
	width				: 9px;
	font-size			: 2px;
}

.blocRondBlue .hautGauche {
   float			 	: left;
   background-image  	: url(images/blocs/blue/round_top_left.gif);
   background-repeat 	: no-repeat;
   font-size		 	: 2px;
   height            	: 9px;
   width            	: 9px;
}
 
.blocRondBlue .haut {
	background-image    : url(images/blocs/blue/top.gif);
	font-size			: 5px; 
	line-height			: 1em;
	margin-left			: 9px;
	margin-right		: 9px;
	padding				: 0px;
	text-align			: left;
}

.blocRondBlue .hautDroit {
   float				: right;
   background-image  	: url(images/blocs/blue/round_top_right.gif);
   background-repeat 	: no-repeat;
   font-size		 	: 2px;
   height            	: 9px;
   width             	: 9px;
}

.blocRondBlue .bordureLateral {
	border-left			: 1px solid #CCCCCC;
	border-right		: 1px solid #CCCCCC;
	background-color	: #728DCB;
	color				: #FFFFFF;
	display				: block;		/*-  ie bug peekaboo -*/
	float			 	: none;
	font-size			: 11px;
	letter-spacing		: 0px;
	line-height			: 1.2em;
	margin				: auto;
	padding				: 7px 7px 0px;
	text-align			: center;
}
 
.blocRondBlue .basGauche {
	float			 	: left;
	background-image	: url(images/blocs/blue/round_bottom_left.gif);
	background-repeat	: no-repeat;
	height				: 9px;
	width				: 9px;
	font-size			: 2px;
}
 
.blocRondBlue .bas {
	float			 	: none;
	background-image	: url(images/blocs/blue/bottom.gif);
	background-repeat 	: repeat-x;
	font-size			: 2px;
	margin-left			: 9px;
	margin-right		: 9px;
}
 
.blocRondBlue .basDroit {
	float			 	: right;
	background-image	: url(images/blocs/blue/round_bottom_right.gif);
	background-repeat	: no-repeat;
	height				: 9px;
	width				: 9px;
	font-size			: 2px;
}

/*---------------------------*/
/*--------- PUCES -----------*/
/*---------------------------*/
ul {
	margin    			: 0px;
	padding				: 0px 0px 0px 15px;
}

.chip {
	list-style-image 	: url(images/chip.gif);
}

.chip1 {
	list-style-image 	: url(images/square1.gif);
}

.chip2 {
	list-style-image 	: url(images/square2.gif);
}

.chip3 {
	list-style-image 	: url(images/square3.gif);
}

.chipDown {
	list-style-image 	: url(images/chipDown.gif);
}

.chipUp {
	list-style-image 	: url(images/chipUp.gif);
}

/*---------------------------*/
/*- WORKSPACE GUIDE (PUCES) -*/
/*---------------------------*/
.image {
	line-height			: 18px;
	margin 				: 3px 3px 3px 10px;
	padding				: 0px 0px 0px 10px;
}

.chipBook, .chipMembers, .chipHome, .chipWiki, .chipNews {
	margin-left			: 10px;
	padding-left		: 10px;
}

.chipBook {
	list-style-image 	: url(images/book.png);	
}

.chipMembers {
	list-style-image 	: url(images/author.png);
}

.chipHome {
	list-style-image 	: url(images/home.jpg);
}

.chipWiki {
	list-style-image 	: url(images/wiki.png);
}

.chipNews {
	list-style-image 	: url(images/news1.png);
}

/*---------------------------*/
/*------ Home Service -------*/
/*---------------------------*/
.userNews {
	background-image	: url(images/userNews.jpg);
	background-position	: right bottom;
	background-repeat	: no-repeat;
}

.question {
	background-image	: url(images/questionMark.jpg);
	background-position	: right bottom;
	background-repeat	: no-repeat;
}

.glossaire {
	background-image	: url(images/glossaire.jpg);
	background-position	: right bottom;
	background-repeat	: no-repeat;
}

.ressources {
	background-image	: url(images/ressources.jpg);
	background-position	: right bottom;
	background-repeat	: no-repeat;
}

.project {
	background-image	: url(images/netgroup.jpg);
	background-position	: right bottom;
	background-repeat	: no-repeat;
}

/*------------------------------------------------------------------------*/
/* --------------------------- GESS SPECIFIC CLASS -----------------------*/
/*------------------------------------------------------------------------*/
.titleV2 {
	font-size		: 12px;
	font-weight		: bold; 
	line-height		: 1.5em;
	width			: 550px;
	color			: #FFFFFF;
	background-color: #E19F19;
	padding-left	: 3px;
	margin-bottom	: 10px;
	text-transform	: uppercase;
	text-align		: left;
}