/**************************************************************************/
/*                         PORTAL CUSTOMIZE STYLE                         */
/**************************************************************************/

@import url("page_template_styles.css");

.colorborder1 {
	border: 1px solid #1E2A63;
}

.fontcolor1 {
	color: #074B88;
}

.pagecolor1 {
	background-color: #859ECF; 
}

.ihes1{
	font-weight:bold;
	color:#FF0000;
}

.GreyText{ color:#333333;}

/**************************************************************************/
/*                         PERSONNALISATION IHES                          */
/**************************************************************************/




/* Cacher le banner original */
#banner{
	display:none;
}

/* Cacher le bread original */
#locator{
	display:none;
}

/* Cacher la recherche originale */
#quick-search{
	display:none;
}

/* Cacher les liens originaux */
#menu-tools{
	display:none;
}

/* IHES Headers */
#CustomHeaders{
	width:100%;
}

/* Accès directs */
#CustomLinks{
	width:100%;
	height:25px;
}

#Pplace{
	font-size:9px;
	color:#FFFFFF;
	width:80px;
	text-align:center;
	background-color:#7fbdd2;
}
#Pmap{
	font-size:9px;
	color:#FFFFFF;
	background-color:#97cadb;
	text-indent:20px;
}

#Plang{
	font-size:9px;
	color:#FFFFFF;
	background-color:#97cadb;
	text-indent:20px;
}

a.DLinks{
	font-size:9px;
	color:#FFFFFF;
	text-decoration:none;
}

a:hover.DLinks{
	font-size:9px;
	color:#FFFFFF;
	text-decoration:underline;
}

a.LiensIHES{
	color:#000000;
	text-decoration:none;
}

a:hover.LiensIHES{
	color:#FFFFFF;
	background-color:#3798b9;
	
}
a.WhiteIHES{
	font-size:9px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a:hover.WhiteIHES{
	font-size:9px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

/* Banner */
#CustomBanner{
	width:100%;
	height:80px;
    line-height: 0;
}

#CBlogo{
	width: 80px;
}

#CBname{
	text-align:left;
	background-color:#1183aa;
}

#CBsearch{
	width:380px;
	background-image:url(../images/local/skin/RightHead.jpg);
	text-align:center;
}

/* Ligne de couleurs */
#CustomLine{
	width: 100%;
	height: 5px;
    line-height: 0;
	background-color: white;
}

#CustomLine tr{
	height: 5px;
}

#Pcolor{
	height: 5px;
	width:80px;
}

#Pline{
	height: 5px;
	background-color:#78d4f4;
}

/* Navigation */
#CustomNavigation{
	width:100%;
	height:25px;
}

#Pnav{
	width:80px;
	background-color:#cde5ed;
	font-size: 9px;
	color: #3798b9;
	text-align:center;
}

#Pmenu{
	background-color:#FFFFFF;
	padding-left: 10px;
}

/* Chemin */
#CustomBread{
	width:100%;
	height:30px;
	border-bottom: 1px solid #FFFFFF;
}

#Pbread{
	background-color:#97cadb;
	text-indent:20px;
}

/* Propriétés du bas de page */
#footer{
	width:100%;
	display: block;
	height:30px;
	background-color:#3798b9;
	display:block;
	bottom: 10px;
}

/* Recherche */
#imagesearch{
	vertical-align: middle;
	border:0px;
	border-style:none;
	width:30px;
	height:20px;
	margin:0px;
}

/* Propriétés de la signature en bas de page */
#custom-footer{
padding: 0;
margin: 0;
width:380px;
float:right;
text-align:right;
}

