BODY {
	font-size:12px;
	font-family: arial,verdana;
	color : #3b3b3b;
	background: #f3f3f3 url("../icones/fond.gif") repeat-x;
	background-position: 0px 273px;
	background-attachment: scroll;
	text-align: left;
}

td {
	font-size:12px;
	color : #3b3b3b;
	vertical-align: top;
}

html, body { margin: 0; padding: 0; height: 100% }

a {
	text-decoration: underline;
	color: #648095;
}
a:hover {
	color: #bf0f0f;
	text-decoration: none;
}

a img {
	text-decoration: none;
}

img {
	border: 0;
}

table, td {
	padding: 0;
	border: 0;
	margin: 0;
	border-collapse: collapse;
}


/*===============================================*/
/* cases principales                             */
/*===============================================*/

#bandeau {
	position: absolute;
	top: 0px;
	left: 0;
	height: 273px;
	width: 100%;
	z-index: 3;
	background: #f3f3f3;
}

#logo {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -450px;
	z-index: 3;
}
#logo1 {
	position: absolute;
	top: 47px;
	left: 50%;
	margin-left: -450px;
	z-index: 3;
}
#logo2 {
	position: absolute;
	top: 93px;
	left: 50%;
	margin-left: -450px;
	z-index: 3;
}

#bandeaumenu {
	position: absolute;
	top: 93px;
	left: 50%;
	margin-left: 15px;
	width: 435px;
	height: 180px;
	z-index: 2;
}

#fondbandeau {
	position: absolute;
	top: 93px;
	left: 0;
	height: 180px;
	width: 100%;
	background: #252f4b url("../icones/bandeau.gif") top left repeat-x;
}

#contenu {
	position: absolute;
	top: 273px;
	left: 50%;
	margin-left: -450px;
	z-index: 1;
	width: 900px;
}

#cadre {
	padding-top: 40px;
	vertical-align: top;
	width: 700px;
	border-left: 1px solid #7c7c7c;
	border-right: 1px solid #7c7c7c;
}

#menu {
	padding-top: 40px;
	padding-bottom: 20px;
	vertical-align: top;
	width: 200px;
}

#bas {
	position: relative;
	margin-left: 200px;
	margin-top: 30px;
	padding-top: 5px;
	border-top: 1px solid #cacaca;
	width: 700px;
	text-align: center;
	font-size: 10px;
	color: #8a8a8a;
}

#bas a {
	text-decoration: none;
        font-weight: bold;
	color: #8a8a8a;
}
#bas a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #8a8a8a;
}

/*===============================================*/
/* La musique, Les textes, Téléchargements       */
/*===============================================*/

#contient_texte, #contient_texte_zic, #contient_fichiers_down {
	top: 0px;
	left: 0px;
	width: 700px;
}

#texte, #texte_zic, #fichiers_down {
}

#fichiers_down a.link_file {
	text-decoration: none;
	font-weight: bold;
	margin: 3px 0 0 5px;
}

#textes_menu, #textes_menu_zic {
	display: none;
	position: absolute;
}

#scroll { display:none; }


/*===============================================*/
/* Page contact                                  */
/*===============================================*/

#contient_contact {
	top: 0px;
	left: 0px;
	width: 700px;
}

#contact {
}

#contact form {
	margin: 0px 20px 0px 20px;
}

#adresse {
	position: relative;
	left: 0;
	margin: 20px 0 20px 0;
}

/*===============================================*/
/* Actualité, events                             */
/*===============================================*/

#actu_pages {
	position: relative;
	top: 0px;
	margin-left: 20px;
	width: 660px;
	font-size: 11px;
	border-bottom: 1px solid #7c7c7c;
}

#actu_pages a {
	text-decoration: none;
}

#actu_pages a:hover {
	text-decoration: none;
}
#actu_pages a.selected {
	text-decoration: none;
	font-weight: bold;
}

#contient_actu {
	position: relative;
	top: 0px;
	margin-left: 20px;
	width: 660px;
}

#actu {
}

#actu .com {
	width: 100%;
	margin: 5px 0px 5px 0;
	border-bottom: 1px solid #cacaca;
}

#actu .auteur {
	margin: 5px;
	font-weight: bold;
}
#actu .message {
	margin: 5px;
}

