/* CSS Dr.midiK */

body {
	background-image: url("images/css/pb_backgroung_001_100x4.png");
	padding-left: 200px;
}

/* Pas de bordure sur les tableaux */
table {
    border-collapse: collapse;
}

th {
}

td {
	border: 0px solid lightgray;
    padding: 0px;
	background-color: rgba(0, 0, 0, 0%);
	font-family: Tahoma;
	font-style: normal;
	color:lightgray;
	text-align: left;
}

header {
}
/* page header */
.pheader{
	width: 900px;
	height: 75px;
	background-color: rgba(0, 0, 0, 30%);
	text-indent: 20px;	
}

/* titre de la page */
.ptitle{
	width: 900px;
	height: 40px;	
	font-size: 38px;
	font-weight: bold;
	text-indent: 20px;
}

/* contenu de la page */
.pcontent{
	width: 900px;
	height: 22px;	
	font-size: 18px;
	font-weight: bold;
	text-indent: 60px;
}

/* titre de l'article */
.atitle{
	width: 900px;
	height: 28px;	
	font-size: 22px;
	font-weight: bold;
	color: rgb(255, 127, 0, 80%);
	text-indent: 20px;
}

/* date de l'article */
.adate{
	width: 900px;
	height: 16px;	
	font-size: 12px;
	text-indent: 20px;
}

/* contenu de l'article */
.acontent{
	width: 800px;
	height: 24px;	
	font-size: 16px;
	/*text-indent: 60px;*/
	padding-left: 60px;
}

/* contenu de l'article */
.atextcontent{
	width: 800px;
	height: 24px;	
	font-size: 16px;
	/*text-indent: 60px;*/
	padding-left: 60px;
}

footer {
}
/* page footer */
.pfooter{
	width: 900px;
	height: 16px;
	background-color: rgba(0, 0, 0, 80%);	
	font-size: 12px;
	font-style: italic;
	filter: opacity(70%);
	text-indent: 20px;
}



h1 {
}

h2 {
}

h3 {
}

h4 {
}

p {
}

a {
}

hr {
}

#boxvsti
{
	display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
}

.element
{
	margin: 5px;
	background-color: rgb(0,0,0,0.5);
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.link_1 {
	font-size: 100%;
}

.float_img{
	float: left;
}

.float_txt{
    clear: both;
	text-align: left;
	width: 680px;
	/*height: 200px;*/
	/*min-width: 400px; avec width en %*/
    /*border: 2px solid red;*/
    text-align: justify;
	/*padding: 10px 10px 10px 10px;*/
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 20px;
	overflow: auto;
}

.float_cancel{
    clear: both;
	text-align: left;
	width: 750px;
	height: 200px;
	/*min-width: 400px; avec width en %*/
    border: 2px solid red;
    text-align: justify;
	padding: 10px 10px 10px 10px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: -50px;
	overflow: auto;
}

.float_cancel:hover{
    border: 2px solid yellow;
	color: white;
}

ul.navbar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: fixed;
	top: 130px;
	left: 10px;
	width: 180px;font-family: Tahoma;
	font-size: 18px;
	color: lightgray;
}

em {
	color: rgb(127,127,255);
}

ul.navbar li {
	background: rgb(0,31,31);
	margin: 5px;
	padding: 10px;
	border-left: 10px solid black;
}

ul.navbar a {
	text-decoration: none;
}

a:link {
	color: rgb(191,191,127);
}

a:visited {
	color: rgb(127,127,127);
}

a:hover {
	/*border: 2px solid gray;*/
	color: rgb(127,127,255);
}

a:active {
	color: red;
}

/* Tableau PEZ */
.peztitle{
	width: 900px;
	height: 30px;
	border: 0px solid red;	
	font-family: Tahoma;
	font-size: 38px;
	font-weight: bold;
	color:lightgray;
	text-align: center;
}

.pezimg{
	width: 300px;
	height: 650px;
	border: 0px solid black;
	text-align: center;
}

.pezname{
	width: 300px;
	height: 30px;
	border: 0px solid black;
	text-align: center;	
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color:lightgray;
	text-align: center;
}

.pezwidth{
	width: 280px;
}

.readernul{
	width: 160px;
	height: 32px;
	border: 0px solid black;
	text-align: center;
}

.readerprevious{
	width: 160px;
	height: 32px;
	border: 2px solid lightgray;
	font-family: Tahoma;
	font-size: 18px;
	color: lightgray;
	font-weight: bold;
	text-align: center;
}

.readernext{
	width: 160px;
	height: 22px;
	border: 2px solid lightgray;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: lightgray;
	text-align: center;
}

.bquiz{
	display: block;
	background-color: #000000;
	border: none;
	color: #000000;
	text-align: center;
	font-size: 14px;
	width: 280px;
	height: 32px;
}

.bquiz:active{
	background-color: #000000;
	color: lightgrey;
}


