﻿/***********/
/* le site */
/***********/


@font-face {
	font-family: 'Marianne';
		src: url('../fonts/Marianne-Regular.woff') format("woff");
}
body {
	font-family: 'Marianne';
}

@font-face {
	font-family: 'Marianne-Bold';
		src: url('../fonts/Marianne-Bold.woff') format("woff");
}
strong {
	font-family: 'Marianne-Bold';
}


/**************/
/* le bandeau */
/**************/

#titrepage {
        float: left;
        width: max-content;
}

#nom-site-spip {
        margin-left: 2rem;
        float: left;
        width: max-content;
}
#slogan-site-spip {
        float: right
        width: max-content;
}
#bandeau {position: relative}

