@charset "utf-8";
/* CSS Document */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   reset css
   ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, fieldset, textarea
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;}

body{font-size:11px;}

a{text-decoration:none;cursor:pointer;}

input[type="submit"],input[type="file"]{cursor:pointer;}

li{
	list-style:none;}

h1{font-weight:normal;}

p,li,h1,h2,h3, h4, h5, ul,td,span,a,input,select,label,textarea, fieldset, legend{font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-weight:normal; color:#3d3d3d;}

div.clear{
	clear:both;}


/*=====================================================
                       HEADER
=====================================================*/
header{
	height:104px;
	width:100%;
	background: url(/static/compiled/images/img_structure/fond_degrade_header.png) repeat-x;
	background-color:#cdcdcd;
	}

div.conteneur_header{
	position:relative;
	width:1200px;
	margin:0 auto;}

a.logo{
	position:absolute;
	display:block;
	top:21px;
	left:11px;
	height:76px;
	width:178px;
	}

header nav{
	padding-left:205px; padding-top:79px;}

ul.menu_header_dashboards{float:left;}

ul.menu_header_dashboards li{float:left;}

ul.menu_header_dashboards li a{
	display:block;
	padding-left:22px;
	color:#ffffff;
	font-size:16px;
	text-transform:uppercase;
	}

ul.menu_header_dashboards li.item_dashboard_project a{
	background: url(/static/compiled/images/img_structure/picto_dashboard_project.png) left center no-repeat;
	}

ul.menu_header_dashboards li.item_dashboard_ressources a{
	background: url(/static/compiled/images/img_structure/picto_dashboard_ressources.png) left center no-repeat;
	}

ul.menu_header_dashboards li.separateur{
	padding-left:4px;
	padding-right:4px;
	}

ul.menu_header_dashboards li.separateur span{
	font-size:16px;
	color:#ffffff;
	}

ul.menu_header_dashboards li{float:left;}


ul.menu_header_user{float:right;}

ul.menu_header_user li{float:left;}

ul.menu_header_user li.separateur span{
	display:block;
	padding-left:6px;
	padding-right:6px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	}

ul.menu_header_user li a{
	display:block;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	}


/*=====================================================
                     FIN  HEADER
=====================================================*/


div.conteneur_principal{
	width:1200px;
	margin:0 auto;}


/*=====================================================
           FIL ARIANE ET CHAMP DE RECHERCHE
=====================================================*/
div.fil_ariane_recherche{
	padding-top:15px;
	padding-bottom:15px;
	}

ul_fil_ariane{float:left;}

ul.fil_ariane li{
	float:left;
	}

ul.fil_ariane li a,
ul.fil_ariane li.separateur{
	display:block;
	color:#737373;
	font-size:15px;
	text-transform:uppercase;
	}

ul.fil_ariane li.separateur{
	line-height:18px;
	padding-left:5px;
	padding-right:5px;}

form.recherche_rapide{float:right;}

form.recherche_rapide input{
	width:220px;
	height:28px;
	font-size:13px;
	padding-left:15px;
	line-height:25px;
	font-style:italic;
	color:#a7a7a7;
	background:none;
	border:none;
	background-color:#e4e4e4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(js/PIE.htc);

	}

/*=====================================================
          FIN FIL ARIANE ET CHAMP DE RECHERCHE
=====================================================*/



/*=====================================================
          TABLEAU DES PROJETS PAGE "DASH PROJETS"
		  Attention : contient des styles partagées avec la pages ressource
=====================================================*/
a.bt_nouveau_projet{
	display:block;
	width:100px;
	height:25px;
	line-height:25px;
	padding-left:10px;
	padding-right:10px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	background-color:#588797;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

ul.onglets_tableau_projets{
	zoom:1;
	width:837px;
	margin-top:17px;}
ul.onglets_tableau_projets_ligne_2{
	margin-top:0px;}

ul.onglets_tableau_projets:after{
	content: "";
    display: block;
    clear: both;}

ul.onglets_tableau_projets li{
	float:left;
	height:25px;
	border-top:1px solid #fff;}

ul.onglets_tableau_projets li a{
	display:block;
	width:105px;
	height:100%;
	line-height:23px;
	font-size:14px;
	color:#ffffff;
	padding-left:10px;
	text-transform:uppercase;
	background: #929292; /* Old browsers */
	background: -moz-linear-gradient(45deg, #929292 0%, #b4b4b4 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#929292), color-stop(99%,#b4b4b4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #929292 0%,#b4b4b4 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #929292 0%,#b4b4b4 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #929292 0%,#b4b4b4 99%); /* IE10+ */
	background: linear-gradient(45deg, #929292 0%,#b4b4b4 99%); /* W3C */
	}

ul.onglets_tableau_projets li.current a,
ul.onglets_tableau_projets li.current a:hover,
ul.onglets_tableau_projets li.hover a,
ul.onglets_tableau_projets li a:hover,

ul.onglets_tableau_projets li.hover a:hover{
	background:none;
	background-color:#493639;	}

div.tableau_projets{
	width:825px;
	background-color:#e6e6e6;
	padding:6px;
	margin-bottom:200px;
	}

div.tableau_projets ul.trie{
	zoom:1;
	margin-bottom:3px;
	padding-bottom:5px;
	background: url(/static/compiled/images/img_dashboard_projets/separation_trie_dash_projets.png) center bottom no-repeat;
	}
div.tableau_projets ul.trie:after{content: "";display: block;clear: both;}

div.tableau_projets ul.trie li{
	float:left;
	padding-right:10px;
	}

div.tableau_projets ul.trie li a,
div.tableau_projets ul.trie li span{
	display:block;
	font-size:12px;
	}
div.tableau_projets ul.trie li a{
	display:block;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left:5px;
	padding-right:20px;
	background: url(/static/compiled/images/img_dashboard_projets/picto_triangle_droite.png) right center no-repeat;
	background-color:#cccccc;}
div.tableau_projets ul.trie li a:hover,
div.tableau_projets ul.trie li.trie_bas a{
	color:#ffffff;
	background: url(/static/compiled/images/img_dashboard_projets/picto_triangle_bas.png) right center no-repeat;
	background-color:#493639;}
div.tableau_projets ul.trie li.trie_haut a{
	color:#ffffff;
	background: url(/static/compiled/images/img_dashboard_projets/picto_triangle_haut.png) right center no-repeat;
	background-color:#493639;}


/*------------------Barre de projet (styles partagés avec la barre de projet de la page "vue ressource")--------------------*/
li.projet{
	zoom:1;
	position:relative;
	padding:4px;
	margin-bottom:6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:none;
	background-color:#ffffff;
	height: auto;
	min-height:42px;
}

li.projet:after{
	content: "";
    display: block;
    clear: both;}

li.projet:hover div.infos_projet {display:block;}


li.projet:hover,
li.projet_current,
li.projet_hover{
	background: #6296a8; /* Old browsers */
	background: -moz-linear-gradient(top,  #6296a8 0%, #4e7785 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6296a8), color-stop(98%,#4e7785)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6296a8 0%,#4e7785 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6296a8 0%,#4e7785 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6296a8 0%,#4e7785 98%); /* IE10+ */
	background: linear-gradient(top,  #6296a8 0%,#4e7785 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6296a8', endColorstr='#4e7785',GradientType=0 ); /* IE6-9 */
}

div.description_projet{
	float:left;
	position:relative;
	width:155px;
	padding-left:60px;
	background: url(/static/compiled/images/img_dashboard_projets/separation_barre_projet.png) center right no-repeat;}
li.projet_current div.description_projet, li.projet_hover div.description_projet{
	background: url(/static/compiled/images/img_dashboard_projets/separation_barre_projet_2.png) center right no-repeat;}

.meteo{
	position:absolute;
	left:0;
	top:0;
	height: auto;
	min-height:42px!important;
	width:54px;}

div.meteo_nuageux{background: url(/static/compiled/images/img_dashboard_projets/meteo_nuageux.png) no-repeat;}

div.meteo_soleil{	background: url(/static/compiled/images/img_dashboard_projets/meteo_soleil.png) no-repeat;}

p.nom_projet a{
	font-size:14px;
	text-transform:uppercase;}
li.projet_current p.nom_projet,
li.projet_hover p.nom_projet, li.projet:hover p.nom_projet {color:#ffffff;}


p.code_projet{
	font-size:12px;}
li.projet_current p.code_projet, li.projet_hover p.code_projet,  li.projet:hover p.code_projet{color:#ffffff;}

div.progression_projet{
	position:relative;
	float:left;
	width:200px;
	padding-top:10px;
	height:32px;
	background: url(/static/compiled/images/img_dashboard_projets/separation_barre_projet.png) center right no-repeat;}

div.progression_projet:hover div.bulle_date {display:block;}

li.projet_current div.progression_projet, li.projet_hover div.progression_projet, li.projet:hover div.progression_projet{
	background: url(/static/compiled/images/img_dashboard_projets/separation_barre_projet_2.png) center right no-repeat;}

div.barre_progression{
	float:left;
	height:17px;
	width:138px;
	margin-left:14px;
	border:1px solid #b4b4b4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*background: url(/static/compiled/images/img_dashboard_projets/fond_barre_progression.jpg) -70px 0px no-repeat;	*/
	background-color:#ffffff;
}

p.avancement_pourcent{
	float:left;
	font-size:14px;
	padding-left:5px;}
li.projet_current p.avancement_pourcent, li.projet_hover p.avancement_pourcent,  li.projet:hover p.avancement_pourcent{color:#ffffff;}

p.decompte_jours{
	position:absolute;
	top:0;
	left:7px;
	width:auto;
	padding:0;
	line-height:13px;
	padding-left:8px;
	padding-right:8px;
	font-size:12px;
	color:#ffffff;
	font-style:italic;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	}

p.deadline_loin{
	border:1px solid #7baf22;
	background: #a7cc68; /* Old browsers */
	background: -moz-linear-gradient(top, #a7cc68 0%, #79ae1f 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cc68), color-stop(98%,#79ae1f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a7cc68 0%,#79ae1f 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a7cc68 0%,#79ae1f 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a7cc68 0%,#79ae1f 98%); /* IE10+ */
	background: linear-gradient(top, #a7cc68 0%,#79ae1f 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cc68', endColorstr='#79ae1f',GradientType=0 ); /* IE6-9 */}

p.deadline_loin span {color: #fff;}

p.deadline_depassee {
	border:1px solid #a5262c;
	background: #e95e63; /* Old browsers */
	background: -moz-linear-gradient(top, #e95e63 0%, #ad2328 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e95e63), color-stop(98%,#ad2328)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e95e63 0%,#ad2328 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e95e63 0%,#ad2328 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e95e63 0%,#ad2328 98%); /* IE10+ */
	background: linear-gradient(top, #e95e63 0%,#ad2328 98%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95e63', endColorstr='#ad2328',GradientType=0 ); /* IE6-9 */
	}

p.deadline_depassee span {
	color: #fff;
}

div.bulle_date{
	display:none;
	position:absolute;
	z-index:10;
	top:37px;
	left:16px;
	padding:7px;
	background-color:#ffffff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border:1px solid #c6b9b3;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3); }

div.bulle_date p{
	font-size:12px;
	}

div.bulle_date div.pointe_bulle{
	position:absolute;
	top:-7px;
	left:12px;
	width:12px;
	height:8px;
	background: url(/static/compiled/images/img_dashboard_projets/pointe_bulle_blanche.png) no-repeat;}


div.detail_temps{
	zoom:1;
	float:left;
	width:245px;
	padding-top:6px;
	background: url(/static/compiled/images/img_dashboard_projets/separation_barre_projet.png) center right no-repeat;}
li.projet_current div.detail_temps, li.projet_hover div.detail_temps, li.projet:hover div.detail_temps{background: url(/static/compiled/images/img_dashboard_projets/separation_barre_projet_2.png) center right no-repeat;}

div.detail_temps:after{
	content: "";
    display: block;
    clear: both;}

div.detail_temps div{
	float:left;
	margin-right:2px;
	width:66px;
	height:32px;
	background: url(/static/compiled/images/img_dashboard_projets/bt_detail_temps.png) no-repeat;
	}

div.detail_temps div.temps_alloue{
	margin-left:19px;}

div.detail_temps div p{
	text-align:center;
	line-height:14px;
	color:#4b4b4b;
	font-size:12px;}

div.detail_temps div p:first-child{
	font-size:9px;}

div.detail_temps div.temps_depasse{
	background: url(/static/compiled/images/img_dashboard_projets/bt_temps_depasse.png) no-repeat;
	}

div.detail_temps div.temps_depasse p{
	color:#ffffff;
	}

div.detail_temps div.temps_passe p.en_retard{
	background: url(/static/compiled/images/img_dashboard_projets/picto_attention.png) 4px 0px no-repeat;
	}

div.modifier_projet{
	position:relative;
	float:left;
	width:55px;
	height:40px;
	background: url(/static/compiled/images/img_dashboard_projets/separation_barre_projet.png) center right no-repeat;}
li.projet_current div.modifier_projet, li.projet_hover div.modifier_projet, li.projet:hover div.modifier_projet{background: url(/static/compiled/images/img_dashboard_projets/separation_barre_projet_2.png) center right no-repeat;}


div.modifier_projet a{
	display:block;
	width:31px;
	height:30px;
	margin-top:5px;
	margin-left:13px;
	background: url(/static/compiled/images/img_dashboard_projets/picto_modifier_1.png) no-repeat;}
li.projet_current div.modifier_projet a, li.projet_hover div.modifier_projet a, li.projet:hover div.modifier_projet a{background: url(/static/compiled/images/img_dashboard_projets/picto_modifier_2.png) no-repeat;}

div.bulle_modifier_projet{
	display:none;
	position:absolute;
	z-index:10;
	top:45px;
	left:12px;
	padding-left:12px;
	padding-right:12px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#3d3d3d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3); }

div.bulle_modifier_projet p{
	font-size:11px;
	color:#e6e6e6;
	}

div.bulle_modifier_projet div.pointe_bulle{
	position:absolute;
	top:-7px;
	left:12px;
	width:12px;
	height:8px;
	background: url(/static/compiled/images/img_dashboard_projets/pointe_bulle_grise.png) no-repeat;}

div.modifier_projet:hover div.bulle_modifier_projet {display:block;}








/* Tooltip text */
div.planning-task-item div.tooltip-text {
    display: none;
	min-width: 284px;
	max-width: 300px;
    background-color: #e6e6e6;
    color: #fff;
    text-align: left;
    padding: 12px;
	border: 1px solid #d3d3d3;
    border-radius: 4px;
     /* Position the tooltip text - see examples below! */
    position: fixed;
    z-index: 1;
}

div.tooltip-text p {
	white-space: normal;
	color:#000;
}

div.tooltip-text h3 {
    white-space: normal;
}


span.tooltip-wrapper {
    position:relative;
    display:inline-block;

}

/*div.planning-task-item:hover div.tooltip-text {display:block;}*/



div.repartition_projet{
	position:relative;
	float:left;
	width:55px;
	height: auto;
	min-height:42px!important;
	background: url(/static/compiled/images/img_dashboard_projets/separation_barre_projet.png) center right no-repeat;}
li.projet_current div.repartition_projet, li.projet_hover div.repartition_projet, li.projet:hover div.repartition_projet{
	background: url(/static/compiled/images/img_dashboard_projets/separation_barre_projet_2.png) center right no-repeat;}

div.repartition_projet a{
	display:block;
	width:24px;
	height:23px;
	margin-left:13px;
	margin-top:8px;
	background: url(/static/compiled/images/img_dashboard_projets/picto_repartition_1.png) no-repeat;}
li.projet_current div.repartition_projet a, li.projet_hover div.repartition_projet a, li.projet:hover div.repartition_projet a{background: url(/static/compiled/images/img_dashboard_projets/picto_repartition_2.png) no-repeat;}

div.repartition_projet:hover div.bulle_modifier_projet {display:block;}

div.ajouter_tache{
	position:relative;
	float:left;
	width:40px;}

div.ajouter_tache a{
	display:block;
	width:23px;
	height:24px;
	margin-left:13px;
	margin-top:8px;
	background: url(/static/compiled/images/img_dashboard_projets/picto_ajout_tache_1.png) no-repeat;}
li.projet_current div.ajouter_tache a, li.projet_hover div.ajouter_tache a, li.projet:hover div.ajouter_tache a{background: url(/static/compiled/images/img_dashboard_projets/picto_ajout_tache_2.png) no-repeat;}

div.ajouter_tache:hover div.bulle_modifier_projet {display:block;}

/*-----------------Fin barre de projet (styles partagés avec la barre de projet de la page "vue ressource")-------------------*/




/*-----------cadre volants informations projet---------*/
div.infos_projet{
	display:none;
	position:absolute;
	width:320px;
	top:-56px;
	right:-360px;
	padding:12px;
	padding-bottom:0;
	border:1px solid #d3d3d3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#e6e6e6;}

div.infos_projet h3, div.tooltip-text h3{
	padding-bottom:7px;
	margin-bottom:7px;
	font-size:12px;
	text-transform:uppercase;
	background: url(/static/compiled/images/img_dashboard_projets/separation_titre_infos_projet.png) center bottom no-repeat;}

div.txt_description_projet{
	padding-bottom:25px;}

div.txt_description_projet p{
	font-size:12px;}

div.etape{
	float:left;
	width:89px;
	height:55px;
	margin-bottom:12px;
	background: url(/static/compiled/images/img_dashboard_projets/fond_etape.png) no-repeat;}

div.etape_du_milieu{
	margin-left:26px;
	margin-right:26px;}

div.infos_projet div.pointe_bulle{
	position:absolute;
	top:77px;
	left:-8px;
	width:8px;
	height:12px;
	background: url(/static/compiled/images/img_dashboard_projets/pointe_bulle_grise_2.png) no-repeat;
	}


div.etape p, div.etape p span{
	/*correspond à l'avancée des étapes (cad la fraction*/
	font-size:14px;
	padding-top:7px;
	color:#ffffff;
	text-align:center;
	}

div.etape p:first-child{
	/*correspond au numéro de l'étape*/
	padding-top:5px;
	font-size:12px;
	color:#3d3d3d;
	}
/*---------fin cadre volants informations projet-------*/

/*=====================================================
          FIN TABLEAU TACHES DASH PROJETS
=====================================================*/




/*==============================================================
          CHANGER DE PROJET dans la page vue projet (taches)
==============================================================*/
form.changer_projet {
	padding-bottom:17px;
	}

input.champs_changer_projet{
	display:block;
	float:left;
	width:160px;
	height:18px;
	font-size:13px;
	padding-left:15px;
	line-height:25px;
	font-style:italic;
	color:#a7a7a7;
	background:none;
	border:none;
	background-color:#ffffff;
	border:1px solid #493639;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


input.bt_ok_changer_projet{
	display:block;
	float:left;
	width:24px;
	height:23px;
	margin-left:5px;
	text-indent:-500px;
	cursor:pointer;
	background:none;
	border:none;
	background: url(/static/compiled/images/img_page_projet/bt_ok_changer_projet.png) no-repeat;
	}

/*=============================================================
          FIN CHANGER DE PROJET dans la page projet (taches)
==============================================================*/



/*==========================================================================================================================================
          LES PETITS MODULES dans la page "VUE PROJET" (taches) et dans la "PAGE VUE RESSOURCE"	et dans la "PAGE RAPPORT SITUATION PROJETS"
============================================================================================================================================*/

div.colonne_gauche{
	float:left;
	width:490px;}

div.stripes{
	z-index:9999;
	position:absolute;
	width:100%;
	height:100%;
	background:url(/static/compiled/images/img_page_projet/stripes.png) repeat;}


div.modules_projet{
	position:relative;
	margin-bottom:10px;
	background-color:#dfe9ec;}

div.modules_projet div.conteneur_elements{
	overflow:hidden;
	zoom:1;
	padding:8px;}

div.modules_projet div.conteneur_elements:after{
	content: "";
    display: block;
    clear: both;}

div.modules_projet h1{
	font-size:16px;
	height:26px;
	color:#ffffff;
	text-transform:uppercase;
	line-height:24px;
	padding-left:13px;
	background: #cdcdcd; /* Old browsers */
	background: -moz-linear-gradient(top, #cdcdcd 2%, #9c9c9c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#cdcdcd), color-stop(100%,#9c9c9c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cdcdcd 2%,#9c9c9c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cdcdcd 2%,#9c9c9c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cdcdcd 2%,#9c9c9c 100%); /* IE10+ */
	background: linear-gradient(top, #cdcdcd 2%,#9c9c9c 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#9c9c9c',GradientType=0 );/ /* IE6-9 */}

/*============Module nom du projet============*/
div.mod_nom_projet{
	position:relative;
	background-color:#ededed;}

div.mod_nom_projet div.stripes{
	/*override de div.stripes*/
	top:26px;}

div.mod_nom_projet div.txt_descrition_projet{
	font-style:italic;
	border-bottom: 1px solid #CCC;
	margin-bottom:10px;
	padding:5px;
	}

div.mod_nom_projet div.txt_descrition_projet p:first-child::first-letter{
	padding-left:10px;}

div.mod_nom_projet h1{
	font-size:16px;
	height:26px;
	color:#ffffff;
	text-transform:uppercase;
	line-height:24px;
	padding-left:13px;
	background: #6398aa; /* Old browsers */
	background: -moz-linear-gradient(top, #6398aa 59%, #4e7886 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(59%,#6398aa), color-stop(99%,#4e7886)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6398aa 59%,#4e7886 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6398aa 59%,#4e7886 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6398aa 59%,#4e7886 99%); /* IE10+ */
	background: linear-gradient(top, #6398aa 59%,#4e7886 99%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6398aa', endColorstr='#4e7886',GradientType=0 );*/ /* IE6-9 */
	}

div.mod_nom_projet h1 span{
	float:right;
	font-size:15px;
	color:#ffffff;}

div.mod_nom_projet h1 span:first-child{
	float:none;
	margin:0;
	padding:0;
	font-size:13px;
	color:#f4a634;
	font-weight:bold;
	text-transform:none;}

div.mod_nom_projet h1 a.bt_modifier
{
	float:right;
	display:block;
	height:26px;
	width:30px;
	margin-left:5px;
	background: url(/static/compiled/images/img_page_projet/bt_modifier.png) no-repeat;}

div.mod_nom_projet h1 a.bt_groups{
	float:right;
	display:block;
	height:26px;
	width:30px;
	margin-left:5px;
	background: url(/static/compiled/images/img_page_projet/bt_groups.png) no-repeat;}


div.mod_nom_projet h1 a.bt_archiver{
	float:right;
	display:block;
	height:26px;
	width:30px;
	margin-left:5px;
	background: url(/static/compiled/images/img_page_projet/bt_archiver.png) left top no-repeat;}


div.mod_nom_projet h1 a.bt_budget{
	float:right;
	display:block;
	height:26px;
	width:30px;
	margin-left:5px;
	background: url(/static/compiled/images/img_page_projet/bt_budget.png) left top no-repeat;}

div.mod_nom_projet h1 a.bt_report{
	float:right;
	display:block;
	height:26px;
	width:30px;
	margin-left:5px;
	background: url(/static/compiled/images/img_page_projet/bt_report.png) left top no-repeat;}

div.mod_nom_projet div.bulle_btn_archiver,
div.mod_nom_projet div.bulle_btn_modifier,
div.mod_nom_projet div.bulle_btn_budget,
div.mod_nom_projet div.bulle_btn_desarchiver{
	position:absolute;
	z-index:10;
	padding-left:12px;
	padding-right:12px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#3d3d3d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3); }

div.mod_nom_projet div.bulle_btn_budget {
	display:none;
	top:-30px;
	right:12px;}

div.mod_nom_projet div.bulle_btn_archiver {
	display:none;
	top:-30px;
	right:12px;}


div.mod_nom_projet div.bulle_btn_desarchiver {
	display:none;
	top:-30px;
	right:0px;}

div.mod_nom_projet div.bulle_btn_modifier{
	display:none;
	top:-30px;
	right:-18px;}

div.mod_nom_projet div.bulle_btn_archiver p,
div.mod_nom_projet div.bulle_btn_modifier p,
div.mod_nom_projet div.bulle_btn_desarchiver p{
	font-size:11px;
	color:#e6e6e6;
	}

div.mod_nom_projet div.bulle_btn_archiver div.pointe_bulle,
div.mod_nom_projet div.bulle_btn_modifier div.pointe_bulle,
div.mod_nom_projet div.bulle_btn_desarchiver div.pointe_bulle{
	position:absolute;
	bottom:-5px;
	left:62px;
	width:12px;
	height:8px;
	background:url(/static/compiled/images/img_dashboard_projets/pointe_bulle_grise_3.png) no-repeat;}

div.mod_nom_projet h1 a.bt_archiver_on{
	background: url(/static/compiled/images/img_page_projet/bt_archiver.png) left bottom no-repeat;}

div.mod_nom_projet h1 a.bt_archiver_on div.bulle_btn_archiver{
    display:block;
}


div.mod_nom_projet .meteo_big{
	float:left;
	width:137px;
	height:104px;
	}

div.mod_nom_projet div.meteo_nuageux_big{
	background: url(/static/compiled/images/img_page_projet/meteo_nuageux_big.png) no-repeat;}

div.barre_progression_vue_projet{
	float:left;
	height:100px;
	width:21px;
	margin-top:1px;
	margin-left:9px;
	margin-right:11px;
	border:1px solid #b4b4b4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(/static/compiled/images/img_dashboard_projets/fond_barre_progression_verticale.png) no-repeat;
	background-position:0px -100px;
	background-color:#ffffff;}

div.conteneur_etapes_repartition_ajout_taches{
	float:left;}

div.bulle_etapes{
	position:relative;
	float:left;
	width:165px;
	height:52px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #b4b4b4;
	background: url(/static/compiled/images/img_page_projet/fond_bulle_etapes.png) repeat-x;
	background-color:#313131;}

p.pourcentage_complete{
	height:18px;
	padding-left:9px;
	font-size:12px;
	color:#ffffff;
	}

div.bulle_etapes div.etapes{
	height:34px;
	padding-left:10px;
	padding-right:10px;
}

div.bulle_etapes div.etapes p{
	float:left;
	margin-top:3px;
	padding-left:5px;
	text-align:center;
	font-size:10px;
	font-style:italic;	}
div.bulle_etapes div.etapes p:first-child{padding:0}

div.bulle_etapes div.etapes p span{
	font-size:12px;
	color:#ffffff;
	}

div.bulle_etapes div.pointe_bulle{
	position:absolute;
	width:7px;
	height:10px;
	top:8px;
	left:-7px;
	background: url(/static/compiled/images/img_page_projet/pointe_bulle_left.png) no-repeat;}

div.bt_repartition_ajout_tache{
	float:left;
	width:121px;
	margin-left:6px;}

a.bt_repartition{
	display:block;
	height:24px;
	margin-bottom:5px;
	line-height:22px;
	text-indent:35px;
	color:#ffffff;
	font-size:11px;
	background: url(/static/compiled/images/img_page_projet/bt_ajout_tache.png) no-repeat;}

a.bt_ajout_tache{
	display:block;
	color:#ffffff;
	font-size:11px;
	height:24px;
	line-height:22px;
	text-indent:35px;
	background: url(/static/compiled/images/img_page_projet/bt_repartition.png) no-repeat;}


div.bt_details_temps_big{
	zoom:1;
	margin-top:4px;}

div.bt_details_temps_big:after{
	content: "";
    display: block;
    clear: both;}

div.bt_details_temps_big div{
	float:left;
	width:96px;
	height:46px;
	margin-left:3px;
	background: url(/static/compiled/images/img_page_projet/bt_details_temps_big.png) no-repeat;}
div.bt_details_temps_big div:first-child{margin:0;}

div.bt_details_temps_big div p{
	text-align:center;
	line-height:23px;
	color:#4b4b4b;
	font-size:17px;}

div.bt_details_temps_big div p:first-child{
	font-size:12px;}



/*===========Fin module nom du projet=========*/




/*============Module mod_details_ressource============*/
div.mod_details_ressource{
	background-color:#ededed;
	padding-bottom:10px;}

div.mod_details_ressource h1{
	font-size:16px;
	height:26px;
	color:#ffffff;
	text-transform:uppercase;
	line-height:24px;
	padding-left:13px;
	background: #6398aa; /* Old browsers */
	background: -moz-linear-gradient(top, #6398aa 59%, #4e7886 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(59%,#6398aa), color-stop(99%,#4e7886)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6398aa 59%,#4e7886 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6398aa 59%,#4e7886 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6398aa 59%,#4e7886 99%); /* IE10+ */
	background: linear-gradient(top, #6398aa 59%,#4e7886 99%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6398aa', endColorstr='#4e7886',GradientType=0 );*/ /* IE6-9 */
	}

div.mod_details_ressource h1 span{
	float:right;
	font-size:15px;
	color:#ffffff;}

div.mod_details_ressource h1 a.bt_modifier{
	float:right;
	display:block;
	height:26px;
	width:30px;
	margin-left:5px;
	background: url(/static/compiled/images/img_page_ressource/bt_ressource.png) no-repeat;}


div.mod_details_ressource div.profil_ressource{
	float:left;
	position:relative;
	padding-top:17px;
	width:227px;}

div.mod_details_ressource div.profil_ressource img{
	position:absolute;
	top:8px;
	left:8px;
	border:3px solid #ffffff;
	}

div.mod_details_ressource div.profil_ressource p.nom_profil{
	padding-left:85px;
	pading-top:5px;
	padding-bottom:1px;
	color:#ffffff;
	font-size:14px;
	font-style:italic;
	background-color:#3d3d3d;}

div.mod_details_ressource div.profil_ressource p.pourcent_occupation{
	position:absolute;
	text-align:center;
	width:40px;
	top:53px;
	right:4px;
	color:#ffffff;
	font-size:10px;
	background-color:#303030;
	}

div.mod_details_ressource div.profil_ressource p.taux_occupation{
	padding-left:85px;
	font-style:italic;
	font-size:12px;
	padding-top:4px;
	line-height:13px;
	}

div.mod_details_ressource div.taches_assignees{
	float:left;
	background: url(/static/compiled/images/img_page_ressource/bordure_separation_ressource.png) left top repeat-y;
	}

div.mod_details_ressource div.taches_assignees h4{
	padding-top:6px;
	padding-left:15px;
	padding-bottom:5px;
	font-style:italic;}

div.mod_details_ressource div.block_taches_assignees{
	float:left;
	margin-left:10px;
	width:70px;
	height:45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(/static/compiled/images/img_page_ressource/fond_block_taches_assignees.png) repeat-x;}
div.mod_details_ressource  div.block_taches_assignees:first-child{margin-left:15px;}

div.mod_details_ressource div.block_taches_assignees p{
	font-size:14px;
	color:#ffffff;
	text-align:center;}

div.mod_details_ressource  div.block_taches_assignees p:first-child{
	font-size:12px;
	color:#3d3d3d;
	padding-top:3px;
	padding-bottom:3px;}

/*===========Fin module mod_details_ressource=========*/


/*===========Module ressources du projet=========*/
div.mod_ressources div.conteneur_elements{
	padding:0px;
	padding-top:8px;
	padding-bottom:8px;
	/*override du padding normal
	cf div.modules_projet div.conteneur_elements*/}

div.mod_ressources div.conteneur_elements p:first-child{
	font-size:11px;
	font-style:italic;
	margin-bottom:4px;
	padding-left:8px;}

div.mod_ressources li.profil{
	float:left;
	position:relative;
	width:154px;
	height:56px;
	margin-left:7px;
	background: url(/static/compiled/images/img_page_projet/fond_profil_ressources.png) no-repeat;
	cursor:pointer;}
div.mod_ressources li.profil_selectionne{
	background: url(/static/compiled/images/img_page_projet/fond_profil_ressources_2.png) no-repeat;}

div.mod_ressources li.profil img{
	position:absolute;
	top:5px;
	left:8px;
	border:3px solid #ffffff;
	}

div.mod_ressources li.profil p.nom_profil{
	position:absolute;
	top:9px;
	left:50px;
	width:98px;
	color:#ffffff;
	font-size:11px;}

div.mod_ressources li.profil p.pourcent_occupation{
	position:absolute;
	top:29px;
	left:112px;
	width:35px;
	text-align:center;
	color:#ffffff;
	font-size:10px;
	background-color:#303030;
	}

div.mod_ressources li.profil p.taux_occupation{
	position:absolute;
	width:auto;
	top:25px;
	left:50px;
	line-height:9px;
	color:#ffffff;
	font-size:9px;
	}

/*===========Fin module ressources du projet (vue projet)=========*/





/*===========Module projet (ce sont les barres d'avancement du projet) dans "la page ressource projet"=========*/
/* attention les styles de ce module reprennent ceux de la page dash projet
cf :li.projet, div.description_projet etc...*/

div.mod_avancement_projets div.progression_projet{
	/*override de div.progression_projet*/
	background: none;}

div.mod_avancement_projets{
	position:relative;
	}

div.mod_avancement_projets div.conteneur_elements ul{
	width:auto;
	padding-bottom:40px;
	max-height:300px;
	overflow:auto;
	}

/*===========Module projet (ce sont les barres d'avancement du projet) dans "la page ressource projet"=========*/





/*===========Module documents (téléchargement) vue projet=========*/
div.mod_documents{}

div.mod_documents div.conteneur_elements{
	/*override div.modules_projet div.conteneur_elements*/
	padding-bottom:0;}

div.mod_documents div.conteneur_elements p{
	float:left;
	position:relative;
	font-size:11px;
	font-style:italic;
	width:158px;
	height:24px;

	}
div.mod_documents div.conteneur_elements p.hover{
	background: url(/static/compiled/images/img_page_projet/fond_fichier_hover.png) no-repeat;}

div.mod_documents div.conteneur_elements p a:first-child{
	padding-top:2px;
	display:block;
	padding-left:20px;
	width:72%;}
div.mod_documents div.conteneur_elements p.pdf a:first-child{
	background: url(/static/compiled/images/img_page_projet/icone_pdf.png) 4px 2px no-repeat;}
div.mod_documents div.conteneur_elements p.odt a:first-child{
	background: url(/static/compiled/images/img_page_projet/icone_odt.png) 4px 2px no-repeat;}

div.mod_documents div.conteneur_elements p a.croix_fermer{
	display:none;
	position:absolute;
	width:8px;
	height:9px;
	top:6px;
	right:10px;
	background: url(/static/compiled/images/img_page_projet/croix_fermer.png) no-repeat;}

div.mod_documents div.conteneur_elements p:hover a.croix_fermer{
	display:block;}

div.mod_documents form{
	position:relative;}

div.mod_documents form label{
	display:none;}

div.mod_documents input#id_thefile{
	position:absolute;
	top:5px;right:13px;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	opacity: 0.01;
	cursor:pointer;
	}

div.mod_documents span.bouton_joindre{
	float:right;
	display:block;
	width:112px;
	height:25px;
	margin-top:5px;
	margin-right:13px;
	margin-bottom:10px;
	font-size:12px;
	line-height:23px;
	text-indent:15px;
	font-style:italic;
	color:#8e8e8e;
	background: url(/static/compiled/images/img_pop_up/bt_joindre.png) no-repeat;
	cursor:pointer;
	}
/*=========fin module documents (téléchargement) vue projet=======*/


/*=================Module dernieres activités (vue projet)==================*/
div.mod_dernieres_activites{
	position:relative;
	}

div.mod_dernieres_activites div.conteneur_elements ul{
	width:auto;
	max-height:400px;
	overflow:auto;
	}



div.footer_mod_activite{
	position:absolute;
	/*z-index:999;*/
	bottom:-10px;
	left:0;
	height:32px;
	width:100%;
	background: url(/static/compiled/images/img_page_projet/footer_mod_activite.png) center bottom no-repeat;
	}

li.barre_activite{
	position:relative;
	padding:7px;
	padding-left:53px;
	padding-right:30px;
	margin-bottom:5px;
	min-height:40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url(/static/compiled/images/img_page_projet/picto_fleche.png) right center no-repeat;
	background-color:#ffffff;}


li.barre_activite img{
	position:absolute;
	top:8px;
	left:8px;
}


li.barre_activite p{
    margin-bottom: 11px;
	line-height:13px;}

li.barre_activite p.description_activite{
    margin-bottom: 0px;
	font-size:12px;
	font-style:italic;}
li.barre_activite p span.nom_prenom span{color:#60381a;  margin-bottom: 0px;}
li.barre_activite p span.type_activite{}
li.barre_activite p span.numero_activite span{color:#f5911e;}

li.barre_activite p.date{
    margin: 0 0 10px 0;
	font-size:10px;
	font-style:italic;
	color:#818181;}

li.barre_activite p.activite{font-size:12px; font-style:italic;}
li.barre_activite p.activite span{font-size:12px;color:#00778e;}
li.barre_activite p.activite span span {color:#000; font-style:normal; font-size:11px;}

/*==============fin module dernieres activités (vue projet)===============*/






/*=================Module rapport situation projets (PAGE RAPPORT SITUATION PROJETS)==================*/
div.mod_rapport_situation_projets{
	position:relative;
	width:745px;
	}

div.mod_rapport_situation_projets div.conteneur_elements ul{
	}



div.footer_rapport_situation_projets{
	position:absolute;
	/*z-index:999;*/
	bottom:-10px;
	left:0;
	height:32px;
	width:100%;
	background: url(/static/compiled/images/img_page_projet/footer_mod_activite_2.png) center bottom repeat-x;
	}

li.barre_situ_projet{
	position:relative;
	padding:7px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:5px;
	/*min-height:40px;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#ffffff;}

li.barre_situ_projet p{
	line-height:13px;}

li.barre_situ_projet p.nom_projet_situ_projet{
	padding-bottom:5px;
	border-bottom:1px solid #bebebe;
	}

li.barre_situ_projet p.nom_projet_situ_projet a, li.barre_situ_projet p.nom_projet_situ_projet a span{
	font-size:13px;
	color:#f5911e;
	text-transform:uppercase;
}

li.barre_situ_projet p.nom_projet_situ_projet span.code span{
	font-size:12px !important;
	color:#6398AA !important;
	float:right !important;
	}

ul.listes_taches_situ_projet li{
	position:relative;
	margin-top:8px;
	margin-left:55px;
	margin-right:0px;
	margin-bottom:0;
	list-style: disc outside;}

ul.listes_taches_situ_projet li p{
	width:485px;
}

ul.listes_taches_situ_projet li p.infos_assignement_date, ul.listes_taches_situ_projet li p.infos_assignement_date span{
	color:#818181;}

ul.listes_taches_situ_projet li div.barre_progression_tache{
	float:right;
	width:138px;
	height:15px;
	margin:0;
	padding:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(45deg, #828282 0%, #828282 50%, #b3b3b3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#828282), color-stop(50%,#828282), color-stop(100%,#b3b3b3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #828282 0%,#828282 50%,#b3b3b3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #828282 0%,#828282 50%,#b3b3b3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #828282 0%,#828282 50%,#b3b3b3 100%); /* IE10+ */
	background: linear-gradient(45deg, #828282 0%,#828282 50%,#b3b3b3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#b3b3b3',GradientType=1 );/* IE6-9 fallback on horizontal gradient */
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	}

ul.listes_taches_situ_projet li div.barre_progression_tache div.progress{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	margin:0;
	padding:0;
		}

/*==============fin module dernieres activités (vue projet)===============*/

/*===================================================================================================================================================
       FIN  LES PETITS MODULES dans la page "VUE PROJET" (taches) et dans la "PAGE VUE RESSOURCE" et dans la "PAGE RAPPORT SITUATION PROJETS"
=====================================================================================================================================================*/




/*=============================================================
          LE TABLEAU DES TACHES (vue projet) et (vue ressouce)
==============================================================*/
div.colonne_droite{
	position:relative;
	float:right;
	width:700px;}

/*==============Menu en onglet du tableau des taches============*/
div.tableau_taches{
	position:relative;
	background-color:#e5e5e5;
	padding-top:7px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	/*margin-bottom:200px;ça semble inutile mais peut etre pas à effacer si vraiment inutile*/
	}
div.footer_tableau_taches{
	position:absolute;
	/*z-index:999;*/
	bottom:-15px;
	left:0;
	height:32px;
	width:100%;
	background: url(/static/compiled/images/img_page_projet/footer_tableau_taches.png) center bottom no-repeat;}

ul.onglets_tableau_taches{
	zoom:1;}

ul.onglets_tableau_taches:after{
	content: "";
    display: block;
    clear: both;}

ul.onglets_tableau_taches li{
	float:left;
	height:25px;}

ul.onglets_tableau_taches li a{
	display:block;
	width:135px;
	height:100%;
	line-height:23px;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	padding-left:10px;
	background: #929292; /* Old browsers */
	background: -moz-linear-gradient(45deg, #929292 0%, #b4b4b4 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#929292), color-stop(99%,#b4b4b4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #929292 0%,#b4b4b4 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #929292 0%,#b4b4b4 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #929292 0%,#b4b4b4 99%); /* IE10+ */
	background: linear-gradient(45deg, #929292 0%,#b4b4b4 99%); /* W3C */
	}

ul.onglets_tableau_taches li.current a,
ul.onglets_tableau_taches li.current a:hover,
ul.onglets_tableau_taches li a:hover,
ul.onglets_tableau_taches li.hover a,
ul.onglets_tableau_taches li.hover a:hover{
	background:none;
	background-color:#493639;	}

/*==============Fin menu en onglet du tableau des taches============*/


/*==============Menu de trie des taches============*/
div.tableau_taches ul.trie{
	zoom:1;
	margin-bottom:5px;
	padding-bottom:5px;
	background: url(/static/compiled/images/img_dashboard_projets/separation_trie_dash_projets.png) center bottom no-repeat;
	}
div.tableau_taches ul.trie:after{content: "";display: block;clear: both;}

div.tableau_taches ul.trie li{
	float:left;
	padding-right:10px;
	}

div.tableau_taches ul.trie li a,
div.tableau_taches ul.trie li span{
	display:block;
	font-size:12px;
	}

div.tableau_taches ul.trie li a{
	display:block;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left:5px;
	padding-right:20px;
	background: url(/static/compiled/images/img_dashboard_projets/picto_triangle_droite.png) right center no-repeat;
	background-color:#cccccc;}
div.tableau_taches ul.trie li a:hover,
div.tableau_taches ul.trie li a.trie_bas{
	color:#ffffff;
	background: url(/static/compiled/images/img_dashboard_projets/picto_triangle_bas.png) right center no-repeat;
	background-color:#493639;}
div.tableau_taches ul.trie li a.trie_haut{
	color:#ffffff;
	background: url(/static/compiled/images/img_dashboard_projets/picto_triangle_haut.png) right center no-repeat;
	background-color:#493639;}
/*==============fin menu de trie des taches============*/

/*==============Barre de tache============*/
div.conteneur_barres_taches{
	max-height:841px;
	overflow:auto;
	}

div.barre_tache{
	position:relative;
	padding:7px;
	padding-left:143px;
	margin-top:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#ffffff;}




div.barre_tache:first-child{margin:0;}
div.barre_tache:hover, div.barre_tache_selected{
	background: url(/static/compiled/images/img_page_projet/fond_barre_tache_select.jpg) no-repeat;}

div.barre_tache img{
	position:absolute;
	border:3px solid #ffffff;
	top:33px;
	left:7px;
}

p.degre_d_urgence{
	position:absolute;
	top:4px;
	left:0;
	height:20px;
	width:95px;
	font-size:13px;
	color:#ffffff;
	text-align:center;
	line-height:18px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px; }

p.urgence_haute{background-color:#8ab93c;}
p.urgence_basse{background-color:#506476;}
p.tache_terminee{background-color:#404040;}
p.urgent{
	background: url(/static/compiled/images/img_page_projet/picto_attention_small.png) 6px 0px no-repeat;
	background-color:#aa2026; }

div.barre_tache p.nom{
	position:absolute;
	top:33px;
	left:67px;
	font-size:13px;
	color:#303030;}

div.barre_tache p.nom_prenom{
	position:absolute;
	width:67px;
	top:30px;
	left:64px;
	font-size:13px;
	color:#303030;}

div.barre_tache a.ajout_favori_tache{
	float:left;
	display:block;
	width:19px;
	height:19px;
	background: url(/static/compiled/images/img_page_projet/etoile_favori_1.png) 0px 0px no-repeat;
	}
div.barre_tache a.favori{
	background: url(/static/compiled/images/img_page_projet/etoile_favori_2.png) 0px 0px no-repeat;}

p.numero_tache{
	float:left;
	margin-left:5px;
	font-size:14px;
	clor:#303030;}

p.date_de_mise_a_jour{
	float:right;
	font-size:12px;
	font-style:italic;}

div.txt_description_tache{
	float:left;
	padding-top:10px;
	width:295px;}

div.txt_description_tache h2{
	font-size:13px;
	font-weight:bold;
	color:#303030;
	padding-bottom:7px;}

div.txt_description_tache p{
	font-size:12px;
	text-align:justify;
	color:#303030;
}

div.infos_temps_delais{
	float:right;}

div.infos_temps_delais p.txt_progression{
	font-size:11px;
	color:#303030;
	text-align:right;}

div.infos_temps_delais div.barre_progression_tache{
	float:right;
	margin-top:3px;
	margin-bottom:3px;
	width:130px;
	height:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(45deg, #828282 0%, #828282 50%, #b3b3b3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#828282), color-stop(50%,#828282), color-stop(100%,#b3b3b3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #828282 0%,#828282 50%,#b3b3b3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #828282 0%,#828282 50%,#b3b3b3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #828282 0%,#828282 50%,#b3b3b3 100%); /* IE10+ */
	background: linear-gradient(45deg, #828282 0%,#828282 50%,#b3b3b3 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#b3b3b3',GradientType=1 );*/ /* IE6-9 fallback on horizontal gradient */
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	}

div.infos_temps_delais div.barre_progression_tache div.progress{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
		}

div.infos_temps_delais p.temps_restant_passe{
	clear:both;
	font-size:12px;
	text-align:right;}
div.barre_tache_selected p.temps_restant_passe span{color:#ffffff;}
div.infos_temps_delais  p.depassement_temps{position:relative;color:#9e0b0f;}
div.infos_temps_delais  p.depassement_temps span{position:relative;color:#9e0b0f;}
div.infos_temps_delais  p.depassement_temps img{/*attention overide de l'image de profil*/position:absolute;top:-9px;left:36px;border:none;}

div.infos_temps_delais div.date_echeance{
	margin-top:3px;}

div.infos_temps_delais div.date_echeance p{
	float:right;
	font-size:12px;
	font-style:italic;}
div.infos_temps_delais p.travail_termine{color:#9e0b0f;}

div.date_echeance p.decompte_jours{
	/*override de p.decompte_jours utilisé dans la page dashprojet*/
	position:relative;
	float:right;
	top:0;
	left:0;
	margin-left:4px;

	}
/*============Fin barre de tache==========*/

/*=============================================================
          FIN LE TABLEAU DES TACHES (vue projet) et (vue ressouce)
==============================================================*/






/*=============================================================
           COMMUN A TOUTES LES FENETRES POP-UP AJOUT
==============================================================*/
div.popup{
	margin:0 auto;}

h1.titre_popup, h1.titre_popup span  {
	text-align:center;
	height:33px;
	padding-top:13px;
	font-size:15px;
	color:#ffffff;
	text-transform:uppercase;
	margin: 0 auto;
	}

h1.titre_popup a{
	/*bouton fermer la popup*/
	position:absolute;
	top:12px;
	right:18px;
	background:url(/static/compiled/images/img_pop_up/bt_croix_fermer.png) no-repeat ;
	width:23px;
	height:25px;
	text-indent:-9999px;}




/*=============================================================
           FIN COMMUN A TOUTES LES FENETRES POP-UP AJOUT
==============================================================*/









/*=============================================================
                  FENETRE POP-UP AJOUT TACHE
==============================================================*/


h1.titre_popup_ajouter_tache{
	background: url(/static/compiled/images/img_pop_up/titre_orange.png) repeat-x;}

div.popup_ajouter_tache{
	width:916px;}


/*==============formulaire ajouter une tache============*/

div.popup_ajouter_tache div.conteneur_form_ajouter_tache{
	padding-top:30px;
	padding-bottom:30px;
	padding-left:5px;
	padding-right:35px;}


div.popup_ajouter_tache form.form_ajouter_tache label{
	display:block;
	float:left;
	padding-top:4px;
	width:100px;
	font-size:12px;
	color:#303030;
	text-align:right;
	margin-right:15px;}


div.popup_ajouter_tache form.form_ajouter_tache fieldset.form_part1{
	float:left;
	width:600px;}

div.popup_ajouter_tache form.form_ajouter_tache p{
	zoom:1;}
div.popup_ajouter_tache form.form_ajouter_tache p:after{
	content: "";
    display: block;
    clear: both;
}


div.popup_ajouter_tache form.form_ajouter_tache fieldset.form_part1 p{
	float:left;
	width:auto;
	margin-bottom:13px;}

form.form_ajouter_tache input#id_title{
	float:left;
	width:480px;
	display:block;
	height:25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
	border:none;
	background-color:#493639;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	color:#ffffff;
	text-indent:4px;
	font-size:11px;}


form.form_ajouter_tache textarea#id_description{
	float:left;
	width:480px;
	padding:0;
	display:block;
	height:131px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
	border:none;
	background-color:#493639;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	color:#ffffff;
	text-indent:5px;
	font-size:11px;}


div.popup_ajouter_tache form.form_ajouter_tache fieldset.form_part1 p.champs_commence{
	float:right;
	/*override de div.popup_ajouter_tache form.form_ajouter_tache fieldset.form_part1 p */}
form.form_ajouter_tache input#id_start_date{
	float:left;
	width:156px;
	display:block;
	height:25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
	border:none;
	background-color:#493639;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	color:#ffffff;
	text-indent:4px;
	font-size:11px;
	}

form.form_ajouter_tache input#id_end_date{
	float:right;
	width:156px;
	display:block;
	height:25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
	border:none;
	background-color:#493639;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	color:#ffffff;
	text-indent:4px;
	font-size:11px;
	}


form.form_ajouter_tache input#id_timeallocated{
	float:left;
	width:156px;
	display:block;
	height:25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
	border:none;
	background-color:#493639;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	color:#ffffff;
	text-indent:4px;
	font-size:11px;}


div.popup_ajouter_tache form.form_ajouter_tache fieldset.form_part1 p.champs_termine{
	float:right;
	/*override de div.popup_ajouter_tache form.form_ajouter_tache fieldset.form_part1 p */}
form.form_ajouter_tache input#id_deadline{
	float:left;
	width:156px;
	display:block;
	height:25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
	border:none;
	background-color:#493639;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	color:#ffffff;
	text-indent:4px;
	font-size:11px;}



form.form_ajouter_tache input#id_step{
	float:left;}



form.form_ajouter_tache input.bt_valider_assigner_tache{
	float:right;
	padding-left:35px;
	padding-right:35px;
	padding-top:4px;
	padding-bottom:4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	background: #6397a9;
	background: -moz-linear-gradient(top,  #6397a9 1%, #4e7886 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#6397a9), color-stop(99%,#4e7886));
	background: -webkit-linear-gradient(top,  #6397a9 1%,#4e7886 99%);
	background: -o-linear-gradient(top,  #6397a9 1%,#4e7886 99%);
	background: -ms-linear-gradient(top,  #6397a9 1%,#4e7886 99%);
	background: linear-gradient(top,  #6397a9 1%,#4e7886 99%);
	color:#ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6397a9', endColorstr='#4e7886',GradientType=0 );
	cursor:pointer;
	}



/*============Fin formulaire ajouter une tache==========*/



/*==============Module  ajouter une ressource (dans le formulaire "popup ajout taches" et "edition tache")============*/
div.mod_assigner_ressource{
	float:right;
	width:200px;
	margin-bottom:10px;
	background-color:#ffffff;}

div.mod_assigner_ressource div.conteneur_elements{
	zoom:1;
	width:190px;
	margin:0 auto;}

div.mod_assigner_ressource div.conteneur_elements:after{
	content: "";
    display: block;
    clear: both;}

div.mod_assigner_ressource div.conteneur_elements ul{
	height:365px;
	overflow:auto;}

div.mod_assigner_ressource h1{
	font-size:14px;
	height:26px;
	color:#ffffff;
	text-transform:uppercase;
	line-height:24px;
	padding-left:13px;
	background: #cdcdcd; /* Old browsers */
	background: -moz-linear-gradient(top, #cdcdcd 2%, #9c9c9c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#cdcdcd), color-stop(100%,#9c9c9c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cdcdcd 2%,#9c9c9c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cdcdcd 2%,#9c9c9c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cdcdcd 2%,#9c9c9c 100%); /* IE10+ */
	background: linear-gradient(top, #cdcdcd 2%,#9c9c9c 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#9c9c9c',GradientType=0 );/ /* IE6-9 */}



div.mod_assigner_ressource div.conteneur_elements{
	padding:0px;
	padding-top:8px;
	padding-bottom:8px;
	/*override du padding normal
	cf div.modules_projet div.conteneur_elements*/}

div.mod_assigner_ressource div.conteneur_elements p:first-child{
	font-size:11px;
	font-style:italic;
	margin-bottom:4px;
	padding-left:8px;}

div.mod_assigner_ressource li.profil{
	float:left;
	position:relative;
	width:154px;
	height:56px;
	margin-left:7px;
	background: url(/static/compiled/images/img_page_projet/fond_profil_ressources.png) no-repeat;
	cursor:pointer;}
div.mod_assigner_ressource li.profil_selectionne{
	background: url(/static/compiled/images/img_page_projet/fond_profil_ressources_2.png) no-repeat;}

div.mod_assigner_ressource li.profil img{
	position:absolute;
	top:5px;
	left:8px;
	border:3px solid #ffffff;
	}

div.mod_assigner_ressource li.profil p.nom_profil{
	position:absolute;
	top:9px;
	left:50px;
	width:98px;
	color:#ffffff;
	font-size:10px;
	white-space: nowrap;
	overflow:hidden;
	line-height:1.5;
}

div.mod_assigner_ressource li.profil p.nom_profil span {
	color: #fff;

}

div.mod_assigner_ressource li.profil p.pourcent_occupation{
	position:absolute;
	top:29px;
	left:112px;
	padding-left:10px;
	padding-right:10px;
	color:#ffffff;
	font-size:10px;
	background-color:#303030;
	}

div.mod_assigner_ressource li.profil p.taux_occupation{
	position:absolute;
	width:auto;
	top:25px;
	left:50px;
	line-height:9px;
	color:#ffffff;
	font-size:9px;
	}

/*==============Fin module ajouter une ressource (dans le formulaire popup ajout taches)============*/

/*=============================================================
          FIN FENETRE POP-UP AJOUT TACHE
==============================================================*/




/*=============================================================
       GESTION DES ERREURS SUR L'ENSEMBLE DES FORMULAIRES
==============================================================*/

ul.error_form{
	margin: 10px;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#a22222;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	color:#ffffff;
	text-indent:5px;}

ul.error_form li, ul.error_form li span{
	color:#ffffff;
	font-weight:bold;
	list-style:disc;
	list-style-position:inside;
	font-size:12px;}

ul.error_form li ul{
	padding-left:20px;
	padding-bottom:5px;}

ul.error_form li ul li{
	color:#F5AF5E;
	list-style:none;
	font-style:italic;
	padding-left:10px;
	font-weight:none;
	font-size:11px;}

/*=============================================================
     FIN GESTION DES ERREURS SUR L'ENSEMBLE DES FORMULAIRES
==============================================================*/






/*=============================================================
                  FENETRE POP-UP EDITION TACHE
==============================================================*/
div.popup_edition_tache{
	width:965px;
}

h1.titre_popup_edition_tache{
	margin-bottom:32px;
	background: url(/static/compiled/images/img_pop_up/titre_bleu.png) repeat-x;
    padding-right: 30px;
    padding-left:30px;
	}

h1.titre_popup_edition_tache span {color:#fff;}

div.popup_edition_tache div.col_gauche{
	float:left;
	width:590px;
	height:300px;
	margin-left:12px;}

div.popup_edition_tache div.col_droite{
	float:right;
	width:330px;
	height:200px;
	margin-right:12px;
	}

/*==============Module intulé de la tache + historique des activités relatives à cette tache (dans la page popup_edition_tache)============*/
div.mod_intitule_et_historique_activite_tache{
	}

div.mod_intitule_et_historique_activite_tache h1{
	height:31px;
	line-height:28px;
	font-size:15px;
	color:#ffffff;
	padding-left:15px;
	padding-right:15px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background: #f5b061; /* Old browsers */
	background: -moz-linear-gradient(top, #f5b061 0%, #f5921f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5b061), color-stop(100%,#f5921f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5b061 0%,#f5921f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5b061 0%,#f5921f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5b061 0%,#f5921f 100%); /* IE10+ */
	background: linear-gradient(top, #f5b061 0%,#f5921f 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b061', endColorstr='#f5921f',GradientType=0 );*/ /* IE6-9 */
	}

 div.mod_intitule_et_historique_activite_tache h1 span {color: #fff;}

div.mod_intitule_et_historique_activite_tache p.date_de_mise_a_jour,{
	/*override de p.date_de_mise_a_jour*/
	float:right;
	padding-top:2px;
	font-size:12px;
	font-style:italic;
	color:#ffffff;}



div.intitule_tache{
	position:relative;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	background-color:#ffffff;}

div.intitule_tache h2{
	width:495px;
	font-size:15px;
	text-transform:uppercase;
	padding-bottom:20px;
	}

div.intitule_tache a.bt_editer{
	position:absolute;
	display:block;
	font-style:italic;
	top:15px;
	right:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:12px;
	padding-right:12px;
	font-size:11px;
	color:#8e8e8e;
	border:solid 1px #cdcdcd;
	background: #fafafa; /* Old browsers */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(top, #fafafa 0%, #c3c3c3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#c3c3c3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%,#c3c3c3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%,#c3c3c3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%,#c3c3c3 100%); /* IE10+ */
	background: linear-gradient(top, #fafafa 0%,#c3c3c3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#c3c3c3',GradientType=0 ); /* IE6-9 */}

div.intitule_tache form.description_tache{}

div.intitule_tache  form.editer_txt_description{}

div.intitule_tache  form.description_tache textarea{
	display:none;
	text-align:left;
	border:none;
	background:none;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	resize: vertical;
	overflow: auto;
	min-height: 75px;
	max-height:200px;
	font-size:12px;
	color:#8e8e8e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #cdcdcd;
	background-color:#e6e6e6;
	padding:7px;}

div.intitule_tache  form.description_tache p{
	padding-left:9px;
	padding-right:9px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;}

div.intitule_tache a.bt_annuler{
	position:relative;
	display:none;
	float:right;
	width:auto;
	margin-top:7px;
	margin-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:12px;
	padding-right:12px;
	font-size:11px;
	font-style:italic;
	color:#ffffff;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #b7826d; /* Old browsers */
	background: -moz-linear-gradient(top,  #b7826d 0%, #a54f4f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7826d), color-stop(100%,#a54f4f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b7826d 0%,#a54f4f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b7826d 0%,#a54f4f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b7826d 0%,#a54f4f 100%); /* IE10+ */
	background: linear-gradient(top,  #b7826d 0%,#a54f4f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7826d', endColorstr='#a54f4f',GradientType=0 ); /* IE6-9 */
}

a.bt_annuler span{ color: #fff;}

div.intitule_tache a.bt_enregistrer{
	display:none;
	float:right;
	width:auto;
	margin-top:7px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:12px;
	padding-right:12px;
	font-size:11px;
	font-style:italic;
	color:#ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #6194a6; /* Old browsers */
	background: -moz-linear-gradient(top,  #6194a6 0%, #4c7583 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6194a6), color-stop(100%,#4c7583)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* IE10+ */
	background: linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6194a6', endColorstr='#4c7583',GradientType=0 ); /* IE6-9 */
}

div.intitule_tache a.bt_enregistrer img{position:relative;top:1px;}

div.intitule_tache form.description_tache p{
	font-size:12px;
	text-align:justify;
	line-height:15px;}

div.historique_activite_tache{
	position:relative;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}


div.historique_activite_tache h3{
	padding-bottom:3px;
	font-size:12px;
	color:#737373;
	text-transform:uppercase;
}

div.historique_activite_tache li.barre_activite_tache{
	position:relative;
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #efefef;}
div.historique_activite_tache li.barre_activite_tache:first-child{
	margin-top:0px;}

div.historique_activite_tache li.barre_activite_tache img:first-child{
	position:absolute;
	top:10px;
	left:0;}

div.historique_activite_tache li.barre_activite_tache  p.nom_prenom{
	position:absolute;
	font-size:20px;
	color:#60381a;
	font-style:italic;
	left:40px;
	top:20px;}

div.historique_activite_tache li.barre_activite_tache p.date_activite_tache{
	position:absolute;
	font-size:10px;
	font-style:italic;
	right:0;
	top:5px;}

div.historique_activite_tache li.barre_activite_tache ul{
	padding-top:20px;
	padding-left:40px;}

div.historique_activite_tache li.barre_activite_tache ul li{
	list-style:disc inside;
	padding-left:10px;}

div.historique_activite_tache li.barre_activite_tache ul li p{
    font-size:14px;
    margin-bottom: 15px;
}

/*==============Fin Module intulé de la tache + historique des activités relatives à cette tache(dans la page popup_edition_tache============*/


/*=========Module commentaires tache=============*/
ul.liste_commentaires{
	padding-top:18px;
	padding-left:70px;
	padding-right:10px;}


ul.liste_commentaires li.barre_commentaire{
	position:relative;
	font-size:12px;
	padding:8px;
	padding-left:13px;
	padding-right:13px;
	padding-bottom:13px;
	margin-bottom:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#ffffff;}

ul.liste_commentaires li.barre_commentaire img:first-child{
	position:absolute;
	top:0;
	left:-50px;
	border:3px solid #ffffff;
	}

ul.liste_commentaires li.barre_commentaire img.pointe_bulles_commentaires{
	position:absolute;
	top:13px;
	left:-8px;
	}

ul.liste_commentaires li.barre_commentaire p.nom_prenom{
	position:absolute;
	top:8px;
	left:13px;
	font-size:12px;
	color:#60381a;
	font-style:italic;
	}

ul.liste_commentaires li.barre_commentaire p.date_commentaire_tache{
	position:absolute;
	top:8px;
	right:13px;
	font-size:10px;
	font-style:italic;
	}

ul.liste_commentaires li.barre_commentaire div.txt_commentaire_tache{
	padding-top:25px;
	padding-left:10px;
	}

ul.liste_commentaires li.barre_commentaire div.txt_commentaire_tache p{
	padding-top:7px;
	font-size:12px;
	line-height:15px;	}
ul.liste_commentaires li.barre_commentaire div.txt_commentaire_tache p:first-child{padding:0;}

form.inscrire_commentaire{
	position:relative;
	padding-left:70px;
	padding-right:10px;}

form.inscrire_commentaire textarea{
	display:block;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	resize: vertical;
	overflow: auto;
	min-height: 75px;
	max-height:200px;
	font-size:14px;
	padding:8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	background:none;
	background-color:#ffffff;
	color:black; /*color:#818181;*/
	}

form.inscrire_commentaire input.bt_envoyer_commentaire{
	float:right;
	margin-top:7px;
	font-style:italic;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:12px;
	padding-right:12px;
	font-size:11px;
	color:#8e8e8e;
	border:solid 1px #cdcdcd;
	background: #fafafa; /* Old browsers */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(top, #fafafa 0%, #c3c3c3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#c3c3c3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%,#c3c3c3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%,#c3c3c3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%,#c3c3c3 100%); /* IE10+ */
	background: linear-gradient(top, #fafafa 0%,#c3c3c3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#c3c3c3',GradientType=0 );
	cursor:pointer; /* IE6-9 */}
/*=========Fin module commentaires taches=============*/


/*==================Informations taches==================*/
div.informations_taches{
	position:relative;
	background-color:#ffffff;
	padding-bottom:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; }

div.informations_taches h1{
	height:31px;
	line-height:28px;
	font-size:15px;
	color:#ffffff;
	text-transform:uppercase;
	padding-left:15px;
	padding-right:15px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background: #f5b061; /* Old browsers */
	background: -moz-linear-gradient(top, #f5b061 0%, #f5921f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5b061), color-stop(100%,#f5921f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5b061 0%,#f5921f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5b061 0%,#f5921f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5b061 0%,#f5921f 100%); /* IE10+ */
	background: linear-gradient(top, #f5b061 0%,#f5921f 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b061', endColorstr='#f5921f',GradientType=0 );*/ /* IE6-9 */
}

div.informations_taches a.bt_edit_modules{
	float:right;
	font-style:italic;
	display:block;
	margin-left:5px;
	margin-top:8px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:12px;
	padding-right:12px;
	font-size:11px;
	color:#8e8e8e;
	border:solid 1px #cdcdcd;
	background: #fafafa; /* Old browsers */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(top, #fafafa 0%, #c3c3c3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#c3c3c3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fafafa 0%,#c3c3c3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fafafa 0%,#c3c3c3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fafafa 0%,#c3c3c3 100%); /* IE10+ */
	background: linear-gradient(top, #fafafa 0%,#c3c3c3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#c3c3c3',GradientType=0 ); /* IE6-9 */}


div.informations_taches a.bt_enregistrer{
	position:relative;
	display:block;
	float:right;
	width:auto;
	margin-top:7px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:12px;
	padding-right:12px;
	font-size:11px;
	font-style:italic;
	color:#ffffff;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #6194a6; /* Old browsers */
	background: -moz-linear-gradient(top,  #6194a6 0%, #4c7583 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6194a6), color-stop(100%,#4c7583)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* IE10+ */
	background: linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6194a6', endColorstr='#4c7583',GradientType=0 ); /* IE6-9 */
}

div.informations_taches a.bt_annuler{
	position:relative;
	display:block;
	float:right;
	width:auto;
	margin-top:7px;
	margin-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:12px;
	padding-right:12px;
	font-size:11px;
	font-style:italic;
	color:#ffffff;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #b7826d; /* Old browsers */
	background: -moz-linear-gradient(top,  #b7826d 0%, #a54f4f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7826d), color-stop(100%,#a54f4f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b7826d 0%,#a54f4f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b7826d 0%,#a54f4f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b7826d 0%,#a54f4f 100%); /* IE10+ */
	background: linear-gradient(top,  #b7826d 0%,#a54f4f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7826d', endColorstr='#a54f4f',GradientType=0 ); /* IE6-9 */
}

div.informations_taches h2{
	text-transform:uppercase;
	font-size:12px;
	color:#737373;
	border-bottom:solid 1px #ebebeb;
	}



/*-------------Module assignement tache----------------*/
div.mod_assignement_tache{
	position:relative;
	padding-left:10px;
	padding-right:10px;}

div.mod_assignement_tache h2{
	/*override de div.informations_taches h2*/
	margin-top:20px;
	}

div.mod_assignement_tache img.image_profil{
	position:absolute;
	top:30px;
	left:10px;
	border:3px solid #ffffff;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.4);
    }

div.mod_assignement_tache p.nom,
div.mod_assignement_tache p.prenom,
div.mod_assignement_tache p.taux_occupation_tache{
	font-size:12px;
	padding-left:70px;
	color:#737373;}

div.mod_assignement_tache p.nom,
div.mod_assignement_tache p.prenom{
	font-style:italic;
	color:#737373;}

div.mod_assignement_tache p.nom{
	padding-top:12px;}


div.mod_assignement_tache div.mod_assigner_ressource{
	/*override de div.mod_assigner_ressource*/
	visibility:hidden;
	position:absolute;
	z-index:10;
	top:0;
	width:360px;
	left:-260px;
	float:none;
	margin-bottom:0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:7px solid rgba(0, 0, 0, 0.2);
	background-color: rgba(0, 0, 0, 0.2);
	color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:  0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:  0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 25px 0px rgba(0, 0, 0, 0.2);
	background-color:#dfe9ec;
}

div.mod_assignement_tache div.pointe_bulle{
	position:absolute;
	width:15px;
	height:14px;
	right:-20px;
	top:95px;
	background: url(/static/compiled/images/img_pop_up/pointe_bulle_choix_responsable.png) right top no-repeat; }

div.mod_assignement_tache  div.mod_assigner_ressource div.conteneur_elements ul{
	/*override de div.mod_assigner_ressource div.conteneur_elements*/
	height:auto;}

div.mod_assignement_tache div.mod_assigner_ressource div.conteneur_elements{
	/*override de div.mod_assigner_ressource div.conteneur_elements*/
	width:340px;
	margin:0 auto;}

div.mod_assignement_tache  div.mod_assigner_ressource li.profil{
	/*override de div.mod_assigner_ressource div.conteneur_elements*/
	float:left;
	position:relative;
	width:154px;
	height:56px;
	margin-left:10px;
	background: url(/static/compiled/images/img_page_projet/fond_profil_ressources.png) no-repeat;
	cursor:pointer;}

div.mod_assignement_tache div.mod_assigner_ressource li.profil_selectionne{
	/*override de div.mod_assigner_ressource div.conteneur_elements*/
	background: url(/static/compiled/images/img_page_projet/fond_profil_ressources_2.png) no-repeat;}

div.mod_assignement_tache a.bt_annuler,
div.mod_assignement_tache a.bt_enregistrer{
	display:none;
	margin-bottom:2px;}

a.bt_enregistrer span{color:#fff;}
/*-------------Fin module assignement tache----------------*/

/*--------------Module details tache----------------*/
div.mod_details_tache{
	padding-top:20px;
	/*padding-left:10px;*/
	/*padding-right:10px;*/
}

div.mod_details_tache h2{
	margin-bottom:10px;}

div.mod_details_tache div.debut_tache p,
div.mod_details_tache div.fin_tache p,
div.mod_details_tache div.statut p,
div.mod_details_tache div.avancee p,
div.mod_details_tache div.avancee div,
div.mod_details_tache div.priorite p{
	float:left;
	font-size:12px;
	color:#737373;
	}

div.mod_details_tache div.debut_tache,
div.mod_details_tache div.fin_tache,
div.mod_details_tache div.statut,
div.mod_details_tache div.avancee,
div.mod_details_tache div.priorite{
	padding-bottom:10px;
	zoom:1;
	}
div.mod_details_tache div.debut_tache:after,
div.mod_details_tache div.fin_tache:after,
div.mod_details_tache div.statut:after,
div.mod_details_tache div.avancee:after,
div.mod_details_tache div.priorite:after{
	content: "";
    display: block;
    clear: both;}

div.mod_details_tache div.debut_tache p:first-child,
div.mod_details_tache div.fin_tache p:first-child,
div.mod_details_tache div.statut p:first-child,
div.mod_details_tache div.avancee p:first-child,
div.mod_details_tache div.priorite p:first-child{
	width:125px;
	}

div.mod_details_tache div.barre_progression_tache{
	height:15px;
	width:130px;
	margin-right:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -moz-linear-gradient(45deg, #828282 0%, #828282 50%, #b3b3b3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#828282), color-stop(50%,#828282), color-stop(100%,#b3b3b3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #828282 0%,#828282 50%,#b3b3b3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #828282 0%,#828282 50%,#b3b3b3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #828282 0%,#828282 50%,#b3b3b3 100%); /* IE10+ */
	background: linear-gradient(45deg, #828282 0%,#828282 50%,#b3b3b3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#b3b3b3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

div.mod_details_tache div.barre_progression_tache div.progress{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
		}

/*------------Fin module details tache--------------*/


/*--------------Module details tache edition des informations----------------*/
div.mod_details_tache_edition{
	display:none;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;}

div.mod_details_tache_edition h2{
	/*override de div.informations_taches h2*/
	margin-bottom:10px;}


div.mod_details_tache_edition p{
	zoom:1;
	margin-top:4px;
	}
div.mod_details_tache_edition p:after{
	content: "";
    display: block;
    clear: both;
	}


div.mod_details_tache_edition label{
	display:block;
	float:left;
	font-size: 12px;
	color: #737373;
	width:125px;
	}

div.mod_details_tache_edition input#id_start_date,
div.mod_details_tache_edition input#id_end_date,
div.mod_details_tache_edition input#id_deadline,
div.mod_details_tache_edition input#id_status{
	float:left;
	display:block;
	font-style:italic;
	width:140px;
	height:22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
	border:none;
	background-color:#e6e6e6;
	color:#8e8e8e;
	border:1px solid #d4d4d4;
	text-indent:4px;
	font-size:11px;}
/*--------------Fin Module details tache edition des informations----------------*/


/*------------Module budget temps-------------------*/
div.mod_budget_temps{
	position:relative;
	padding-top:20px;
	/*padding-left:10px;*/
	/*padding-right:10px;*/
}

div.mod_budget_temps h2{
	/*override de div.informations_taches h2*/
	margin-bottom:8px;}

div.mod_budget_temps div.bt_details_temps_big{
	zoom:1;
	margin-top:4px;}

div.mod_budget_temps div.bt_details_temps_big:after{
	content: "";
    display: block;
    clear: both;}

div.mod_budget_temps div.bt_details_temps_big div{
	/*overide de div.bt_details_temps_big div (page dash projet)*/
	float:left;
	width:96px;
	height:46px;
	margin-left:5px;
	background: url(/static/compiled/images/img_page_projet/bt_details_temps_big.png) no-repeat;}
div.mod_budget_temps div.bt_details_temps_big div:first-child{margin-left:7px;}

div.mod_budget_temps div.bt_details_temps_big div p{
	text-align:center;
	line-height:23px;
	color:#4b4b4b;
	font-size:17px;}

div.mod_budget_temps div.bt_details_temps_big div p:first-child{
	font-size:12px;}
/*--------------Fin module budget temps--------------*/



/*------------Module budget temps edition temps alloué-------------------*/
div.mod_budget_temps_alloue_edition{
	display:none;
	position:relative;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;}

div.mod_budget_temps_alloue_edition h2{
	/*override de div.informations_taches h2*/
	margin-bottom:10px;}


div.mod_budget_temps_alloue_edition p{
	zoom:1;
	margin-top:4px;
	}
div.mod_budget_temps_alloue_edition p:after{
	content: "";
    display: block;
    clear: both;
	}

div.mod_budget_temps_alloue_edition label{
	display:block;
	float:left;
	line-height:24px;
	font-size: 12px;
	color: #737373;
	width:125px;
	}
div.mod_budget_temps_alloue_edition input#id_timeallocated{
	float:left;
	display:block;
	font-style:italic;
	width:140px;
	height:22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
	border:none;
	background-color:#e6e6e6;
	color:#8e8e8e;
	border:1px solid #d4d4d4;
	text-indent:4px;
	font-size:11px;}
/*------------Fin module budget temps edition temps alloué-------------------*/



/*------------Module budget temps edition saisir temps passé-------------------*/
div.mod_budget_temps_saisir_temps_passe{
	display:none;
	position:relative;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;}

div.mod_budget_temps_saisir_temps_passe h2{
	/*override de div.informations_taches h2*/
	margin-bottom:10px;
	}

div.mod_budget_temps_saisir_temps_passe p{
	zoom:1;
	margin-top:5px;
	}
div.mod_budget_temps_saisir_temps_passe p:after{
	content: "";
    display: block;
    clear: both;
	}

div.mod_budget_temps_saisir_temps_passe label{
	display:block;
	float:left;
	line-height:24px;
	font-size: 12px;
	color: #737373;
	width:125px;
	}

div.mod_budget_temps_saisir_temps_passe input#id_start_0{
	float:left;
	display:block;
	font-style:italic;
	width:140px;
	height:22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
	border:none;
	background-color:#e6e6e6;
	color:#8e8e8e;
	border:1px solid #d4d4d4;
	text-indent:4px;
	font-size:11px;
	margin-bottom:2px;}

div.mod_budget_temps_saisir_temps_passe input#id_start_1{
	clear:both;
	display:block;
	margin-left:125px;
	font-style:italic;
	width:140px;
	height:22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
	border:none;
	background-color:#e6e6e6;
	color:#8e8e8e;
	border:1px solid #d4d4d4;
	text-indent:4px;
	font-size:11px;}

div.mod_budget_temps_saisir_temps_passe input#id_timespent{
	float:left;
	display:block;
	font-style:italic;
	width:140px;
	height:22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
	border:none;
	background-color:#e6e6e6;
	color:#8e8e8e;
	border:1px solid #d4d4d4;
	text-indent:4px;
	font-size:11px;}


/*------------Fin module budget temps edition saisir temps passé-------------------*/





/*------------Module documents (téléchargement) "popup tache"----------*/
div.mod_documents_tache{
	padding-top:20px;
	/*padding-left:10px;*/
	padding-right:10px;
}

div.mod_documents_tache h2{
	/*override de div.informations_taches h2*/
	margin-bottom:8px;}

div.mod_documents_tache div.conteneur_elements p{
	float:left;
	position:relative;
	font-size:11px;
	font-style:italic;
	width:150px;
	height:24px;
	}
div.mod_documents_tache div.conteneur_elements p:hover,
div.mod_documents div.conteneur_elements p:hover
{
	background: url(/static/compiled/images/img_page_projet/fond_fichier_hover.png) no-repeat;}

div.conteneur_elements p:hover a.croix_fermer, div.mod_documents_tache div.conteneur_elements p:hover a.croix_fermer {
	display:block;
}

div.mod_documents_tache div.conteneur_elements p a:first-child{
	padding-top:2px;
	display:block;
	padding-left:20px;
	width:72%;}
div.mod_documents_tache div.conteneur_elements p.pdf a:first-child{
	background: url(/static/compiled/images/img_page_projet/icone_pdf.png) 4px 2px no-repeat;}
div.mod_documents_tache div.conteneur_elements p.odt a:first-child{
	background: url(/static/compiled/images/img_page_projet/icone_odt.png) 4px 2px no-repeat;}

div.mod_documents_tache div.conteneur_elements p a.croix_fermer{
	display:none;
	position:absolute;
	width:8px;
	height:9px;
	top:6px;
	right:10px;
	background: url(/static/compiled/images/img_page_projet/croix_fermer.png) no-repeat;}
div.mod_documents_tache div.conteneur_elements p.hover a.croix_fermer{
	display:block;}

div.mod_documents_tache a.bt_joindre{
	display:block;
	font-style:italic;
	text-align:left;
	text-indent:16px;
	line-height:25px;
	font-size:12px;
	color:#8e8e8e;
	width:112px;
	height:25px;
	border:none;
	background:none;
	background: url(/static/compiled/images/img_pop_up/bt_joindre.png) no-repeat;
	margin-top:5px;
	margin-right:13px;
	margin-bottom:10px;}

div.mod_documents_tache form{
	position:relative;
	height:25px;

	}

div.mod_documents_tache form label{
	display:none;}

div.mod_documents_tache input#id_thefile{
	position:absolute;
	top:5px;right:0px;
    filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	opacity: 0.01;
	cursor:pointer;
	border:1px red solid;
	background-color:#309;
	}

div.mod_documents_tache span.bouton_joindre{
	float:right;
	display:block;
	width:112px;
	height:25px;
	margin-top:5px;
	margin-right:13px;
	margin-bottom:10px;
	font-size:12px;
	line-height:23px;
	text-indent:15px;
	font-style:italic;
	color:#8e8e8e;
	background: url(/static/compiled/images/img_pop_up/bt_joindre.png) no-repeat;
	cursor:pointer;
	}

/*----------fin module documents (téléchargement) "popup tache"------------*/

/*====================informations taches====================*/

/*=============================================================
                 FIN FENETRE POP-UP EDITION TACHE
==============================================================*/







/*=============================================================
                    PAGE DASH RESSOURCE
==============================================================*/

a.bt_nouvelle_ressource{
	display:block;
	width:140px;
	height:25px;
	margin-bottom:30px;
	line-height:25px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	background-color:#588797;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

ul.liste_profils_dash_ressource{
	zoom:1;
	padding-left:50px;
	padding-right:50px;}

ul.liste_profils_dash_ressource:after{
	content: "";
    display: block;
    clear: both;}

li.profil_dash_ressource{
	position:relative;
	float:left;
	width:275px;
	height:187px;
	background: url(/static/compiled/images/img_dash_ressource/fond_profil_dash_ressource.png) no-repeat;}

ul.liste_profils_dash_ressource li.profil_selectionne, li.profil_dash_ressource:hover{
	background: url(/static/compiled/images/img_dash_ressource/fond_profil_dash_ressource_2.png) no-repeat;}

li.profil_dash_ressource img{
	position: absolute;
	width:47px;
	height:47px;
	top: 11px;
	left: 22px;
	border:3px solid #ffffff;
	background: url(/static/compiled/images/img_page_projet/profil_sans_photo_2.png) no-repeat;
}

li.profil_dash_ressource p.nom,
li.profil_dash_ressource p.prenom{
	padding-left:90px;
	font-size:14px;
	color:#ffffff;
	font-style:italic;
	line-height:15px;}

li.profil_dash_ressource p.nom{
	padding-top:22px;}

li.profil_dash_ressource p.prenom{
	padding-bottom:11px;}

li.profil_dash_ressource a.bt_modifier_ressource{
	display:block;
	position: absolute;
	width:33px;
	height:35px;
	top: 20px;
	right:10px;
	background: url(/static/compiled/images/img_dash_ressource/bt_modifier_ressource.png) no-repeat;}


li.profil_dash_ressource h4{
	font-style:italic;
	font-size:14px;
	color:#ffffff;
	padding-left:22px;
	padding-top:5px;
	padding-bottom:5px;}


li.profil_dash_ressource div.block_taches_assignees{
	float:left;
	margin-left:10px;
	width:105px;
	height:45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(/static/compiled/images/img_dash_ressource/fond_block_taches_assignees.png) repeat-x;}

ul.liste_profils_dash_ressource li.profil_selectionne div.block_taches_assignees,
li.profil_dash_ressource:hover div.block_taches_assignees{background: url(/static/compiled/images/img_dash_ressource/fond_block_taches_assignees_2.png) repeat-x;}
li.profil_dash_ressource div.block_tache_assignee_en_cours{margin-left:27px;}

li.profil_dash_ressource div.block_taches_assignees p{
	font-size:14px;
	color:#ffffff;
	text-align:center;}

li.profil_dash_ressource div.block_taches_assignees p:first-child{
	font-size:12px;
	color:#3d3d3d;
	padding-top:3px;
	padding-bottom:3px;}

li.profil_dash_ressource p.pourcent_occupation {
	position:absolute;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	bottom:25px;
	right:30px;
	width:55px;
	height:20px;
	background-color:#3d3d3d;}

p.pourcent_occupation span {
	color:#ffffff;
}

/*=============================================================
                  FIN PAGE DASH RESSOURCE
==============================================================*/



/*=============================================================
                          HELP_TEXT
==============================================================*/

.help_text {
    display: none;
}

/*=============================================================
                        FIN HELP_TEXT
==============================================================*/




/*=============================================================
               POPUP PAGE CREER UN NOUVEAU PROJET
==============================================================*/

div.popup_creer_projet{
	width:716px;}

h1.titre_popup_creer_projet{
	background: url(/static/compiled/images/img_pop_up/titre_orange.png) repeat-x;}

div.popup_creer_projet form.form_creer_projet h1{
	padding-left:45px;
	padding-bottom:5px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:14px;
	text-transform:uppercase;
	color:#303030;
	background: url(/static/compiled/images/img_pop_up/souligne_legend_form.png) left bottom no-repeat;}

div.popup_creer_projet form.form_creer_projet label{
	display:block;
	float:left;
	padding-left:45px;
	padding-right:15px;
	padding-top:4px;
	width:120px;
	font-size:12px;
	color:#303030;
	text-align:right;
	margin-right:15px;}

div.popup_creer_projet form.form_creer_projet  p{
	zoom:1;
	margin-bottom:13px;}
div.popup_creer_projet form.form_creer_projet  p:after{
	content: "";
    display: block;
    clear: both;
}

div.popup_creer_projet form.form_creer_projet textarea{
	float:left;
	width:480px;
	display:block;
	height:131px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
	border:none;
	background-color:#493639;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	color:#ffffff;
	text-indent:5px;
	font-size:11px;}

div.popup_creer_projet form.form_creer_projet input.rendrejoli{
	float:left;
	display:block;
	height:25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
	border:none;
	background-color:#493639;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	color:#ffffff;
	text-indent:4px;
	font-size:11px;}

div.popup_creer_projet form.form_creer_projet input.rendresuperlarge{
    width:484px;
}

div.popup_creer_projet form.form_creer_projet input#id_code{
	width:120px;}

div.popup_creer_projet form.form_creer_projet input#id_title{
	width:484px;}


div.popup_creer_projet form.form_creer_projet input.bt_ajouter_projet,
div.popup_creer_projet form.form_creer_projet button.bt_ajouter_projet {
	display:block;
	float:right;
	width:auto;
	margin-top:7px;
	margin-right:37px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:12px;
	padding-right:12px;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	color:#ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	background: #6194a6; /* Old browsers */
	background: -moz-linear-gradient(top,  #6194a6 0%, #4c7583 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6194a6), color-stop(100%,#4c7583)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* IE10+ */
	background: linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6194a6', endColorstr='#4c7583',GradientType=0 ); /* IE6-9 */
}

button.bt_ajouter_projet {
    cursor:pointer;
}

div.popup_creer_projet ul.error_form{
	/*override de ul.error_form*/
	width:88%;}


/*=============================================================
             FIN POPUP PAGE CREER UN NOUVEAU PROJET
==============================================================*/








/*=============================================================
                POPUP PAGE MODIFIER UN PROJET
==============================================================*/

div.popup_modifier_projet{
	width:716px;}

div.popup_modifier_projet h1.titre_popup{
	background: url(/static/compiled/images/img_pop_up/titre_bleu.png) repeat-x;}

div.popup_modifier_projet form.form_modifier_projet fieldset{
	margin-top:20px;}

div.popup_modifier_projet form.form_modifier_projet h1{
	padding-left:45px;
	padding-bottom:5px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:14px;
	text-transform:uppercase;
	color:#303030;
	background: url(/static/compiled/images/img_pop_up/souligne_legend_form.png) left bottom no-repeat;}

div.popup_modifier_projet form.form_modifier_projet label{
	display:block;
	float:left;
	padding-left:45px;
	padding-right:15px;
	padding-top:4px;
	width:120px;
	font-size:12px;
	color:#303030;
	text-align:right;
	margin-right:15px;}

div.popup_modifier_projet form.form_modifier_projet  p{
	zoom:1;
	margin-bottom:13px;}
div.popup_modifier_projet form.form_modifier_projet  p:after{
	content: "";
    display: block;
    clear: both;
}

div.popup_modifier_projet form.form_modifier_projet textarea{
	float:left;
	width:480px;
	display:block;
	height:131px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
	border:1px solid #cdcdcd;
	background-color:#e6e6e6;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
	color:#737373;
	text-indent:5px;
	font-size:11px;}

div.popup_modifier_projet form.form_modifier_projet input#id_code,
div.popup_modifier_projet form.form_modifier_projet input#id_title{
	float:left;
	display:block;
	height:25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
	border:1px solid #cdcdcd;
	background-color:#e6e6e6;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
	color:#737373;
	text-indent:4px;
	font-size:11px;}

div.popup_modifier_projet form.form_modifier_projet input#id_code{
	width:120px;}

div.popup_modifier_projet form.form_modifier_projet input#id_title{
	width:484px;}


div.popup_modifier_projet form.form_modifier_projet input.bt_ajouter_projet{
	display:block;
	float:right;
	width:auto;
	margin-top:13px;
	margin-right:37px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:12px;
	padding-right:12px;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	color:#ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	background: #6194a6; /* Old browsers */
	background: -moz-linear-gradient(top,  #6194a6 0%, #4c7583 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6194a6), color-stop(100%,#4c7583)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* IE10+ */
	background: linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6194a6', endColorstr='#4c7583',GradientType=0 ); /* IE6-9 */
}

div.popup_modifier_projet ul.error_form{
	/*override de ul.error_form*/
	width:88%;}

div.popup_modifier_projet p.bouton_joindre_inside{
	position:relative;}

div.popup_modifier_projet input#id_thefile{
	position:absolute;
	left:190px;
	width:112px;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	opacity: 0.01;
	cursor:pointer;
	}

div.popup_modifier_projet span.bouton_joindre{
	float:left;
	display:block;
	width:112px;
	height:25px;
	font-size:12px;
	line-height:23px;
	text-indent:15px;
	font-style:italic;
	color:#8e8e8e;
	background: url(/static/compiled/images/img_pop_up/bt_joindre.png) no-repeat;
	cursor:pointer;
	}

div.popup_modifier_projet div.documents_joins_projet {
	width:474px;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #cdcdcd;
	margin-left:195px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}

div.popup_modifier_projet div.documents_joins_projet p{
	float:left;
	position:relative;
	font-size:11px;
	font-style:italic;
	width:158px;
	height:24px;
	margin-bottom:0px;
	/*le changement de marge ovveride de div.popup_modifier_projet form.form_modifier_projet  p*/

	}
div.popup_modifier_projet div.documents_joins_projet p.hover{
	background: url(/static/compiled/images/img_page_projet/fond_fichier_hover.png) no-repeat;}

div.popup_modifier_projet div.documents_joins_projet p a:first-child{
	padding-top:2px;
	display:block;
	padding-left:20px;
	width:72%;}
div.popup_modifier_projet div.documents_joins_projet p.pdf a:first-child{
	background: url(/static/compiled/images/img_page_projet/icone_pdf.png) 4px 2px no-repeat;}
div.popup_modifier_projet div.documents_joins_projet p.odt a:first-child{
	background: url(/static/compiled/images/img_page_projet/icone_odt.png) 4px 2px no-repeat;}

div.popup_modifier_projet div.documents_joins_projet p a.croix_fermer{
	display:none;
	position:absolute;
	width:8px;
	height:9px;
	top:6px;
	right:10px;
	background: url(/static/compiled/images/img_page_projet/croix_fermer.png) no-repeat;}
div.popup_modifier_projet div.documents_joins_projet p.hover a.croix_fermer{
	display:block;}
/*=============================================================
              FIN POPUP PAGE MODIFIER PROJET
==============================================================*/








/*=============================================================
                POPUP PAGE CREER RESSOURCE
		    +	POPUP PAGE INFORMATIONS DE LA RESSOURCE
==============================================================*/

div.popup_creer_ressource,
div.popup_infos_ressource{
	position:relative;
	width:330px;
	overflow:hidden;}

h1.titre_popup_creer_projet{
	background: url(/static/compiled/images/img_pop_up/titre_orange.png) repeat-x;}

h1.titre_popup_infos_ressource{
	background: url(/static/compiled/images/img_pop_up/titre_bleu.png) repeat-x;}

div.popup_creer_ressource form.form_creer_ressource h1,
div.popup_infos_ressource form.form_infos_ressource h1{
	padding-left:30px;
	padding-bottom:5px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:14px;
	text-transform:uppercase;
	color:#303030;
	background: url(/static/compiled/images/img_pop_up/souligne_legend_form.png) left bottom no-repeat;}

div.popup_creer_ressource form.form_creer_ressource label,
div.popup_infos_ressource form.form_infos_ressource label{
	display:block;
	float:left;
	padding-top:4px;
	width:82px;
	font-size:12px;
	color:#303030;
	text-align:right;
	margin-right:15px;}


div.popup_creer_ressource form.form_creer_ressource,
div.popup_infos_ressource form.form_infos_ressource{
	width:320px;
	zoom:1;}
div.popup_creer_ressource form.form_creer_ressource:after,
div.popup_infos_ressource form.form_infos_ressource:after{
	content: "";
    display: block;
    clear: both;
}

div.popup_creer_ressource form.form_creer_ressource p,
div.popup_infos_ressource form.form_infos_ressource p{
	zoom:1;
	margin-bottom:13px;}
div.popup_creer_ressource form.form_creer_ressource p:after,
div.popup_infos_ressource form.form_infos_ressource p:after{
	content: "";
    display: block;
    clear: both;
}

div.popup_creer_ressource form.form_creer_ressource input#id_name,
div.popup_creer_ressource form.form_creer_ressource input#id_first_name,
div.popup_creer_ressource form.form_creer_ressource input#id_email{
	float:left;
	display:block;
	height:25px;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
	background-color:#493639;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	color:#ffffff;
	text-indent:4px;
	font-size:11px;}


div.popup_infos_ressource form.form_infos_ressource input#id_name,
div.popup_infos_ressource form.form_infos_ressource input#id_first_name,
div.popup_infos_ressource form.form_infos_ressource input#id_email{
	float:left;
	display:block;
	height:25px;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
	border:1px solid #cdcdcd;
	background-color:#e6e6e6;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
	color:#737373;
	text-indent:4px;
	font-size:11px;}

div.popup_creer_ressource form.form_creer_ressource input#id_name,
div.popup_creer_ressource form.form_creer_ressource input#id_first_name,
div.popup_infos_ressource form.form_infos_ressource input#id_name,
div.popup_infos_ressource form.form_infos_ressource input#id_first_name{
	width:120px;}

div.popup_creer_ressource form.form_creer_ressource input#id_email,
div.popup_infos_ressource form.form_infos_ressource input#id_email{
	width:200px;}


div.popup_creer_ressource form.form_creer_ressource input[type="submit"],
div.popup_infos_ressource form.form_infos_ressource input[type="submit"]{
	display:block;
	float:right;
	width:auto;
	margin-top:13px;
	margin-right:37px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:12px;
	padding-right:12px;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	color:#ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	background: #6194a6; /* Old browsers */
	background: -moz-linear-gradient(top,  #6194a6 0%, #4c7583 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6194a6), color-stop(100%,#4c7583)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* IE10+ */
	background: linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6194a6', endColorstr='#4c7583',GradientType=0 ); /* IE6-9 */
}

div.popup_creer_ressource ul.error_form,
div.popup_infos_ressource ul.error_form{
	/*override de ul.error_form*/
	width:88%;}

div.popup_creer_ressource img.photo_profil,
div.popup_infos_ressource img.photo_profil{
	float:left;
	margin-right:13px;}

div.popup_creer_ressource input#id_thefile,
div.popup_infos_ressource input#id_thefile{
	position:absolute;
	left:190px;
	width:112px;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	opacity: 0.01;
	cursor:pointer;
	}

div.popup_creer_ressource span.bouton_joindre,
div.popup_infos_ressource span.bouton_joindre{
	float:left;
	display:block;
	width:112px;
	height:25px;
	font-size:12px;
	line-height:23px;
	text-indent:15px;
	font-style:italic;
	color:#ffffff;
	background: url(/static/compiled/images/img_pop_up/bt_joindre_noir.png) no-repeat;
	cursor:pointer;
	}

div.popup_infos_ressource span.bouton_joindre{
	color:#8e8e8e;
	background: url(/static/compiled/images/img_pop_up/bt_joindre.png) no-repeat;}

/*=============================================================
               FIN POPUP PAGE CREER RESSOURCE
		    +  POPUP PAGE INFORMATIONS DE LA RESSOURCE
==============================================================*/








/*=============================================================
             			 PAGE LOGIN
==============================================================*/
form.form_login{
	width:350px;
	margin:0 auto;}

form.form_login h1{
	padding-bottom:5px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:14px;
	text-transform:uppercase;
	color:#303030;
	background: url(/static/compiled/images/img_pop_up/souligne_legend_form.png) left bottom no-repeat;}

form.form_login label{
	display:block;
	float:left;
	padding-right:15px;
	padding-top:4px;
	width:120px;
	font-size:12px;
	color:#303030;
	text-align:right;
	margin-right:15px;}

form.form_login  p{
	zoom:1;
	margin-bottom:13px;}
form.form_login  p:after{
	content: "";
    display: block;
    clear: both;
}


form.form_login input{
	float:left;
	width:200px;
	display:block;
	height:25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:none;
	border:none;
	background-color:#493639;
    -webkit-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
	color:#ffffff;
	text-indent:4px;
	font-size:11px;}


form.form_login button{
	display:block;
	float:right;
	width:auto;
	margin-top:7px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:12px;
	padding-right:12px;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	color:#ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	background: #6194a6; /* Old browsers */
	background: -moz-linear-gradient(top,  #6194a6 0%, #4c7583 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6194a6), color-stop(100%,#4c7583)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* IE10+ */
	background: linear-gradient(top,  #6194a6 0%,#4c7583 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6194a6', endColorstr='#4c7583',GradientType=0 ); /* IE6-9 */
}



/*=============================================================
                       FIN PAGE LOGIN
==============================================================*/

/* UPLOAD FILE IN TASK FORM*/

.upload-form input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

span.rapport-dates {
	display:inline-block;
	float:right;
	line-height:1.2;
	vertical-align: middle;
}
span.rapport-dates.title span{
	vertical-align: middle;

}

span.rapport-dates span {
	font-size: 12px;
	color: #6398AA;
	vertical-align:top;
	padding:2px;
	overflow:hidden;
	display:inline-block;
	text-align:center;
}
span.rapport-dates span:first-child {border-right:none}
span.rapport-dates span:last-child {border-left:none}

div.conteneur_elements h2.group_range {
	margin: 5px 20px 5px 20px;
	line-height: 30px;
}
div.conteneur_elements h2.group_range a {
	vertical-align: middle;}

.button-send {
	display: block;
    float: right;
    width: auto;
    margin-top: 7px;
    margin-right: 37px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    text-transform: uppercase;
	font-weight: bold;
    text-align: center;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    background: #6194a6;
    background: -moz-linear-gradient(top, #6194a6 0%, #4c7583 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6194a6), color-stop(100%,#4c7583));
    background: -webkit-linear-gradient(top, #6194a6 0%,#4c7583 100%);
    background: -o-linear-gradient(top, #6194a6 0%,#4c7583 100%);
    background: -ms-linear-gradient(top, #6194a6 0%,#4c7583 100%);
    background: linear-gradient(top, #6194a6 0%,#4c7583 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6194a6', endColorstr='#4c7583',GradientType=0 );
    cursor: pointer;
}
.button-send:disabled {
    opacity: 0.5;
    cursor: not-allowed;;
}

td.weekend {
	background: #fec;
}

div.vacations {
	margin-top:10px;
	max-height:200px;
	overflow-y:auto;
    overflow-x:hidden;
}

table.vacations {
	background: #fff;
	width:360px;
}

table.vacations td {
    width: 90px;
    max-width:100px;
    height: 30px;
    text-align: center;
    vertical-align: center;
    padding: 4px 2px;
    white-space: nowrap;
    box-shadow: inset 0 1px 0 #D0D7E9;
    border-right: 1px solid #D0D7E9;
    overflow:hidden;
}

table.vacations thead td {
    height: 21px;
    padding: 2px;
}

table.vacations tr:nth-child(even) {
    background: #F4F6F9;
    box-shadow: inset 0 1px 0 #D0D7E9;
}

div.vacations-modal-body h2{
	margin-top:20px;

}

/*Main page*/

div.section-outer {
	position: relative;
    background-color: #e5e5e5;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
	width: 1066px;
	margin: 0 auto;
	float: left;
}

div.section-outer.section-prime {
	width: 530px !important;
	margin-bottom: 5px !important;
    margin-left: 270px !important;
}

div.section {
	zoom: 1;
    position: relative;
    padding: 4px;
    margin-bottom: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: none;
    background-color: #ffffff;
    height: auto;
    min-height: 125px;
	width: 515px;
	margin: 5px;
	float:left;
}

.user-avatar {
    height: auto;
    height: 102px;
	padding: 2px 10px 0 0;
	display: block;
	float:left;
	border-radius:5px;
}

div.top-section {
	display:inline;
}

div.bottom-section {
	display:inline;
	float:left;
	height: 20px;
}

div.middle-section {
	float: left;
    position: relative;
}

div.left-section {
	float: left;
    position: relative;
    width: 390px;
	height: 125px;
    border-right: 1px solid #ccc;

}

div.left-section-top {
	margin:8px;
}

div.left-section-top p {
	padding-left:10px;
}

div.infoblock {
    margin: 10px;
    min-width: 70px;
    height: 45px;
	border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url(/static/compiled/images/img_page_ressource/fond_block_taches_assignees.png) repeat-x;
}

div.infoblock p:first-child {
	font-size: 12px;
    color: #3d3d3d;
    padding: 3px;
}


div.infoblock p {
	font-size: 14px;
    color: #ffffff;
    text-align: center;
}

/* Progression bar for main page*/
.progression-worktime{
	position: relative;
    float: left;
    padding-top: 10px;
    height: 32px;
	margin-top: 25px;
	margin-left:5px;
	max-width:250px;
	overflow:hidden;
}

.progression-bar {
	background: url("/static/compiled/images/img_dashboard_projets/fond_barre_progression.jpg") -112.88px 0px no-repeat;
	float: left;
    height: 17px;
    width: 138px;
    margin-left: 14px;
    border: 1px solid #b4b4b4;
	border-radius: 5px;

}

.progression-bar-text {
	border: 1px solid #7baf22;
	background: -moz-linear-gradient(top, #a7cc68 0%, #79ae1f 98%);
	background: -webkit-linear-gradient(top, #a7cc68 0%,#79ae1f 98%);
	background: linear-gradient(top, #a7cc68 0%,#79ae1f 98%);
	position: absolute;
    top: 0;
    left: 7px;
    width: auto;
    padding: 0;
    line-height: 13px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
    color: #ffffff;
    font-style: italic;
	border-radius: 7px;
}


/* Pretty Table */
.datagrid table { border-collapse: collapse; text-align: left; width: 100%; }
.datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; }
.datagrid table td, .datagrid table th { padding: 7px 2px; }
.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #BDBDBD), color-stop(1, #BDBDBD) );  background:-moz-linear-gradient( center top, #BDBDBD 5%, #BDBDBD 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#BDBDBD', endColorstr='#BDBDBD');background-color:#BDBDBD; color:#FFFFFF; font-size: 15px; font-weight: bold; }
.datagrid table thead th:first-child { border: none; }
.datagrid table tbody td { color: #000000; font-size: 14px;font-weight: normal; }
.datagrid table tbody .alt td { background: #DBDBDB; color: #000000; }
.datagrid table tbody td:first-child { border-left: none; }
.datagrid table tbody tr:last-child td { border-bottom: none; }

a.bt_primary {
    color: #fff !important;
	background: #6194a6 !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6194a6), color-stop(100%,#4c7583)) !important;
}

a.bt_fixed_width {
	width: 124px!important;
}