body
{
min-width: 900px;
max-width: 1112px;
margin: auto;
color: gray;
background-color: #fbf1f2;
margin-top: 5px;
font-family: Arial;
font-size: 14px;
}

#content a
{
color: #b35757;
text-decoration: none;
font-size: 20px;
}

#content a:hover
{
color: #b35757;
text-decoration: underline;
font-size: 22px;
}

#header
{
min-width: 900px;
max-width: 1112px;
margin: auto;
}

.image_menu
{
z-index: 10;
}

.table_menu
{
margin-top: -160px;
margin-left: 250px;
}

.table_menu td
{
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
border: 1px solid black;
z-index: 100;
}

#content
{

}

.menu_droite
{
width: 316px;
float: right;
position: relative;
min-height: 600px;
}

.titre_menu
{
color: red;
margin-top: -100px;
padding: 10px;
padding-left: 40px;
z-index: 10;
margin-left: 50px;
}

.contenu_news
{
width: 200px;
margin-top: -20px;
text-align: justify;
padding-right: 5px;
padding-left: 20px;
margin-left: 50px;
}

.share
{
position: absolute;
bottom: 10px;
padding-left: 100px;
}

.contenu
{
width: auto;
min-height: 600px;
background-color: white;
}

.contenu1
{
width: auto;
min-height: 600px;
background-color: white;
}

.post
{
margin-bottom: 10px;
padding: 10px;
}

.titre
{
background-image: url(images/grande_barre.jpg);
background-repeat: no-repeat;
margin: 0px;
font-size: 19px;
color: white;
font-style: bold;
padding-left: 5px;
margin-bottom: 10px;
font-weight: bold;
}

.content_bas
{

}

.table
{
width: 790px;
margin: 10px;
}

.table th
{
background-image: url(images/petite_barre.jpg);
background-repeat: no-repeat;
width: 250px;
color: white;
text-align: left;
padding-left: 5px;
font-size: 17px;
font-weight: bold;
}

.table td
{
text-align: justify;
padding: 5px;
vertical-align: top;
}

#footer
{
background-color: white;
font-size: 70%;
text-align: justify;
padding: 10px;

}

.barre_bas
{
margin-left: -7px;
margin-top: 10px;
}

.table_content .sous_menu
{
width: 200px;
padding: 10px;
vertical-align: top;
}

.table_content .content_menu
{
width: auto;
padding: 10px;
text-align: justify;
}

.onglets
{
		position:relative;
		float : left;
        border : 1px solid transparent;
        padding : 0;
        font : bold 14px arial, serif;
        list-style-type : none;
        margin-top : -167px;
        width : auto ;

		margin-left : 235px; /* la moitié de width */


}

.onglets img
{
    float:left;
   background-image: url(images/losange.gif);
   background-repeat: no-repeat;
   position:relative;
   margin-top:-7px;
   
   

   
}


.onglets li
{
	
    float : left;
    height : 23px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    background-color: #F4F9FD;
    margin : 2px 10px 0 -10px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 10px 0 -10px;  /* Pour IE  */
    border : 1px solid white;
}



.onglets a
{
    display : block;
    color : #000000;
    text-decoration : none;
    padding : 4px;
}

