html, body
{
margin: 0px 0px 0px 0px;
width: 100%;
height: 100%;
background-position: top;
background-image: url('images/mosaique_pique.jpg');
background-repeat: repeat-x repeat-y;
}
h1
{
font-size: 12px;
font-weight: bold;
}
.fond_blanc
{
position: absolute;
width: 1000px;
min-height: 100%;
top: 0px;
left: 50%;
margin-left: -500px;
background-color: #FFFFFF;
background-image: url('images/fond_blanc.jpg');
background-repeat: repeat-y;
}
.txt
{
font-family: Arial;
font-size: 12px;
}

/*********
* HEADER *
*********/
.div_entete
{
position: relative;
width: 1000px;
height: 115px;
}
.div_menu
{
position: relative;
width: 1000px;
height: 65px;
background-image: url('images/index_04.jpg');
background-repeat: no-repeat;
z-index: 1;
}
.tab_page
{
position: relative;
width: 1000px;
background-color: #FFFFFF;
z-index: 0;
}
.menu_haut
{
background-image: url('images/index_04.jpg');
background-repeat: no-repeat;
height: 65px;
}
.tab_menu_haut
{
position: absolute;
top: 0px;
left: 36px;
border: 0px;
height: 65px;
}

/***********************
*       MENU CSS       *
***********************/
#smenumetiers, #smenuprod
{
position: absolute;
display: none;
background-color: #437cb2;
z-index: 2;
}
#smenumetiers
{
top: 30px;
left: 363px;
width: 61px;
}
#smenuprod
{
top: 30px;
left: 424px;
width: 139px;
}
#smenumetiers a, #smenuprod a
{
font-family: Arial;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
display: block;
border: 0 none;
}
#smenumetiers a:hover, #smenuprod a:hover
{
color: #eb6601;
}

/********
* INDEX *
********/
a.titre_actu
{
font-family: Arial;
font-size: 14px;
color: #eb6500;
font-weight: bold;
text-decoration: none;
}
a.titre_actu:hover
{
font-family: Arial;
font-size: 14px;
color: #7d3803;
font-weight: bold;
text-decoration: underline;
}
.texte_actu
{
font-family: Arial;
font-size: 12px;
color: #555555;
}
a.lien_voir_actus
{
font-family: Arial;
font-size: 12px;
color: #eb6500;
text-decoration: none;
}
a.lien_voir_actus:hover
{
font-family: Arial;
font-size: 12px;
color: #7d3803;
}

/************
* INTERIEUR *
************/
.contenu
{
width: 1000px;
}
.titre_partie
{
font-family: Arial;
font-size: 26px;
font-weight: bolder;
color: #00a5ea;
}
.titre_a
{
font-family: Arial;
font-size: 18px;
font-weight: bold;
font-style: italic;
color: #eb6500;
}
.titre_b
{
font-family: Arial;
font-size: 15px;
font-weight: bold;
color: #00a5ea;
}
.date_actu
{
font-family: Arial;
font-size: 10px;
color: #555555;
}
.separateur
{
height: 5px;
}
.cadre
{
border: 1px solid #564D18;
}

/*********
* FOOTER *
*********/
.footer
{
font-family: Arial;
font-size: 12px;
color: #005ea5;
text-align: center;
vertical-align: middle;
height: 50px;
}
.menu_bas
{
position: relative;
width: 470px;
top: -40px;
left: 275px;
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #6D6224;
}
.texte_coordonnees
{
position: relative;
width: 620px;
top: -30px;
left: 210px;
font-family: Arial;
font-size: 11px;
color: #A69A5C;
}