html,body {
	margin:0;
	padding:0;
}
body {
	font: 76% verdana,arial;
/*	text-align:center;*/
	color: #999;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: transparent;
}
a {
	text-decoration:none;
	color:#999;
}
a:hover {
	text-decoration:none;
	color:#000;
}

img {
/*	border: 2px solid #999;*/
	margin-right:2px;
	vertical-align: middle;
	box-shadow: #666 1px 1px 12px;
}

p {
	margin:0 10px 10px;
}
ul {
	list-style:none;
	padding-left:10px;
	margin:5px;
	text-align: left;
}
li {
	font: Segoe UI;
/*	font: 90% verdana,arial;
	font-style: italic;*/
}
#container {
	width:1100px;
	height: 785px;
	/*	background: #333;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
/*	background-color: #EAEAEA; /*couleur du fond pour tout le site, gris tres clair */
	background-color: #FFF; /*couleur du fond pour tout le site, blanc */
	border: 2px solid #CCC;	/*	-moz-box-shadow: black 0px 0px 30px 0px;*/
}
#banner  {
	width:1100px;
	height:55px;
/*	margin:0;
    color:#999;
	font Segoe UI;
	font-size:14px;
	text-align:left;
	vertical-align: bottom;
	color: #F90;
	font-size: 24px;*/
    border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999;
}
#image-banner  {
	width:250px;
	height:55px;
}
/*#banner-image  {
	width:250px;
	height:50px;
	margin:0;
    color:#999;
	font Segoe UI;
	font-size:14px;
	text-align:left;
	vertical-align: bottom;
	color: #F90;
	font-size: 24px;
    border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333;
}*/
#banner-menu  {
	width:850px;
	height:55px;
/*	margin:0;
    color:#999;
	font Segoe UI;
	font-size:14px;
	text-align:left;
	vertical-align: bottom;
	color: #F90;
	font-size: 24px;
    border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333;*/
}
#box {
	width:230px;
	height:230px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px solid #CCC;
	text-align: center;
	display:table-cell;
	vertical-align: middle;
/*	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333;*/
}
#box-petite {
	width:170px;
	height:113px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#box-page {
	width:900px;
	height:600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
/*	border: 2px solid #CCC;*/
	text-align: center;
}
#box-portrait {
	width:230px;
	height:170px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px solid #CCC;
	text-align: center;
/*	display:table-cell;*/
	vertical-align: middle;
}
#contenu {
	width:1100px;
	height: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999;
}
#content {
	float:right;
	height:700px;
	width:850px;*/
	margin-left:0px;
	margin-top:0px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999;
/*	float:left;*/
/*	text-align: center;*/
}
#nav {
	float:left;
/*	float:right;*/
	width:230px;
	height:689px;
	margin-top:0px;
	margin-left: 0px;
	text-align: left;
}
#footer {
	width:1100px;
	height: 30px;
	text-align:center;
	vertical-align: middle;
/*	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCC;
	clear:both;*/
}

.menu-banner {
    display: flex;              /* Transformation en flexbox */
	font: "Segoe UI";
	font-size:14px;
    padding:0;                  /* Suppression des marges internes */
    justify-content: flex-end     /* Alignements des liens dans le menu */
/*  background-color: #ccc;*/     /* Ajout de la couleur d'arrière-plan */
}
.menu-banner a {
    display:block;                /* Transformation en block */
    min-width: 120px;             /* Largeur minimale des liens */   
    
/*  margin: 0.5rem; */              /* Marges externes (1 valeurs = 4 directions) */
/*  padding: 0.4rem 0;*/             /* Marges internes (2 valeurs = haut/bas et gauche/droite)*/
    text-align: center;           /* Centrage du texte */   
/*  background-color: #1ABC9C;*/    /* Couleur d'arrière-plan */
    color: #999;                  /* Couleur du texte */
    text-decoration: none;        /* Suppression du soulignement */
/*  border: 1px solid #CCC;*/       /* Ajout d'une bordure */
/*  border-radius: 4px;*/           /* Arrondis des bordures */
/*   transition: all 1s ;*/         /* Ajout des effets de transition */
}

.menu-banner a:hover,
.menu-banner a:hover.actif {
    text-decoration: none;        /* Suppression du soulignement */
    color: #000;                  /* Couleur du texte */
/*  background-color: #ed2794;*/
/*  border-color: #ffe843;*/
}

.menu-banner a.actif {    
    text-decoration: none;        /* Suppression du soulignement */
    color: #000;				  /* Couleur du texte */
/*	background-color: #ccc ; */
/*  border-color: #1ABC9C ;*/
}

.banner-titre {
	color:#999;
	font: "Segoe UI";
	font-size:14px;
	height:50px;
	width:700px;
	text-align:left;
	vertical-align:bottom;
}


.menu-categorie {
/*    display: flex; */              /* Transformation en flexbox */
	font: "Segoe UI";
	font-size:14px;
    padding:0;                  /* Suppression des marges internes */
    justify-content: flex-end     /* Alignements des liens dans le menu */
/*  background-color: #ccc;*/     /* Ajout de la couleur d'arrière-plan */
}
.menu-categorie a {
    display:block;                /* Transformation en block */
    min-width: 120px;             /* Largeur minimale des liens */   
    
/*  margin: 0.5rem; */              /* Marges externes (1 valeurs = 4 directions) */
    padding: 0.6rem 0;             /* Marges internes (2 valeurs = haut/bas et gauche/droite)*/
    text-align: left;           /* Centrage du texte */   
/*  background-color: #1ABC9C;*/    /* Couleur d'arrière-plan */
    color: #999;                  /* Couleur du texte */
    text-decoration: none;        /* Suppression du soulignement */
/*  border: 1px solid #CCC;       /* Ajout d'une bordure */
/*  border-radius: 4px;*/           /* Arrondis des bordures */
/*  transition: all 1s ;*/         /* Ajout des effets de transition */
}

.menu-categorie a:hover,
.menu-categorie a:hover.actif {
    text-decoration: none;        /* Suppression du soulignement */
    color: #000;                  /* Couleur du texte */
/*  background-color: #ed2794;*/
/*  border-color: #ffe843;*/
}

.menu-categorie a.actif {    
    text-decoration: none;        /* Suppression du soulignement */
    color: #000;				  /* Couleur du texte */
/*	background-color: #ccc ; */
/*  border-color: #1ABC9C ;*/
}

.titremenu16 {
    display:block;                /* Transformation en block */
	font-family: "Segoe UI";
	font-size: 16px;
	font-style: normal;
	color: #000;
/*  margin: 5px;              /* Marges externes (1 valeurs = 4 directions) */
/*  padding: 2px 10px;              Marges internes (2 valeurs = haut/bas et gauche/droite)*/
/*  background-color: #CCC;    Couleur d'arrière-plan */
/*  border: 1px solid #666;        Ajout d'une bordure */
/*  border-radius: 10px;            Arrondis des bordures */
}

.Sergoe16 {
    display:block;                /* Transformation en block */
	font-family: "Segoe UI";
	font-size: 16px;
	font-style: normal;
	color: #999;
/*  margin: 5px;              /* Marges externes (1 valeurs = 4 directions) */
/*  padding: 2px 10px;              Marges internes (2 valeurs = haut/bas et gauche/droite)*/
/*  background-color: #CCC;    Couleur d'arrière-plan */
/*  border: 1px solid #666;        Ajout d'une bordure */
/*  border-radius: 10px;            Arrondis des bordures */
}


	
#table {
	font: 75% verdana,arial;
	text-align:left;
	color: #000;
	font-size: 100%;
}
#content li {
	padding-left:150px;
	text-align:left;
}
#menu-horizontal  {
	height:30px;
	color: #FC0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
}
#content p {
	line-height:1.4;
}
#footer p {
	margin:0;
	padding:5px 10px;
	margin-top:2px;
	background: #333;
	text-align:center;
}
#content h2 {
	font: 160% verdana,arial;
}
#content h3 {
	font: 140% verdana,arial;
}
#fiche {
	float:center;
	width:830px;
	margin-left:0px;
	margin-top:2px;
	text-align: center;
}
#page {
	float:right;
	width:830px;
	margin-left:0px;
	margin-top:2px;
	text-align: left;
}
#win {
	float:center;
	width:710px;
	margin-left:0px;
	margin-top:0px;
	text-align: center;
}
#tableau {
	width:800px;
	margin-top:0px;
	background: #1111;
	margin-left: 0px;
	text-align: left;
	background-color: #666;
	color: #000;
}
#nav h2 {
	font: 140% verdana,arial;
	margin-left:10px;
	background:#EEE;
}
#contenu h2 {
	font: 140% verdana,arial;
	margin-left:10px;
	margin-right: 10px;
	background:#CCC;
/*	background:#5a5a5a;*/
}
#h-menu {
	float:left;
	width:100px;
	margin-left: 10px;
	height: 30px;
	text-align: center;
	font-size: 16px;
}
#h-menu h2 {
	font: 140% verdana,arial;
	background:#CCC;
}
li-h1 {
	font: 100% verdana,arial;
	font-style: italic;
	font-weight: bold;
}
.textemainmenu {
	font-family: "Segoe UI";
	font-size: 16px;
	font-style: normal;
	color: #999;
}
.textemainmenuorange {
	font-family: "Segoe print";
	font-size: 36px;
	font-style: normal;
	color: #F60;
}
.textemainmenu-1 {
	font-family: "Segoe UI";
	font-size: 18px;
	font-style: normal;
	color: #999;
}
.textemainmenu-2 {
	font-family: "Segoe UI";
	font-size: 24px;
	font-style: normal;
	color: #999;
}
.textemainmenu16 {
	font-family: "Segoe UI";
	font-size: 16px;
	font-style: normal;
	color: #000;
}
.textemainmenu16italic {
	font-family: "Segoe UI";
	font-size: 16px;
	font-style: italic;
	color: #999;
}
.texteorange16italic {
	font-family: "Segoe UI";
	font-size: 16px;
	font-style: italic;
	color: #F60;
}
.textemainmenu18 {
	font-family: "Segoe UI";
	font-size: 18px;
	font-style: normal;
	color: #666;
}
.textemainmenu14italic {
	font-family: "Segoe UI";
	font-size: 14px;
	font-style: italic;
	color: #999;
}
.texte14italic {
	font-family: "Segoe UI";
	font-size: 14px;
	font-style: italic;
	color: #999;
}
.texte-titre {
	font: 140% verdana,arial;
	color: #666;
}
.texte10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999;
}
.texte11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999;
}
.texte12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999;
}
.texte10italic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #999;
}
.texte11italic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #999;
}
.texte12italic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #999;
}
.texte14italic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #999;
}
