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

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


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


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


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


/*--- CONTENT ---*/
#content h1 {
	border-color: #c00;
	color: #c00;
}
#content {
	padding-top:10px;
	text-align: center;
}
#content h2.titre1 {
	width: 687px;
	height: 150px;
	margin: 0;
	background: url(../images/home-titre.jpg) no-repeat 0 0;
	text-indent: -8000px;
}
#content h3 {
	color: #000;
	border-bottom-color: #fff;
}
#content a {
	color: #c00;
}


/*--- FOOTER ---*/
#footer .menu {
	border-top-color: #c00;
}
