/*
 * Style général
 */


* { margin: 0; padding: 0; }

body
{
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.float_right { float: right; }
.float_left { float: left; }
.gras { font-weight: bold; }
.rougePale { color: #e1b3b3; }
.pixel11 { font-size: 11px; }
.pixel12 { font-size: 12px; }
.inline { display: inline }
.block { display: block; }  
.clear { clear: both; }
.rouge { color: #900; }
.gris { color: #898989; }
.center { text-align: center; margin: 0 auto;}
.noReference { background-color: #990000; color: #fff; font-weight: bold; font-style: normal; }
a#lienHautPage { display: none; }
table 
{
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  border-collapse: collapse;
  border: 1px solid #d7d7d7;
}
div#enteteImpression { display: block; }
td { border: 1px solid #d7d7d7; }

tr.titre td { border: 0; }

tr.titre
{
  border: 0;
  color: #fff;
  font-weight: bold;
  background-color: #0f2c67;
}

td.label
{
  background-color: #e7eaf0;
}      

td { padding: 3px; }

table.carte { border: 0 }
table.carte  tr td { padding: 0; border: 0; }

table.formulaire, table.formulaire tr, table.formulaire tr td
{
  font-family: Verdana, Sans-Serif;
  font-size: 11px;
  border: 0;
}

td.labelForm { vertical-align: top; }

.labelMini
{
  font-size: 9px;
  display: block;
}

input 
{ 
  height: 15px; 
  width: 90%;
  font-family: Verdana, Sans-Serif;
  font-size: 11px;
}

select
{ 
  height: 17px; 
  width: 91%; 
  font-family: Verdana, Sans-Serif;
  font-size: 11px;
}

 form table.intranet input { width: 96%; }
 form table.intranet select { width: 97%; }
 form table.intranet input.bouton { width: 75px; height: 20px; }
input.bouton { width: 75px; height: 20px; }
select.selectDateJour { width: 55px; }
select.selectDateMois { width: 155px; }
select.selectDateAnnee { width: 55px; }

td.labelFormCat
{
  font-weight: bold;
  text-decoration: underline;
}

input.radio { width: auto; }
input.checkbox { width: 20px;; }

img.bordure 
{
  padding: 1px;
  margin: 1px;
  border: 1px solid #900;
}
  
p { margin-top: 10px; }

table.justeAligner
{
  margin: 0;
  margin-left: -2px;
  font-family: Verdana, Sans-Serif;
  font-size: 12px;
  border-collapse: none;
  border: 0;
}
table.justeAligner tr td { border: 0; margin: 0;}
table.justeAligner tr { margin: 0; }

h1
{
  color: #900;
  font-size: 12px;
}  

h1.titreActualite
{
  display: inline;
}

span.dateActualite { font-size: 10px; }  

ul
{
  margin: 5px 0px 10px 20px;
}

li
{
  list-style: url(../images/bullet.gif); 
  margin-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
}    

a img { border: 0; }

a
{
  color: #0f2c67;
  text-decoration: underline;
}

a:hover { text-decoration: none; }


/*
 * Pages intérieures
 */
 
#conteneur
{
  width: 761px;
  margin: 0;
  padding: 0;
}
div#backgroundDIV
{
  width: 761px;
}

div#conteneurEntete
{
}

div#conteneurPrincipal
{

}  
    
div#entete
{
  font-family: Arial, Sans-Serif;
  width: 761px;
  height: 73px;
  background-color: #990000;
  border-bottom: 2px solid #fff;
  font-size: 11px;
  color: #fff;
  display: none;
}

div#entete div#logo
{
 float: left;
 width: 350px;
 display: none;
}

div#entete div#liens
{
display: none;
}
  
div#entete div#drapeaux
{
display: none;
}
  
#entete #liens a
{
  color: #fff;
  text-decoration: none;
  margin: 0px 2px;
}

#entete #liens a:hover
{
  text-decoration: underline;
}

    
#sectionsTop
{
  width: 761px;
  height: 20px;
  background-image: url(../images/sectionsTop.gif);
  background-repeat: no-repeat;
}

#sectionGauche
{
display: none;
}  

#menu { display: none; }
#menu_ang { display: none; }
#menu_esp { display: none; }

img#sectionGaucheCamion
{
  margin: 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

img#sectionGaucheSlogan {margin: 0; border-bottom: 2px solid #fff; }

.sectionGaucheBordures
{
  margin: 0;
  padding: 0;
  width: 181px;
  height: 24px;
  background-image: url(../images/sectionGaucheBordures.gif);
  background-repeat: no-repeat;
}  
  
#sectionPrincipale
{
width: 80%;

  background-color: #fff;
}

#basDePage
{
  display: none;
  background-image: url(../images/basDePagePointille.gif);
  background-repeat: no-repeat;
  padding-top: 10px;
  font-family: Arial, Sans-Serif;
  text-align: center;
  width: auto;
  margin: 30px;
  margin-bottom: 0px;
  color: #fff;
}

#basDePage ul
{ 
  margin: 15px auto;
  margin-bottom: 0px;
  padding: 0; 
  width: 320px;
  display: none;
}

#basDePage ul li 
{
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

#basDePage ul li a { margin: 0; }
#basDePage a 
{ 
  font-size: 11px;
  text-decoration: none;
  margin: 0px 2px;
}
#basDePage a:hover { text-decoration: underline; }

img#titreSousSection { }

#contenu
{
  margin: 10px 30px 0px 30px;
}

#sousMenus { display: none; }
.sousmenus { display: none; }
table.tSansBordure, table.tSansBordure tr, table.tSansBordure tr td{ border: 0px; border-collapse: none}

#signatureGauche
{
  margin-top: 15px;
  float: left;
  margin-right: 70px;
  margin-left: 15px;
} 

#signatureDroite
{
 margin-top: 15px;
  float: left;
}