body {
	margin: auto; /*centré*/
    width: 1300px; 
	height: 700px;
	font-family: Arial;
    background-color: white;
    position: relative;
	/*border: 1px solid gray;*/
}
#largeur{
	margin: auto;
    width: 1100px; 
	height: 700px;
	/*border: 1px solid red;*/
}
			/* Tableau des titres */
.titre_lig1{
	font-size: 38pt;
	font-weight: bold;
	line-height: 40pt;
	color: gray;
}
.titre_lig2{
	font-size: 19pt;
	font-weight: bold;
	color: gray;
}
			/* Tableau des rubriques */
.b{
	color: blue;
}
.g{
	color: gray;
}
.m{
	color: rgb(140,45,0);
}
.v{
	color: green;
}
.n{
	color: black;
}
.r{
	color: red;
}
.abrev{
	font-size: 14pt;
	font-style: italic;
}
a{
	text-decoration: none;
}

			/* EN-TÊTE */
#titre{
	margin-top: 10px;
    width: 100%;
	height: 90px;
	position: relative;
    text-align: center;
	/*border: 2px solid blue;*/
}
#titre_dom{
	position: absolute;
	/*top: 10px;*/
	left: 400px;
	height: 90px;
	width: 370px;
	background-color: rgb(248,248,248);
	box-shadow: 2px 2px 2px gray;
	border-radius: 20px;
	/*border: 1px solid green;*/
}
#ico{
	position: absolute;
	top: 0px;
	right: 100px;
}	
#rub_00{
	position: absolute;
	top: 25px;	
	left: 67px;	
	height: 65px;
	width: 235px;
	border: none;
	box-shadow: 4px 4px 4px gray inset;
	border-radius: 10px;
	font-size: 17pt;
	font-style: italic;
	color: gray;
	background-color: rgb(248,248,248);
}
			/* CORPS */
#tab{
	width: 100%;
	height: 590px;
	padding-bottom: 0px;
	/*border: 1px solid blue;*/
}
#tab th{
	padding-left: 60px;
	/*border: 1px solid red;*/
}
#rub_0y{
	height: 40px;
	width: 250px;
	padding-top: 20px;
	font-size: 17pt;
	font-weight: normal;
	font-style: italic;
	/*border: 1px solid green;*/
}
#tab td{
	padding-left: 65px;
	/*border: 1px solid red;*/
}
#rub_xy{
	height: 60px;
	width: 225px;
	padding-left: 12px;
	padding-top: 2px;
	border: none;
	background-color: rgb(234,234,234);
	border-radius: 10px;
	box-shadow: 4px 4px 4px rgb(48,48,48) inset;
	font-family: Arial;
	font-size: 17pt;
	display:table		/* propriété permettant le centage V des enfants */
}
.centr_v {
	display:table-cell;
	vertical-align:middle;
}
			/* COLONNE DE DROITE */
#fl_haut{
	position: absolute;
	top: 40px;
	right: 40px;
	line-height: 5pt;
	text-align: center;
 	/*border: 1px solid green;*/
}
.bouton_dor{
	display : block;
	height: 44px;
	width: 44px;
	padding-left: 2px;
	padding-top: 4px;
	border: none;
	background-color: rgb(234,234,234);
	border-radius: 10px;
	box-shadow: 4px 4px 4px rgb(48,48,48) inset;
}
.c7{
	font-family: Arial;
	font-size: 7pt;
	font-style: normal;
	font-weight: bold;
	color: navy;
	}
#dom_suiv{
	position: absolute;
	bottom: 35px;
	right: 20px;
	line-height: 5pt;
	text-align: center;
 	/*border: 1px solid green;*/
}
.bouton_dom{
	display : block;
	height: 44px;
	width: 78px;
	padding-left: 2px;
	padding-top: 4px;
	border: none;
	background-color: rgb(234,234,234);
	border-radius: 10px;
	box-shadow: 4px 4px 4px rgb(48,48,48) inset;
}