
/* ****************Hide top banner and the link on the right side****************** */

.div_entete_autres{
	display:none;
}

.contenu_bulletin_droite{
	display:none;
}

.copyright_siteMap{
	display:none;
}

.copyright_black_img{
	display:none;
}

.copyright_white_img{
	display:block;
}

.copyright_text_no_print{
 	display:none;
}



/* ****************Hide Buttons****************** */

.bulletin_print{
	display:none;
}

.print_sendFooter{
	display:none;
}

/* ****************Change the width of the main window****************** */

body{
	background:none;
}

.bulletin_titre{
	float:none;
	height:250px;
	width:600px;
}

.print_image_hidden{
	display:block;
	margin-bottom:40px;
}

.contenu_bulletin_gauche{

	width:600px;
}

.div_container_autres {
	
	width:625px;
	left:0px;
	margin-left:0px;
}
	
.chroniqueContainer{
	width:600px;
}

.chroniqueFooter{
	width:600px;
	margin-bottom:30px;
}

.copyright{
	width:600px;
	background-color:#FFFFFF;
	color:#333333;
}


