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

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

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

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

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

#content h1 {
	color: #06c;
	border-bottom-color: #06c;
}
#content {
	overflow: hidden;
	text-align: center;
}
/*
#content .img {
	float: right;
	width: 280px;
	height: 300px;
}
#content .txt {
	width: 400px;
	font-size: 1em;
}
#content .txt p {
	padding: 20px 0 0;
}
*/

#content .col1 {
	float: left;
	width: 400px;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	border-right: 1px solid #ccc;
	font-size: 1em;
}
#content .col2 {
	font-size: 0.9em;
}
#content .col2 img {
	border: 1px solid #339;
}
#content img {
	margin: 0 0 10px;
}
#content .cadre {
	clear: both;
	padding: 0 20px 20px;
	border: 1px solid #ccc;
	background-color: #eee;
}
#content .cadre p {
	padding-top: 20px;
	font-weight: bold;
}

#content a {
	color: #06c;
}

#footer {
	clear: both;
}
#footer .menu {
	border-top-color: #06c;
}
