/* CSS Document */
body {
	margin:0px;
	padding:0px;
	color:#FF9900;
	background-color: #660000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}
#container {/* red is background color of right column and image is bg of left column*/
	background-color: #FFFFFF;
	padding: 10px;
	margin: 10px;
}
#header {
	text-align:left;
	background-color: #FFFFFF;
}
#header_top {
	background-color: #EF8A00;
	background-image: url(images/funkytoune_header.gif);
	background-repeat: no-repeat;
	height: 60px;
}


#left {
	float:left;
	width:32%;/* note this width is 32% and not 20% */
	margin-left:-31.9%;/* must be less than width */
	position:relative;
	background-color: #FFFFFF;
	text-align: left;
}
* html #left {
	margin-left:-31.9%;
	m\argin-left:-19.9%;/*ie6 still thinks left is 20% for some reason */
	position: absolute;
}

#left p, #right p {padding-left:5px}
#right {
	margin-right:-31.9%;/* must be less than width */
	float:right;
	width:32%;/* note this width is 32% and not 20% */
	position:relative;
	background-color: #FFFFFF;
	text-align: left;

}
#middle {
	margin-left:20%;
	margin-right:20%;
	width:60%;
	text-align: left;
	}
#middle_back {
	background-color: #FF9900;
	padding-top: 10px;
	padding-bottom: 10px;
}
#middle_content{
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

* html #middle {height:1%;position:relative;}/* combat ie's 3 pixel jog */
#footer {
	clear:both;
	height:50px;
	text-align:center;
	background-color: #FF9900;
	margin-top: 10px;
	color: #FFFFFF;
}
h1,h3,p {margin-top:0}
h3 {margin-bottom:0}
#header_logo {
	height: 63px;
}
#header_menu {
	height: 30px;
	background-color: #FF9900;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#header_menu ul,#header_menu li {
	display          : inline;
	list-style-type  : none;
}
#header_menu a:link, #header_menu a:visited {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	float: left;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
#header_menu a:hover {
	background-color: #FFFFFF;
	color: #FF9900;
}
.menu {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
.menu h2, .liste h2{
	background-color: #FF9A00;
	margin: 5px;
	font-size: 13px;
	font-weight: bold;
	background-image: url(images/bullet4.gif);
	background-repeat: no-repeat;
	text-indent: 18px;
	color: #FFFFFF;	
}
.menu ul,.menu li {
	list-style-type  : none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	
}
.menu li a:link, .menu li a:visited {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	text-decoration: none;
	font-size: 11px;
	color: #FF9900;
	font-weight: bold;
	
}
.menu li a:hover {
	background-color: #FF9900;
	color: #FFFFFF;
	
}



.liste {
	list-style-type  : none;
	list-style-position: inside;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-size: 11px;
	display: block;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 3px;
	font-weight: bold;
}
.liste a:link, .liste a:visited {
	font-size: 12px;
	color: #FF9900;

}
.liste a:hover {
	background-color: #FF9900;
	color: #FFFFFF;
}

.item  {
	float: left;
	width: 170px;
	height: 80px;
	margin: 5px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-top-color: #C10000;
	border-right-color: #FF9A00;
	border-bottom-color: #FF9A00;
	border-left-color: #FF9A00;
}

.item_jeux  {
	float: left;
	width: 220px;
	height: 120px;
	margin: 5px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-top-color: #C10000;
	border-right-color: #FF9A00;
	border-bottom-color: #FF9A00;
	border-left-color: #FF9A00;
}
.icone_dr  {
	float: right;
	
}

.icone_ga {
	float: left;
	}

.item a:link, .item a:visited,.item_jeux a:link, .item_jeux a:visited {
	font-size: 12px;
	color: #FF9900;
	font-weight: bolder;
}
.item a:hover, .item_jeux a:hover {
	color: #FF9900;
	background-color: #FFFFFF;
	text-decoration: none;
}
.act a:link, .act a:visited {
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
}

.author a:link, .author a:visited {
	font-size: 11px;
	color: #FF9900;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
}
.author a:hover {
	color: #C10000;
	text-decoration: none;
	text-transform: capitalize;
}
