html,BODY
{
margin: 0;
padding: 0;
height: 100%;
background-color: #020202;
}


.img_opacity
{
  background-repeat:no-repeat;
  background-position:top;
  float:left;
}

.img_over
{
  margin:10px;
}

/* tableau principal IHM*/


table.princ
{
width: 100%;

}




td.img1
{
background-image: url('img/ic_sitegs_gray_03.png');
background-repeat: no-repeat;
background-position: 1px 1px;
}

td.img2
{
background-image: url('img/ic_sitegs_gray_05.png');
background-repeat: no-repeat;
background-position: 1px 1px;
}

td.img3
{
background-image: url('img/ic_sitegs_gray_07.png');
background-repeat: no-repeat;
background-position: 1px 1px;
}

td.img4
{
background-image: url('img/ic_sitegs_gray_09.png');
background-repeat: no-repeat;
background-position: 1px 1px;
}

td.princ_line_haut
{
background-image: url('img/sitegs_01.gif');
background-repeat: repeat-x;
background-position: top;
background-color: #570707;
}


td.princ_line_bas
{
background-image: url('img/sitegs_09.gif');
background-repeat: repeat-x;
background-position: top;
background-color: #020202;
}


table.center_haut
{
width:996px;
background-image: url('img/sitegs_06.gif');
background-repeat: repeat-y;
background-position: top;
}

td.center_line_menu
{
width:996px;
height:109px;
background-image: url('img/sitegs_02.gif');
background-repeat: no-repeat;
background-position: top;
/*padding-top:60px;*/
padding-right:45px;
}

td.center_line_middle
{
width:996px;
background-image: url('img/sitegs_04.png');
background-repeat: no-repeat;
background-position: top;
}

td.center_line_bas
{
width:996px;
height:51px;
background-color: #570707;
}



td.center_bas
{
width:996px;
height:164px;
background-image: url('img/sitegs_10.gif');
background-repeat: no-repeat;
background-position: top;
}






a.menu:hover
{
 color:#e34b56;               /* ##color */
 font-family:tahoma;
 font-size:13px;
 text-decoration:none;
}

a.menu
{
 color:#ffffff;
 font-family:tahoma;
 font-size:13px;
 text-decoration:none;
}


/* styles textuels*/

.bigtitle
{
 color:#ffffff;
 font-family:Tahoma;
 font-size:20px;
 line-height:15px;
}

.bigtitle_color
{
 color:#cccccc;               /* ##color */
 font-size:15px;
}


.menu_sep
{
 font-family:Trebuchet MS;
 color:#cccccc;
 font-size:13px;
 padding-right:10px;
 padding-left:10px;
}

.txt
{
 font-family:Trebuchet MS;
 color:#bbbbbb;
 line-height:20px;
 font-size:12px;
}

.link_bottom
{
color:#555555;
text-decoration:none;
}

.link_bottom:hover
{
color:#777777;
text-decoration:none;
}


.txtcopyright
{
 font-family:Trebuchet MS;
 color:#555555;
 line-height:13px;
 font-size:10px;
}

.txttitle
{
 font-family:Trebuchet MS;
 color:#ffffff;
 line-height:30px;            /* ##color */
 font-size:13px;
}



