/* @override http://localhost/~olikenobi/TraductionWeb/css/yellow.css */

body {
	background-image: url(../images/yellow/background.gif);
}

#header {
	background-image: url(../images/yellow/header.jpg);
}
#header h1 {
	background-image: url(../images/yellow/traduction-web.gif);
}

#menu li.home,
#menu li a.home {
	background-image: url(../images/yellow/btn-red.jpg);
}
#menu li.tourism,
#menu li a.tourism {
	background-image: url(../images/yellow/btn-blue.jpg);
}
#menu li.sports,
#menu li a.sports {
	background-image: url(../images/yellow/btn-green.jpg);
}
#menu li.contact,
#menu li a.contact {
	background-image: url(../images/yellow/btn-yellow.jpg);
}

#sidebar .menu ul li a:hover {
	color: #d7a10b;
}
#sidebar .menu h2.EN {
	background: url(../images/yellow/infos-en.gif) no-repeat 0 20px;	
}
#sidebar #quote h2.EN {
	background: url(../images/yellow/quote-en.gif) no-repeat 0 20px;	
}
#sidebar .menu h2.IT {
	background: url(../images/yellow/infos-it.gif) no-repeat 0 20px;	
}
#sidebar #quote h2.IT {
	background: url(../images/yellow/quote-it.gif) no-repeat 0 20px;	
}
#sidebar .menu h2.FR {
	background: url(../images/yellow/infos-fr.gif) no-repeat 0 20px;	
}
#sidebar #quote h2.FR {
	background: url(../images/yellow/quote-fr.gif) no-repeat 0 20px;	
}
#sidebar .menu h2.ES {
	background: url(../images/yellow/infos-es.gif) no-repeat 0 16px;	
}
#sidebar #quote h2.ES {
	background: url(../images/yellow/quote-es.gif) no-repeat 0 16px;	
}
#sidebar #quote .sous-titre {
	background: #ffd633 url(../images/yellow/quote-help.gif) no-repeat 184px 21px;
	color: #444;
}

#content h3 {
	color: #eb0;
	border-bottom-color: #eb0;
}
#content .panorama {
	margin: 0 auto;
}
#content dt.dark,
#content dd.dark {
	background-color: #FFEB99;
}
#content a {
	color: #986400;
}
#content a:hover {
	text-decoration: none;
	color: #480400;
}

#footer .menu {
	border-top-color: #fc0;
}

