div#tsu {
	position:relative;
	width: 360px;
	height: 500px;
	padding: 40px;
margin-top: 24px;
margin-bottom: 40px;
background-color: #fdc705;
		}
div#borrouge {
	position:relative;
	width: 330px;
	height: 180px;
	padding: 50px;
margin-top: 30px;
margin-bottom: 50px;
border: red solid 15px;
			}
div#borbleu {
	position:relative;
	width: 330px;
	padding: 50px;
margin-top: 30px;
margin-bottom: 50px;
border: #0000ff solid 15px;
			}
.bleu {
		font-weight: bold;
      font-family: arial, verdana, helvetica, sans serif;
      font-size: 8pt;
      color: blue;

		}

.noir {
		font-weight: bold;
      font-family: arial, verdana, helvetica, sans serif;
      font-size: 8pt;
      color: black;

		}

.vert {
		font-weight: bold;
      font-family: arial, verdana, helvetica, sans serif;
      font-size: 8pt;
      color: green;

		}
.bor { 
         border-top-color: red;
         border-bottom-color: red;
         border-left-color: red;
         border-right-color: red;
         border-bottom-width: 1px;
         border-top-width: 1px;
         border-right-width: 1px;
         border-left-width: 1px;
         border-style: solid;
		}
#prog {
		position: relative; 
		width: 280px; 
		height: 10px;
		background-color: #18f632;
text-align: left;
		}
