@charset "utf-8";
/* CSS Document */

/*ZIGZAG*/
#header_zigzag {
	width: 100%;
	height: 27px;
    background: url('../images/header_zigzag.gif') repeat-x top center;
}
#header_zigzag_sombra{
	width: 100%;
	height: 9px;
    background: url('../images/zigzag_sombra.gif') repeat-x top center;
}

/*TITLE*/
#title{
  padding: 0 0 0 33px;
}

/*CONTENT*/
#content{
  background-color: #FFFFFF;
  padding-bottom: 40px;
  width: 100%;
}

/*CONTENT A*/
#content_a{
  margin: 0 auto;
  width: 990px;
}
#column_a1{
  margin: 10px 0 0 0;   
  padding: 0;  
  width: 503px; 
  float: left;
}
#column_a2{
  margin: 10px 0 0 0;   
  padding: 0;  
  width: 486px;
  float: left;
}

/*div.spacer, permet de faire deux colonne dans #contents*/
div.spacer{
  clear: both;
  height: 0px; 
  display: block;
}  



#text{
  padding: 0 0 0 33px;
  width: 445px;
  font: 12px Tahoma, Arial, Helvetica, sans-serif;
  color: #6e6e6e;
  text-align: justify;
  line-height: 130%;
}
#text a{
  color: #6e6e6e;
  text-decoration: underline;
}
#text a:hover{
  color: #72c7d2;
  text-decoration: none;
}
  
#h3_link_active{
  padding: 0 0 1px 33px;
  width: 200px;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  color: #bababa;
  font-weight: bold;
}
#h3_link_active a{
  color: #72c7d2;
  text-decoration: underline;
}
#h3_link_active a:hover{
  color: #6e6e6e;
  text-decoration: underline;
}
  

/*DOWNLOAD*/
#download{
    padding: 0 0 0 3px;
}
#download a.button_download  {
    background: transparent url('../images/button_submit_a.gif') no-repeat scroll top right;
    display: block;
    float: left;
    font: 11px tahoma, arial, sans-serif;
	font-weight: bold;
    color: #aaaaaa;
	height: 26px;
    margin-right: 0px;
    padding-right: 25px; /* sliding doors padding */
    text-decoration: none;
}
#download a.button_download  span {
    background: transparent url('../images/button_submit_span.gif') no-repeat;
	margin-right: 0px;
    display: block;
    line-height: 18px;
	padding: 2px 0 6px 35px;	
} 
#download a.button_download:hover {
    background-position: bottom right;
    color: #ffffff;
    outline: none; /* hide dotted outline in Firefox */
}
#download a.button_download:hover span {
    background-position: bottom left;
	padding: 3px 0 5px 35px;
}

