body {
	background-color: #00a9db;
	margin: 0 auto;
	font-size: 14px;

}
#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image:  url("imgs/fond.jpg");
	background-repeat: no-repeat;
	margin-top: 15px;
	background-color: #FFFFFF;
}

#head {
height: 100px;
width: 800px;
}

#head h1 {
padding-top: 30px;
padding-left: 20px;
margin: 0px;
font-size: 25px;
color: #000000;
}

#menu {
	width: 780px;
	height: 30px;
	margin-top: 128px;
	margin-bottom: 10px;
	padding-left: 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	word-spacing: 10em;
	float: left;
}

#menu a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	text-transform: none;
}

#menu a:hover {
text-decoration: underline;
}

#content {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	width: 450px;
}

#content h1 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 38px;
	color: #000099;
	font-weight: bold;
	text-align: center;
}



#foot {
	margin-top: 0px;
	padding-left: 20px;
	font-family: sans;
	font-size: 10px;
	color: #a5a5a5;
	text-align: center;
	background-image:  url("imgs/foot.jpg");
	background-repeat: no-repeat;
	height: 62px;
}

#foot a {
color: #a5a5a5;
text-decoration: none;
}

#foot a:hover {
text-decoration: underline;
}
.titre_rouge {
	text-decoration: none;
	color: #990000;
	font-size: 24px;
	font-weight: bold;
}
.titre_bleu {
	text-decoration: none;
	color: #000066;
	font-size: 18px;
	font-weight: bold;
}
.miniature {
	height: auto;
	float: left;
}
.miniaturedroite {

	height: auto;
	float: right;
}
li {
	background-image:   url("imgs/ballon.gif");
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 18px;
	height: 0px;
	margin-top: 7px;
	background-attachment: fixed;
	background-position: left center;
 }
.programmation {
	font-size: 17px;
	color: #000066;
	line-height: 12px;
	font-weight: normal;
	text-decoration: none;
}
.programmation a {
	font-size: 17px;
	color: #000066;
	line-height: 12px;
	text-decoration: none;
}
.programmation a:hover {
	font-size: 25px;
	color: #660000;
	font-weight: bold;
}
.tabloprog {
	white-space: normal;
}

