/* @override 
	http://localhost/~oli/traducit/css/green.css
	http://www.traductionweb.net/v1/css/green.css
	http://localhost/~olikenobi/TraductionWeb/css/green.css
*/

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

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

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

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

#content h1 {
	color: #090;
	border-bottom-color: #090;
}
#content {
	text-align: center;
}
#content .sports,
#content .leisure {
	overflow: hidden;
}
#content .sports img {
	float: right;
	margin: 0;
	padding: 15px 0 0 20px;
}
#content .leisure img {
	float: left;
	margin: 0;
	padding: 45px 20px 0 0;
}
#content .leisure {
	padding: 20px 0 0;
}
#content .leisure .colR {
	float: left;
	width: 450px;
}
#content .cadre {
	margin-bottom: 10px;
	padding: 0 20px 20px;
	border: 1px solid #ccc;
	background-color: #eee;
}
#content .cadre p {
	padding-top: 20px;
	font-weight: bold;
}

#content a {
	color: #090;
}

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