/* debut Formulaire*/
.nef-projet
{
    padding: 10px 15px;
    margin: 15px auto;
    width: 94%;
/*    border: solid #e8780f 1px;*/
}

.nef-projet .nef-submenu
{
    margin: -10px 0 -25px 0;
    font-size: 0.9em;
}

.nef-projet .selectable
{
    cursor: pointer;    
}

.nef-projet .radio-container .selectable
{
    display: inline-block;    
}

.nef-projet .nef-table-contents-e
{
    background-color: #ffeec9;    
}

.nef-projet .nef-table-contents-c
{
    background-color: #ffdea9;    
}

.nef-projet .tr, .nef-projet .tl, .nef-projet .br, .nef-projet .bl, .nef-projet .tc, .nef-projet .bc, .nef-projet .cr, .nef-projet .cl, .nef-projet .cc
{
  position: absolute;
}

.nef-projet .tr, .nef-projet .tl, .nef-projet .br, .nef-projet .bl
{
  background-image: url('../images/Tableheader_BG.png');
}

.nef-projet .tl, .nef-projet .nohover:hover .tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 26px, 25px, auto);
  width: 26px;
  height: 25px;
  background-position: top left;
}

.nef-projet .tr, .nef-projet .nohover:hover .tr
{
  top: 0;
  right: 0;
  background-position: top right;
  width: 57px;
  height: 25px;
}

.nef-projet .bl, .nef-projet .nohover:hover .bl
{
  bottom: 0px;
  left: 0;
  background-position: 0px -25px;
  width: 26px;
  height: 47px;
}

.nef-projet .br, .nef-projet .nohover:hover .br
{
  bottom: 0px;
  right: 0;
  width: 57px;
  height: 47px;
  background-position: 57px -25px;
}

.nef-projet .tc, .nef-projet .bc
{
  background-repeat: repeat-x;
  background-image: url('../images/Menu_BG_h.png');
}

.nef-projet .tc, .nef-projet .nohover:hover .tc
{
  right: 57px;
  height: 25px;
  left: 26px;
  top: 0;
  background-position: top left;
}

.nef-projet .bc, .nef-projet .nohover:hover .bc
{
  bottom: 0;
  left: 26px;  
  right: 57px;  
  height: 47px;  
  background-position: 0px -25px;
}

.nef-projet .cr, .nef-projet .cl
{
  background-image: url('../images/Menu_BG_v.png');
  background-repeat: repeat-y;
}

.nef-projet .cr, .nef-projet .nohover:hover .cr
{
  right: 0;
  top: 25px;
  bottom: 47px;
  background-position: -26px 0px;
  width: 57px;
}

.nef-projet .cl, .nef-projet .nohover:hover .cl
{
  left: 0;
  top: 25px;
  bottom: 47px;
  width: 26px;
  background-position: top left;
}

.nef-projet .cc
{
  left: 26px;
  right: 57px;
  top: 25px;
  bottom: 47px;
  background-color: white;
}

.nef-projet .nef-menu-container .t
{
  text-align: left;
  display: block;
  position: relative;
  padding: 18px 15px 40px 30px;
  margin-right: 20px;
  vertical-align: middle !important;
}

.nef-projet .warning .t
{
  padding: 25px 15px 45px 50px !important;
}

.nef-projet .selectable .t
{
  padding: 18px 15px 40px 50px !important;
}

.nef-projet .radio-container .t
{
  display: inline-block;
  padding: 5px 0px 5px 50px !important;
  position: relative;
  vertical-align: middle !important;
}

.nef-projet .is_emailvalid
{
    color: red;
    font-size: 12px;
    font-weight: normal;
    padding: 0px 0px 0px 32px;
}

.nef-projet .calender
{
    display: table;
    width: 100%;
    margin: 10px auto;
    padding: 5px 0px;
    border-top: #E8780f solid 1px;
    border-bottom: #E8780f solid 1px;

}

.nef-projet .calender-container
{
    display: table;
    margin: auto;
}

.nef-projet .calender .radio-check
{
    display: none;
}

.nef-projet .calender .selectable
{
  display: inline-block;
  margin: 1px 0px;
}

.nef-projet .nohover:hover .t, .nef-projet .calender tr:hover
{
  color: #E8780f !important;
  background: transparent;  
}

.nef-projet .calender div.daytable
{
    display: table-cell;
    max-width: 160px;
    text-align: right;
}

.nef-projet .calender div.monthtable
{
    display: table-cell;
    width: 110px;
    text-align: center;
}

.nef-projet .calender div.monthtable .t
{
    width: 80px
}

.nef-projet .calender div.centurytable
{
    display: table-cell;
    width: 30px;
}

.nef-projet .calender div.decadetable
{
    display: table-cell;
    width: 20px
}

.nef-projet .calender div.yeartable
{
    display: table-cell;
    width: 10px
}

.nef-projet .calender .t
{
  display: inline-block;
  text-align: center;
  padding: 1px 5px !important;
  margin: 0px 1px;
  font-size: 14px;
  border: #e8780f solid 1px;
  
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  
}

.nef-projet .calender .selectable:hover > .t, .nef-projet .calender .checked > .t
{
    background: #e8780f;
    color: white !important;
}

.nef-projet span.radio-check
{

    position: absolute;
    display: inline-block;
    width: 35px;
    height: 48px;
    left: 15px;
    top: -25px;
    bottom: 0;
    margin: auto;
    background: url('../images/radiocheck.png');
    background-position: top left;  
}

.nef-projet .radio-container span.radio-check
{

    display: inline-block;
    width: 35px;
    height: 48px;
/*    left: 15px;
    top: -5px;
    bottom: 0;*/
    margin: 12px auto;
}

.nef-projet span.checked
{
    background-position: 0 -44px;
}

.nef-projet tr
{
}

.nef-projet tr:hover
{
}

.send tr:hover
{
    background: white;
}

.nef-projet tr:hover .tr
{
  background-position: 57px -72px;

}

.nef-projet tr:hover .tc
{
  background-position: 0px -72px;
}

.nef-projet tr:hover .tl
{
  background-position: 0px -72px;
}

.nef-projet tr:hover .br
{
  background-position: 57px -98px;
}

.nef-projet tr:hover .bc
{
  background-position: 0px -98px;
}

.nef-projet tr:hover .bl
{
  background-position: 0px -98px;
}

.nef-projet tr:hover .cr
{
  background-position: -109px 0px;
}

.nef-projet tr:hover .cl
{
  background-position: -83px 0px;
}

.nef-projet tr:hover .cc
{
  background: #f07d13;
}

.nef-projet tr:hover .t
{
  color: white;
}


.nef-projet .warning .tr
{
  background-position: 57px -144px;

}

.nef-projet .warning .tc
{
  background-position: 0px -144px;
}

.nef-projet .warning .tl
{
  background-position: 0px -144px;
}

.nef-projet .warning .br
{
  background-position: 57px -170px;
}

.nef-projet .warning .bc
{
  background-position: 0px -170px;
}

.nef-projet .warning .bl
{
  background-position: 0px -170px;
}

.nef-projet .warning .cr
{
  background-position: -192px 0px;
}

.nef-projet .warning .cl
{
  background-position: -166px 0px;
}

.nef-projet .warning .cc
{
  background: #F7BE89;
}

.nef-projet .warning .t
{
  color: #CC0000;
}

.nef-projet .warning
{
    display: none;
}

.nef-projet th
{
    padding: 0px 0px 0px 0px;
    background: white;
    text-align: center;
    font-style: italic;
    color: #e8780f;
    vertical-align: bottom;
}

.nef-projet .subcell
{
    display: inline-block;
    width: 49%;
}

.nef-projet .disabled
{
/*    opacity: 0.5;
    filter: Alpha(opacity=50);*/
}


.nef-projet input
{
    display: inline;
    width: 78%;    
    border: none;
    padding: 4px;
}

.nef-projet .info
{
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    right: 0;
    top: 10%;
    background: url('../images/019.png') no-repeat;
    margin-bottom: -3px;
    /*margin: 4px 2px;*/
    cursor: pointer;
}


.nef-projet .mandatory
{
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 8px;
    width: 16px;
    height: 16px;
    background: url('../images/052.png') no-repeat;
    /*margin-bottom: -3px;*/
    margin: 4px 2px;
}


.send
{
    width: 50%;
    margin: auto;
}

.prev
{
    position: relative; 
}

.icon_prev, .icon_next
{
    position: relative;
    height: 40px;
    width: 160px !important;
}

.prev_bg, .next_bg
{
    display: block;
    position: absolute;
    height: 57px;
    width: 160px !important;
    background: transparent;
    text-align: center;
    padding-top: 15px;
}

.prev_bg
{
  background-image: url('../images/Prev_bg.png');
  background-position: 0px 0px;
}

.prev:hover .prev_bg, .next:hover .next_bg
{
  background-position: 0px -72px;
  color: white;
}

.next_bg
{
  background-image: url('../images/next_bg.png');
  background-position: 0px -144px;
}

.nef-projet .radio-container
{
    margin-bottom: 5px;
}

.nef-projet input[type=radio], .nef-projet input[type=checkbox]
{
    width: 16px;
    visibility: hidden;
}

.nef-projet input[type=text]
{
    color: #CC6600;
    border: solid #e8780f 1px;
    font-size: 1.0em;
    text-align: left;
}

.nef-projet .numeral, .nef-projet .integer, .nef-projet .float, .nef-projet .currency
{
    text-align: right !important;
}

.nef-projet select
{
    color: #e8780f;
    font-weight: bold;
    position: absolute;
    margin: -2px 0px 15px 10px;
}

.nef-projet .inlineselect
{
    display: inline-block;
    position: relative !important;
    right: 0 !important;
    margin: 0px 5px 0px 5px;
    padding: 3px;
}


.nef-projet .floatright
{
    position: relative !important;
    right: 0 !important;
    width: 22%;  
    margin: 0px 0px 0px 5px;
    padding: 3px;
}

.nef-projet .floatleft
{
    width: 15%;  
    margin: 0px 0px 0px 10px;
}

.nef-projet td
{
    padding: 0px 0 0 0;
    text-align: left;    
    border-right: solid 1px #fff;   
    border-bottom: solid 1px #fff;   
    vertical-align: middle; 
    color: black;
    overflow: hidden;
    position: relative;
}

.nef-projet .prev
{
    text-align: right !important;
}

.nef-projet .prev span
{
    display: inline-block !important;
}

.barre_border
{
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    margin-top: 3px;
    width: 87%;
    border: solid #e8780f 1px;
}

.nef-projet  tr:hover .barre_border
{
    border: white solid 1px;
}

.warning-icon
{
    position: absolute;
    left: 17px;
    top: 14px;
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url('../images/bonus.png');
}

.barre_content
{
    display: block;
    height: 100%;
    background: #f7be86;
}

/*Fin formulaire*/

table
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 25px;
    width: 100%;
}

tr, td
{
  font-family: sans-serif;
  font-size: 1em;  
  font-weight: bold;
  text-decoration: none;
  color: #E8780f !important;    
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
  font-family: Serif;
  font-style: italic;
  font-weight: normal !important;
  font-size: 20px;
  text-decoration: none;
  color: rgb(47, 97, 127);        
  text-align: left;
  border-bottom: solid #e8780f 1px;
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

html 
{
}

body
{
  padding: 0; 
  margin: 0px 80px 0px 0px;
  color: #0F1419;
    
}

.cleared
{
  display:block;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  height:0;
  overflow:hidden;
}

.nef-menu-container
{
    display: block;
    position: relative;
    min-width: 450px;
    min-height: 72px;
}

.nef-submenu
{
    margin: -38px 10px 0 0;
    font-size: 0.9em;
}

input, select, textarea
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  font-size: 0.95em;
  border: solid 1px #e8780f;
  margin: 5px;
}



.nef-projet .tr, .nef-projet .tl, .nef-projet .br, .nef-projet .bl, .nef-projet .tc, .nef-projet .bc, .nef-projet .cr, .nef-projet .cl, .nef-projet .cc
{
  position: absolute;
}

.nef-projet .tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 26px, 25px, auto);
  width: 26px;
  height: 25px;
}

.nef-projet .tr, .nef-projet .nohover:hover .tr
{
  top: 0;
  right: 0;
  background-position: top right;
  width: 57px;
  height: 25px;
}

.nef-projet .bl, .nef-projet .nohover:hover .bl
{
  bottom: 0;
  left: 0;
  background-position: 0px -25px;
  width: 26px;
  height: 47px;
}

.nef-projet .br, .nef-projet .nohover:hover .br
{
  bottom: 0;
  right: 0;
  width: 57px;
  height: 47px;
  background-position: 57px -25px;
}

.nef-projet .br div:hover
{
  background-position: 57px -72px;
}

.nef-projet .tc, .nef-projet .bc
{
  background-repeat: repeat-x;
  background-image: url('../images/Menu_BG_h.png');
}

.nef-projet .tc
{
  right: 57px;
  height: 25px;
  left: 26px;
  top: 0;
 
}

.nef-projet .bc, .nef-projet .nohover:hover .bc
{
  bottom: 0;
  left: 26px;  
  right: 57px;  
  height: 47px;  
  background-position: 0px -25px;
}

.nef-projet .cr, .nef-projet .cl
{
  background-image: url('../images/Menu_BG_v.png');
  background-repeat: repeat-y;
}

.nef-projet .cr, .nef-projet .nohover:hover .cr
{
  right: 0;
  top: 25px;
  bottom: 47px;
  background-position: -26px 0px;
  width: 57px;
}

.nef-projet .cl, .nef-projet .nohover:hover .cl
{
  left: 0;
  top: 25px;
  bottom: 47px;
  width: 26px;
}

.nef-projet .cc, .nef-projet .nohover:hover .cc
{
  left: 26px;
  right: 57px;
  top: 25px;
  bottom: 47px;
  background-color: white;
}

.nef-projet .t
{
  padding: 15px 25px 40px 45px;
  display: block;
}

.nef-projet .t ul
{
    background: white;
    color: #e8780f; 
    border: dotted 1px #e8780f;
    font-weight: normal;
    text-align: left;    
	-webkit-box-shadow: 3px 3px 3px 1px rgba(240, 125, 19, 0.25);
	-moz-box-shadow: 3px 3px 3px 1px rgba(240, 125, 19, 0.25);
	box-shadow: 3px 3px 3px 1px rgba(240, 125, 19, 0.25);
}

a img
{
  border: 0;
}
