/* For Novaro's Theme Customization Style */

/*Images des bandeaux*/
.home #outertop {
  	background-image: url(https://www.datacar.com/medias/Eris-Informatique/fond-1-eris.png);
}

.titre-orange {
	/*Le titre orange devient le titre bleu.*/
  	color: rgb(49,158,224);
}

/*Boutons bleus*/
.formbottom input[type="submit"], .formbottom input[type="button"] {
	background-color:rgb(18,127,193);
}

#topnav li a:hover, #topnav li:hover a, #topnav .current_page_item > a, #topnav .current_page_item > a:hover, #topnav .current_page_parent > a, #topnav .current_page_parent > a:hover, #topnav .current-menu-parent > a, #topnav .current-menu-parent > a:hover, #topnav .current-menu-item > a, #topnav .current-menu-item > a:hover{
	background-color:rgb(18,127,193);
}

/*Menu déroulant*/
.sf-menu li:hover ul, .sf-menu li.sfHover ul, .sf-menu li ul {
  background-color:rgb(18,127,193);
}

/*Logo à la bonne taille*/
#logoimg img{display:block; height:50px !important;width:140px !important;max-width:140px !important;}
#logoimg{width:140px !important; max-width:140px !important;}
.logocontainer .three:first-child{width:140px !important;}

/**Logo sticky**/
.logo-sticky #logoimg img{display:block; height:32px !important;width:90px !important;max-width:90px !important;}
.logo-sitcky #logoimg{width:90px !important; max-width:90px !important;}

.baseline.nine .inside{width:120% !important;padding-left:10px;}