H1, H2, #entry-title  {
		/* titres en rouge */
		background-color:#c94300;
		padding:5px;
				color:#fff !important;

}

#access {
		/* fond du menu */
		background-color:#c94300 !important;
		width:100% !important;
}

#access a {
		/* textes menu */
    color: #fff;
		font-weight:800;
		border-right:solid 1px black;
}
#site-title, #site-description {
		display:none !important;

}

#primary{
		/* faire disparaître les widgets !! */
		display: none !important;
		width:0px !important;
}

#content {
		/* agrandir l'espace main */
    margin: 0 auto;
    width: 100% !important;
}