
/************************************************************
* Bandeau UL                                                *
************************************************************/
@font-face {
	font-family : interstate_bold;
	src: url('/ul-banniere/INTBDCN__02.ttf');
}

#rouge {
	float:left;
	background-color: #CC3033;
	height: 10px;
	width: 100%;
}

#jaune {
	float:left;
	background-color: #FECE16;
	height: 10px;
	width: 100%;		
}
#bandeau-ul {
	height: 55px!important;
	overflow: hidden;
	background-color:white;
	border-spacing:0;
	border-bottom: 2px solid #CACACA;
	border-collapse:collapse;
	width:100%;
}


#bandeau-ul_menu {
	padding-left: 17px;
	width: 75%;
	height: 55px!important;
}

#bandeau-ul_titre {
	background-color: white;
	font-size : 1em !important;
	line-height: normal;
	font-family : interstate_bold;
	padding-bottom:15px;
	width: 700px;
	height: 10px;

}

#bandeau-ul_titre a {
	color : black;
	text-decoration: none;
}

a.bandeau_ul_titre_faculte {
	font-size : 1em;
	color : #929292!important;
}

#bandeau_ulaval
{
	width:100%;
	float:left;
	background-color:blue;
}

#bandeau-ul_logo {
	padding-top:14px;
	width:235px;
	height: 40px!important;
	padding-right:152px;
}

#bandeau-ul_logo a img{
		line-height:100px;
}

#bandeau-ul_blanc {
	width: 2px;
	height: 55px!important;
}

#bandeau-ul_blanc img{
	height: 2px;
 }

#bandeau-ul #bandeau-ul_liens ul{
	list-style: none outside none;
}

#bandeau-ul_liens {
	font-size : 10px;
        font-family: arial;
	float:left;
	padding-top: 2px;
}

#bandeau-ul_liens ul {
	float:left;
	padding:0;
	margin:0;
	padding-left: 30px;
}

#bandeau_ul_langue {
	float: left;
	padding:0;
	margin:0;
	height: 100%;
}

#bandeau-ul_liens li:first-child a { 
	border-left: 1px solid #CACACA;	
}

#bandeau-ul_liens a {
	border-right: 1px solid #CACACA;
	color : #000000;	
	font-size : 10px;
	font-family: arial;
	text-decoration: none;
	padding-right: 16px;
	padding-left:4px;
}

#bandeau-ul_liens a:hover {
	text-decoration: underline;
}

#bandeau_ul_langue a{
	font-size : 10px;
	font-family: arial;
	color : #000000;
	text-decoration: none;
	padding-right: 16px;
	border-right: 1px solid #CACACA;
	border-left: 1px solid #CACACA;
	padding-left:4px;
}

#bandeau-ul #bandeau-ul_liens li {
	float:left;
	line-height:13px;
	padding-top:1px;
}

.clear {
	clear: both;
}

