/*Feuille de style des bbcodes du site version 6
Réalisation : Cyril BARTHEL
Date : 07/02/2009
*/


.Alert{
	color: #C60021;
	margin: 10px;
	/*text-align: center;*/
	min-height: 55px !important;
	height: 55px;
	padding-left: 60px;
	background-image: url("../images/alert.gif");
	background-repeat: no-repeat;
	width: 50%;
}
.Info{
	color: #6CB354;
	margin: 10px;
	/*text-align: center;*/
	/*min-height: 55px !important;*/
	/*height: 55px;*/
	padding-left: 60px;
	padding-bottom: 35px;
	background-image: url("../images/info.gif");
	background-repeat: no-repeat;
	background-color: #dcf0de;
	border: 1px dashed #6CB354;
	-moz-border-radius: 10px;
	width: 50%;
}
/*.Attention{
	color: #C60021;
	margin: 10px;
	min-height: 55px !important;
	height: 55px;
	padding-left: 60px;
	background-image: url("../images/alert.gif");
	background-repeat: no-repeat;
}*/
.Attention{
	color: #fff;
	/*margin: 10px;*/
	/*margin: 10px;*/
	width: 50%;
	padding: 10px;
	padding-top: 20px;
	padding-left: 90px;
	padding-bottom: 50px;
	-moz-border-radius: 10px;
	background-image: url("../images/attention2.png");
	background-repeat: no-repeat;
	background-color: #9d0916;
	
}
.Question{
	color: #6191AD;
	margin: 10px;
	/*text-align: center;*/
	min-height: 55px !important;
	height: 55px;
	padding-left: 60px;
	background-image: url("../images/question.gif");
	background-repeat: no-repeat;
	width: 50%;
}

.alert{
	color: #C60021;
	margin: 10px;
	/*text-align: center;*/
	min-height: 55px !important;
	height: 55px;
	padding-left: 60px;
	background-image: url("../images/alert.gif");
	background-repeat: no-repeat;
	width: 50%;
}
.info{
	color: #6CB354;
	margin: 10px;
	/*text-align: center;*/
	min-height: 55px !important;
	height: 55px;
	padding-left: 60px;
	padding-bottom: 10px;
	background-image: url("../images/info.gif");
	background-repeat: no-repeat;
	border: 1px dashed #6CB354;
	width: 50%;
	-moz-border-radius: 10px;
	
}
.attention{
	color: #fff;
	/*margin: 10px;*/
	/*margin: 10px;*/
	/*width: 315px;*/
	width: 50%;
	height: 170px;
	padding-top: 20px;
	padding-left: 90px;
	background-image: url("../images/attention.png");
	background-repeat: no-repeat;
	/*background-color: #c27279;*/
}
