input {
    color: #333;
}
#spritebase-f1475683443 .tab_image_input, #spritebase-f1475683443 .bouton_plus, #spritebase-f1475683443 .bouton_moins, #spritebase-f1475683443 .bouton_police, #spritebase-f1475683443 .bouton_police, #spritebase-f1475683443 .puce_texte, #spritebase-f1475683443 .puce_suppr, #spritebase-f1475683443 .img_proport, #spritebase-f1475683443 .img_invers  {
	background-image: url('/images/perso/sprite_perso_DT.png');
	background-repeat: no-repeat;
}
#sprite .tab_image_input, #sprite .bouton_plus, #sprite .bouton_moins, #sprite .bouton_police, #sprite .bouton_police, #sprite .puce_texte, #sprite .puce_suppr, #sprite .img_proport, #sprite .img_invers  {
	background-image: url('/images/perso/sprite_perso_AN.png');
	background-repeat: no-repeat;
}
.waitingcharg{
	background: transparent url('/images/loader-editeur.gif');
}

.pol1{
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 60px;
	height:100%;
	overflow:auto;
	position:absolute;
	top:0;
	width:180px;
	background-color:#FFFFFF;
  z-index: 9000;
}

.pol2{
	visibility:hidden;
	display: none;
	overflow: auto;
	background-color:#FFFFFF;
	height: 1px;
}
.nomarg{
	 margin: 0 0 4px 0;
	 padding: 0px;
	 font-weight: bold;
}
.tab_contour {
	border-width:1px;
	border-style:solid;
}
.tab_contour_bas {
	border-bottom-width:1px;
	border-bottom-style:solid;
}
.tab_contour_right {
	border-right-width:1px;
	border-right-style:solid;
}
.tab_fondB, .tab_contour, .tab_contour_bas, .tab_contour_right {
	border-color: #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
}
.tab_fond{
	background-repeat:repeat-x;
	height: 24px;
}
.tab_fond > div{
	padding: 4px 4px 0;
}
.tab_fondB{
    border: none;
    padding-top: 2px;
}
.tab_fond_1{
	color : #003399;
	background-image:url('/images/perso/bar2AN.gif');
	background-color:#99ccff;
}
.tab_fond_1:hover {
	background-color:#0033ff;
	color : #fff;
	background-image:none;
}
.tab_fond_1:active {
	color : #ddd;
}
.tab_fond_1_sel{
	color : #fff;
	background-image:none;
	background-color:#09f;
}
.tab_fond_2{
	color : #333;
	background-color:#fff;
}
.tab_fond_3{
	color : #333;
	background-color: #eee;
}
.tab_fond_gen1{
	background-color:#eee;
}
.tab_fond_gen2 {
	background-color:#FFFFFF;
}
.texte_content,.texte_content_center{
	color:#333333;
	font-weight:normal;
	font-style: italic;
	font-size:11px;
	margin: 1px 0;
	padding: 3px 0 0 0;
}
.texte_content{
	text-align: left;
}
.texte_content_center{
	text-align: center;
}
.action a {
	text-decoration:none;
	color : #09f;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}
.action a:hover {
	text-decoration:none;
	color : #003399;
}
.action a:active {
	text-decoration:none;
	color : #3366cc;
}
.action2 a {
	text-decoration:none;
	color : #CC0000;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}
.action2 a:hover {
	text-decoration:none;
	color : #660000;
}
.action2 a:active {
	text-decoration:none;
	color : #cc3333;
}
.st {
	overflow:auto;
	height:163px;
}
.st img:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
}
.st img:active{
	opacity:0.2;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity:0.2;
}
.header1 {
	float:left;
	width:100%;
	display: inline;
}
.header1 a {
        display: block;
}

.drsElement {
  position: absolute;
  border: 1px solid transparent;
  cursor: pointer;
}
.drsMoveHandle {
	cursor: move;
}
.drs2Element {
 	position: absolute;
}
.drs2MoveHandle {
 	cursor: move;
}
.drsResizeHandle{
 	height: 20px;
}
.borderSelectedForce{
	border: 1px dashed grey;
}
.borderSelected{
	border: 1px dashed red;
}
.borderSelectedAction{
	border: 1px dashed blue;
}
.borderSelectedOrdre{
	border: 1px solid blue !important;
                z-index: 99999 !important;
}
.drsResizeHandlered{
 	height: 20px;
	border: 2px dashed red;
}
.dragresize {
 	position: absolute;
 	width: 60px;
 	height: 60px;
 	font-size: 1px;
}
.dragresize-tl {
 	left: -35px;
                background-image: url(/images/resize1.png);
                background-repeat: no-repeat;
                background-position: center center;
                top: -35px;
 	cursor: nw-resize;
}
.dragresize-tm {
 	top: -8px;
 	left: 50%;
 	margin-left: -4px;
 	cursor: n-resize;
}
.dragresize-tr {
 	top: -35px;
                right: -35px;
                background-image: url(/images/resize2.png);
                background-repeat: no-repeat;
                background-position: center center;
 	cursor: ne-resize;
                left: auto;
}
.dragresize-ml {
 	top: 50%;
 	margin-top: -4px;
 	left: -8px;
 	cursor: w-resize;
}
.dragresize-mr {
 	top: 50%;
 	margin-top: -4px;
 	right: -8px;
 	cursor: e-resize;
}
.dragresize-bl {
 	bottom: -35px;
                left: -35px;
 	cursor: sw-resize;
                background-image: url(/images/resize4.png);
                background-repeat: no-repeat;
                background-position: center center;
}
.dragresize-bm {
 	bottom: -8px;
 	left: 50%;
	margin-left: -4px;
 	cursor: s-resize;
}
.dragresize-br {
 	left: auto;
                bottom: -35px;
                right: -35px;
                background-image: url(/images/resize3.png);
                background-repeat: no-repeat;
                background-position: center center;
 	cursor: se-resize;
}
#prix{
	font-style: italic;
	color: #333;
	padding-top: 4px;
}
.prixverso {
	font-style: italic;
	color: #000066;
	text-align: right;
	font-size: 0.923em;
}
.priximage {
	font-style: italic;
	color: #003399;
        margin: 0;
        padding: 0 3px 0 0; 
	font-size: 0.923em;
}
#select_g, #select_d {
	padding: 0;
	margin: 0;
}
#select_g a, #select_d a {
	height: 50px;
	width: 50px;
	display: block;
	outline: none;
                margin: 10px 0 -10px;
}
#select_g a {
	background-position: -240px -0px
}
#select_g a:hover {
	background-position: -240px -50px
}
#select_d a {
	background-position: -290px -0px
}
#select_d a:hover {
	background-position: -290px -50px
}
.nom_color{
	color: #444444;
	font-size: 0.846em;
                padding: 3px;
}
.nom_color p {
        padding: 0;
        margin: 0;
}
.tab_symb {
	margin: 7px auto;
}
.textareatexte {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
.fond_prot a, .fond_prot {
	background: #fff;
	outline: none;
	display: block;
	width: 340px;
	height: 145px;
	text-decoration: none;
	cursor: pointer;
        border: 1px solid #ccc;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
}
.fond_prot a:hover {
        border: 1px solid #09f;
}

.espaceimg {
	padding-top: 12px;
}
.centrage_acc {
	padding: 0 10px;
}
.imageprot {
	padding: 5px 10px;
}
.texteprot {
	margin: 10px;
}
.image_prod {
	margin-top: -300px;
	z-index: 1;
        float: left;
}
.image_prod_fixe {
	margin-top: -200px;
	z-index: 1;
        float: left;
}
.image_prod2A {
	z-index: 0;
}
.image_prod2B {
	margin-left: -300px;
        position: absolute;
	z-index: 9999;
}
.image_prod2B1, .image_prod2B2 {
	position: absolute;
	z-index: 9999;
}
.image_prod2B1, .image_prod2E {
        top: 12px;
        left: 160px;
}
.image_prod2B2, .image_prod2F {
        top: 73px;
        left: 400px;
}
.image_prod2E, .image_prod2F {
        z-index: 9998;
        position: absolute;
}
.image_prod2G {
	position: absolute;
	z-index: 9997;
        height: 120px;
        left: 240px;
        width: 470px;
}
.image_prod2C {
        margin-top: -353px;
        z-index: 9999;
        position: relative;
        margin-left: -26px;
}
.image_prod2D {
        margin-top: -425px;
        margin-left: -191px;
        z-index: 9999;
        position: relative;
}
#module_optionmnu1 .tab_fond, #module_optionmnu2 .tab_fond {
	height: 16px;
}
.titre_option {
        padding-left: 5px;
}
.recadre_image {
	margin: 0;
	padding: 0;
}
.bouton_moins {
	background-position: -200px -35px;
	width: 11px;
	height: 11px;
}
.bouton_plus {
	background-position: -211px -35px;
	width: 11px;
	height: 11px;
}
.resultat_bas td div {
	margin: 0 auto;
	height: 23px;
	width: 120px;
}
.puce_texte {
	background-position: -216px -0px;
	height: 14px;
	width: 13px;
	float: left;
}
.puce_suppr {
	background-position: -200px -0px;
	height: 14px;
	width: 16px;
	float: left;
}
.img_proport {
	background-image: url('/images/perso/sprite_perso_DT.png');
	background-repeat: no-repeat;
	background-position: -176px -144px;
	height: 41px;
	width: 176px;
	margin:auto;
}
.img_invers {
	background-image: url('/images/perso/sprite_perso_DT.png');
	background-repeat: no-repeat;
	background-position: -0px -144px;
	height: 41px;
	width: 175px;
	margin:auto;
}
.input_img_regl {
	float: left;
}
.dogtag_double_pos {
        z-index: 9999;
        width: 133px;
        height: 280px;
        position: relative;
}
#dogtag_double_un {
        left: 807px;
        position: absolute;
        z-index: 10002;
        top: 72px;
}
#dogtag_double_deux, #img_dogtag_double_3 {
        left: 847px;
        position: absolute;
        z-index: 10001;
        top: 210px;
}
.centrage_perso {
        float: left;
        display: inline;
}
#assistant{
  /**overflow: hidden; -- Je l'ai enlevé car sinon on a pas le scrollbar pour les protections des dogtags**/
  position: relative;
  z-index: 10000;
}
input.textarea_fixe {
    width : 180px;
    font-size : 14px;
    margin-top: 10px;
    padding: 5px;
}
.aide_textarea_fixe {
    float: left;
    width: 200px;
    font-size: 0.846em;
    padding: 0 10px;
}
.bouton_outils {
    padding: 0;
    margin: 0;
    display: inline;
    border: none;
}
#module_option0, #module_option1, #module_option2 {
    padding-bottom: 3px;
}
#voirCertif {
    color: #333;
}
.bloc_police {
    margin-bottom: 80px;
}
#menuCategoriePolice {
    text-align: center;
    position: absolute;
    top: 0px;
    width: 180px;
    background-color: white;
    height: 80px;
    padding-top: 20px;
    font-size: 1.231em;
}
a.accessoireAttache {
    display: block;
    padding-bottom: 10px;
    margin: 0px auto;
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
a.accessoireAttache:hover {
    border: 1px solid #09f;
}