/* BULLE WHITE */

div.tce-bulleBottomWhite {
clear:both;
margin-top:10px;
margin-bottom:10px;
}

div.tce-bulleBottomWhite div.content {
margin-left:25px;
background-color:#FFFFFF;
padding: 10px;
}

div.tce-bulleBottomWhite h1 {
text-align: right;
font-size:16px;
padding-bottom: 10px;
padding-top: 5px;
}

div.tce-bulleBottomWhite p {
padding-bottom: 5px;
}

div.tce-bulleBottomWhite div.csc-header {
display: none;
}

div.tce-bulleBottomWhite div.content ul {
	margin-left: 20px;
	margin-right:5px;
}

div.tce-bulleBottomWhite div.content p {
margin:0;
padding:0;
}

div.tce-bulleBottomWhite div.content li {
	list-style-image : url(../img/star-white-green.gif);
	padding-bottom: 5px;
}

div.tce-bulleBottomWhite div.bottom {
clear:both;
}

/* BULLE GREEN */

div.tce-bulleLeftGreen {
clear:both;
margin-top:10px;
margin-bottom:10px;
}

div.tce-bulleLeftGreen h1 {
display:none;
}

div.tce-bulleLeftGreen div.content {
padding-top: 25px;
margin-left:25px;
text-transform: uppercase;
font-size: 16px;
color: #333;
text-align:right;
}

div.tce-bulleLeftGreen div.content p {
margin:0;
padding:0;
}

div.tce-bulleLeftGreen div.bottom div.image {
/*background-image:url(../img/bulleGreen.gif);
background-position:left center;
background-repeat:no-repeat;
width:25px;*/
display:none !important;
}

div.tce-bulleLeftGreen div.bottom div.bloc, div.tce-bulleLeftGreen div.content {
background-color:#D2D600;
padding-left: 10px;
padding-right: 10px;
}

div.tce-bulleLeftGreen div.bottom div.bloc, div.tce-bulleLeftGreen div.bottom div.image {
height:50px;
margin-bottom:10px;
}

div.tce-bulleLeftGreen div.bottom {
width: 100%;
background: transparent url(../img/green-bottom.png) repeat-x left;
height:50px;
margin-bottom:10px;
}

*html div.tce-bulleLeftGreen div.bottom {
background-image: none !important;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/fileadmin/templates/tce/img/green-bottom.png", sizingMethod="crop");
}

div.tce-bulleLeftGreen div.bottom div.bloc{
	display:none;
}

/* BULLE BLACK */

div.tce-bulleBottomBlack {
clear:both;
margin-top:10px;
margin-bottom:10px;
}

div.tce-bulleBottomBlack div.content h1 {
margin-bottom:5px;
text-transform: uppercase;
text-align:right;
color: #D2D600;
font-size:16px;
}

div.tce-bulleBottomBlack div.content {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
margin-left:25px;
color: #DDD;
background-color:#333;
}

div.tce-bulleBottomBlack div.content h1 {
	padding-bottom: 5px;
}

div.tce-bulleBottomBlack div.content p {
margin:0;
padding:0;
}

div.tce-bulleBottomBlack div.content ul {
	margin-left: 20px;
	margin-right:5px;
}

div.tce-bulleBottomBlack div.content li {
	list-style-image : url(../img/star-grey3.gif);
	padding-bottom: 5px;
}

div.tce-bulleBottomBlack div.bottom {
background-image:url(../img/bulleBlack.gif);
background-position:25px 0px;
background-repeat:no-repeat;
height:25px;
}