body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 820px;
	background: #000000;/*background-image:url(../images/bg-gold-star.gif);*/
}

/* Conteneur principal */
#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

/* Entête, menu, logo */
#header {
	height: 140px;
	background: url('/NouveauSite/images/fondbasic.png') top left no-repeat;
	padding: 0 20px 0 20px;
}

#logotype {
	position: relative;
	top: 16px;
	height: 140px;
	background: url('/NouveauSite/images/LogoBBSMenu.gif') 0px 0px no-repeat;
}

#navigation {
	position: relative;
	top: -120px;
	font-family: Arial;
	font-size: 100%;
	text-align: right;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 100%;
}
#navigation ul li a {
	padding: 5px 10px 0 10px;
	text-decoration: none;
	color: #0082d5;
}
#navigation ul li a:hover {
	border-top: 5px solid #f8e823;
	color: #f8e823;
}
.current_tab {
	border-top: 5px solid #0082d5;
}

/* Titre principal (fond bleu) */
#headline {
	padding: 0 20px 0 20px;
	background: url('/NouveauSite/images/fondtitre.png') top left no-repeat;
	height: 80px;
}

/* Corps de la page */
#main {
	padding: 15px 20px 0 20px;
	background: url('/NouveauSite/images/fondmain.png') top left repeat-y;
}

/* Cadre droit pour les actus */
#news {
	width:auto;
	margin-left:610px;
	border-left-style:dotted;
	border-left-width:1px;
	border-left-color:#0082d5;
}

/* Cadres gauches pour la première page */
#contenuUne1{
	float:left;
	width:300px;
}

#contenuUne2{
	padding-left:5px;
	float:left;
	width:300px;
}

/* Pied de page */
#footer {
	padding: 50px 20px 25px 20px;
	text-align: center;
	background: url('/NouveauSite/images/fondbasic.png') bottom left no-repeat;
}
#footer_dirs {
	border-top: 1px solid #ccc;
	text-align: left;
	padding-bottom: 25px;
}
#footer_dirs h2 {
	text-align: left;
	color: #ccc;
}
#footer_dirs a {
	color: #666;
}
.copyright {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

/* Réinitialisation des "float" */
#reset {
	clear: both;
}


/* Styles de la page d'accueil */
.accesrapidehaut
{
	padding:5px;
	height:60px;
	border-style:solid;
	border-width:1px;
	border-color:#f8e823;
}

.accesrapidehaut td
{
	height:60px;
}

.accesrapidehaut table
{
	width:100%;
}

.accesrapidebas
{
	padding:10px;
	height:auto;
	border-style:solid;
	border-width:1px;
	border-color:#0082d5;
	border-top-style:none;
}


/* Tableaux des horaires de hot-line */
td.horaires
{
	text-align:center;
	vertical-align:middle;

}

th.horaires {
	font-family: Arial;
	font-size: 150%;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0;
	color: #999;
	text-align:center;
	vertical-align:middle;

}

table.horaires
{
	width:100%;
	border-style:solid;
	border-width:1px;
	border-color:#999;
}

/* Tableaux des modules */
td.tabmodule
{
	border-style:none;
	border-width:1px;
	border-color:#F8E823;
	padding:2px;
	padding-left:5px;
	border-left-style:dotted;
	vertical-align:middle;
}

/* Bandeau d'information */
#bandeau
{
	font-size:120%;
	color:#f8e823;
	
	background-color:#000;
	border-style:none;
	border-color:#FFF;
	border-width:1px;
	
	width:100%;
	text-align:center;
	position:fixed;
	bottom:0px;
	left:auto;

	-moz-opacity:0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);
}