/*------------------- CSS UNIFR.CH -------------------*/ 
@import url(http://www.gestens.ch/science/templates/css/unifr/common.103.css); 
@import url(http://www.gestens.ch/science/templates/css/unifr/common.7000.css); 
@import url(http://www.gestens.ch/science/templates/css/unifr/7000.science.modx.css);
@import url(http://www.gestens.ch/science/templates/css/unifr/sciences.patch10.2013.modx.v1.css);
/*@import url(http://www.gestens.ch/science/templates/css/unifr/patch10.2013.modx.v1.link.css);*/
@import url(http://www.gestens.ch/science/templates/css/unifr/home.001.css); 

.imgHome { 
	/*background-image: url(http://www.gestens.ch/science/images/unifr/default.jpg); */
	background-image: url(http://www.gestens.ch/science/images/unifr/021.jpg); 
	height: 150px; 
	width: 100%; 
	background-repeat: no-repeat; 
	} 
.imgHomeD { 
	/*background-image: url(http://www.gestens.ch/science/images/unifr/default.jpg); */
	background-image: url(http://www.gestens.ch/science/images/unifr/021.jpg); 
	height: 150px; 
	width: 100%; 
	background-repeat: no-repeat; 
	} 


/*Ajouter par cyrill Mouthon*/
/****************************/
#content_sans_menu {					/*créer pour le templates uf_tpl_00_0_xx - seconde content sans menu de gauche (à la fin de la page)*/
	position:relative;
	margin-left: -10px;
	padding:10px;
	line-height: 1.5em;
	background-color: #FFFFFF;
	}

/*-- Boite Erreur: --*/
/*-------------------*/
.box003_Error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	padding: 3px;
	border: 1px solid #990000;
	margin-bottom: 7px;
	background-color: #FFCCFF;
}
/*-------------------*/
.brdLightGrey {							/*Cadre (léger) utiliser pour la page de département*/
padding: 0 2px 0 2px;
border: 2px solid #efefef;
}

/*-	Bloc zone pour du département -*/ 
/*---------------------------------*/		/* Entête */
#zone_entete { 							
	width:578px;
	margin-bottom:10px;
	}	
.zone_entete_image { 
	width:100px;
	text-align: right;
	float:right;
	}
.zone_entete_titre { 
	font-size: 22px;
	color: #009970;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
	padding-bottom:4px; 
	border-bottom-width:2px;;		/*bordure bas*/
	border-bottom-style:solid;
	}
.zone_entete_sous_titre { 
	font-size: 14px;
	text-align: right;
	margin-top:10px; 
	}
/*---------------------------------*/

/*-	Bloc zone pour les résumer des groupes de recherche -*/
#zone { 							
	width:578px;
	background-repeat:no-repeat;
	background-position: right top;
	}	
.zone_titre { 
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase; 
	background-color: #009970;
	padding-top: 4px;
	padding-bottom: 4px;
	}
.zone_bloc_image { 
	width:200px;
	float:left;
	}
.zone_bloc_texte {
	width:378px;
	float:left;
	}
.zone_bloc_texte_titre {
	font-size: 12px;
	font-weight:bold;
	color: #009970;
	float:left;
	margin-right:10px;
	}
.separation {
	clear:both;
	border-top-width:2px;;		/*bordure bas*/
	border-top-style:solid;
	border-top-color:#009970;
	}
.separation_invisible {
	clear:both;
	visibility:hidden;			/*Rendre invisible l'objet*/
	}
/*-------------------------------------------------------*/


 	
/****************************/