/************************************************************************

			Valeur BBCode

************************************************************************/

.black { color : black; }
.gray { color : gray; }
.silver { color : silver; }
.red{ color : red; }
.lime { color : lime; }
.green { color : green; }
.yellow { color : yellow; }
.blue { color : blue; }
.purple { color : purple; }
.aqua { color : aqua; }

.smiley { vertical-align: middle;}

.centre { text-align: center; margin-right : auto; margin-left:auto;}
.gauche { text-align: left; }
.droite { text-align: right; }
.justifie { text-align: justify; }

.ttpetit { font-size: xx-small; }
.tpetit { font-size: x-small; }
.petit { font-size: small; }
.gros { font-size: large; }
.tgros { font-size: x-large; }
.ttgros { font-size: xx-large; }

.float_gauche { float : left; padding : 10px;}
.float_droite { float : right; padding : 10px;}


/************************************************************************

			Affichage DIV

************************************************************************/

.titrenews {  
	padding : 5px 0px 5px 0px;
	margin : 0px;
	background : #dfeefe;
	border: 1px solid #92BED3;
	border-bottom : none;
	margin-top : 15px;
}
.titrenews h3
{
	display : inline;
	color : orange;
	padding-right : 20px;
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: 1px;
	margin-left : 10px;
	padding-left: 25px;
	background: url("/images/cellule-news.gif") no-repeat top left; 
}
.textnews {  
	padding: 5px;
	margin : 0px;
	margin-bottom : 10px;
	border: 1px solid #92BED3;
}

.textnews p {  
background: url("/images/line.gif") no-repeat 50% 0;
	text-align : right;
	margin-top : 10px;
	margin-bottom : -5px;
}

.textnews .aqua
{
	padding: 6px;
}