/*------------------------------------------------------------------------*/
/*----- CSS : Eric. B. - Evensight - copyright 2006 Sight Design LLC -----*/
/*------------------------------------------------------------------------*/

/*------------------------------------------------------------------------*/
/* ------------------------ MAINPAGE LAYOUT (ID) -------------------------*/
/*------------------------------------------------------------------------*/
body {
	background-color: #F6F6F6;
}

#container {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	color: #7E7E7E;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: 0px;
	line-height: 1.2em;
	margin: 15px auto 0px;
	width: 1000px;
}

#pageHeader {
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	height: 163px;
}

#pageHeaderEs {
	background-image: url(images/header_bg_es.png);
	background-repeat: no-repeat;
	height: 163px;
}

#pageHeaderFr {
	background-image: url(images/header_bg_fr.png);
	background-repeat: no-repeat;
	height: 163px;
}

#content {
	color: #404040;
	float: left;
	margin-left: 25px;
	text-align: justify;
	width: 725px;
}

#sidebar {
	float: right;
	margin-right: 25px;
	text-align: left;
	width: 200px;
}

#footer {
	border-top: 1px dotted #aaaaaa;
	font-size: 0.8em;
	letter-spacing: 1px;
	margin: 10px 10px 0px 10px;
	text-align: center;
}

#footer a {
	color: #FF6600;
	letter-spacing: 0px;
	text-decoration: underline;
}

#footer a:hover {
	color: #404040;
	letter-spacing: 0px;
}

#bottom {
	background-color: #F6F6F6;
	background-image: url(images/content_bottom.png);
	background-repeat: no-repeat;
	height: 60px;
}
/*------------------------------------------------------------------------*/
/* --------------------------- PAGE HEADER (ID)---------------------------*/
/*------------------------------------------------------------------------*/
#menuRight {
	height: 20px;
	letter-spacing: 0.2em;
	line-height: 26px;
	margin: 84px 0px 0px 895px;
	padding: 0px;
	position: absolute;
	z-index: 1;
}

#menuLeft {
	margin: 84px 0px 0px 10px;
	padding: 0px;
	position: absolute;
	z-index: 1;
}	

#header_link_home {
	position: absolute;
	height: 70px;
	margin-left: 30px;
	width: 160px;
	z-index: 1;
}

#header_link_ilo {
	float: right;
	height: 45px;
	margin-right: 30px;
	margin-top: 25px;
	width: 50px;
}

.separator {
	background-image: url(images/menu_separator.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#langselector {
	font-size: 0.7em;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 5px 15px 0px 0px;
	text-align: right;
}

#langselector a {
	color: #FFFFFF;
}

#langselector a:hover {
	color: #404040;
	text-decoration: underline;
}

#menuRight a:hover, #menuLeft a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#menuDeroulant {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.8em;
	list-style-type: none;
	margin: 85px 0px 0px 36px;
	padding: 0px;
	position: absolute;
	text-transform: uppercase;
	z-index: 100;
}

#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;
}

#menuDeroulant .sousMenu {
	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-size: 0.8em;
	margin: 120px 0px 0px 25px;
	text-transform: uppercase;
}
/*------------------------------------------------------------------------*/
/* ---------------------------- GENERAL CLASS ----------------------------*/
/*------------------------------------------------------------------------*/
input, select, textarea {
	border: 1px solid #cccccc;
}

input[type=text], input[type=password], select {
	width: 49%;
}

input[type=checkbox], input[type=radio] { 
	border: none;
}

input[type=submit], input[type=reset] {
	font-size: 0.9em;
	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;
}

input.id[type=text] {
	width: 100px;
}

input.year[type=text] {
	width: 37px;
}

input.hasDatepicker[type=text] {
	width: 70px;
}

form {
	margin:0px;
}

label {
	display: inline-block;
	line-height: 1.5em;
	padding: 2px 0px 0px;
	text-align: left;
	vertical-align: top;
	width: 40%;
}

b, strong {
	font-weight: bold;
}

a:visited, a:link {
	color: #346DBF;
	text-decoration: none;
}

a:active, a:hover {
	color: #346DBF;
	text-decoration: underline;
}

a img, .noBorder {
	border: none;
}

hr, .dotted-horizontal {
	border: 0px;
	border-bottom: 1px dotted #cccccc;
	height: 1px;
	margin: 10px 0px;
}

sup {
	font-size: 0.7em; 
}

h1 {
	color: #FFFFFF;
	background-color: #1F4497;
	font-size: 12pt;
	font-weight: bold;
    text-align: left;
	margin: 0px 0px 15px 0px;
    padding: 5px 7px;
}

h1 a:link {
	color: #FFFFFF;
}

h2 {
	color: #FF6600;
	border: 0px;
	border-bottom: 2px solid #E4E4E4;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	margin: 25px 0px 7px 0px;
	padding: 0px 7px 7px 7px;
	text-align: left;
}

h2 .droite {
	font-size: 0.7em;
}

h3, .theme-subtitle, .gimi-subtitle {
	color: #FF6600;
	font-size: 12pt;
	font-weight: bold;
	margin: 7px 0 7px 0;
	text-align: left;
}

h4 {
	color: #1F4497;
	font-size: 11pt;
	font-weight: bold;
	margin: 7px 0 7px 0;
	text-align: left;
}

h5 {
	font-size: 11pt;
	font-style:italic;
	margin: 7px 0 7px 0;
	text-align: left;
}

.text {
	color: #404040;	
	font-size: 10pt;
	letter-spacing: 0px;
	line-height: 14px;
	text-transform: none;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-red {
	color: #D3373F;
}

.text-small {
	color: #404040;
	font-size: 0.8em;
	letter-spacing: 0px;
	line-height: 14px;
}

.gauche {
	float: left;
	margin-right: 25px;
}

.droite {
	float: right;
}

.clear {
	clear: both;
	visibility: hidden;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}

.gris-degrade {
	background-image: url(images/bg_box.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	padding: 10px; 
}

:root .gris-degrade {
	background-image: -webkit-linear-gradient(bottom, #ECECEC 0%, #FFFFFF 60%); /* Chrome, Safari */
	background-image: -moz-linear-gradient(bottom, #ECECEC 0%, #FFFFFF 60%); /* Firefox */
	background-image: -ms-linear-gradient(bottom, #ECECEC 0%, #FFFFFF 60%); /* IE */
	background-image: -o-linear-gradient(bottom, #ECECEC 0%, #FFFFFF 60%); /* Opera */
	background-image: linear-gradient(bottom, #ECECEC 0%, #FFFFFF 60%); /* Norme W3C */
	border-radius: 10px;
    box-shadow: 1px 1px 7px #555;
}

.bg_blue {
	background-color: #C6D9F1;
	border-radius: 10px;
    box-shadow: 1px 1px 7px #555;
	padding: 7px 15px;
	text-align: left;
}

.lines {
	border-bottom: 3px solid #1F4497;
	border-top: 3px solid #1F4497;
	color: #707070;
	font-weight: bold;
	padding: 7px;
	font-style: italic;
	text-align: center;
}

.bg_gray {
	background-image: url(images/bg_box.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-radius: 10px;
	box-shadow: 0px 0px 7px #CCCCCC inset;
	color: #1F4497;
	font-style: italic;
	font-weight: bold;
	padding: 10px;
	text-align: left;
}

:root .bg_gray {
	background-image: -webkit-linear-gradient(top, #CCCCCC 0%, #FFFFFF 60%); /* Chrome, Safari */
	background-image: -moz-linear-gradient(top, #CCCCCC 0%, #FFFFFF 60%); /* Firefox */
	background-image: -ms-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 60%); /* IE */
	background-image: -o-linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 60%); /* Opera */
	background-image: linear-gradient(bottom, #CCCCCC 0%, #FFFFFF 60%); /* Norme W3C */
	border-radius: 10px;
	box-shadow: 0px 0px 7px #CCCCCC inset;
	color: #1F4497;
	font-style: italic;
	font-weight: bold;
	padding: 10px;
	text-align: left;
}

.col1 {
	float: left;
	border-right: 1px solid #cccccc; 
	width: 48%;
	margin: 7px 0px 0px 0px;
	padding: 10px 10px 0px 0px;
	text-align: left;
}

.col2 {
	float: left;
	border-left: 1px solid #cccccc; 
	width: 48%; 
	margin: 7px 0px 0px -1px; 
	padding: 10px 0px 0px 10px;
	text-align: left;
}

.margin_top {
	margin-top:15px;
}

.margin_bottom {
	margin-bottom:15px;
}

.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;
}

/*------------------------------------------------------------------------*/
/* ----------------------------- SPF IMAGES ------------------------------*/
/*------------------------------------------------------------------------*/
.spf {
	background-image: url(images/spf/spf.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 57px;
	margin-bottom: 10px;
}

.spf:hover {
	background-image: url(images/spf/spf_hover.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 57px;
	margin-bottom: 10px;
	cursor: pointer;
}
.spf_es {
	background-image: url(images/spf/spf_es.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 57px;
	margin-bottom: 10px;
}

.spf_es:hover {
	background-image: url(images/spf/spf_es_hover.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 57px;
	margin-bottom: 10px;
	cursor: pointer;
}

.spf_fr {
	background-image: url(images/spf/spf_fr.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 57px;
	margin-bottom: 10px;
}

.spf_fr:hover {
	background-image: url(images/spf/spf_fr_hover.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 57px;
	margin-bottom:10px;
	cursor: pointer;
}


/*------------------------------------------------------------------------*/
/* ----------------- COLORS FOR DATEPICKER & FULLCALENDAR ----------------*/
/*------------------------------------------------------------------------*/
.blue a.ui-state-default {
	background-color: #728DCB;
	background-image: none;
    color: #FFFFFF;
}

.blue .fc-event-skin {
	background-color: #728DCB;
	border-color: #728DCB;
	color: #FFFFFF;
}

.blue_light a.ui-state-default {
	background-color: #C6D9F1;
	background-image: none;
    color: #FFFFFF;
}

.blue_light .fc-event-skin {
	background-color: #C6D9F1;
	border-color: #C6D9F1;
	color: #FFFFFF;
}

.blue_dark a.ui-state-default {
	background-color: #1F4497;
	background-image: none;
    color: #FFFFFF;
}

.blue_dark .fc-event-skin {
	background-color: #1F4497;
	border-color: #1F4497;
	color: #FFFFFF;
}
/*------------------------------------------------------------------------*/
/* ----------------------------- INFO BOXES ------------------------------*/
/*------------------------------------------------------------------------*/
.info {
	background-image: url("images/info_12px.png");
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
}

.info .hide {
	display: none;
}

.info:hover {
	z-index: 10;
	cursor: help;
}

.info:hover .hide {
	background-color: #F6F6F6;
	background-image: url(images/page_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-style: italic;
	display: inline;
	position: absolute;
	top: 20px;
	left: 7px;
	padding: 3px;
	width: 250px;
}

/*------------------------------------------------------------------------*/
/* ----------------------------- SEARCH BOXE -----------------------------*/
/*------------------------------------------------------------------------*/
span.sbox_l  {
	background: white url('images/search_left.gif') no-repeat top left;
	float: left;
	width: 19px;
	height: 19px;
}

span.sbox_r  {
	background: white url('images/search_right.gif') no-repeat top right;
	float: left;
	width: 19px;
	height: 19px;
}

span.sbox input {
	background: white url('images/search_bg.gif') repeat-x top left;
	float: left;
	border: 0;
	height: 14px;
	width: 142px;
	padding: 3px;
	font: 11px/13px arial;
	color: #000;
}

/*------------------------------------------------------------------------*/
/* --------------------------- Home (news part) --------------------------*/
/*------------------------------------------------------------------------*/
.news {
    border: 1px solid #cccccc;
	height:50px;
	margin-bottom:7px;
	overflow:hidden;
}

.news .date {
	background-color: #C6D9F1;
	color: #1F4497;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	height: 40px;
	padding-top: 10px; 
	text-align: center;
	width: 50px;
}

.news:hover  {
	cursor: pointer;
}

.news:hover > .date {
	background-color: #1F4497;
	color: #FFFFFF;
}

.news p {
	margin: 7px 5px 7px 55px;
}

/*------------------------------------------------------------------------*/
/* ---------------------------- 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;
}

/*------------------------------------------------------------------------*/
/* ------------------------------- 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 b, .corps1 b {
	color: #1F4497;
}

.corps0:hover, .corps1:hover {
	background-color: #CFCFCF;
	cursor: pointer;
}

tr.listtitle {
	background-color: #999999;
}

tr.list0 {
	background-color: #CCCCCC;
}

tr.list1 {
	background-color: #FAFAFA; 
}

/*------------------------------------------------------------------------*/
/* ------------------------------ PUCES ----------------------------------*/
/*------------------------------------------------------------------------*/
ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.chip {
	list-style-image: url(images/arrow.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);
}

/*------------------------------------------------------------------------*/
/* ------------------------------- BLOC ----------------------------------*/
/*------------------------------------------------------------------------*/
.bloc {
	background-color: transparent;
	float: none;
}

.bloc .haut {
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
    text-align: left;
}

.bloc .haut .couleur1 {
	background-color: #1F4497;
	padding: 5px 7px;
}

.bloc .haut .couleur2 {
	background-color: #FF6600;
	padding: 5px 7px;
}

.bloc .haut .homepage {
	background-color: #FFFFFF;
	padding: 0 7px;
	color: #FF6600;
	border-color: #AFAFAF;
	border-style: solid;
	border-width: 1px;
}

.bloc .haut .countryprofile {
	border-bottom: 1px solid #404040;
	border-top: 1px solid #404040;
	font-weight: normal;
	line-height: 16px;
	text-align: right;
}

.bloc .haut .regionprofile {
	border-bottom: 1px solid #404040;
	border-top: 1px solid #404040;
	font-weight: normal;
	line-height: 16px;
	text-align: right;
}

.bloc .bordureLateral {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	display	: block;		/*-  ie bug peekaboo -*/
	float: none;
	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;
}

/*------------------------------------------------------------------------*/
/* ---------------- 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;
	display: block;		/*-  ie bug peekaboo -*/
	float: none;
	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;
	display: block;		/*-  ie bug peekaboo -*/
	float: none;
	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;
	display: block;		/*-  ie bug peekaboo -*/
	float: none;
	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;
}

/*------------------------------------------------------------------------*/
/* ------------------------- OVERLOAD JQUERY UI CLASS --------------------*/
/*------------------------------------------------------------------------*/
#ui-datepicker-div {
	font-size: 60%;
}

.ui-datepicker-inline {
	width: auto;
}

.ui-datepicker th {
	padding: 0em 0.3em;
}

.ui-datepicker td {
	line-height: 10px;
}

.ui-autocomplete {
	font-size: 75%;
	width: 355px;
}

.ui-autocomplete-loading  { 
	background: white url('images/ui-animate.gif') right center no-repeat; 
}

.icon-collection li {
    cursor: pointer;
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
    position: relative;
}
