html,BODY
{
margin: 0;
padding: 0;
height: 100%;
background-color: #394b5e;
background-image: url('pictures/IHM/deg_princ.gif');
background-repeat: repeat-x;
background-position: top;
}

img
{
display: block;
}

ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;

}  

/*table princ*/

table.princ
{
border: 0px;
width: 840px;
background-color: #394b5e;
}


table.princ2
{
border: 0px;
width: 840px;
background-image: url('pictures/IHM/princ_center.gif');
background-repeat: repeat-y;
background-position: center;
}

td.princ_menu
{
width: 840px;
height: 72px;
background-image: url('pictures/IHM/princ_menu.gif');
background-repeat: no-repeat;
background-position: center;
}


td.princ_title
{
width: 840px;
height: 211px;
background-image: url('pictures/IHM/princ_title.jpg');
background-repeat: no-repeat;
background-position: center;
}

td.princ_left1
{
width: 281px;
height: 67px;
font-size: 2px;
background-image: url('pictures/IHM/princ_left1.gif');
background-repeat: no-repeat;
background-position: top;
padding-left: 35px;
}

td.princ_left2
{
width: 281px;
height: 288px;
background-image: url('pictures/IHM/princ_left2.gif');
background-repeat: no-repeat;
background-position: top;
}

td.princ_left3
{
width: 281px;
height: 38px;
background-image: url('pictures/IHM/princ_left3.gif');
background-repeat: no-repeat;
background-position: bottom;
padding-left: 65px;
}


td.princ_bas
{
width: 840px;
height: 161px;
background-image: url('pictures/IHM/princ_bas.gif');
background-repeat: no-repeat;
background-position: top;
}

td.princ_right1
{
width: 559px;
height: 67px;
}

td.princ_right2
{
width: 559px;
text-align: justify;
}
/* picture style*/

td.pict_corner
{
height: 8px;
width: 8px;
}

td.pict_top
{
height: 8px;
background-image: url('pictures/IHM/pict_top.gif');
background-repeat: repeat-x;
background-position: top;
}

td.pict_left
{
width: 8px;
background-image: url('pictures/IHM/pict_left.gif');
background-repeat: repeat-y;
background-position: top;
}

td.pict_bottom
{
height: 8px;
background-image: url('pictures/IHM/pict_bottom.gif');
background-repeat: repeat-x;
background-position: top;
}

td.pict_right
{
width: 8px;
background-image: url('pictures/IHM/pict_right.gif');
background-repeat: repeat-y;
background-position: top;
}


td.button_fin
{
width: 203px;
height: 31px;
background-image: url('pictures/IHM/button_find.gif');
background-repeat: repeat-y;
background-position: top;
}

/* style txt */

.titlebig
{
font-family: Trebuchet MS;
font-size: 20px;
font-weight: bold;
color: #ac1a1a;
}

.titlesml
{
font-family: Trebuchet MS;
font-size: 15px;
font-weight: bold;
color: #4f4f4f;
}


.txtpourpre
{
font-family: Arial;
font-size: 12px;
font-weight: normal;
/*text-align: justify; */
color: #ac1a1a;
}

.txtb
{
font-family: Arial;
font-size: 12px;
font-weight: normal;
color: #7c7c7c;
}

.input_textarea
{
font-family: Arial;
font-size: 11px;
font-weight: normal;
text-align: justify;
color: #00000;
}

.txt
{
font-family: Arial;
font-size: 11px;
font-weight: normal;
text-align: justify;
color: #7c7c7c;
}

.txtcopyright
{
font-family: Arial;
font-size: 10px;
font-weight: normal;
text-align: justify;
color: #8e9bac;
}

.copyright
{
font-family: arial;
font-size: 10px;
line-height:14px;
font-weight:normal;
color: #5ac6e2;
}


a:hover
{
  font-family: arial;
  font-size: 12px;
  line-height:14px;
  font-weight:normal;
  text-align: justify;
  color:#667c2e;
}

a
{
  font-family: arial;
  font-size: 12px;
  line-height:14px;
  font-weight:normal;
  text-align: justify;
  color:#809337;
}



a.menu_haut
{
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #4f4f4f;
text-decoration: none;
}

a.menu_haut:hover
{
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #ac1a1a;
text-decoration: none;
}

a.menu_cp
{
font-family: Arial;
font-size: 10px;
font-weight: normal;
color: #8e9bac;
text-decoration: none;
}

a.menu_cp:hover
{
font-family: Arial;
font-size: 10px;
font-weight: normal;
color: #8e9bac;
text-decoration: underline;
}



