/* Page entière */

body {
	color: white;
	background-color: black;
	margin: 0;
	padding: 0;
	font-size: 18pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


/**** Design ***/

#banniere {
	height: 121px;
	margin: 0;
	position: relative;
	font-weight: bold;
	background: black url(images/banniere.jpg) top left no-repeat;
}
#banniere * { display: none; }

#ensemble {

}

#contenu {
	background-color: white;
	margin: 0 0 0 230px;
	font-size: 18pt;
	color: black;
	padding: 5px;
}

div.cleaner { clear: both; height: 1px; font-size:1px; }

#footer {
	margin: 0;
	color: black;
	background-color: #00ff00;
	text-align: center;
	font-weight: bold;
}
#footer p { margin: 0; }

/*** Menu ***/
#menu {
	margin: 0 15px 0 0;
	float: left;
	width: 220px;
	background-color: black;
	color: white;
	z-index: 5;
}
#taillefontes {
	color: white;
}
#fontLarge { font-size: 20pt; font-weight: bold; }
#fontMed { font-size: 16pt; font-weight: bold; }
#fontSmall { font-size: 12pt; font-weight: bold; }

#menu ul {
	margin: 0;
	padding: 0;
	font-size: 14pt;
	font-weight: bold;
	overflow: hidden;
	list-style: none;
}
#menu li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-transform: uppercase;
}

#menu ul li a, #menu ul li a:link {
	display:block;
	color: white;
	width:180px;/*127-5 padding*/
	padding:4px 0px 0px 5px;
	margin:6px 0px 6px 0px;
	text-decoration: none;
	border-bottom: 2px solid black;
}
#menu ul li a:hover, #menu ul li a:active {
	border-bottom: 2px solid #00ff00;
}

#audio {
	border: 3px solid black;
	margin: 0 auto;
	text-align: center;
}


/**** balises generales ****/
h1 {
	width: 450px;
	height: 50px;
	color: black;
	background: transparent url(images/titre_h1.jpg) top left no-repeat;
	padding: 10px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-size: 18pt;
}
h2 {

}
h3 {

}
h4 {

}
h5 {

}
h6 {

}



/********* Classes du contenu ***********/


/******* Messages et notifications **********/
.notification {
	font-weight:bold;
	margin:1.6em 0;
	padding:0 0 0 35px;
	min-height: 30px;
	line-height:130%;
}

.erreur {
	color: red;
	background:transparent url('images/attention.gif') 0 0 no-repeat;
}

.ok {
	color: #009933;
	background:transparent url('images/ok.gif') 0 0 no-repeat;
}

/*********** Formulaires *********/
input.texte, textarea.area { 
	padding:2px;
	background:transparent url('images/fond_input.png') 0 0 no-repeat;
	border: 1px solid #cede96;
	padding:4px 2px 4px 5px;
	color:#666;
	margin-left:5px;
	margin-bottom: 2px;
}

.noir, .noir td { color: black; }
