/*Feuille de style des bbcodes du site version 6
Réalisation : Cyril BARTHEL
Date : 07/02/2009
*/


.Alert{
	color: #9d0916;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 70%;
	padding: 10px;
	padding-top: 20px;
	padding-left: 60px;
	padding-bottom: 50px;
	/*border-radius:0.5em;
	-moz-border-radius:0.5em;*/
	
	border: 1px solid #9d0916;
	border-left: 5px solid #9d0916;
	/*background-color: #9d0916;*/
}
.Info{
	color: #6CB354;
	width: 70%;
	padding: 10px;
	padding-top: 20px;
	padding-left: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url("../images/info.gif");
	background-repeat: no-repeat;
	
	border: 1px solid #6CB354;
	border-left: 5px solid #6CB354;

}

.Attention{
	color: #9d0916;

	width: 70%;
	padding: 10px;
	padding-top: 20px;
	padding-left: 60px;
	padding-bottom: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	border: 1px solid #9d0916;
	border-left: 5px solid #9d0916;

	
}
.Question{
	color: #6191AD;
	width: 70%;
	padding: 10px;
	padding-top: 20px;
	padding-left: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url("../images/question.gif");
	background-repeat: no-repeat;
	
	border: 1px solid #6191AD;
	border-left: 5px solid #6191AD;
}

.alert{
	color: #9d0916;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 70%;
	padding: 10px;
	padding-top: 20px;
	padding-left: 60px;
	padding-bottom: 50px;
	/*border-radius:0.5em;
	-moz-border-radius:0.5em;*/
	
	border: 1px solid #9d0916;
	border-left: 5px solid #9d0916;
	/*background-color: #9d0916;*/
}
.info{
	color: #6CB354;
	margin-top: 10px;
	margin-bottom: 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: 70%;
	-moz-border-radius: 10px;
	
}
.attention{
	color: #9d0916;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 70%;
	padding: 10px;
	padding-top: 20px;
	padding-left: 60px;
	padding-bottom: 50px;
	/*border-radius:0.5em;
	-moz-border-radius:0.5em;*/
	
	border: 1px solid #9d0916;
	border-left: 5px solid #9d0916;
	/*background-color: #9d0916;*/
}
