/*
 styles/bg.css
 Dernière modification le ? par ?
 Dernière modification : ?
*/

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin:0px;
    background-color: white;
}

/*-------------------------------------------------------*/
/* Bandeau d'entête'
/*-------------------------------------------------------*/
#entete {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #CCCCCC;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    background-color: #FFFFFF;
    background-image: url(../img/fondentete3.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 140px;
    width:1024px;
    
}

/*-------------------------------------------------------*/
/* Contiens Login / Obtenier un compte / Se déconnecter
/*-------------------------------------------------------*/

#entete .user  {
    position: relative;
    left: 770px;
    top: 17px; 
    width: 221px;
    height: 92px;
}

.user .login{
    position: relative;
    width: 160px;
    height: 40px;
    left:10px;
    top: -7px;
}

.login .img {
    vertical-align: middle;
    position: relative;
    display: inline;
    width: 32px;
    height: 32px;
    left: 162px;
    top: -30px;
}

.user input[type="submit"] {
    background-color: transparent;
    color:  #FFFFFF;
    font-weight: bold;
    border-width: 1px;   
    width: 150px;
    height: 24px;
    border-radius: 5px; 
}

.user .demandeCompte{
    position: relative;
    width: 160px;
    height: 40px;
    left:10px;
    top: -14px;
}

.demandeCompte .img {
    vertical-align: middle;
    position: relative;
    display: inline;
    width: 32px;
    height: 32px;
    left: 159px;
    top: -27px;
}

.demandeCompte input[type="submit"] {
    background-color: transparent;
    color:  #FFFFFF;
    font-weight: bold;
    border-width: 1px;   
    width: 150px;
    height: 24px;
    border-radius: 5px; 
}

.user .logout{
    position: relative;
    width: 160px;
    height: 40px;
    left:10px;
    top: -21px;
}

.logout input[type="submit"] {
    background-color: transparent;
    color:  #FFFFFF;
    font-weight: bold;
    border-width: 1px;   
    width: 150px;
    height: 24px;
    border-radius: 5px; 
}

.logout .img {
    vertical-align: middle;
    position: relative;
    display: inline;
    width: 32px;
    height: 32px;
    left: 162px;
    top: -30px;
}

/*-------------------------------------------------------*/
/*   Bas Bandeau
/*-------------------------------------------------------*/
#basBandeau {
    position: relative;
    width: 950px;
    height: 40px;
    left:1px;
    top:1px;
    
}
#basBandeau .activuser {
    color: #FFD700;
    display: block;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    left: 43px;
    position: relative;
    top: 20px;
    width: 400px;
}

#basBandeau .panier {
    height: 16px;
    left: 225px;
    position: relative;
    top: 64px;
    width: 120px;
}

#basBandeau .panierNbArticle {
    text-decoration: none;
    color: red;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

#basBandeau .activUserDeconnect {
    
    width: 32px;
    height: 32px;
    top: 1px;
    left: 1px;
}

/*-------------------------------------------------------*/
/*   Mise à jour de la BDD
/*-------------------------------------------------------*/
#entete .maj {
    position: relative;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 10px;
    color:yellowgreen;
    font-size: 10px;
    top: -13px;
    left: 783px;
    width: 440px;
}

/*-------------------------------------------------------*/
/*  Messages d'erreurs 
/*-------------------------------------------------------*/
.errorMessageRecherche {
  position: relative;
  display: block;
  display: none;
  background: url(../img/croixRouge.png) 10px center no-repeat;
  border-color: #FF0000;
  padding: 0 0 0 30px;
  color: #FF0000;
  font-size: 14px;
  font-weight: bolder;
  text-align: left;
  left: 240px;
  top: -67px;
  width: 240px;
}

.errorMessageInscription {
  position: relative;
  display: block;
  display: none;
  background: url(../img/croixRouge.png) 10px center no-repeat;
  border-color: #FF0000;
  padding: 0 0 0 30px;
  color: yellow;
  font-size: 14px;
  font-weight: bolder;
  text-align: left;
  left: 0px;
  top: 0px;
  width: 240px;
}

/*-------------------------------------------------------*/
/*  Séparateur
/*-------------------------------------------------------*/
.spacer {
    clear: both;
}

/*-------------------------------------------------------*/
/* Menu horizontal sous l'entête
/*-------------------------------------------------------*/
#menu {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    background-color: black;
    color: #FFFFFF;
    margin-top: -18px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    font-size: small;
}

#menu .affmenu {
    list-style-type: none;
    display: inline;
    padding-right: 20px;
}

.affmenu a:link {
    color: white;
    text-decoration: none;
}

.affmenu a:visited {
    color: white;	
    text-decoration: none;
}

.affmenu a:hover {
    padding-top: 3px;
    text-decoration: none;
    color: white;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #990000;
}

.affmenu a:active {
    color: white;
    text-decoration: none;
}

#admin {
    position: relative;
    display: inline;
    width: 32px;
    height: 32px;
    top: -32px;
    left: 1240px;
}


/*-------------------------------------------------------*/
/* Champ de recherche
/*-------------------------------------------------------*/

#find  {
    margin-left: auto;
    margin-right: auto;
    width: 221px;
    height: 40px;
    
}

#find .affStockVide {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    display: block;
    height: 22px;
    left: 0px;
    position: relative;
    top: -30px;
    width: 216px;
}

#find input[type="text"] {
    background-color: #333333;
    background-image: url("../img/loupe.png");
    background-position: 6px 10px;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 22px;
    color: yellow;
    left: -5px;
    outline: medium none;
    padding: 4px 6px 6px 30px;
    vertical-align: bottom;
    width: 150px;
}

#find input[type="text"]:hover {
    background-color: #003366; 
}

#find input[type="submit"] {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 22px;
    background-color: #003366;
    border-radius: 18px 18px 18px 18px;
    color: white;
    display: inline;
    height: 38px;
    left: 192px;
    position: relative;
    top: -38px;
    width: 38px;
    font-weight: bolder;
}


/*-------------------------------------------------------*/
/* Corps de la page
/*-------------------------------------------------------*/
#corps  {
    background-image: url("../img/fondCorps.png");
    background-repeat: repeat-y;
    background-position: center top;
}

#corps .corpsActif {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 937px;
	color :#006699;
	text-align: left;
	padding : 8px;
}


/*-------------------------------------------------------*/
/* Pied de page
/*-------------------------------------------------------*/
#pied {
    width:937px;
    text-align: center;
    top: 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #555;
    padding: 5px;
    border-radius : 8px;
}



/*-------------------------------------------------------*/
/* FIELDSET de toutes les pages
/*-------------------------------------------------------*/
.fieldset { 
    border:1px solid #CCCCCC; 
    border-radius : 12px;
    background-color: #5D595A; 
    font-size: 18px;
    color: #CCCCCC;
}

.fieldset legend {
  padding: 0.2em 0.5em;
  border:2px ridge #CCCCCC;
  border-radius : 8px;
  color:black;
  font-size:16px;
  text-align:right;
  background-color: gold; 
  }
  
  .fieldset input[type="text"] {
    color:  #CCCCCC;
    font-size: 18px;
    border-width: 1px;   
    border-radius: 10px;
    color: #000000;
    padding: 4px;
}

  .fieldset input[type="submit"] {
    color:  #000000;
    background-color: #FFD700;
    font-size: 18px;
    border-width: 1px;   
    border-radius: 15px;
    padding: 5px 20px;
}

.fieldset textarea {
    color:  #CCCCCC;
    font-size: 18px;
    border-width: 1px;   
    border-radius: 10px;
    color: #000000;
    padding: 4px;
}

.fieldset input[type="password"] {
    color:  #CCCCCC;
    font-size: 18px;
    border-width: 1px;   
    border-radius: 10px;
    color: #000000;
    padding: 4px;
}

.maps {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 450px;
}

#pageInscription img {
    display: inline;
    height: 64px;
    left: -7px;
    position: relative;
    top: 2px;
    width: 64px;
}

#pageContact img {
    position: relative;
    display: inline;
    left: 720px;
    top: -395px;
    width: 96px;
    height: 96px;
}

#pageConsult .entete_tab_recherche {
    color:#990000;
    font-size: 12px;
    font-weight: bolder;
}

#pageConsult .contenu_tab_recherche {
    font-size: 10px;
    color: #333333;
    border-bottom-color: #CCCCCC;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}

#pageConsult .legendeStock {
    position: relative;
    left: 480px;
    top: 1px;
    width: 485px;
    height: 30px;
    font-size: 14px;
    color: #003366;
}

#pageConsult .aff_result {
    position: relative;
    left: 52px;
    top: -34px;
    width: 350px;
    height: 30px;
    font-size: 14px;
}


#debug {
    display: none;
}

#debug li {
    display: none;
    background-color: brown;
    color: white;
    padding: 5px;
    list-style-type: none;
    text-align: center;
}


/*-------------------------------------------------------*/
/* Page Stat / Admin
/*-------------------------------------------------------*/
.top10 {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
        font-size: 12px;
}

.entete_tab_recherche {
	background-color: #99CC00;
	font-size: 12px;
	font-weight: bold;
}

.bp_razstat {
	color: #FFFF00;
	background-color: #FF0000;
}

/*-------------------------------------------------------*/
/* Debut Paul
/*-------------------------------------------------------*/

@-moz-keyframes spin {
  100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.tourne {
    -webkit-animation: spin 20s linear infinite;
    -moz-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}

.tourne:hover {
    -webkit-animation: spin 0s linear infinite;
    -moz-animation: spin 0s linear infinite;
    animation: spin 0s linear infinite;
}

.styled {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(220, 0, 0, 1);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.styled:hover {
    background-color: rgba(255, 0, 0, 1);
}

.styled:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}


/*-------------------------------------------------------*/
/* Fin Paul
/*-------------------------------------------------------*/

