/**********************************************************************/
/**      Définition spécifique des boutons                           **/
/**********************************************************************/

.bouton_login_bleu {
background-color: #369;
    background-image: linear-gradient(to bottom, #66ccff 0%, #336699 100%);
    background-size: 100% auto;
    border: 1px solid #369;
    border-radius: 0.3em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    color: #fff;
    cursor: pointer;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.125em;
    font-weight: 100;
    margin: 0 2px;
    outline: medium none;
    padding: 0.4em 1em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: baseline;
}

.bouton_login_bleu:hover,  .bouton_login_bleu:focus{
    background-color: #66ccff;
    background-image: none;
    border: 1px solid #6cf;
    font-weight: 100;
    text-decoration: none;
}

.bouton_menu_bleu {
font-family:Helvetica, Arial, sans-serif;
font-weight: normal;
color:#FFF;
vertical-align: baseline;
margin: 2px;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font-size: 1.125em;
padding: .4em 1em .4em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .3em;
-moz-border-radius: .3em;
border-radius: .3em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.45);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.45);
box-shadow: 0 1px 2px rgba(0,0,0,.45);
color: #fff;
border: solid 1px #369;
background: #a8bfca;
background: -webkit-gradient(linear, left top, left bottom, from(#a8bfca), to(#336699));
background: -moz-linear-gradient(top, #a8bfca, #336699);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8bfca', endColorstr='#336699');
 width: 200px;
 display: block;
}

.bouton_menu_bleu:hover,  .bouton_menu_bleu:focus{
font-weight: normal;
text-decoration: none;
background: #007ead;
background: -webkit-gradient(linear, left top, left bottom, from(#6CF), to(#369));
background: -moz-linear-gradient(top, #6CF, #3399CC);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CF', endColorstr='#369');
}
.bouton_menu_bleu:active {
font-weight: normal;
position: relative;
top: 1px;
color: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#369), to(#6CF));
background: -moz-linear-gradient(top, #369, #6CF);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#369', endColorstr='#6CF');
}

.bouton_login_gris {
font-family:Helvetica, Arial, sans-serif;
font-weight: normal;
color:#FFF;
vertical-align: baseline;
margin: 0 2px;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font-size: 1.125em;
padding: .4em 1em .4em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .3em;
-moz-border-radius: .3em;
border-radius: .3em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.45);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.45);
box-shadow: 0 1px 2px rgba(0,0,0,.45);
color: #fff;
border: solid 1px #999;
background: #CCC;
background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#999));
background: -moz-linear-gradient(top, #CCC, #999);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCC', endColorstr='#999');
}

.bouton_login_gris:hover, .bouton_login_gris:focus {
font-weight: normal;
text-decoration: none;
background: #007ead;
background: -webkit-gradient(linear, left top, left bottom, from(#6CF), to(#369));
background: -moz-linear-gradient(top, #6CF, #3399CC);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CF', endColorstr='#369');
}
.bouton_login_gris:active {
font-weight: normal;
position: relative;
top: 1px;
color: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#369), to(#6CF));
background: -moz-linear-gradient(top, #369, #6CF);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#369', endColorstr='#6CF');
}
.bouton_gros_bleu {
font-family:Helvetica, Arial, sans-serif;
color:#FFF;
vertical-align: baseline;
margin: 0 2px;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font-size: 0.8125em;
padding: .4em 1em .4em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .3em;
-moz-border-radius: .3em;
border-radius: .3em;
-webkit-box-shadow: inset 0 0 1px 0 #fff;
-moz-box-shadow: inset 0 0 1px 0 #fff;
box-shadow: inset 0 0 1px 0 #fff;
color: #fff;
border: solid 1px #CCC;
background: #CCC;
background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#999));
background: -moz-linear-gradient(top, #CCC, #999);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCC', endColorstr='#999');
}
.bouton_gros_bleu:hover, .bouton_gros_bleu:focus {
text-decoration: none;
background: #CCC;/*background: -webkit-gradient(linear, left top, left bottom, from(#6CF), to(#369));
background: -moz-linear-gradient(top, #6CF, #3399CC);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CF', endColorstr='#369');
*/}
.bouton_gros_bleu:active {
position: relative;
top: 1px;
color: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#CCC));
background: -moz-linear-gradient(top, #999, #CCC);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#CCC');
}

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

.bouton_petit_bleu {
font-family:Helvetica, Arial, sans-serif;
font-weight:bolder;
color:#FFF;
vertical-align: baseline;
margin: 0;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font-size:13px;
padding: .2em .8em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .3em;
-moz-border-radius: .3em;
border-radius: .3em;
border: solid 1px #369;
background: #a8bfca;
background: -webkit-gradient(linear, left top, left bottom, from(#a8bfca), to(#336699));
background: -moz-linear-gradient(top, #a8bfca, #336699);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8bfca', endColorstr='#336699');
}
.bouton_petit_bleu:hover, .bouton_petit_bleu:focus {
font-weight:bolder;
text-decoration: none;
background: #007ead;
background: -webkit-gradient(linear, left top, left bottom, from(#6CF), to(#369));
background: -moz-linear-gradient(top, #6CF, #3399CC);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CF', endColorstr='#369');
}
.bouton_petit_bleu:active {
font-weight:bolder;
position: relative;
top: 1px;
color: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#369), to(#6CF));
background: -moz-linear-gradient(top, #369, #6CF);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#369', endColorstr='#6CF');
}
/******************/
.bouton_petit_cyan {
font-family:Helvetica, Arial, sans-serif;
font-weight:bolder;
color:#FFF;
vertical-align: baseline;
margin: 0;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font-size: 13px;
padding: .2em .8em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .3em;
-moz-border-radius: .3em;
border-radius: .3em;
border: solid 1px #369;
background: #a8bfca;
background: -webkit-gradient(linear, left top, left bottom, from(#6CF), to(#39C));
background: -moz-linear-gradient(top, #6CF, #39C);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CF', endColorstr='#39C');
/*float:right;
*/}
.bouton_petit_cyan:hover, .bouton_petit_cyan:focus {
font-weight:bolder;
text-decoration: none;
background: #007ead;
background: -webkit-gradient(linear, left top, left bottom, from(#3CF), to(#6CF));
background: -moz-linear-gradient(top, #3CF, #6CF);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3CF', endColorstr='#6CF');
}
.bouton_petit_cyan:active {
font-weight:bolder;
position: relative;
top: 1px;
color: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#369), to(#6CF));
background: -moz-linear-gradient(top, #369, #6CF);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#369', endColorstr='#6CF');
}
/******************************/
.bouton_petit_gris {
font-family:Helvetica, Arial, sans-serif;
font-weight:bolder;
color:#FFF;
vertical-align: baseline;
margin: 0;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font-size: 13px;
padding: .2em .8em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .3em;
-moz-border-radius: .3em;
border-radius: .3em;
border: solid 1px #999;
background: #CCC;
background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#999));
background: -moz-linear-gradient(top, #CCC, #999);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCC', endColorstr='#999');
/*float:right;
*/}
.bouton_petit_gris:hover, .bouton_petit_gris:focus {
font-weight:bolder;
text-decoration: none;
background: #CCC;/*background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#CCC));
background: -moz-linear-gradient(top, #E8E8E8, #CCC);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E8E8', endColorstr='#CCC');*/
}
.bouton_petit_gris:active {
font-weight:bolder;
position: relative;
top: 1px;
color: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#CCC));
background: -moz-linear-gradient(top, #999, #CCC);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#CCC');
}
/*****************************************/
.bouton_petit_gris_clair {
font-family:Helvetica, Arial, sans-serif;
font-weight:bolder;
color:#666;
vertical-align: baseline;
margin: 0;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font-size: 13px;
padding: .2em .8em;
/*text-shadow: 0 1px 1px rgba(0,0,0,.3);
*/-webkit-border-radius: .3em;
-moz-border-radius: .3em;
border-radius: .3em;
border: solid 1px #999;
background: #CCC;
background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#CCC));
background: -moz-linear-gradient(top, #E8E8E8, #CCC);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E8E8', endColorstr='#CCC');
/*float:right;
*/}
.bouton_petit_gris_clair:hover, .bouton_petit_gris_clair:focus {
font-weight:bolder;
text-decoration: none;
color:#369;
background: #E8E8E8;/*background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#CCC));
background: -moz-linear-gradient(top, #E8E8E8, #CCC);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E8E8', endColorstr='#CCC');*/
}
.bouton_petit_gris_clair:active {
font-weight:bolder;
position: relative;
top: 1px;
color: #666;
background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#E8E8E8));
background: -moz-linear-gradient(top, #999, #E8E8E8);
   filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#E8E8E8');
}
/********************************/
.bouton_petit_gris_fonce {
font-family:Helvetica, Arial, sans-serif;
font-weight:bolder;
color:#FFF;
vertical-align: baseline;
margin: 0;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font-size:13px;
padding: .2em .8em;
text-shadow: 0 1px 1px rgba(0,0,0,.8);
-webkit-border-radius: .3em;
-moz-border-radius: .3em;
border-radius: .3em;
border: solid 1px #999;
background: #CCC;
background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
background: -moz-linear-gradient(top, #999, #666);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#666');
/*float:right;
*/}
.bouton_petit_gris_fonce:hover, .bouton_petit_gris_fonce:focus {
font-weight:bolder;
text-decoration: none;
background: #666;/*background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#CCC));
background: -moz-linear-gradient(top, #E8E8E8, #CCC);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E8E8', endColorstr='#CCC');*/
}
.bouton_petit_gris_fonce:active {
font-weight:bolder;
position: relative;
top: 1px;
color: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#999));
background: -moz-linear-gradient(top, #666, #999);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666', endColorstr='#999');
}

#panneau_bouton_action a.bouton_petit_gris_fonce img {
	margin: 0;
}
/*****************************************/
.bouton_petit_blanc {
font-family:Helvetica, Arial, sans-serif;
 font-weight:bolder;
color:#369;
vertical-align: baseline;
margin: 0;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font-size: 13px;
padding: .2em .8em;
/*text-shadow: 0 1px 1px rgba(0,0,0,.3);
*/-webkit-border-radius: .3em;
-moz-border-radius: .3em;
border-radius: .3em;
border: solid 1px #999;
background: #CCC;
background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));
background: -moz-linear-gradient(top, #FFF, #CCC);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#CCC');
/*float:right;
*/}
.bouton_petit_blanc:hover, .bouton_petit_blanc:focus {
font-weight:bolder;
text-decoration: none;
color:#369;
background: #FFF;/*background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#CCC));
background: -moz-linear-gradient(top, #E8E8E8, #CCC);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E8E8', endColorstr='#CCC');*/
}
.bouton_petit_blanc:active {
font-weight:bolder;
position: relative;
top: 1px;
color: #666;
background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#FFF));
background: -moz-linear-gradient(top, #CCC, #FFF);
   filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCC', endColorstr='#FFF');
}

.bouton_image
{
	vertical-align: -49%;

}
.bouton_image_petit
{
	vertical-align: -20%;
	text-decoration :none;
	padding-left : 6px;
}

.bouton_infobulle {
font-family:Helvetica, Arial, sans-serif;
font-weight:bolder;
font-size:0.8125em;
color:#FFF;

position:relative;
margin: 0;
padding: 0.2em 0.8em;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
border-radius: 0.3em;
border: solid 1px #999;

background: #66ccff;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66ccff), color-stop(50%,#3399cc), color-stop(100%,#336699));
background: -webkit-linear-gradient(top,  #66ccff 0%,#3399cc 50%,#336699 100%);
background:    -moz-linear-gradient(top,  #66ccff 0%, #3399cc 50%, #336699 100%);
background:     -ms-linear-gradient(top,  #66ccff 0%,#3399cc 50%,#336699 100%);
background:      -o-linear-gradient(top,  #66ccff 0%,#3399cc 50%,#336699 100%);
background:         linear-gradient(to bottom,  #66ccff 0%,#3399cc 50%,#336699 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ccff', endColorstr='#336699',GradientType=0 );
}

#bouton_fermer{
	clear: both;
    float: right;
    line-height: 25px;
    padding: 0;
}

#bouton_fermer a.bouton_petit_gris{
	background: -moz-linear-gradient(center top , #CCCCCC, #999999) repeat scroll 0 0 transparent;
    border: 1px solid #999999;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bolder;
    margin: 0 0 0 10px;
    outline: medium none;
    padding: 1px 2px 1px 2px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: baseline;
}

#bouton_fermer a.bouton_petit_gris:hover {
	font-weight:bolder;
	text-decoration: none;
	background: #CCC;/*background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#CCC));
	background: -moz-linear-gradient(top, #E8E8E8, #CCC);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E8E8E8', endColorstr='#CCC');*/
}
#bouton_fermer a.bouton_petit_gris:active {
	font-weight:bolder;
	position: relative;
	top: 1px;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#CCC));
	background: -moz-linear-gradient(top, #999, #CCC);
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#CCC');
}

#bouton_fermer a.bouton_petit_gris img {
    margin-left: 0;
}

.bouton_parametrage_bleu {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#FFF;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 1.125em;
	padding: .9em 1em .9em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.45);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.45);
	box-shadow: 0 1px 2px rgba(0,0,0,.45);
	color: #fff;
	border: solid 1px #369;
	background: #a8bfca;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8bfca), to(#336699));
	background: -moz-linear-gradient(top, #a8bfca, #336699);
	 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8bfca', endColorstr='#336699');
 top: 25px;
 position: relative;
}
.bouton_parametrage_bleu:hover,  .bouton_parametrage_bleu:focus{
text-decoration: none;
background: #007ead;
background: -webkit-gradient(linear, left top, left bottom, from(#6CF), to(#369));
background: -moz-linear-gradient(top, #6CF, #3399CC);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CF', endColorstr='#369');
}
.bouton_parametrage_bleu:active {
position: relative;
top: 26px;
color: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#369), to(#6CF));
background: -moz-linear-gradient(top, #369, #6CF);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#369', endColorstr='#6CF');
}

.bouton_parametrage_gris {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#FFF;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 1.125em;
	padding: .9em 1em .9em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.45);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.45);
	box-shadow: 0 1px 2px rgba(0,0,0,.45);
	color: #fff;
	border: solid 1px #999;
	background: #CCC;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#999));
background: -moz-linear-gradient(top, #CCC, #999);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCC', endColorstr='#999');
 top: 25px;
 position: relative;
}
.bouton_parametrage_gris:hover, .bouton_parametrage_gris:focus {
text-decoration: none;
background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#CCC));
	background: -moz-linear-gradient(top, #999, #CCC);
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#CCC');}
.bouton_parametrage_gris:active {
position: relative;
top: 26px;
color: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#CCC));
background: -moz-linear-gradient(top, #999, #CCC);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999', endColorstr='#CCC');
}

.bouton_parametrage_cyan {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#FFF;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 1.125em;
	padding: .9em 1em .9em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.45);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.45);
	box-shadow: 0 1px 2px rgba(0,0,0,.45);
	color: #fff;
	border: solid 1px #39C;
	background: #a8bfca;
background: -webkit-gradient(linear, left top, left bottom, from(#6CF), to(#39C));
background: -moz-linear-gradient(top, #6CF, #39C);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CF', endColorstr='#39C');
 top: 25px;
 position: relative;
}
.bouton_parametrage_cyan:active {
position: relative;
top: 26px;
color: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#369), to(#6CF));
background: -moz-linear-gradient(top, #369, #6CF);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#369', endColorstr='#6CF');
}
.bouton_parametrage_cyan:hover, .bouton_parametrage_cyan:focus {
text-decoration: none;
background: #007ead;
background: -webkit-gradient(linear, left top, left bottom, from(#3CF), to(#6CF));
background: -moz-linear-gradient(top, #3CF, #6CF);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3CF', endColorstr='#6CF');
}
