#annonce table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border: 4px outset green; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
}

#annonce th /* Les cellules d'en-tête */
{
   background-color: #006600;
   color: white;
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

#annonce td /* Les cellules normales */
{
   border: 1px solid black;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

#jobs 
{
	width: 245px;
    top: 0px;
    margin: 0px;
    padding: 0px;
}

#jobs .gauche
{
float: left;
width:50px;
height:45px;
}
#jobs 
{
	width: 245px;
    top: 0px;
    margin: 0px;
    padding: 0px;
}

#jobs p 
{
    font: 11px Verdana;
    color: #111;
    padding-top: 0px;
    padding-left: 2px;
    padding-bottom: 8px;
    padding-right: 2px;
    margin: 0px;
	margin-top:10px;
    text-align: justify;
    text-indent: 0px;
}

#jobs h4 {
    font: bold 12px Verdana;
    color: #111;
    padding: 0px;
    margin: 0px;
    text-align: left;
    text-indent: 0px;
    text-transform: UPPERCASE;
}

#jobs h5
{
    font: 12px Verdana;
    color: #f00;
    padding: 0px;
    margin: 0px;
    text-align: left;
    text-indent: 0px;
    font-style: italic;
}

#jobs p a, p a:link {
	color: #ebbc2b;
	margin: 0px;
	padding: 0px;
	text-align: right;
	text-decoration: underline;
}

#jobs p a:hover {
    font-weight: bold;
}

#jobs a:link
{
color: #D09D00;
margin: 0px;
padding: 0px;
text-align: right;
text-decoration: underline;
}

#jobs a:hover
{
font-weight: bold;
}

#jobs a:visited
{
color: #D09D00;
margin: 0px;
padding: 0px;
text-align: right;
text-decoration: underline;
}