/* CSS Document */
 
/*** STYLE SPECIAUX MEDIAS ***/

body
{
	background:url() repeat-x left top #fff;
}
#bandeau, #footer, #conteneur, #bloc, #contenu, .plan
{
	width:auto;
	border:0;
}
#bloc, /* important */
.ident2, .txtnews
{
	overflow:visible;
}
/* Desactive les fond */
#bloc, #colonne1, #colonne2, #bandeau, #rub
{
	background-image:none;
}

/*** MASQUE LES ELEMENTS DE NAVIGATION ***/
#mh, #mb, #acces, .kyxar, #mots, #navpied, .navig, 
#flash, #colonne1, #colonne2, #motif, #motif2, #motif3, #accroche1
{
	display:none;
}

/* Largeur élément général de la page */

/**** COLONNE ***/



/*** bandeau imprimable ***/

#logo
{
	position:absolute;
	top:0px;
	left:0px;
}
#logo img
{
	width:200px;
}
#bandeau
{
	height:80px;
}

/* plan imprimable */
.plan img
{
	width:90%;
}

#logo
{
	display:none;
}
#print
{
	display:block;
	position:absolute;
	width:200px;
	height:100px;
	top:0px;
	left:0px;
	zoom:1;
	z-index:50;
	border:#CC0000 1 px solid;
}
#print img
{
	width:150px;
}

