body {
	background: url(styles/background.png);
	color: black;
}

#bg {
	background: url(styles/background-circle.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

a {
	color: #FF6533;
	outline: none;
}
a:hover, a:focus {
	color: none;
}
strong {
	color: #A1B55D;
}

.title {
	text-align: center;
	margin-bottom: 40px;
	font-variant: small-caps ; 
	color: #9a918d;
	font-size: 14px;
	font-weight: bold;
}

/* MAIN DIV */
#centre {
	background: url(styles/shadow.png);
	background-repeat: no-repeat;
	background-position: 700px 120px;
	background-color: #e5e3df;
	border: 1px solid #233c40;
	border-bottom: none;
	z-index: 1;
	padding-bottom: 20px;
	}

#programmation img{ 
	margin-top: 20px;

}
#programmation { 
	margin-top: 20px;
	text-align: center;
}
dd {
margin-right: 40px;
}
/* NAVIGATION */
#navigation {
	background: none;
	padding-top: 50px;
}
#navigation a {
	color: #FF6533;
}
#navigation a:hover, #navigation a:focus {
	background: none;
}

	/*PLAYER*/
	#widget {
	margin-top: 30px;
	}
	/*WEATHER*/
	#wx_module_6026 {
	margin-top: 50px;
	margin-left: 15px;
	}
	
	
/* MAIN CONTENT */
	#principal {
		color: #181A12;
		background-color: transparent;
		background-image: none;
	}

	#principal a {
		color: #332510;
	}
	#principal a:hover, #principal a:focus {
		color: #6E5122;
	}
	#principal strong {
		color: #181A12;
	}

	/*CONTENT*/
	#content{
		float: left;	
		margin: 200px auto auto auto;
		font-family: Arial, Helvetica, sans-serif;
		font-style: none;
		font-size: 12px;
		color: #233c40;
	}
	#content-bg {
		background: url(styles/content-bg.png);
		height: 400px;
		padding: 20px 20px 40px 20px;
	}
	html>body #content-bg {
	height: auto;
	min-height: 400px;
	} 
	#text{
	
	}
	#content-top {
		height: 40px;
		background: url(styles/content-top.png);
		background-repeat: no-repeat;
		margin-top: 100px;
	}
	#content-bottom{
		height: 250px;
		background: url(styles/content-bottom.png);
	}
	#content img {
	margin-bottom: 20px
}



/* Contenu secondaire */
#secondaire {
	background: none;
	width: 270px;
	margin-top: 65px;
	}
	#menu-square{
	background-image: url(styles/menu-square.png);
	height: 270px;
	width: 200px;
	margin-left:20px;
	}
	#menu {
	margin-top: 40px;
	margin-left: 40px;
	float: left;
	padding: 0;
	}
	ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
	li {
	float:left; /*pour IE*/
	width: 180px;
	height: 30px;
	padding-top: 1px;
	}
	ul li a {
	display:block;
	float:left;   
	width:130px;
	color:#231e1b;
	text-decoration:none;
	text-align:center;
	}
	ul li a:hover {	
	width: 200px;
	margin-left:-20px;
	}

/* --- POSITION --- */

/* PAGE */
body {
	padding: 0px 5px;
}
#global {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* HEADER */
#entete {
	padding: 0px 0;
	background-repeat: no-repeat;
	height:270px;
	z-index: 2;
	position: relative;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

#today {
	float:left;
	margin-top: 250px;
}

/* CENTRAL DIV */
#centre {
	width: 100%;
	overflow: hidden;
}

/* NAVIGATION MENU */
#navigation {
	float: left;
	width: 200px;
}
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* MAIN CONTENT */
#principal {
	float: left;
	width: 400px;
	padding: 10px 0px;
	margin-left: 10px;
}
#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.5;
}

#contact {
text-align:center;
}

/* OTHER CONTENT */
#secondaire {
	margin-left: 630px;
	margin-right: 0px;
	padding: 12px 0;
}

#horoscope{
	margin-top: 30px;
	text-align:right;
}







/* FOOTER */
#pied {
	width: 900px;
	height: 130px;
	margin: 0;
	font-size: .85em;
	border: 1px solid #233c40;
	border-top: none;
	background: url(styles/footer.jpg);
}

/* COPYRIGHT */
#copyright {
	margin: 0 0 0 0;
	color: black;
	font-size: 1em;
	text-align: center;
	padding-top: 100px;
}
