*,*:after,*:brefore{
	-webkit-box-shadow: border-box;
	-moz-box-shadow: border-box;
	-ms-box-shadow: border-box;
	box-shadow: border-box;
}
body{
	font-family: arial;
	font-size: 16px;
}

/*
.container{
	max-width: 1000px;
	margin: 0 auto;
}
*/


button{
	padding: 5px 10px;
	font-size: 16px;
}


a.phpv {
    font-size:   12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    }
a.phpv:hover {
    color: #EEE;
    }




#boxes{
      content: "";
      display: table;
      clear: both;
      }
      div{
      float:left;
/*      height:470px;  */
      width:318px;
      padding:0 10px;
      }
      #envModel{ 
      float:left;
      width:318px;
      background-color: #a1edcc; 
      } 
      #imgModel{ 
      float:center;
      background-color:#a0e9ed; 
      width:299px; 
      } 
      #nomDef{ 
      float:left;
      background-color:#f497f1; 
      width:100%; 
      } 
      h2{ 
      color: #000000; 
      text-align:center; 
      }



/*
#imgModel {
  column-width: 100px;
}
*/

.classse
{
    display:inline-block;
}



.section {
color: #000000;
}

.placeholder{
color: #a9a9a9;
 width: 260px;
 height: 30px;
}

/*
select option:first-child{color:grey; display: none;}
select option {color:black;}
*/

/*
option[value="C"] {display:none;}
*/

/*
:required {
   border: 2px dotted orange;
}
*/





