/* Here we define the lower and upper bounds for each media size
/*  $small-range: (0em, 40em); /* 0, 640px */
/*  $medium-range: (40.063em, 64em); /* 641px, 1024px */
/*  $large-range: (64.063em, 90em); /* 1025px, 1440px */
/*  $xlarge-range: (90.063em, 120em); /* 1441px, 1920px */
/*  $xxlarge-range: (120.063em); /* 1921px */

/* Medium screens
/*    @media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */
/*    @media only screen and (min-width: 40.063em) and (max-width: 64em) { } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
/* Large screens
/*    @media only screen and (min-width: 64.063em) { } /* min-width 1025px, large screens */

#header
{
position: relative;
width: 100%;
height: 9.0em;
background: #2B2B2B;
margin-bottom: 2px;
}

#headercontent
{
position: absolute;
bottom: 0em;
padding: 0em 2.0em 1.3em 2.0em;
}
#headercontent h1,h2,h3,h4,h5,h6
{
background-repeat: no-repeat;
background-position: right;
}

#headercontent h1
{
font-weight: normal;
color: #fff;
font-size: 2.2em;
padding-right: 34px;
background-image: url('../images/db1.gif');

}

#headercontent h1 sup
{
color: #777;
}

#headercontent h2
{
font-size: 1.0em;
font-weight: normal;
color: #aaa;
padding-right: 34px;
}

#search
{
position: absolute;
top: 3.0em;
right: 2.0em;
padding-right: 0.0em;
background: #2b2b2b url('../images/db1.gif') repeat-x;
line-height : 1.5rem;
color: #FFF;
}

.search_text
{
padding : 0px 5px 0px 5px;
}

.footer-link-block
{
display: block;
font-size : 0.75rem;
}

span.title
{
margin-bottom : 5px;
font-size : 1.0rem;
}

hr
{
margin: 0em 0em 0.5em 0em;
}

textarea
{
height: auto;
}

.divider1
{
position: relative;
background: #fff url('../images/border2.gif') repeat-x;
height: 14px;
margin: 0em 0em 0.5em 0em;
clear: both;
}

.controls
{
display: inline;
position : relative;
top : -1.5em
}

.controls li
{
list-style-type: none;
font-size: 0.8em;
}

.controls a
{
background-repeat: no-repeat;
background-position: left;
padding: 0em 1.0em 0em 20px;
color: #B96D00;
}

.controls a.printerfriendly
{
background-image: url('../images/icon-printerfriendly.gif');
}

.controls a.comments
{
background-image: url('../images/icon-comments.gif');
}

.controls a.more
{
background-image: url('../images/icon-more.gif');
}

img
{
border: none;
top:0.3em;
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

.admin_h4
{
font-weight: bold;
font-size: 1.2em;
color: #B96D00;
}

.Annuaire
	{font: normal 12px arial,sans-serif;}
.Case_Liste, input.Case_Liste
	{border:1px solid #99988d; font: normal 12px arial,sans-serif; height:15px; padding: 0.1em}
.editText, .editNumber , .editInteger
	{border:3px double #99988d; font: normal 12px arial,sans-serif; height:15px; padding: 0.1em}
.Case_Date, input.Case_Date {border:1px solid #99988d; font: normal 12px arial,sans-serif; height:15px; width:100px; text-align:center; padding: 0.1em}
.Case_Titre {border:1px solid #99988d; font: bold 12px Arial,sans-serif; background-color: #cae8ba; height:15px; padding: 0.1em;text-align: center}

.editText, .editNumber , .editInteger {
	color: green;
}

#Ordre {
width:80px;
}
.Case_Date {
width:100px;
}

.details {
position: relative;
top: -0.8em;
font-size: 0.8em;
color: #787878;
}
.resu_eqp {
font-size: 1em;
color: #7c1b17;
border-style:solid;
border-width:thin;
}


/* medium screen */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
.myhead{
	margin-top: -30px;
	padding-top: 80px;
	padding-bottom: 20px; 
}

}
/* large screen */
@media only screen and (min-width: 64.063em) {
.myhead{
	margin-top: -20px;
	padding-top: 120px;
	padding-bottom: 20px; 
}

}

@media print {
  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }
}
