/*
 *  Copyright 2012 Anyware Services
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

.ametys-cms-content.person .label
{
	font-weight: bold;
}

.ametys-cms-content.person .publications ul
{
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;	
}

.ametys-cms-content.person .publications ul li
{
	margin: 0;
	padding: 5px;
}

.ametys-cms-content.person .publications ul li.even
{
	background-image: url('../../img/services/even.png');
}

.ametys-cms-content.person .publications ul li h2,
.ametys-cms-content.person .publications ul li h3,
.ametys-cms-content.person .publications ul li h4,
.ametys-cms-content.person .publications ul li h5,
.ametys-cms-content.person .publications ul li h6,
.ametys-cms-content.person .publications ul li p
{
	margin-top: 0;
	margin-bottom: 5px;
}

.ametys-cms-content.person .publications ul li img
{
	margin-top: 0;
}

.ametys-cms-content.person .header-person{
	background-color:#fafafa;
	border:1px solid #e7e7e7;
	border-width:1px 0;
	padding:20px 0;
/* 	margin-bottom:30px; */
}

.ametys-cms-content.person .header-person:after{
	clear:both;
	content: " ";
	display:block;
}

.ametys-cms-content.person .header-person .column{
	width:40%;
	display:table;
	float:left;
	padding:0 10px 0 20px;
}

.ametys-cms-content.person .header-person .column.last{
	border-left:1px solid #dddada;
}

.ametys-cms-content.person .header-person .column p{
	display:table-row;
	font-size:1.4em;
	font-family: "Istok Web", Arial, Helvetica, sans-serif;
}

.ametys-cms-content.person .header-person .column p.email>span.label,
.ametys-cms-content.person .header-person .column p.phone>span.label,
.ametys-cms-content.person .header-person .column p.fax>span.label,
.ametys-cms-content.person .header-person .column p.address>span.label{
	background:url('../../img/mail-contrast.png') no-repeat left top;
	padding-left:30px;
}
.ametys-cms-content.person .header-person .column p.phone>span.label{
	background-image:url('../../img/phone-contrast.png');
}
.ametys-cms-content.person .header-person .column p.fax>span.label{
	background-image:url('../../img/fax-contrast.png');
}
.ametys-cms-content.person .header-person .column p.address>span.label{
	background-image:url('../../img/address-contrast.png');
}

.ametys-cms-content.person .header-person .column span{
	display:table-cell;
	padding:0 5px;
	line-height:2;
}

.ametys-cms-content.person .header-person .column span.label{
	font-weight:bold;
}


.ametys-cms-content.person .content-illustration{
	float:right;
}

.ametys-cms-content.person .person-resources{
	float:left;
	padding-left:30px;
	margin-top:30px;
}

.ametys-cms-content.person .person-resources h2,
.ametys-cms-content.resources-content .person-resources h2{
	text-transform:uppercase;
	font-size:1.7em;
	margin:10px 0 15px;
}

.ametys-cms-content.person .person-resources ul,
.ametys-cms-content.resources-content .person-resources ul{
	margin-left:0;
}

.ametys-cms-content.person .person-resources ul li,
.ametys-cms-content.resources-content .person-resources ul li{
	background:url('../../img/a_venir_fleche-contrast.png') no-repeat left 3px;
	padding-left:30px;
	line-height:2;
	text-transform:uppercase;
	list-style-type:none;
	margin:0;
}

@media (min-width: 990px){
	
	.ametys-cms-content.person .person-resources,
	.ametys-cms-content.resources-content .person-resources{
		width:280px;
	}
	
	.ametys-cms-content.person .person-resources{
		border-left:1px solid #DDDADA;
		margin-left:-1px;
	}
	
}
