/*My custom CSS*/

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #333;
}

/*style pour module last article et most popular*/
.pasdepuce {
    list-style-type: none; 
    text-indent: 0px;

}
.pasdepuce> ul {
    margin:2px 2px 2px 0px;

}
.pasdepuce> li {
    margin:10px 10px;
    line-height: 20px;
    text-indent: 0;
}


/*titre H2 article*/
.page-header {
	margin: 40px 10px 5px 0px;
	padding-bottom: 0px;
}
/*bouton read more à droite*/
.readmore{
text-align: right;
}



/*menu haut*/
.nav > li > a:hover, a:focus {
    box-shadow: 0 1px 0 #fff;
    border-bottom: solid 1px #ddd;
    color: #002b41;
    text-decoration: none;
  	background: #d3dfe3;
    text-align: left;
}



/*module style "well"*/
.well {
    margin-bottom: 2px;
}
.well .page-header {
    margin: 0px 0px 5px 0px;
  background: #e0e4e7;
   box-shadow: 0 1px 0 #fff;
  border-bottom: solid 1px #ddd;
}

/*menu footer"*/

.nav.menu.menufooter>li {
    line-height: 40px;
     box-shadow: 0 1px 0 #fff;
}




/*Début calculator (AC/DC voltage drop)*/
form {  
  background-color: #fafafa;  
  padding-top: 1%;  
  padding-right: 1%;  
  padding-bottom: 1%;  
  padding-left: 1%;  
  width: 98%;
}

legend {  
  color: #df3f3f;  
  font-weight: bold;
}

label {  
  margin-top: 10px;  
  display: block;
}

label.inline {  
  display: inline;  
  margin-right: 10px;
}

input, textarea, select, option {  
  background-color: #fafe72;
}

input.finalresult {  
  background-color: #def973;
}

input.result {  
  background-color: #def973;
}

input.compute {  
  background-color: #b9b9b9;
}

input, textarea, select {  
  padding-top: 3px;  
  padding-right: 3px;  
  padding-bottom: 3px;  
  padding-left: 3px;  
  border-top-width: 1px;  
  border-right-width: 1px;  
  border-bottom-width: 1px;  
  border-left-width: 1px;  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;  
  border-top-color: #f5c5c5;  
  border-right-color: #f5c5c5;  
  border-bottom-color: #f5c5c5;  
  border-left-color: #f5c5c5;  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;  
  width: 150px;  -webkit-box-shadow: 1px 1px 2px silver inset;
  box-shadow: 1px 1px 2px silver inset;
}

select {  
  margin-top: 1px;
}

input[type="radio"] {  
  background-color: transparent;  
  border-top-width: medium;  
  border-right-width: medium;  
  border-bottom-width: medium;  
  border-left-width: medium;  
  border-top-style: none;  
  border-right-style: none;  
  border-bottom-style: none;  
  border-left-style: none;  
  width: 10px;
}

input[type="submit"], input[type="reset"] {  
  width: 100px;  
  margin-left: 5px;  -webkit-box-shadow: 1px 1px 1px #d83f3d;
  box-shadow: 1px 1px 1px #d83f3d;  
  cursor: pointer;
}

.inlineblock1 {  
  display: inline-block;  
  margin-bottom: 30px;  
  vertical-align: top;
}
/* Fin calculator (AC/DC voltage drop)*/
