@charset "UTF-8";

.crea_videos
{
	text-align: 		center;
	width:					80%;
	margin:auto;
}

.crea_videos .titre
{
	border: 				solid 1px black;
	font-weight:		bold;
	padding:				10px;
}

.crea_videos .videos
{
	border-left: 		solid 1px black;
	border-right:		solid 1px black;
	padding:				10px;
}

.crea_videos .infos
{
	border: 				solid 1px black;
	font-weight:		normal;
	margin-bottom:	40px;
	padding:				20px;
}


.code_source
{
	border: 				solid 1px black;
	padding:				5px;
	margin:					5px;
}