@font-face {
    font-family: 'Domestic Manners';
    src: url('font/domestic_manners-webfont.eot');
    src: url('font/domestic_manners-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/domestic_manners-webfont.woff') format('woff'),
         url('font/domestic_manners-webfont.ttf') format('truetype'),
         url('font/domestic_manners-webfont.svg#domestic_mannersregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family: "Domestic Manners", serif;
	font-size:12px;
	margin:0px;
}

#wrapper, #footer
{
font-family: sans-serif;
}

html, body
{
height: 100%;
width: 100%;
margin: 0;
padding: 0;
background-color:#777;
}

a:active, a:hover, a:focus { text-decoration:none; }

.hidden
{
position: absolute !important;
top: -9999px !important;
left: -9999px !important;
}

h1, h2, p.subtitle, .instructions, .instructions ul, #toolbar, p
{
margin: 0;
padding: 0;
}

h1, h2, h3
{
text-transform: uppercase;
background-color: transparent;
}

em
{
font-weight: bold;
font-style: normal;
}

 .save a{
padding:7px;
text-decoration:none;
font-weight:bold;
text-shadow: none;
font-size:.9em;
}

.save a:hover
{
}


#wrapper
{
width: auto;
margin:0;
padding: 1em;
height: auto;
}

#tableauDeBord
{
width: 244px;
float: left;
height: 100%;
}
 input, .mini, #wrapper, #toolbar a
 {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
  }
input
{

display:block;
width:176px;
background: #ffffff;
border: none;
font-weight: bold;
font-style: italic;
outline: none;
padding: 5px;
margin-bottom: 5px;

}

#cscreen
{
margin-left:244px;
width: 590px;
height: 100%;
   font-weight: normal;
   font-style: normal;
}

#lib, .instructions, #toolbar
{
padding-left: 14px;
width: 220px;
}


#lib
{
height: 340px;
overflow:auto;
overflow-x: hidden;
-ms-overflow-x: hidden; /*IE 8*/
margin-top: 14px;
}


#cscreen canvas
{	
margin-left: 4px;
border: 1px solid #ccc;
margin-bottom:2px;
backgorund-color:white;

}

.mini{
	
background-color:white;
width:50px;
height:50px;
padding:3px;
margin:3px;
overflow:hidden;
float:left;
}

.mini:hover{
background-color:#a37720;
cursor: hand;
cursor: pointer;
}

#hiddenObjs{
display:none;
}

.textTool{
text-align:center;
font-family:'times new roman', times, serif;
font-size:40px;
color:black;
}


.instructions, #toolbar, h2.last
{
margin-top: 18px;
}
h2.last
{padding-bottom: 0;
}

.instructions ul{
list-style:none;
padding-top:7px;
text-align: left;
}

#toolbar p
{
padding: 0;
}

footer
{
margin-top: 10px;
width: 100%;
text-align: center;
}

footer p
{
display: inline;
}

#focusImg
{
  background-color:white;
  position: fixed;

}
#newWidth, #newHeight{

 width: 70px ;
display : inline;
}
.upload{
  margin-top: 20px;
  margin-bottom: 20px;

}

input.file {
  display:none;
}