DIV#conteneur_principal
{

position: relative;

/* border: dashed 1px #000000; */

width: 660px;
height: 115px;

left: 190px;

}



DIV#conteneur_pubs
{

width: 660px;
height: 60px;

margin-bottom: 6px;

}
         


DIV#conteneur_pub1
{

position: relative;

border: solid 1px #000000;


width: 468px;
height: 60px;

left: 0px;

float: left;

}



DIV#conteneur_pub2
{

position: relative;

border: solid 1px #000000;


width: 187px;
height: 60px;

left: 5px;


float: left;

}


DIV#conteneur_onglets_haut
{

/* border: solid 1px #000000; */

width: 660px;
height: 22px;

margin-bottom: 5px;

}



DIV#conteneur_onglets_haut_3_et_4
{

position: relative;

background: white url(../images/barre_menu_haut5.png) no-repeat;
/* background-position: 0% 1px; */

border-bottom-style: solid;
border-bottom-width: 1px;

width: 186px;
height: 20px;

float: right;

}


DIV#conteneur_onglet_haut_5
{

position: relative;

background: url(../images/barre_menu.png);

border: solid 1px #000000;

width: 187px;
height: 20px;

margin-left: 5px;

float: right;

}



DIV#conteneur_onglets_bas
{

/* border: solid 1px #000000; */

background: white url(../images/barre_menu_bas2.png) no-repeat;
/* background-position: 0% -1px; */

width: 660px;
height: 20px;

}

DIV.menu_horizontal
{

float: left;

margin-left: 10px;
margin-top: 3px;

font-weight: bold;

}




A, A:visited				/* MENUS "NORMAUX" */
{

background-color: none;		/* Les Etats "NON CLIQUE" et "CLIQUE" des liens sont LES MEMES */
color: #000000;

text-decoration: none;

}



A:hover
{

background-color: #d3d3d3
color: #ffffff;

text-decoration: none;

}



A:active
{

background-color: #369;
color: #ffffff;

text-decoration: none;

}


