
/*
HTML site du Parti Socialiste de Fos sur Mer
*/






body
{

   width: 760px;
   
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("image/fond.jpg");

}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 100px;
   
   background-repeat: no-repeat;
   margin-bottom: 10px;
}


/* Le menu */

#menu
{


   float: left;
   width: 138px;
 margin-top: 16px
}

.element_menu
{
 font-family: Arial, "Arial Black", "Times New Roman", Times, serif; 
   background-color:#eeeeee;

   background-repeat: repeat-x;
   border: 1px solid pink;
   border-radius: 10px;
   margin-top: 0px;
   margin-bottom: 4px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: red;
   font-family:font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("image/061.gif");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: navy;
}

.element_menu a:hover
{
   background-color: yellow;
   color: red;
}


/* Le corps de la page */

#corps
{
   margin-left: 140px;
   margin-bottom: 0px;
   padding: 20px;
    color: navy;
background-image: url("images/fond.jpg");
   
   background-repeat: repeat-x;
  font-family:font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   text-align: justify;
   border: 1px solid #EB95E5;
   border-radius: 10px;
}

#corps h1
{
   color: #990033;
   text-align: center;
   /* La police Comic Sans MS est agréable à lire pour les paragraphes je trouve */
   font-family:font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   
}

#corps h2
{
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
  color: #990033;
   text-align: left;
}


  .imageflottante
{
   float: left;
}
 




/* Onglet */

#onglets
{
    font : bold 15px Batang, arial, serif;
    list-style-type : none;
    padding-bottom : 5px; /* à modifier suivant la taille de la police ET de la hauteur de l'onglet dans #onglets li */
    border-bottom : 10px solid #9EA0A1;

    margin-left : 0;
}
#onglets li
{
    float : left;
    height : 22px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    background-color:#FFB6B8;
    margin : 2px 2px 0 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 2px 0 2px;  /* Pour IE  */
    border : 2px solid pink;
	border-radius: 10px;
}
 #onglets li.active
{
    border-bottom: 5px solid #red;
    background-color: #FFFFCC;
}
 #onglets a
{
    display : block;
    color : navy;
    text-decoration : none;
    padding : 4px;
}
#onglets a:hover
{
    background : #FFFFCC;
	
/* menu */
}
#menu
{
        border-bottom :0px solid #9EA0A1;

        padding-bottom : 0px;
}
#onglets
{
        position : right;
        border : 1px solid transparent;

        padding : 0;
        font : bold 11px Batang, arial, serif;
        list-style-type : none;
        left : 50%;
        margin-top : 0;
        width : 881px;
}		
		
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
width: 990px;
margin-top : 3px;
 margin-left: 2%;
     margin-right: 2%;
  padding:2px;
   text-align: center;
font-family:font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   color: black;
   border:1px solid #EB95E5;
   border-radius: 10px;
       background-image: url("image/fond.jpg");
   background-repeat: repeat-x;	
 }  



