/*
	\brief styles éléments particuliers

	\author bcag2 
	\date création: 30/12/2011
	\date de révision: 31/03/2017
*/

.tomato_text {
	color:Tomato;

}

.frame {
	font-size: 20px;
	text-align: center;
	border-style: solid;
	border-width: 4px;
	border-color: Grey;
	border-radius: 7px;
	padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
	margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 40px;
    margin-left: 40px;
}

.important_frame {
	color:red;
}

.basic_frame {
	/*color: #183152;*/
	color: #212121;
}
