/* CSS Document */
 
/*** STYLE SPECIAUX MEDIAS ***/

body
{
	background:url() repeat-x left top #fff;
	color:#000;
	font-size:80%;
}
.titre, .stitre, .sstitre
{
	color:#000;
}
/* Desactive les fond */
#fondflash, .rubon
{
	background-image:none;
	background-color:#fff;
}
/* masque les elements */
#fondflash, #flash, #logo, #bloclogo, #fondsonore, #mh, #acces, #langue, .nav, .navhaut, .kyxar
{
	display:none;
}

.largeur,
.rubon
{
	position:relative;
	display:block;
	top:auto;
	left:auto;
	height:auto;
	overflow:auto;
	overflow:hidden;
	margin:auto;
	z-index:auto;
	
}
/*** MASQUE LES ELEMENTS DE NAVIGATION ***/
/* Largeur élément général de la page */
.largeur, #contenu, .rubon
{
	width:auto;
}

/**** COLONNE ***/

/*** bandeau imprimable ;***/
#bandeau
{
	height:100px;
	z-index:auto;
	display:block;
}
#print
{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	display:block;
	text-align:center;
	margin-bottom:5em;
}
#print img
{
	width:100px;
}
