/* CSS Document */

/*Imatges*/
.logo{
background-image:url(../imgs/logo.gif);
background-repeat:no-repeat;
width:241px;
height:36px;
}
.btns{
background-image:url(../imgs/btn_1.gif);
background-repeat:no-repeat;
width:85px;
height:25px;
margin-right:20px;
}
.btns2{
background-image:url(../imgs/btn_2.gif);
background-repeat:no-repeat;
width:85px;
height:25px;
margin-right:20px;
}
.btnsESP{
background-image:url(../imgs/btn_1_esp.gif);
background-repeat:no-repeat;
width:115px;
height:25px;
margin-right:20px;
}
.btns2ESP{
background-image:url(../imgs/btn_2_esp.gif);
background-repeat:no-repeat;
width:115px;
height:25px;
margin-right:20px;
}
.convention{
background-image:url(../imgs/convention.gif);
width:145px;
height:91px;
background-repeat:no-repeat;
margin-bottom:20px;
}
.bureau{
background-image:url(../imgs/bureau.gif);
width:145px;
height:91px;
background-repeat:no-repeat;
}
.tx_background{
background-image:url(../imgs/bck.gif);
background-position:top right;
background-repeat:no-repeat;
width:600px;
}
.column{
background-image:url(../imgs/pix.gif);
background-repeat:repeat-y;
}
.trama{
background-image:url(../imgs/logo_trama.jpg);
background-repeat:no-repeat;
background-position:bottom left;}
.arrow{
margin-left:20px;
margin-right:10px;}

/* Textes */
.links{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
margin-top:10px;
text-decoration:none;
}
a:hover.links{
color:#004d95;
}
.activelinks{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#004d95;
margin-top:10px;
text-decoration:none;
}
.selectidioma{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#004d95;
text-decoration:none;
}
a:hover.selectidioma{
text-decoration:underline;}
.text{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
text-align:justify;
}
a:hover.text{
text-decoration:underline;
color:#004d95;
}
.pixel{
background-image:url(../imgs/pix.gif);
background-repeat:repeat-x;
height:1px;
}
.credits{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
text-decoration:none;
}
a:hover.credits{
color:#004d95;
text-decoration:underline;}
.camps{
font-size:9px;
color:#999999;
}

/* Formulaires */

.info_form{
color:#004d95;
border: 1px solid #004d95;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#FBFBFB;
margin:0;
}
.btns_form{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
}