#left-main{
	display:none;
}

#right-main{
	float:none;
	width:100%;
}

/* ######################################################################### */
/*                          HEADER                                           */
/* ######################################################################### */
#right-main #header{
	display:none;
}

/* ######################################################################### */
/*                          CONTENU > ZONING                                 */
/* ######################################################################### */

img#print-header{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
}

#right-main #content{
	background-image:url(../images/print-header.gif);
	background-position:0px 0px;
	background-color:red;
	margin-top:105px;
	width:100%;
	font-size:1.5em;
}

#right-main #content #c-header{ /* 815px de largeur */
	width:80%;
}

#right-main #content #c-main{ /* 550px de largeur (avec sidebar) */
	width:80%;
	float:none;
}
#right-main #content #c-main.alone{ /* 815px de largeur (sans sidebar) */
	width:80%;
	float:none;
}
#right-main #content #c-sidebar{ /* 265px de largeur */
	display:none;
}
#right-main #content #c-footer{ /* 815px de largeur */
	width:80%;
}

#right-main #content #c-main h2{
	padding-left:0;
}

/* ######################################################################### */
/*                          FOOTER                                           */
/* ######################################################################### */

#right-main #footer{
	display:none;
}








#right-main #content #c-main #fiche-adherent{
	float:none;
}
#right-main #content #c-main ul#liste-adherents{
	display:none;
}






