/* @override 
	https://localhost/intranet/includes/css/10secondes.css
	https://localhost/intranet/includes/css/baseCouleurs.css
*/

/* @group Balises de base */
* {
}
body {
	color: #333333;
	background: #606469 url(../../files/interface/fond.png) repeat-x;
}
a, a:visited  {
	text-decoration: none;
	color: #084cbc;
}
a:hover{
	text-decoration: underline;
}

#container{
	background-color: #ffffff;
}

#menuBar #logo {
	background: transparent url(../../files/interface/menu_logo.jpg) no-repeat;
}
#menuBar #menuFond #mRangee1 #fond1r1 {
	background: transparent url(../../files/interface/menu_fond1r1.jpg) repeat-x;
}
#menuBar #menuFond #mRangee1 #fond2r1 {
	background: transparent url(../../files/interface/menu_fond2r1.jpg) repeat-x;
}
#menuBar #menuFond #mRangee1 #fond3r1 {
	background: transparent url(../../files/interface/menu_fond3r1.jpg) repeat-x;
}
#menuBar #menuFond #mRangee1 #fond4r1 {
	background: transparent url(../../files/interface/menu_fond4r1.jpg) repeat-x;
}

#menuBar #menuFond #mRangee2 #fond1r2 {
	background: transparent url(../../files/interface/menu_fond1r2.jpg) repeat-x;
}
#menuBar #menuFond #mRangee2 #fond2r2 {
	background: transparent url(../../files/interface/menu_fond2r2.jpg) no-repeat;
}
#menuList a {
	color: #eee;
}
#menuList a:hover {
	text-decoration: underline;
}
#menuList li{
	background: transparent url(../../files/interface/menu_bouton_separateur.jpg) no-repeat right bottom;
}
#menuList li.dernier{
	background: none;
}
#menuList li.actif{
	background: transparent url(../../files/interface/menu_bouton_fond.jpg) no-repeat left bottom;
}

#recherche {
	background: transparent url(../../files/interface/recherche_fond.png) repeat-x;
}
#recherche #rechercheFormulaire{
	background: transparent url(../../files/interface/recherche_input.png) no-repeat 0px 3px;
}
#rechercheSeparation {
	background: transparent;
}

#cadreBas{
	border-bottom: 1px solid #888;
	background: #999 url(../../files/interface/footer_fond.png) repeat-x left bottom;
	color: #eee;
}
#cadreBas div.footerPanel{
	border-bottom: 1px solid #666;
}


#cadreBas div.footerPanel ul li a{
	color: #eee;
	text-decoration: none;
	font-weight: bold;
}
#cadreBas div.footerPanel ul li a:hover{
	text-decoration: underline;
}


/* @end */

/* !classes */
.cadreFond {
	background: #f6f6f6 url(../../files/interface/news_fond.jpg) repeat-x left bottom;
}