#conteneurs_container
{
	width : 100%;
	margin : 0px; 
	padding : 0px;
	display : flex;
	justify-content : center;
}

#conteneurs_main
{
	width : calc(75% - 20px);
	margin : 0px; 
	padding : 0px;
	display : flex;
	flex-direction : column;
}

#contener_title
{
	background-color : rgb(96, 96, 255);
	margin : 0px; 
	padding : 0px;
	width : 100%;
}

#contener_title h1
{
	margin : 0px; 
	padding : 0px;
	width : calc(100% - 20px);
	color : white;
	font-size : 1.2em;
	padding-left : 10px; 
	padding-right : 10px;
}

#contener_content
{
	width : calc(100% - 2px);
	margin : 0px; 
	padding : 0px;
	border : 1px solid rgb(96, 96, 255);
}

#contener_content p
{
	width : calc(100% - 20px);
	margin : 0px; 
	padding : 0px; 
	text-align : center;
	padding : 10px;
}

#contener_content table
{
	width : 100%;
	border-collapse : collapse;
	text-align : left;
}

#contener_content table tr
{
	border : 1px solid rgb(96, 96, 255);
}

#contener_content table td
{
	border : 1px solid rgb(96, 96, 255);
	padding-top : 5px;
	padding-bottom : 5px;
}

.table_title
{
	text-align : center;
}