/********/
/* HTML */
/********/
body, td, th {
    font-family	: Arial, Helvetica, sans-serif;
    font-size	: 11px;
}
body {
    background:#f5f5f5 url(image/bg.png) top left repeat-x;
    color:#000;
    height			: auto;
    width			: 1000px;
    margin			: 0 auto;
}
input, textarea, select {
    border:1px solid #aba8b8;
    background:url(image/bginput.png) top left repeat-x;
}
a {
    color	:#4d4c4c;
}
hr {
    border			: 0;
    border-top		: 1px #AAAAAA solid;
    height			: 1px;
}
h1 {
	font-size:14px;
	margin:0;
	
}
a:active,
a:focus {
    text-decoration:none;
}
a:link,
a:visited {
    text-decoration:underline;
    font-weight:bold;
    font-size:12px;
}
img {
    border:none;
}
strong {
    color:#3460B7;
}
form {
    margin:0;
}
select {
    border:1px solid #96AEC5;
    font-size:12px;
}
/******************************/


/******/
/* ID */
/******/

/* Entête */

/* Bandeau */
#bandeau {
}
#bandeau .titre {
    color:#FFF;
    font-size:10px;
    font-weight:bold;
    margin:0;
    padding:0;
}
#bandeau .haut {
    background:#fff url(image/bgheader.png) top left repeat-x;
    width:998px;
    height:166px;
    border:1px solid #e4e3e9;
    position:relative;
}
#bandeau .logo {
    margin-left:20px;
    /*float:left;*/
    margin-bottom:0;
}
#bandeau .pubtop {
    left:240px;
    width:730px;
    height:90px;
    position:absolute;
    top:55px;
}
#bandeau .utilisateur {
    width:310px;
    height:32px;
    position:absolute;
    right:14px;
    top:0;
}
#bandeau .utilisateur a {
    text-decoration:underline;
    font-weight:bold;
    font-size:12px;
}
#bandeau .utilisateur a:hover {
    text-decoration:none;
}
#bandeau .compte {
    width:146px;
    float:left;
    height:32px;
    padding-top:8px;
    text-align:right;
}
#bandeau .panier {
    margin-top:-1px;
    width:160px;
    height:32px;
    float:right;
    background:url(image/bgpanier.jpg) top left no-repeat;
}
#bandeau .panier a {
    color:white;
    padding-left:47px;
    line-height:32px;
}

/* Menu haut */
#menu_haut {
    border:1px solid #00236f;
    width:998px;
    height:38px;
    background:#2b519d url(image/bgmenu.png) top left repeat-x;
}
#menu_haut ul {
    list-style:none;
    margin:0;
    padding:0;
}
#menu_haut li {
    float:left;
    position:relative;
    width: 12.4%;
    z-index: 500;
}
#menu_haut a {
    font-size:14px;
    color:#fff;
    display:block;
    line-height:38px;
    text-decoration:none;
    text-align:center;
    text-transform:capitalize;
    background:url(image/btnborder.png) no-repeat right center;
}
#menu_haut a:hover {
    text-decoration:underline;
}
#menu_haut ul ul {
    position: absolute;
}
#menu_haut ul ul li {
    background:#2b519d url(image/bgmenu.png) top left repeat;
    display:block;
    width:200px;
}
#menu_haut ul ul li iframe {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:200px;
    z-index:-1;/*Placer l'iframe en arrière-plan du div*/
    filter:mask();/*Cacher l'iframe dans IE6*/
}
#menu_haut ul ul li a {
    background:none;
    font-size:12px;
}
#menu_haut ul ul
{display: none;}

#menu_haut ul li:hover ul
{display: block;}

/* Formulaire de recherche + menu gauche + contenu + menu droite + pied de page */
#main {
    background:#fff url(image/bgmain.png) top left repeat-x;
    border-left:1px solid #e6e5eb;
    border-right:1px solid #e6e5eb;
    padding:0 4px;
    border-bottom:1px solid #E4E3E9;
}

/* Formulaire de recherche */
#recherche {
    border-bottom:1px solid #e6e6e6;
    height:18px;
    line-height:18px;
    font-size:12px;
    font-weight:bold;
    padding:10px 15px;
}
#recherche .texte {
    background:url(image/loupe.png) center left no-repeat;
    padding-left:28px;
    color:#4D4D4D;
}
#recherche .texte, .mot, .motOK {
    float:left;
    margin-left:8px;
}
#recherche .motcleinput {
    font-weight:normal;
    text-indent:5px;
}
#recherche .bouton_submit {
    background:url(image/ok.jpg) center left no-repeat;
    border:none;
    height:19px;
    width:35px;
    color:#FFF;
    font-size:14px;
    cursor:pointer;
    font-weight: bold;
}
#recherche select {
    margin-left:40px;
    float:left;
}

/* Menu gauche */
#menu_gauche {
    width:196px;
}
#menu_gauche .titre {
    background:url(image/headround.png) top left no-repeat;
    color:#FFF;
    font-size:14px;
    font-weight:bold;
    height:28px;
    line-height:28px;
    text-transform:capitalize;
    padding-left:11px;
}

/* menu produits */
#menu_produits {
    background: url(image/menuleftg.png) top left repeat-y;
    border-bottom:1px solid #cdcdcd;
    margin-bottom:12px;
}
#menu_produits ul {
    margin:0;
    padding:0;
}
#menu_produits li {
    display:block;
    height:18px;
    border-bottom:1px solid #ebebee;
}
#menu_produits li span {
    display:block;
    background:url(image/bgbtnflech.png) top left no-repeat;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    padding-left:30px;
}
#menu_produits li a {
    display:block;
    line-height:18px;
    font-size:11px;
    font-weight:normal;
    color:#000;
    text-transform:capitalize;
    text-decoration:none;
    padding-left:15px;
    font-family:Verdana, Geneva, sans-serif;
}
#menu_produits li a:hover {
    text-decoration:underline;
}
#menu_produits .liste_marque {
    width:196px;
    background:#E8E7ED;
    padding-top:10px;
    padding-bottom:10px;
}

#menu_produits .nosmarque {
    display:block;
    font-size:11px;
    color:#000;
    width:186px;
    margin:0 auto;
}

/* Bandeau marque */
#bandeau_marques {
    margin-left:11px;
    width:780px;
	background:url(image/bgmarques.jpg) top left repeat-y;
    border-bottom:1px solid #C1C1C1;
    margin-bottom:14px;
}
#bandeau_marques .titre {
    width:760px;
    height:28px;
    line-height:28px;
    background:url(image/headmarques.png) top left no-repeat;
    color:#3460B7;
    font-size:14px;
    padding-left:20px;
    font-weight:bold;
    text-transform:capitalize;
}
#bandeau_marques .contenu_bandeau {
    width:775px;
    height:125px;
	white-space:nowrap;
}
#bandeau_marques .contenu_bandeau img {
    display:inline!important;
    padding:0 10px;
    line-height:70px;
}

/* Conteneur */
#conteneur {
    width:617px;
    background:url(image/bgcatalogue.png) top left repeat-y;
    border-bottom:1px solid #C1C1C1;
    margin-left: 11px;
}
#conteneur #contenu {
    margin:10px;
    width:590px;
}
#conteneur .titre {
    width:597px;
    height:31px;
    background:url(image/bgvente.png) top left no-repeat;
    color:#3460B7;
    font-size:13px;
    line-height:31px;
    padding-left:20px;
/*    margin-bottom:15px;*/
    font-weight:bold;
    text-transform:capitalize;
}
#conteneur h2 {
    font-size:14px;
    font-weight:bold;
    margin:0;
    padding:0;
}
#conteneur h3 {
    font-size:18px;
    color:#3460B7;
    margin-bottom:10px;
    font-weight:bold;
}
#conteneur h4 {
    font-size:15px;
    color:#3460B7;
    margin-bottom:10px;
    font-weight:bold;
}
#conteneur .info {
    width:590px;
    height:28px;
    background:#E8E8E8;
    color:#2B2B2B;
    font-weight:bold;
    font-size:14px;
    line-height:28px;
    text-indent:20px;
    clear:left;
}
#tri {
    position	: absolute;
    margin-left	: 440px;
}

/* Menu droite */
#menu_droite {
    width:152px;
}
#menu_droite .image {
    margin-bottom:10px;
}
#menu_droite .prix {
    color:#EA0707;
    font-weight:bold;
    font-size:14px;
    padding:0;
    margin:0;
}
#menu_droite #promo {
    margin-bottom:12px;
    min-height:108px;
    text-align:center;
	border:0;
}

#promo .titre {
    background:url(image/headpromo.png) top left no-repeat;
    height:31px;
    width:151px;
    line-height:33px;
    text-transform:capitalize;
    text-align:center;
    color:#FFF;
    font-size:14px;
    font-weight:bold;
}
#promo .titre2 {
    background:url(image/headpromo2.png) top left no-repeat;
    height:31px;
    width:151px;
    line-height:33px;
    text-transform:capitalize;
    text-align:center;
    color:#FFF;
    font-size:14px;
    font-weight:bold;
}
#promo .promo_vignette {
    background:#E9E8E8;
    min-height:90px;
    padding:15px 5px;
    border:1px solid #E4E3E9;
	width:139px;
	
}
#promo .image_vignette {
    margin:7px auto;
}
#promo .listepromo {
    color:#FFF;
    display:block;
    width:142px;
    height:25px;
    line-height:25px;
    text-decoration:none;
    background:url(image/promobtn.png) top center no-repeat;
}

#charte {
    width:617px;
    text-align:center;
    color:#4D4C4C;
    line-height:18px;
    margin-left: 11px;
    clear:both;
}

/* Pied de page */
#pied_page {
    margin-top:10px;
}
#pied_page .histoire {
    background:#F6F6F6;
    border:1px solid #E4E3E9;
    height:272px;
    background: url(image/bgfooter.png) top left repeat-x;
    width:665px;
    float:left;
    font-size:10px;
    font-weight:bold;
    line-height:12px;
	/*margin-bottom:12px;*/
}
#pied_page .histoire {
    padding:10px 20px 0px 20px;
}
#pied_page #histoire p {
    margin:0;
	border:0;
	padding:0;
}
#pied_page #nuage {
    background:#F6F6F6;
    border:1px solid #E4E3E9;
    float:right;
    background: url(image/bgfooter.png) top left repeat-x;
    height:282px;
    width:280px;
}
#pied_page #copyright {
    line-height:14px;
}
#pied_page #copyright img {
    vertical-align:middle;
}
#pied_page #agence {
    float:right;
    line-height:14px;
}
#pied_page #agence img {
    vertical-align:middle;
}

/* menu bas */
#menu_bas {
    /*height:40px;*/
    border:1px solid #E4E3E9;
    text-align:center;
    background:#E2E2E2;
	margin-top:10px;
    margin-bottom:10px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:11px;
	
}
#menu_bas .contenu {
    padding:8px;
	margin:0;
}
#menu_bas .contenu p {
    border:0;
	padding:0;
	margin:0;
	text-align:center;
}
#menu_bas .contenu ul {
    width:570px;
    margin:0 auto;
	padding:0;
	
}
#menu_bas .contenu li {
    display:block;
    float:left;
	padding:0;
	margin:0;
}
#menu_bas .contenu li a {
    text-decoration:none;
    padding-left:5px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:11px;
	padding:0;
	margin:0;
}
#menu_bas li a:hover {
    text-decoration:underline;
	padding:0;
	margin:0;
}
#menu_bas p {
    padding:0;
    margin:0;
}

/* Caddie */
#caddie .rondbleu {
    float:left;
    margin-right:45px;
    background:url(image/rondbleu.png) top center no-repeat;
    width:70px;
    text-align:center;
    color:#3460B7;
    font-weight:bold;
}
#caddie .rondgris {
    float:left;
    margin-right:45px;
    background:url(image/rondgris.png) top center no-repeat;
    width:70px;
    text-align:center;
    color:#3460B7;
    font-weight:bold;
}
#caddie .numerob{
    display:block;
    height:50px;
    line-height:46px;
    font-size:18px;
    color:#fff;
}
#caddie .numero{
    display:block;
    height:50px;
    line-height:46px;
    font-size:18px;
    color:#A7A5A6;
}
#caddie #etape {
    border-bottom:1px solid #D3D5D7;
    padding-bottom:10px;
    padding-left:10px;
}
#caddie .border {
    color:#4D4D4D;
    padding:10px 20px;
    border-bottom:1px solid #D3D5D7;
    border-bottom:1px solid #D3D5D7;
    clear:left;
}
#caddie .border a {
    color:#3460B7;
    text-decoration:none;
}
#caddie .border a:hover {
    text-decoration:underline;
}
#caddie .bouton_retour, #fiche_produit .bouton_retour {
    width:175px;
    height:33px;
    line-height:30px;
    font-size:17px;
    color:#A7A5A6;
    background:url(image/retour.png) top left no-repeat;
    border:none;
    margin-right:10px;
    cursor:pointer;
}
#caddie .bouton_quantite {
    width:175px;
    height:33px;
    line-height:30px;
    font-size:17px;
    color:#A7A5A6;
    background:url(image/retour.png) top left no-repeat;
    border:none;
    margin-right:10px;
    cursor:pointer;
}
#caddie .bouton_etape {
    width:224px;
    height:32px;
    line-height:30px;
    font-size:18px;
    color:#fff;
    padding-left:20px;
    cursor:pointer;
    background:url(image/ajouterpanier.png) top left no-repeat;
    border:none;
}

/* Fiche produit */
#fiche_produit {
    padding:0 5px 10px 5px;
}
#fiche_produit .image_fiche {
    border:1px solid #E4E3E9;
    width:205px;
    height:225px;
    float:left;
    margin-right:20px;
    position:relative;
}
#fiche_produit .image_fiche img {
    position:absolute;
    top:50%;
    left:50%;
}
#fiche_produit .prix {
    color:#EA0707;
    font-weight:bold;
    font-size:14px;
}
#fiche_produit .stock,
#fiche_produit .limitee,
#fiche_produit .nostock {
    display:block;
    height:18px;
    line-height:18px;
	float:left;	
	padding-left: 25px;
    font-weight:bold;
	margin:0;
	
}
#fiche_produit .stock {
  	color:#87B524;
    background:url(image/stock.jpg) top left no-repeat;
}
#fiche_produit .nostock {
    background:url(image/nostock.jpg) top left no-repeat;
    color:gray;
}
#fiche_produit .limitee {
   	background:url(image/quantite_limitee.jpg) top left no-repeat;
    color:orange;
}
#fiche_produit .float_stock {
    float:left;
    clear:right;
}
#fiche_produit .float {
    float:left;
}
#fiche_produit .ajouterpanier {
    width:224px;
    height:32px;
    line-height:30px;
    font-size:18px;
    color:#fff;
    padding-left:30px;
    cursor:pointer;
    background:url(image/ajouterpanier.png) top left no-repeat;
    border:none;
    margin-top: 10px;
}
#fiche_produit .info {
    width:588px;
    height:28px;
    background:#E8E8E8;
    color:#2B2B2B;
    font-weight:bold;
    font-size:14px;
    line-height:28px;
    text-indent:20px;
    margin-bottom:20px;
}
#fiche_produit .description {
    font-size:12px;
    line-height:18px;
}
#fiche_produit .title {
    color:#3460b7;
    font-weight:bold;
}
#fiche_produit .nombre {
    width:35px;
    border:1px solid black;
    margin:-3px 5px 0 5px;
    position:relative;

}
#fiche_produit .type {
    border:1px solid #96AEC5;
    margin-left:5px;
    text-align:right;
}
#fiche_produit .ligne0 {
    background-color: #FEFEFE;
}
#fiche_produit .ligne1 {
    background-color: #FAFAFA;
}

#fiche_produit p {
    padding-bottom:-1px;
	margin: 10px 0 10px 0;
}


/******************************/




/***********/
/* CLASSES */
/***********/
/* Newsletter Informations Blog */
.bloc {
    margin-bottom:12px;
    min-height:110px;
    background:url(image/footerround.png) bottom left no-repeat;
    padding:0 0 8px 0;
}
.bloc .newsletter,
.bloc .blog {
    background:url(image/blocleftbg.png) bottom left repeat-y;
    padding:10px;
}
.bloc .informations {
	background:url(image/blocleftbg.png) bottom left repeat-y;
    padding:10px 0 10px 0;
}
.cursor {
    cursor: pointer;
}

.bloc .newsletter .email {
    background:#fff url(image/mail.png) 5px 50% no-repeat;
    padding-left:26px;
    width:150px;
}
.bloc .newsletter .bouton_ok {
    /*float:right;*/
    text-align:right;
}
.bloc .newsletter .bouton_submit {
    border:none;
    height:19px;
    width:35px;
    line-height:19px;
    color:#FFF;
    cursor:pointer;
    background:url(image/ok2.png) center left no-repeat;
    font-weight:bold;
}

.bloc .informations ul {
    padding:0;
	margin-left:10px;
}
.bloc .informations li {
    list-style:none;
}
.bloc .informations li a {
    display:block;
    height:20px;
    line-height:20px;
    background:url(image/separator.png) bottom left no-repeat;
    color:#000;
    font-weight:normal;
    text-decoration:none;
    font-size:11px;
}
/* BLog */
.bloc .contenu {
    background:url(image/separator.png) bottom center no-repeat;
    padding:3px 0;
}
.bloc .contenu span {
    display:block;
    font-size:10px;
    color:#4A4A4A;
}
.bloc .contenu a {
    color:#2D53A1;
    text-decoration:none;
}

/* vignette */
.groupe_vignette {
/*    width:100%;
    margin-bottom:10px;*/
}
.vignette {
    width:275px;
/*    margin-bottom:20px;
    padding-left:22px;
    float:left;*/
}
.vignette h3 {
    width:285px;
    margin:0;
/*    padding: 0;*/
}
.vignette_type_produit {
    font-size: 10px;
}
.vignette h3 a, .vignette_cadeau {
    display:block;
    width:275px;
    height:45px;
    background:#E8E8E8;
    font-size:14px;
    text-decoration:none;
    color:#000;
    padding:5px;
/*    margin: 0;*/
}
.vignette .prix {
    color:#EA0707;
    font-weight:bold;
    font-size:14px;
/*    margin:0px;
    padding: 0px;*/
}
.vignette .image {
    /*border:1px solid #E4E3E9;*/
    width:115px;
    height:90px;
    /*float:left;*/
    /*margin-right:8px;*/
    /*position:relative;*/
}
.vignette .image img {
    /*position:absolute;
    top:50%;
    left:50%;*/
}
.vignette .stock {
/*    display:block;*/
    height:18px;
    line-height:18px;
    /*float:left;*/
    color:#87B524;
    padding-left: 25px;
    background:url(image/stock.jpg) top left no-repeat;
    font-weight:bold;
/*    clear:left;*/
    margin-left:10px;
	
}
.vignette .limitee {
/*    display:block;*/
    height:18px;
    line-height:9px;
    /*float:left;*/
	padding-left: 25px;
    font-weight:bold;
/*    clear:left;*/
    margin-left:10px;
}
.vignette .nostock {
/*    display:block;*/
    height:18px;
    line-height:9px;
    /*float:left;*/
    padding-left: 25px;
    font-weight:bold;
/*    clear:left;*/
   margin-left:10px;
	
}
.vignette .nostock {
    color:gray;
    background:url(image/nostock.jpg) top left no-repeat;
}
.vignette .limitee {
    color:orange;
    background:url(image/quantite_limitee.jpg) top left no-repeat;
}
.vignette  .voirproduit {
    width:116px;
    height:24px;
    line-height:24px;
    text-align:center;
    text-indent:8px;
    background:url(image/plusbtn.png) top left no-repeat;
/*    display:block;*/
    color:#fff;
    float:right;
    text-decoration:none;
    margin:0 10px 0 0;
}
.vignette .noborder, .vignette .noborder td, .vignette .noborder th {
    border	: 0;
}

/* Tableau d'affichage des produits dans les gammes */
.tab_groupe_produits {
    display: none;
    position: absolute;
    border: 2px #3460B7 solid;
    padding: 3px;
    background-color: #FAFAFA;
/*    margin-top: 10px;*/
    z-index: 400;
    width: 600px;
}
/* Affichage tableau produits */
.tableau_vignette {
    border-collapse	: collapse;
    background-color: #FFFFFF;
    width:100%;
}
.tableau_vignette .prix, .tableau_vignette .alerte {
    color		: #E92012;
    font-weight	: bold;
}
.tableau_vignette .grand {
    font-size	: 18px;
}
.tableau_vignette .texte_petit {
    font-size	: 10px;
}
.tableau_vignette .supprimer a {
    color	: #E92012;
}
.tableau_vignette .separation {
    border-top : 1px #AAAAAA solid;
}
.tableau_vignette th {
    background-color: #EEEEEE;
}
.tableau_vignette .ligne0 {
    background-color: #FEFEFE;
}
.tableau_vignette .ligne1 {
    background-color: #FAFAFA;
}
.tableau_vignette .promos {
    padding-top		: 5px;
    padding-bottom	: 5px;
}
.tableau_vignette .promos img {
    margin-left		: 10px;
    margin-right	: 10px;
}
.tableau_vignette .cadeau {
    padding-top		: 5px;
    padding-bottom	: 5px;
    background-color: #ECFFBF;
}
.tableau_vignette a:link, .tableau_vignette a:visited, .tableau_vignette a:hover, .tableau_vignette a:active {
    text-decoration	: none;
}
.tableau_vignette a:hover {
    text-decoration	: underline;
}
.tableau_vignette .nom_produit {
    font-weight: bold;
    padding: 5px 0 5px 0;
    text-align: center;
    background-color: #E8E8E8;
}

/* Pagination */
.pagination {
    text-align:center;
    clear: left;
}

/* Affichage tableau produits */
.tableau {
    width:100%;
    height:100px;
    border-bottom:1px solid #D3D5D7;
}
.tableau .article {
    padding-left:10px;
}
.tableau .prix {
    color:#EA0707;
    font-weight:bold;
    font-size:14px;
}
.tableau .grand {
    font-size	: 18px;
}
.tableau .petit {
    font-size	: 10px;
}
.tableau .supprimer a {
    color	: #E92012;
}
.tableau .ligne0 {
    background-color: #FEFEFE;
}
.tableau .ligne1 {
    background-color: #FAFAFA;
}
.tableau .promos {
    padding-top		: 5px;
    padding-bottom	: 5px;
    background-color: #FFE7B4;
}
.tableau .promos img {
    margin-left		: 10px;
    margin-right	: 10px;
}
.tableau .cadeau {
    padding-top		: 5px;
    padding-bottom	: 5px;
    background-color: #ECFFBF;
}
.tableau a:link, .tableau a:visited, .tableau a:hover, .tableau a:active {
    text-decoration	: none;
}
.tableau a:hover {
    text-decoration	: underline;
}
.tableau td {
    margin-right:2px;
    margin-top:5px;
    height:32px;
    line-height:32px;
    color:#4D4D4D;
}
.tableau th {
    background:#E8E8E8;
    margin-right:2px;
    height:32px;
    line-height:32px;
    color:#3460B7;
    font-weight:bold;
}
.tableau .ligne_vide {
    border-bottom:1px solid #D3D5D7;
    height:1px;
}

/* fiches pratiques */
/* familles... */
.fiche_pratique_famille {
    margin-bottom   : 25px;
    font-size	    : 15px;
    font-weight	    : bold;
}
/* catégories... */
.fiche_pratique_categorie {
    margin-left	    : 30px;
}
.fiche_pratique_categorie p {
    font-size	    : 13px;
    font-weight	    : normal;
}
/* articles... */
.fiche_pratique_articles {
    margin-left	    : 20px;
    display	    : none;
}
.fiche_pratique_articles p {
    font-size	    : 11px;
    text-decoration : none;
    margin-top	    : 0;
    margin-bottom   : 0;
}

.erreur {
    color		: #E92012;
    font-weight	: bold;
}
.ok, .ok a:link, .ok a:visited, .ok a:hover, .ok a:active {
    color		: #009900;
    font-weight	: bold;
}

.cadre {
    border	: 1px #DDDDDD solid;
    padding	: 5px;
}
.petit {
    font-size	: 11px;
    margin:20px;
}
.texte_barre {
    text-decoration: line-through;
}
.texte_promo {
    color:green;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
.compte {
    color:#3460B7;
    font-weight:bold;
	border	: 0;
}
.hide {
    display	: none;
}

.texte_fdp {
	font-size		: 11px;
	margin			: 0px;
	line-height		: 10px;
	font-weight		: bold;
	color			: #FF0000;
}
.checkbox {
	border	: 0px;
	background:none;
}

/*Champs incomplets*/
.incomplets {
	border		: 1px solid #FF0000;
    background	: url(image/bginputrouge.png) top left repeat-x;
}
