@CHARSET "UTF-8";

@import url(//fonts.googleapis.com/css?family=Roboto:300italic,400italic,700italic,100,300,400,500,700,900);

body{
font-family : "Roboto",Arial,sans-serif;
font-size: 14px;
color : #515151;
background: #F1F1F1;
}
#container {
background:#ffffff;
box-shadow:1px 1px 12px #ccc;
}
.titlehead,  .popuphead {
font-size:22px;
font-weight:bold;
color: #FFFFFF;
background: #178F96;
border-radius: 5px;
padding: 10px;
}
 .titreinfo p{
font-size:24px;
font-weight:bold;
color: #FFFFFF;
background: #178F96;
margin:0;
width:80%;
text-align:center;
padding: 4px;
}
.titreInfoTop{
border-top-right-radius : 7px;
border-top-left-radius : 7px;
}
.titreInfoBot{
border-bottom-right-radius : 7px;
border-bottom-left-radius : 7px;
}
.logo  td:first-child { width:80%; }
.logo table {height: 120px;}
/* Navigation*/
.sidebar-nav>ul>li>a, .sidebar-nav>ul>li.active>a, .sidebar-nav>ul li.active:hover>a, .sidebar-nav>ul ul a,.sidebar-nav>ul>li ul a:hover, .dropdown-submenu:hover > a{
color : #ffffff;
text-decoration : none;
background : #178F96;
}
.sidebar-nav>ul>li>a, .sidebar-nav>ul>li ul{
background : #5E5C5C;
}
.sidebar-nav>ul>li.active>a, .sidebar-nav>ul>li:hover>a, .sidebar-nav>ul>li.active:hover>a,.sidebar-nav>ul>li ul a:hover, .dropdown-submenu:hover > a{
background:  #272727;
}

.nav .dropdown-toggle .caret, .nav .dropdown-toggle:hover .caret, .nav-tabs .active .dropdown-toggle .caret{
border-top-color : #ffffff;
border-bottom-color : #ffffff;
}
.widget-header {
background : #595657;
color: #ffffff;
font-family : "Roboto",Arial,sans-serif;
font-size: 14px;
}
h1,h2,h3,h4 {
color: #178F96;
font-family : "Roboto",Arial,sans-serif;
}
h1 {font-size:22px;}
h2 {font-size:20px;}
h3 {font-size:18px;}
h4 {font-size:16px;}
a{
text-decoration : none;
color: #178F96;
}