@font-face {
    font-family: "Oswald";
    src: url(http://www.univ-tiaret.dz/font/Oswald-Light.ttf) format('truetype');
}

.Separator {
    position: absolute;
    padding: 0;
    margin: 0;
    height: 24px;
    width: 4px;
    background-color: #d2d2d2;
    right: 0;
    top: 1px;
}
#SecondMenu {	 
    width: 100%;
    height:90px; 
    float: top; 
	text-align: center;
	background-color: rgba(74,74, 74, 0.99);	 
 	vertical-align:middle;	
	z-index: 1000; 
	position:relative;
}
.SecondMenuElement {  
	font-family: 'Segoe UI',Helvetica,Verdana,sans-serif;
    display:inline-block;
    line-height:90px;	
    margin-left: 40px;
    margin-right: 40px;  
	text-align:center;  
	vertical-align:middle;
	float: left;
	z-index: 1000; 
	position:relative;
    padding-top:20px; 
}
.container200 {
    width: 100%;
    height: 200px;
    border: 1px solid green;
    float: top;
    margin: 1px;
		vertical-align:center;
}
.container300 {
    width: 100%;
    height: 300px;
    border: 1px solid green;
    float: top;
    margin: 1px;
		vertical-align:center;
}
.container400 {
    width: 100%;
    height: 400px;
    border: 1px solid green;
    float: top;
    margin: 1px; 
 
	 	vertical-align:center;
}
#red {
    width: 200px;
    height: 200px;
    border: 1px solid red;
    margin: 5px;
    float: left;
}
#green {
    width: 200px;
    height: 200px;
    border: 1px solid green;
    margin: 5px;
    float: left;
}
#blue {
     width: 200px;
    height: 200px;
    border: 1px solid green;
    margin: 5px;
    float: right;
} 
a:link {
    color: #333333;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #333333;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color:#333333;
    text-decoration: none;
}

/* selected link */
a:active {
     color:#333333;
     text-decoration: none;
}

.liensUtils { 
    font-family: "Oswald";
    font-size:13px;
    line-height:22px; 
     color:white;
     letter-spacing:2px;
     padding-top:10px;
}
.roundRect{ 
    border-radius: 25px;
    border: 2px solid #ff6a00;
    padding: 20px; 
    width: 30px;
    height: 30px;  
}
.liensUtils:link
{
    font-family: "Oswald";
    font-size:13px;
    line-height:20px; 
    color:#B5B5B5;    
    letter-spacing:2px;
    text-decoration: none;
}
.liensUtils:visited {
   color:#B5B5B5;   
}
.ul1 {  
    list-style:none; 
}  
.li1 {  
    list-style-image:url(http://www.univ-tiaret.dz/img/rub-16.png);
}  
   
.li-red-triangle {  
    list-style-image:url(http://www.univ-tiaret.dz/img/triangle-red-8.png);
    border-bottom:dotted 1px #B5B5B5;
}   
.li-pdf-file {  
    list-style-image:url(http://www.univ-tiaret.dz/img/pdf-01-24.png);
    border-bottom:dotted 1px #B5B5B5;
}