/* Provide to the user the right police to look at the web site */
@font-face {
    font-family: 'RieslingRegular';
    src: url('riesling-webfont.eot');
    src: url('riesling-webfont.eot?#iefix') format('embedded-opentype'),
         url('riesling-webfont.woff') format('woff'),
         url('riesling-webfont.ttf') format('truetype'),
         url('riesling-webfont.svg#RieslingRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
p.centrer {
	text-align: center;
}
/****************************************************************************************
 * SUR TOUS LES TYPES D'ECRANS, QUAND LA LARGEUR DE LA FENETRE FAIT AU MINIMUM 1024px   *
 * TOUS LES AUTRES TYPES D'ECRANS                                                       *
 ****************************************************************************************/
@media screen and (min-width: 1024px) {
/********************************
 * Settings related to the Body *
 ********************************/
body {
	background-image : url('../Image/menu_bckgrd.png');
	margin: 5px;
	color : #400000;
}
/*****************************************
 * General Settings related to all pages *
 *****************************************/
/* div à l'interieur d'une section */
div.savant {
	display: block;
	width: 10%;
	float: left;
	margin-left: 1px;
	padding: 2px;
}
div.smilieu {
	width: 80%;
	float: left;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
}
div.sapres {
	width: 8%;
	float: right;
	margin-right: 1px;
}
img.resize{
	max-width: 100%;
	height: auto;
}
section {
	width: 100%;
	float: left;
}
section.bandeau {
	width: 100%;
	height: 40px;
	margin-top: 15px;
	float: left;
	text-align: center;
}
}
/**************************************************************************************************
 * SUR TOUS LES TYPES D'ECRANS, QUAND LA LARGEUR DE LA FENETRE EST COMPRISE ENTRE 640px et 1023px *
 * LES TABLETTES                                                                                  *
 **************************************************************************************************/
@media screen and (min-width: 640px) and (max-width: 1023px) {
/********************************
 * Settings related to the Body *
 ********************************/
body {
	background-image : url('../Image/menu_bckgrd.png');
	margin: 5px;
}
/*****************************************
 * General Settings related to all pages *
 *****************************************/
div.savant {
	display: block;
	width: 100%;
	height: auto;
	float: left;
	margin-left: 1px;
	padding: 2px;
}
div.smilieu {
	width: 100%;
	height: auto;
	float: left;
	margin-left: 1px;
}
div.sapres {
	display: block;
	width: 100%;
	height: auto;
	float: right;
	margin-right: 1px;
	padding: 1px;
}
img.resize{
	max-width: 80%;
	height: auto;
}
section {
	width: 100%;
	height: auto;
	float: left;
}
section.bandeau {
	width: 100%;
	height: 30px;
	margin-top: 15px;
	float: left;
	text-align: center;
}
}
/*************************************************************************************************
 * SUR TOUS LES TYPES D'ECRANS, QUAND LA LARGEUR DE LA FENETRE EST COMPRISE ENTRE 321px et 639px *
 * LES SMARTPHONES                                                                               *
 *************************************************************************************************/
@media screen and (min-width: 321px) and (max-width: 639px) {
/********************************
 * Settings related to the Body *
 ********************************/
body {
	background-color: #f0e9b0;
	font-size: 16px;
}
/*****************************************
 * General Settings related to all pages *
 *****************************************/
div.savant {
	display: block;
	width: 100%;
	height: auto;
	float: left;
	margin-left: 1px;
	padding: 2px;
}
div.smilieu {
	width: 100%;
	height: auto;
	float: left;
	margin-left: 1px;
}
div.sapres {
	display: block;
	width: 100%;
	float: right;
	margin-right: 1px;
}
img.resize{
	max-width: 100%;
	height: auto;
}
section {
	width: 100%;
	min-height: auto;
	float: left;
}
section.bandeau {
	width: 100%;
	height: 25px;
	margin-top: 10px;
	float: left;
	text-align: center;
}
}
/* ************************************************************************************
  * SUR TOUS LES TYPES D'ECRANS, QUAND LA LARGEUR DE LA FENETRE EST DE MAXIMUM 320px *
 * LES PLUS PETITS SMARTPHONES                                                      *
************************************************************************************ */
/* EN BLANC */
@media screen and (max-width: 320px) {
}