/* ==============================
 * 	Home Tableau de Bord - Général
 * ============================== */
#toolbar {
	visibility: hidden;
	display: none;
}
div#tdb {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
div#tdb div#userinfos {
	width: 100%;
	margin: 0 1em 0.4em 1em;
	padding: 0;
}
div#tdb div#userinfos div#infos{
	clear: both;
	float:right;
	text-align: right;
	color: #555;
	position: absolute;
	top: 1px;
	right: 1em;
}
div#userinfos h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	border: 0;
	font-size: 1.4em;
	color: rgb(168,19,29);
}
div#tdb div#userinfos div#setpref {
	margin-bottom: 1em;
	text-align: left;
}
div#tdb div.title {
	border-bottom: 2px solid #999;
	padding: 0.2em 0.3em 0.3em 0.5em;
	background: rgb(168,19,29);
	display: block;
	height: 1.4em;
}
div#tdb div.title h1 {
	float: left;
	font-size: 1.1em;
	color: #fff;
	margin: 0.2em 0;
	vertical-align: middle;
	border: 0;
}
div#tdb div.title h1 a {
	color: #fff;
}
div#tdb div.title h1 img {
	vertical-align: middle;
	margin: 0 0.6em;
	margin-top: -3px;
}
a.button {
	float:right;
	margin-right: 0.4em;
}

div.pref {
	background: #efefef;
	border: 1px solid #ccc;
	border-bottom: none;
	margin-right: 2em;
}
div#pref div ul {
	margin: 0;
	padding: 0.5em 0;
}
div#pref div ul li {
	margin: 0.2em 0 0.2em 0.5em;
	padding: 0 0 0 0.5em;
	list-style-type: none;
}
div#pref div ul li ul {
	margin: 0;
	padding: 0;
}
div#pref div ul li ul span {
	font-weight: bold;
	border-bottom: 1px solid #999;
}
div#pref div ul li ul li {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
	list-style-type: none;
}
div.item div.pref {
	margin: 0;
	clear: both;
	border-bottom: 1px solid #ccc;
}
div.item div.pref ul {
	margin: 0.3em 0;
	padding: 0;
}
div.item div.pref ul span {
	display: none;
}
div.item div.pref ul li {
	list-style-type: none !important;
	margin-left: 1em !important;
	padding-left: 0.2em !important;
}
div.pref span.complete{
	display: block;
	width: 100%;
	text-align: right;
}
div.pref input {
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	font-size: 0.95em;
	border: 1px solid #ccc;
	vertical-align: text-bottom;
}
div.togglebutton {
	border-top: 1px solid #ccc;
	margin-right: 2em;
	text-align: right;
	padding-right: 2em;
	line-height: 1.4em;
}
div.togglebutton a span {
	white-space: nowrap;
}
div.togglebutton a span img {
	vertical-align: bottom;
	margin:0;
	padding:0;
}
div.togglebutton a {
	border: 1px solid #ccc;
	border-top: none;
	padding: 0 1em 0.1em 1em;
	background: #efefef;
}
div.togglebutton a:hover {
	text-decoration: none;
	background: #dedede;
}
div.item div.togglebutton {
	margin: 0;
}
div#tdb div.column {
	z-index: 1;
	float: left;
	width: 49.9%;
	height: 100%;
	min-height: 5em;
}
div#tdb div.column div.item {
	border: 1px solid #999;
	margin: 0 0.5em 1em 0.5em;
	z-index: 10;
	background: #fff;
}
/*
div#tdb div.column div.item h1 a {
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
}
div#tdb div.column div.item h1 img {
	padding-left: 0.5em;
	padding-right: 0.6em;
	vertical-align: top;
}
div#tdb div.column div.item h1 a:hover {
	color: #fff;
	text-decoration: underline;
}*/
div#tdb div.column div.item h1.handler {
	cursor: move;
}
.dashed {
	border: 2px dashed #A5B7CF !important;
	min-height: 5em;
}
.hide {
	visibility: hidden;
}
.link {
	cursor: pointer;
}
.break {
	clear: left;
}
/* ==============================
 * 	Home Tableau de Bord - Pref
 * ============================== */
div#userlist {
	display: block;
}
div#userlist ul {

}
div#userlist ul li {
	float: left;
	list-style-type: none;
	margin: 0.3em 1em;
	padding: 0.1em 0.5em;
	width: 15em;
}
div#userlist br {
	clear: left;
}
div#draftlist {
	padding: 0.5em 1em;
}
div#draftlist table {
	width: 100%;
}
div#draftlist th {
	font-weight: bold;
	padding: 0.3em 0;
	font-size: 1.1em;
}
div#draftlist tr.line0 {
	background: #dfdfdf;
}
div#draftlist tr.line0:hover {
	background: #fff;
}
div#draftlist tr.line1 {
	background: #efefef;
}
div#draftlist tr.line1:hover {
	background: #fff;
}
div#draftlist td {
	margin: 0.1em;
	padding: 0.1em 0.3em;
	vertical-align: middle;
}
div#draftlist th.center,
div#draftlist td.center {
	text-align: center;
}
div#pendinglist {
	padding: 0.5em 1em;
}
div#pendinglist ul li {
	list-style-type: none;
	padding: 0.2em 1em;
	margin: 0 1em;
}
div#pendinglist ul li:before {
	content: "\00BB \0020";
}


/* ==============================
 * 	Home Tableau de Bord - Items
 * ============================== */
div#tdb div.column div.item div.content img {
	margin: 0 0.2em 0 0.1em;
}
div#tdb div.column div.item div.content div.actus_blocs {
	background: #eee;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	margin:0;
	padding:0;
}
div#tdb div.column div.item div.content div.actus_blocs h2 {
	margin-top: -2px;
	padding-top: 0.4em;
	font-size: 1.1em;
}
div#tdb div.column div.item div.content div.actus_blocs div {
	border: 0;
	margin: 0;
	padding: 0;
}
div#tdb div.column div.item div.content div.actus_blocs span.author {
	color: #999999;
	display: block;
	font-size: 0.8em;
	font-style: italic;
	margin: 0.2em 1.5em 0.3em 0;
	text-align: right;
}
div#tdb div.column div#calendarbloc {
	min-height: 156px;
}
div#tdb div.column div#calendarbloc div#calendar {
	float: left;
	border: 0;
	margin: 0.2em 0.6em 0.2em 0.6em;
	background: #fff;
}
div#tdb div.column div#calendarbloc div#calendar table {
	border: 1px solid #999;
}
div#tdb div.column div#calendarbloc div#calendar table tr th {
	padding: 0.1em 0.2em 0.1em 0.2em;
    background: rgb(115,0,30);
	color: #fff;
}
div#tdb div.column div#calendarbloc div#calendar table tr th a {
        color: #fff;
}
div#tdb div.column div#calendarbloc table tr.calendar_heading th {
	text-align: center;
}
div#tdb div.column div#calendarbloc table tr.calendar_heading_days th {
	border-bottom: 1px solid #999;
}
div#tdb div.column div#calendarbloc table tr td {
	text-align: center;
	vertical-align: middle;
	padding: 0.1em 0.2em 0.1em 0.2em;
}
div#tdb div.column div#calendarbloc table tr td.ezagenda_current {
        background: rgb(115,0,30);
	color: #fff;
}
div#tdb div.column div#calendarbloc table tr td.ezagenda_current a {
	color: #fff;
}
div#tdb div.column div#calendarbloc table tr td a {
        font-weight: bold;
}
div#tdb div.column div#calendarbloc div#events {
	margin: 0;
	border: 0;
	overflow: visible;
}

div#tdb div.column div#actus_portail div#actusPortailContent div h2 {
	margin-top: -2px;
	padding-top: 0.4em;
	font-size: 1.2em;
}
div#tdb div.column div#actus_portail div#actusPortailContent div span.author {
	font-size: 0.8em;
	text-align: right;
	color: #999;
	display: block;
	margin: 0.2em 1.5em 0.3em 0;
	font-style: italic;
}
div#tdb div.column div#actus_portail div#actusPortailContent div div.intro {
	margin: 0.3em 1.5em 0.2em 1.5em;
	line-height: 1em;
}
div#tdb div.column div#actus_portail div#actusPortailContent div div.intro p {
	margin: 0;
	padding: 0;
	padding-bottom: 0.4em;
}
div#tdb div.column div#actus_portail div#actusPortailContent hr {
	margin: 0 1em 0 1em;
	color: #eee;
}
div#tdb div.column div.item div.content ul {
	margin: 0.1em 0 0.3em 0;
}
div#tdb div.column div.item div.content ul span {
	border-bottom:1px solid #CCCCCC;
	color:#666666;
	display:block;
	font-weight:bold;
	margin:0.5em 0 0.2em 0;
	padding:0 0 0.1em 0.3em;
}
div#tdb div.column div.item div.content ul li {
	margin: 0 0 0 0.5em;
	padding: 0.1em 0.2em 0.1em 0.4em;
	list-style-type: none;
	line-height: 1.1em;
}
div#tdb div.column div.item div.content ul li:before {
	/*content: "\00BB \0020";*/
}
div#tdb div.column div.item div.content ul li a {
	background:#FFFFFF url(/design/crma_new/images/icons/bullet_red.png) no-repeat scroll 0 center;
	border: 0;
	margin-left:0.2em;
	padding-left:1.6em;
	text-indent:-0.2em;
}
div#tdb div#gp div#gpContent div.gpPart {
	display: block;
	margin: 0;
	padding: 0;
}
div#tdb div#gp div#gpContent div.gpPart h2 {
	display: block;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0.3em 0;
	font-size: 1.2em;
	background: #eee;
}
div#tdb div#userstats div#userstatsContent table {
	padding:0;
	width:100%;
}
div#tdb div#userstats div#userstatsContent table td {
	vertical-align: middle;
}
div#tdb div#userstats div#userstatsContent table .separator td {
	background: #eee;
	font-weight: bold;
	font-color: #666;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
div#tdb div#userstats div#userstatsContent table .moyenne {
	text-align: right;
	padding-right: 10px;
}



div.ajax-loading {
	text-align: center;
	margin: 0;
	padding: 0.5em 0;
}

div#home ul {
	margin-left: 1em;
}
#content-full ul li {
	margin-left: 1em;
}
