/* @group system.css */

/**
 * @file
 * Basic styling for common markup.
 */

/**
 * HTML elements.
 */
fieldset {
  margin-bottom: 1em;
  padding: 0.5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  border: 1px solid gray;
  height: 1px;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em; /* LTR */
  text-align: left; /* LTR */
}
tbody {
  border-top: 1px solid #ccc;
}
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/**
 * Markup generated by theme_tablesort_indicator().
 */
th.active img {
  display: inline;
}
td.active {
}

/**
 * Markup generated by theme_item_list().
 */
/*.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em; /* LTR *!/
  padding: 0;
}*/

.item-list h3 {
	/*15/12*/
	font-size: 1.25em;
	margin-bottom: 5px;
	font-weight: bold;
}

#main-content .item-list li {
	margin-bottom: 20px;
	padding-bottom: 6px;
}
#main-content .item-list li:after{
	content:'';
	clear:both;
	display:block;
}
	.page-node-theses #main-content .item-list.theseslites li{
		width: 46%;
		margin: 0 0 2% 0 !important;
		float: left;
		border: 1px solid #ccc;
		padding: 1%;
		list-style: none inside none;
	}
	.page-node-theses #main-content .item-list.theseslites li:nth-child(odd) {
		clear: both;
		margin: 0 2% 2% 0 !important;
	}

	.page-node-theses #main-content .item-list.theseslites li .field-name-body{
		padding:0;
	}
	.page-node-theses #main-content .item-list.theseslites li li{
		border-bottom:0;
	}
	.page-node-theses #main-content .item-list.theseslites li .field{
		margin-bottom:0;
	}
	.page-node-theses #main-content .item-list.theseslites li h3{
	}
	.page-node-theses #main-content .item-list.theseslites li h3 a{
		color: #e52f39;
		font-weight: 300;
		font-size: 1.2em;
		min-height: 40px;
		display: block;
	}
	.page-node-theses #main-content .item-list.theseslites li.node-readmore{
		text-align: right;
		display: block;
		padding: 3px;
		float: none;
		margin: 0;
		padding: 0;
		clear: both;
		width: 100%;
		border: 0;
	}
	.page-node-theses #main-content .item-list.theseslites ul.links{
		margin-top:0;
	}
	.page-node-theses.node-type-departement #main-content{
		border:0;
	}
/**
 * Markup generated by Form API.
 */
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.form-item .description {
  font-size: 0.85em;
}
label {
  display: block;
  font-weight: bold;
}
label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}
input.form-checkbox,
input.form-radio {
  vertical-align: middle;
}
.marker,
.form-required {
  color: #f00;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}

/**
 * Inline items.
 */
.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}

/**
 * Markup generated by theme_more_link().
 */
.more-link {
  text-align: left; /* LTR */
}

/**
 * Markup generated by theme_more_help_link().
 */
.more-help-link {
  text-align: right; /* LTR */
}
.more-help-link a {
  background: url(../../misc/help.png) 0 50% no-repeat; /* LTR */
  padding: 1px 0 1px 20px; /* LTR */
}

/**
 * Markup generated by theme_pager().
 */

.item-list .pager {
  clear: both;
  text-align: center;
  margin-top: 10px;
  background: #e6e6e6;
	padding: 0;
	display:table;
	width:99%;
}

.agenda-calendar .pager {
	padding: 0;
	background-image: none;
}
.view-display-id-block_2 h3{
	display:block;
}

.item-list .pager li {
  background-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0.3em 0.5em;
	display:table-cell;
}
.pager-current {
  font-weight: bold;
  color: #e52f39;
}
.item-list .pager li a {
	color:#000;
}
.item-list .pager li a:hover{
  color: #e52f39;
}
.pager-next, .pager-last,
.pager-previous, .pager-first{
	background:#d1d1d1;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
html.js fieldset.collapsible .fieldset-legend {
  background: url(../../misc/menu-expanded.png) 5px 65% no-repeat; /* LTR */
  padding-left: 15px; /* LTR */
}
html.js fieldset.collapsed .fieldset-legend {
  background-image: url(../../misc/menu-collapsed.png); /* LTR */
  background-position: 5px 50%; /* LTR */
}
.fieldset-legend span.summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
.tabledrag-toggle-weight {
  font-size: 0.9em;
}
body .tabledrag-changed-warning {
  margin-bottom: 0.5em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
*/
tr.selected td {
  background: #ffc;
}
td.checkbox,
th.checkbox {
  text-align: center;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.progress .filled {
  background: #0072b9 url(../../misc/progress.gif);
}


/* @end */
/* @group node.css */

.front #main-content .node-promoted,
.front #main-content .node-teaser {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#FAFAFA), to(#F4F3F2));
	border-radius: 5px;
	padding: 10px;
	margin: 0 0 20px;
	box-shadow: 0px 2px 2px #e5e5e5;
}

#main-content .submitted {
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	color:#fff;
}
#main-content .submitted span {
	background-color:#000;
	color:#fff;
	display:inline-block;
	padding: 2px 10px;
}

#main-content .node {
	margin-bottom: 10px;
}

.node-article .field-type-image {
	float: left;
	margin: 0 10px 10px 0 !important;
}

/* @group .node-personnel */

/* @group node */

.node-personnel {
	border: 1px solid #ccc;
	border-radius: 10px;
	background: -moz-linear-gradient(90deg, #fafafa 0%, #f4f4f2 100%) #fafafa;
	background: -webkit-gradient(linear, left bottom, left top, from(#fafafa), to(#f4f4f2)) #fafafa;
	padding: 0 10px;
}

.node-personnel li {
	/*	background-image: none;*/
	list-style-image: none;
	margin-left: 100px;
	padding-left: 30px;
	margin-bottom: 3px;
}
.node-personnel img {
	float: left;
	padding: 5px;
	margin-right: 20px;
}
.node-personnel p {
	margin: 0;
	padding: 0;
}
.node-personnel .photo {
	margin: 0;
	padding: 0;
}
.node-personnel .tel, .search-result.personnel .tel {
	background: url(../images/ico/personnel_phone.png) no-repeat scroll 1px 3px;
}
.node-personnel .email, .search-result.personnel .email {
	background: url(../images/ico/personnel_mail.png) no-repeat scroll 3px center;
}
.node-personnel .web {
	background: url(../images/ico/personnel_web.png) no-repeat scroll 4px center;
}
.node-personnel .membre {
	clear: both;
	margin-top: 20px;
	overflow: hidden;
	margin-left: 100px;
}
.node-personnel .membre .field-label {
	display: block;
}
.node-personnel .membre .field-items {
	display: block;
	clear: both;
}

/* @end */

/* @group .encart_personnel */


.encart_personnel {
	background-color: #f4f4f2;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
}

.encart_personnel.departement {
	background: #eee url('../images/refonte/pct_identite.jpg') top left no-repeat;
	border: 0;
	border-radius: 0;
	padding: 30px 10px 10px 10px;
	margin: 0 0;
} 

.encart_personnel li {
	background-image: none !important;
	list-style-image: none !important;
	margin: 0;
}
.encart_personnel li:before{
	content:'';
}
.encart_personnel li .strong{
	font-weight:600;
}
.encart_personnel ul{
	margin-bottom:5px;
}
.encart_personnel a{
	color:#e52f39;
}
.projets {
	padding: 0;
border: 1px dotted #e52f39;
margin: 15px;
}
/* @end */

.view-personnel table .views-field-field-image img {
	width: 30px;
}


/* @end */
/* @group .node-departement */

.node-type-departement h1.equipe,
.page-node-personnel h1.equipe,
.node-type-axe h1.equipe, 
.node-type-axe h1#page-title{
	margin: 0 20px 0 0;
	float: left;
	font-size: 2.5em;
	border-right: 1px solid #b2ca8f;
	padding: 0 20px 0 0;
	line-height: 1em;
}
.node-type-axe h1#page-title{
	border-right:0;
}

.node-type-departement h1#page-title,
.page-node-personnel h1#page-title/*,
.node-type-axe h1#page-title*/ {
	font-size: 1.2em;
	margin-right: 10px;
	line-height:1.6em;
}

.node-departement .content h2.title,
.page-node-personnel .content h2.title {
	color: #e52f39;
	background: none transparent no-repeat scroll 10px center;
	padding-left: 10px;
	text-transform: uppercase;
	margin-top: -5px;
}

/*.node-departement {
	background: url(../images/ico/type_projet_big.png) no-repeat scroll right bottom #f4f4f2;
	min-height: 190px;
	border-radius: 15px;
	margin-bottom: 30px !important;
}

.node-departement .content {
	margin: 20px;
}
*/
/* @end */

/* @group node-progtransv */

.node-progtrans .field-name-field-departement {
	padding: 10px;
}

.node-progtrans .field-name-field-departement .field-label {
	font-size: 1.1em;
}

.node-progtrans .field-name-field-departement .field-item {
	margin-left: 10px;
}

/* @end */
/* @end */
/* @group .links */

.links.inline  {
	margin: -15px 0 0;
	padding: 0;
	overflow: hidden;
	display: block;
}

.links li {
	margin: 0;
	padding: 0;
}

.links .node-readmore a {
	padding-left: 20px;
	float: right;
}
/* @end */


/* @group modules */

/* @group .lang-dropdown */

#block-lang-dropdown-language {
		float: right;
		margin: 0 0 0 -1px;
	}

#block-lang-dropdown-language .form-item.form-type-select.form-item-lang-dropdown-select{
		float: left;
		margin: 0 0 0 10px;
		padding: 0;
	}

/* surcharge Skin 1 */

.dd_after {}
.dd_after .ddTitle { 
	border: 0px none #c3c3c3; 
	background: url(../images/langdropdown/bg.png) #313131;
	color: white !important;
	font-weight: bold;
}

.dd_after .ddTitle span.arrow {
	background:url(../images/langdropdown/dd_arrow.png) no-repeat 0 0;
}

.dd_after .ddChild {
	background-color: #313131;
	border:0px none #111;
}

.dd_after .ddChild a {
	color: white !important;
}

.dd_after .ddChild a span.ddTitleText {
	float:left;
	margin-left: 5px;
}

.dd_after .ddChild a:hover,
.dd_after .ddChild a.selected {
	background-color:#e52f39;
}

/* @end */

/* @group .view */


.view-filters {
	margin-bottom: 30px;
}

.view-content td.active {
	background-color: #fff;
}

.view-content th {
	font-size: 1em;
}

.views-exposed-widget.views-submit-button {
	float: right;
}



/* @end */


/* @group .textsize */

/* textsize increase link, visited  */

#block-textsize-form {
	float: right;
	background: transparent;
	margin:-15px 0 0 0;
	padding: 0;
}

#block-textsize-form ul {
	margin: 0;
	padding: 0;
}

#block-textsize-form li {
	float: left;
	margin: 0 !important;
	padding: 0;
	list-style: none !important;
	background:transparent none !important;
}
#block-textsize-form li:before{
	content:'';
}

#block-textsize-form span {
	visibility: hidden;
}

#block-textsize-form a.textsize_increase,
#block-textsize-form a.textsize_decrease,
#block-textsize-form a.textsize_normal {
	display: block;
	margin-left: 7px;
}

#block-textsize-form a.textsize_increase:hover,
#block-textsize-form a.textsize_decrease:hover,
#block-textsize-form a.textsize_normal:hover {
	opacity: 0.5;
}

#block-textsize-form .textsize_increase,
#block-textsize-form .textsize_increase:hover,
#block-textsize-form .textsize_increase:visited  {
	width: 24px;
	height: 24px;
	background: url(../images/ico/text_increase.png) no-repeat scroll center top;
}
#block-textsize-form .textsize_decrease,
#block-textsize-form .textsize_decrease:hover,
#block-textsize-form .textsize_decrease:visited  {
	width: 24px;
	height: 24px;
	background: url(../images/ico/text_decrease.png) no-repeat scroll center top;
}

#block-textsize-form .textsize_normal,
#block-textsize-form .textsize_normal:hover,
#block-textsize-form .textsize_normal:visited  {
	width: 24px;
	height: 24px;
	background: url(../images/ico/text_normal.png) no-repeat scroll center top;
}

/* @end */

/* @group .shareThis */

.sharethis-wrapper {
	position: relative;
	padding: 10px 5px;
	border: 1px solid #e0e0e0;
	margin-top: 20px;
	margin-bottom: 10px;
	border-right-style: none;
	border-left-style: none;
}

#node-1 .sharethis-wrapper {
	display: none;
}



/* @end */


/* @group .sf-menu / superfish */

/* @override http://xlimv2.dev/sites/all/libraries/superfish/style/white.css?m2pwmu */

.sf-menu.sf-style-white {
  margin-bottom: 0em;
}

.sf-menu.sf-style-white a.sf-with-ul {
  padding-right: 2em;  
}
.sf-menu.sf-style-white a {
  border: 1px solid #e1e1e1;
  color: #fff;
  background-color: black;
  font-size: 1em;
  padding: 0.75em 0 0.75em 0.8em;
}
.sf-menu.sf-style-white li,
.sf-menu.sf-style-white.sf-navbar {
	margin: 0;
}
.sf-menu.sf-style-white li li,
.sf-menu.sf-style-white li li a {
	background: #dddddd;
 	line-height: 1.3em;
  	color: #444;
/*	white-space: nowrap;*/
  	border-style: none !important;
  }
.sf-menu.sf-style-white li li li,
.sf-menu.sf-style-white li li li a {
	background: #dddddd;
  	border-style: none !important;
}

.sf-menu.sf-style-white li li a {
	padding: 0.45em 0 0.45em 0.45em;
}

.sf-menu.sf-style-white li:hover,
.sf-menu.sf-style-white .sfHover,
.sf-menu.sf-style-white .active a,
.sf-menu.sf-style-white a:focus,
.sf-menu.sf-style-white a:hover,
.sf-menu.sf-style-white a:active,
.sf-menu.sf-style-white.sf-navbar li li {
	text-decoration: none;
  	color: #ffffff;
 	background-color: #1987ac;
}
.sf-menu.sf-style-white.sf-navbar li ul {
  background-color: #1987ac;
	color: #ffffff;
}

.sf-menu.sf-style-white .sf-sub-indicator {
/*  background-image: url('../images/superfish/arrows-ffffff.png');*/
}
.sf-menu.sf-style-white.rtl .sf-sub-indicator {
/*  background-image: url('../images/superfish/arrows-ffffff-rtl.png');*/
}

/* Pit Custom */

#menu li a {
	border-right: 1px solid #eee;
	list-style: none;
	position: relative;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: transparent;
	color: #333;
	min-height:30px;
	padding: 10px 19px;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: 600;
	text-transform: uppercase;
	text-align:center;
}
#menu li a:hover, #menu li.active a{
	color:#e52f39;
}
#menu li.active ul li.active a, #menu li.active ul li.active ul li.active a, #menu li.active ul li a:hover, #menu li.active ul li.active ul li a:hover{
	color:#e52f39 !important;
}
#menu li.active ul li.active ul li a{
	color:#333 !important;
}

#menu li li a {
	padding:5px 10px !important;
	font-weight:300;
}

.sf-menu > .active-trail,
.sf-menu > .active-trail > a.menuparent {
	color: black;
	background-color: #dddddd;
}

.sf-menu.sf-style-white li li a {
	padding-right: 30px !important;
}

/* @end */
/* @group .collapsible */

	.collapsible {
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.collapsible legend {
		display: block;
		width: 100%;
		text-align: right;
		overflow: hidden;
	}
	
	.collapsible.collapsed .fieldset-legend {
		font-weight: bold;
		display: block;
		background: url(../images/ico/arrow_blue.png) no-repeat left center !important;
		padding-left: 20px !important;
		float: right;
	}
	
	.fieldset-wrapper {
		padding-top: 20px;
	}
	
	.collapse-processed .fieldset-legend {
		font-weight: bold;
		display: block;
		background: url(../images/ico/arrow_blue_down.png) no-repeat left center !important;
		padding-left: 20px !important;
		float: right;
	}
	
	.collapse-text-text {
		margin-top: 20px;
	}
	.collapse-text-text:first-child {
		margin-top: 0px;
	}

/* @end */

/* @group .calendar-calendar */


.date-nav-wrapper .date-nav {
  background-color: transparent;
  border: 0px;
  height: 30px;
  height: auto;
  min-height: 30px;
  position: relative;
  margin-bottom: 0;
  margin-top: -50px;
  z-index: 50;
  padding: 0 !important;
}

/*Calendar*/

	.calendar-calendar .month-view .full td.multi-day div.monthview,
	.calendar-calendar .week-view .full td.multi-day div.weekview,
	.calendar-calendar .day-view .full td.multi-day div.dayview {
	  background: #ffc !important;
	  color: #666 !important;
	}
	
	.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues,
	.calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff,
	.calendar-calendar .week-view .full td.multi-day .inner .weekview .continues,
	.calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff {
	  background: #ffc !important;
	  color: #666 !important;
	}
	
	.calendar-calendar .month-view .full td.date-box.today {
	  border-width: 2px 2px 0px 2px;
	  border-style: solid;
	  border-color: #f9a !important;
	}
	
	.calendar-calendar .month-view .full tr td.single-day.today {
	  border-bottom: 2px solid #f9a !important;
	}
	
	.calendar-calendar .month-view .full tr td.today,
	.calendar-calendar .month-view .full tr.odd td.today,
	.calendar-calendar .month-view .full tr.even td.today {
	  background: none;
	  border-left: 2px solid #f9a !important;
	  border-right: 2px solid #f9a !important;  
	}
	
	.calendar-calendar .date-display-single {
	  white-space: nowrap;
	  float: none !important;
	  margin-right: 3px;
	  display: block;
	}
	
	.calendar-calendar .month-view a {
		display: block;
	}
	
	.calendar-calendar .month-view .full td.multi-day div.monthview,
	.calendar-calendar .week-view .full td.multi-day div.weekview,
	.calendar-calendar .day-view .full td.multi-day div.dayview {
	  height: 5em !important;
		overflow: visible;
		display: block;
	}

/* @end */

/* @group .custom-search */

	input.custom-search-default-value { color:#999;}
	
	#elements tr.region-message {
	  font-weight:normal;
	  color:#999;
	}
	
	#elements tr.region-populated {
	  display:none;
	}
	
	fieldset.custom_search-popup {
	  display:none;
	  position:absolute;
	  top:auto;
	  margin:0;
	}

/* @end */

/* @end */
/* @group blocks */

/* @group #main-content h2 */

#main-content .actualites h2, 
#main-content .agenda h2,
#main-content .bloc_chiffrescles h2 {
	color: #000;
	margin-top:8px;
}

#main-content .projets h2 {
	/*padding-left: 50px;
	background: url(../images/ico/type_projet.png) no-repeat 10px center;*/
	background:#fff;
	display:inline-block;
	margin-top:-20px;
	padding:5px 10px;
	color:#999;
	text-transform:uppercase;
	font-size:1.4em;
	position: relative;
	top: -5px;
	margin-left:10px;
}

/* @end */

/* @group .agenda */

.sidebar .agenda h2 {
	color: #333;
	text-transform: uppercase;	
	padding-left: 10px;
	padding-top: 22px;
	padding-bottom:0px;
	border:0;
	font-weight:600;
	border-bottom:0;
}
.sidebar .agenda h2:after{
	display:none;
}

.sidebar .agenda .item-list ul li {
	display: block;
	margin: 0 0 5px !important;
}

.sidebar .agenda .node-readmore {
	background: url(../images/separateur.png) no-repeat right bottom;
	margin-right: -10px;
	padding: 10px 10px 5px 0;
}

.block.agenda-archives h2 {
	color: #689800;
	padding-left: 35px;
	background: url(../images/ico/arrow_green.png) no-repeat 10px center;	
}

/* @end */

/* @group .sidebar h2 */

.sidebar .actualites h2 {
	padding-left: 60px;
	background: url(../images/refonte/pct_archives-actus.png) no-repeat 10px center;
}

.sidebar .publications h2 {
	padding-left: 50px;
	background: url(../images/refonte/pct_publications.png) no-repeat 10px center;	
}

.sidebar .theses h2 {
	padding-left: 50px;
	background: url(../images/refonte/pct_these2.png) no-repeat 5px center;	
}

.sidebar .personnel h2 {
	padding-left: 50px;
	background: url(../images/refonte/pct_personnel.png) no-repeat 5px center;	
}

.block.organigramme h2 {
	padding-left: 50px;
	background: url(../images/ico/type_organigramme.png) no-repeat 10px center;	
}

.block.services h2 {
	padding-left: 45px;
	background: url(../images/refonte/pct_links.png) no-repeat 10px center;	
}

.block.responsables h2 {
	padding-left: 35px;
	background: url(../images/refonte/pct_personnel.png) no-repeat 5px center;	
}

.administration h2 {
	padding-left: 50px;
	background: url(../images/ico/type_admin.png) no-repeat 10px center;	
}
#block-pit-custom-these-more-infos h2 {
	padding-left: 35px;
	background: url(../images/refonte/pct_plus.png) no-repeat 10px center;	
}

/* @end */

/* @group .partners */

#footer .block.partners h2 {
	color: #333;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
}

.block.partners {
	margin: 0 10px ;
	padding: 10px;
	border-top:1px solid #ddd;
	background-color: white;
	background-image: none;
	overflow: hidden;
}
.front .block.partners{
	border-top:0;
}
.block.partners p{
	margin-bottom:0;
}
.block.partners p img{
	margin:0 12px;
}
/* @end */

/* @end */
/* @group divers */


.messages {
	clear: both;
}

.content .field {
	margin-bottom: 20px;
}
.projets li {
	margin-bottom: 10px !important;
	border-bottom: 1px dotted #e52f39;
	list-style: none inside none;
	margin-left: 0 !important;
	padding-left: 10px !important;
}
.projets li.views-row-last {
	border:0;
}
.projets li h3:before {
	content:'> ';
	color:#e52f39;
}

.projets li strong a {
	color: #333;
}


#admin-menu {
  font-size: 13px !important;
}

/* modif pit ajout pour image des actualité */
.field-item img { max-width:619px; max-height:471px; display:block; }


/*.ajax-progress {
	position: absolute;
	z-index: 10000;
	display: block;
	width: 100%;
	background-color: #ccc;
	opacity: 0.5;
	text-align: center;
	top: 0;
}
.ajax-progress img {
	vertical-align: middle;
}*/


/* @end */

