@import "../../commun.css";

.balise {
	color:blue;
}

.table {
   border: 1px solid black;
   text-align: center;
   margin-left: 2%;
   border-collapse: collapse;
}

.th {
   border: 1px solid black;
   text-align: center;
} 
.td {
   border: 1px solid black;
   text-align: center;
}

.codehtml {
	width:40%;
	height:250px;
	margin-left:2%;		
}

.codelien {
	width:40%;
	height:350px;
	margin-left:2%;		
}

.codeimage {
	width:45%;
	height:250px;
	margin-left:2%;		
}

.code {
	width:45%;
	height:350px;
	margin-left:2%;	
}

.codeform1 {
	width:55%;
	height:200px;
	margin-left:2%;	
}


.codeform4 {
	width:40%;
	height:150px;
	margin-left:2%;	
}

.decription {
	margin-top:2%;
}

.conteneur {
    display: flex;
    justify-content: space-around;
}


.extable {

    border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
    width:300px;
    text-align:center;
    margin-left:35%;
}

.extable th, .extable td, .extable tr {
    border: 1px solid black;
}

