body{
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f8f8f8 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f8f8f8 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 );
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-size: 10px;
    color: #666666;

}
/********************************** header *****************************************************/
header{
    background: #c2202b;
    background: -moz-linear-gradient(top,  #c2202b 0%, #a40c17 100%);
    background: -webkit-linear-gradient(top,  #c2202b 0%,#a40c17 100%);
    background: linear-gradient(to bottom,  #c2202b 0%,#a40c17 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2202b', endColorstr='#a40c17',GradientType=0 );
    -moz-box-shadow: 0px 1px 5px 0px #656565;
    -webkit-box-shadow: 0px 1px 5px 0px #656565;
    -o-box-shadow: 0px 1px 5px 0px #656565;
    box-shadow: 0px 1px 5px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
    border: 1px solid #5e0309;
    width: 100%;
    min-height: 100px;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 100;
    color: #ffffff;
        min-width: 1113px;
}

#logo{
    float: left;
}
nav {
    display: inline-block;
}
nav .menu {
    border-left: 1px solid #c2424b;
    border-right: 1px solid #670209;
    border-top: 1px solid #c2424b;
    border-bottom: 1px solid #5e0309;
    cursor: pointer;
    min-width: 120px;
    padding: 4px 20px;
    text-align: center;
    display: block;
    background: #c2202b;
    background: -moz-linear-gradient(top,  #c2202b 0%, #a40c17 100%);
    background: -webkit-linear-gradient(top,  #c2202b 0%,#a40c17 100%);
    background: linear-gradient(to bottom,  #c2202b 0%,#a40c17 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2202b', endColorstr='#a40c17',GradientType=0 );
}
nav .menu_outils {
    border-left: 1px solid #c2424b;
    border-right: 1px solid #670209;
    border-top: 1px solid #c2424b;
    border-bottom: 1px solid #5e0309;
    cursor: pointer;
    min-width: 120px;
    padding: 4px 20px;
    text-align: center;
    display: block;
    background: #c2202b;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#64a132+0,598e2d+100 */
    background: #64a132; /* Old browsers */
    background: -moz-linear-gradient(top, #64a132 0%, #598e2d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #64a132 0%,#598e2d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #64a132 0%,#598e2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64a132', endColorstr='#598e2d',GradientType=0 ); /* IE6-9 */
}
#filtre{
    float: right;
    min-height: 80px;
    /*width: 700px;*/
}
#filtreauto{
    float: right;
    min-height: 80px;
    width: 230px;  
}
#filtre table.ligth-border-l, #filtreauto table.ligth-border-l{
    height: 80px;
}
#replaceAll, .button{
    background: #bfd255;
    background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 52%, #9ecb2d 100%);
    background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 52%,#9ecb2d 100%);
    background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 50%,#72aa00 52%,#9ecb2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );

    color: #ffffff;
    border:none;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
}
[id*=button].disabled, [id*=resetTemplate].disabled  {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #888 0%, #666 100%) repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #e8e8e8;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}

/************************************** Structure *************************************/
#page{
    margin-top: 110px;
}
.container {
    overflow:hidden;
    width:960px;
    margin:20px auto;
}
#leftcol{
    color: #666666;
    width: 25%;
    min-width: 380px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
#leftcol .accordion{
    padding: 10px;
}
#leftcol table{
    width: 100%;
}
#rightcol{
    width: 70%;
    display: inline-block;
    vertical-align: top;
}
/**************************************** Upload ***********************************/
#openoldfile{
    margin:20px auto;
    padding: 20px;
    width:920px;

}
.contr {
    padding: 10px 0;
    text-align: center;
}
.upload_form_cont {
    background: -moz-linear-gradient(#ffffff, #f2f2f2);
    background: -ms-linear-gradient(#ffffff, #f2f2f2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background: -o-linear-gradient(#ffffff, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2')";
    background: linear-gradient(#ffffff, #f2f2f2);
    color: #666;
    overflow: hidden;
}
#dropArea {
    background-color: #DDDDDD;
    border: 3px dashed #000000;
    float: left;
    font-size: 48px;
    font-weight: bold;
    height: 530px;
    line-height: 244px;
    margin: 20px;
    position: relative;
    text-align: center;
    width: 300px;
}
#dropArea.hover {
    background-color: #CCCCCC;
}
#dropArea.uploading {
    background: #EEEEEE url(loading.gif) center 30% no-repeat;
}
#result .s, #result .f {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
#result .s {
    background-color: #77fc9f;
}
#result .f {
    background-color: #fcc577;
}
#txtArea0, #txtArea1, #txtArea2, #txtArea3, #txtArea4, #txtArea5,
#txtArea6, #txtArea7, #txtArea8, #txtArea9, #txtArea10,
#txtArea11, #txtArea12, #txtArea13, #txtArea14, #txtArea15,
#txtArea16, #txtArea17, #txtArea18, #txtArea19{
    /*display: inline-block!important;*/
    width: 600px;
    height: 600px;
    margin-top: 102px;
}
.mce-tinymce{
    display: inline-block!important;
    float: right;
    width: 100%!important;
}
.mce-floatpanel{
    width: auto!important;
}
/************************************* Mise en forme ****************************************/
.info {
    border: 1px solid #DDDDDD;
    float: left;
    font-weight: bold;
    height: 530px;
    margin: 20px;
    position: relative;
    width: 560px;
}
.info > div {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px 5px;
}
.info > h2 {
    padding: 0 15px;
    border-radius: 0;
    border: none;
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 0 #383838;
    box-shadow: 0 0 0 0  #383838;
    background: #bfd255;
    background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 52%, #9ecb2d 100%);
    background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 52%,#9ecb2d 100%);
    background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 50%,#72aa00 52%,#9ecb2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
}
.info > canvas {
    margin-left: 15px;
    margin-bottom: 10px;
}
.info #url {
    width: 400px;
}
h2{
    color: #383838;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
    border: 3px solid #c2202b;
    width: auto;
    padding: 10px 5px;
}
#leftcol h2{
    background: #474747;
    margin: 0!important;
    border-bottom: 1px solid #080808!important;
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: 0 0 0 0 #383838;
}
#leftcol h2{
    color: #ffffff;
}
#leftcol h3{
    color: #c2202b;
    border-bottom: 1px solid #c2202b;
}
#leftcol table input, #leftcol table select{
    width: 300px;
}
#openoldfile li {
    display: inline-block;
    background: -moz-linear-gradient(top,  #c2202b 0%, #a40c17 100%);
    background: -webkit-linear-gradient(top,  #c2202b 0%,#a40c17 100%);
    background: linear-gradient(to bottom,  #c2202b 0%,#a40c17 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2202b', endColorstr='#a40c17',GradientType=0 );
    padding: 3px;
    text-align: center;
    border-top: 1px solid #c73741;
    border-left: 1px solid #c73741;
    border-bottom: 1px solid #690a10;
    border-right: 1px solid #690a10;
    list-style: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#openoldfile li a {
    color: #ffffff;
}
.ligth-border-l{
    border-left: 1px solid #c2424b;
}
.dark-border-l{
    border-left: 1px solid #5e0309;
}
.ligth-border-r{
    border-right: 1px solid #c2424b;
}
#colorSelector {
	position: relative;
	width: 36px;
	height: 36px;
	background: url(../images/select.png);
}
#colorSelector div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url(../images/select.png) center;
}
.reponse{
    width : 90%;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    margin: auto;
    font-weight : bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfd255+0,8eb92a+50,72aa00+51,9ecb2d+100;Green+Gloss */
    background: #bfd255; /* Old browsers */
    background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
    
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.error {
    background: #ffe6e6 none repeat scroll 0 0;
    border: 1px solid red;
    color:  red;
}
.footlink, .footlink ul, .footlink li {
    margin: 0px!important;
}
.footlink ul{
    padding: 0px!important;
}
.footlink{
    /*background-color: #c2202b;*/

    position: fixed;
    right: 0px;
    top: 110px;
    /*padding: 3px 0px 3px 3px;*/

    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.footlink li{
    margin: 0;
    list-style: none;
    padding: 2px 10px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfd255+0,8eb92a+50,72aa00+51,9ecb2d+100;Green+Gloss */
    background: #bfd255; /* Old browsers */
    background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: 0px 1px 5px 0px #656565;
    -webkit-box-shadow: 0px 1px 5px 0px #656565;
    -o-box-shadow: 0px 1px 5px 0px #656565;
    box-shadow: 0px 1px 5px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
}
.footlink li a{
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.footlink li a:hover{
    color: #e8e8e8; 
}
.routeur{
    margin: auto;
    color:#ffffff!important;
    background: #64a132;
    background: -moz-linear-gradient(top, #64a132 0%, #598e2d 100%);
    background: -webkit-linear-gradient(top, #64a132 0%,#598e2d 100%);
    background: linear-gradient(to bottom, #64a132 0%,#598e2d 100%);
}
