Thanks Krileon,
What I got is this :
For CSS3 rounded-corners */
.cbtmpldialog {
padding: 5px 16px 3px;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
border: 2px solid #ccc;
margin: 1em 0 2em;
position: relative;
background-color: #c6c6c6;
background-color: rgba(198, 198, 198, 0.
;
background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(180, 180, 180, 0.
), to(rgba(255, 255, 255, .9)));
background-image: -moz-linear-gradient(rgba(180, 180, 180, 0.
0%, rgba(255, 255, 255, .9) 90%);
border-top-color: #ccc;
border-right-color: #aaa;
border-bottom-color: #bbb;
border-left-color: #aaa;
-webkit-box-shadow: rgba(170, 170, 170, 0.5) 0px 10px 16px;
-moz-box-shadow: rgba(170, 170, 170, 0.5) 0px 10px 16px;
I'm not a "pro" so is it the right place to change background color ( or colors...) ?
Thanks for help