/* ----------------------------------------- */
/* Caractéristiques communes à toute la page */
/* ----------------------------------------- */
*
{
	font-family: arial;
}

body
{
	margin: 0; /* Pas de marge entre les bords de la fenêtre du browser et la page web */
	background-color: #234673;  /* Couleur de fond du browser si page plus petite que fenêtre du browser */
}

a:link, a:visited
{
	color: #234673;
}

img
{
	display: block;
	border: none;
}

table /* Propriétés par défaut de toutes les tables de la page */
{
	border-spacing: 0px; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-collapse: collapse;
}

td, th
{
	padding : 0px;
} 

.page
{
	background-color: white;
	width: 759px;
	height: 500px;
}

 /* ------------------------------------------------ */
 /* Mots clés entre le haut de la page et le bandeau */
 /* ------------------------------------------------ */
.mots_cles
{
	color: gray;
	background-color: White;
	font-size: 7px;
	text-align: left;
}

.mots_cles hr /* Le trait sous les mots clés */
{
	color: rgb(0,96,31);
}

 /* ---- */
 /* Menu */
 /* ---- */
.menu a /* Liens du menu en haut de la page */
{
	font-size: 12px;
	font-weight: bold;
}
.menu a:link, .menu a:visited
{
	color: #234673;
}
.menu a:hover
{
	background-color: #234673;
	color: white;
}

 /* ---------- */
 /* Formulaire */
 /* ---------- */
.formulaire
{
	font-size: 12px;
	background-color: #E0E0E0;
}

.formulaire tr
{
	vertical-align: middle;
}


/* ------------------------ */
/* Partie gauche de la page */
/* ------------------------ */
.gauche
{
	margin-left: 10px;
	font-size: 12px;
	background-image: url(img/bonhomme_fond.gif);
	height: 100%;
}

.gauche_titre
{
	font-size: 14px;
	font-weight: bold;
	color: #234673;
}

/* -------------------------- */
/* Partie centrale de la page */
/* -------------------------- */
.centre
{
	font-size: 12px;
	height: 100%;
}

.centre_titre
{
	font-size: 12px;
	font-weight: bold;
	color: #234673;
	text-align: center;

}.centre_texte
{
	text-align: justify;
}

/* -------------------- */
/* Catégories d'offres  */
/* -------------------- */
.cat_offre
{
	margin-left: 50px;
	margin-top: 30px;
}

.cat_offre a, .cat_offre td
{
	background-color: #234673;
	color : white;
	padding : 10px;

}

.cat_offre td
{
	border-style : solid;
	border-width: 10px; 
	border-color: white; 
}

.cat_offre a:hover
{
	background-color: white;
	color: #234673;
}

.cat_offre td
{
	font-size: 20px;
}

.paves td, paves
{
	border-right: 50px solid white;
	border-left: 50px solid white;
	border-bottom: 50px solid white;
	font-size: 20px;
	height: 128px;
	text-align:center;
}

.bleu1
{
    background-color: #234673;
    width: 154px;
    min-width: 154px;
    max-width: 154px;
}

.bleu2
{
    background-color: #236784;
    width: 154px;
    min-width: 154px;
    max-width: 154px;
}
.bleu3l
{
    background-color: #238895;
    width: 360px;
    min-width: 360px;
    max-width: 360px;
}
.bleu3c
{
    background-color: #238895;
    width: 154px;
    min-width: 154px;
    max-width: 154px;
}

.paves a, .paves a:visited
{
	color: white;
}

.paves a:hover
{
	font-weight: bold;
}

.offre_ref
{
    text-align: left;
	font-size: 12px;
}
.offre_titre
{
    text-align: center;
	font-size: 16px;
}
.offre_localisation
{
    text-align: right;
	font-size: 12px;
}


/* ---------------------- */
/* Affichage d'une offre  */
/* ---------------------- */
.entete_offre
{
	background-color: #234673;
	width: 600px;
	font-weight: bold;
}

.entete_offre tr
{
	color: white;
	text-align: center;
}

.detail_offre
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.detail_offre_contact
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #234673;
	font-weight: bold;
}

.detail_offre_gauche
{
	vertical-align: top;
	color: black;
	width: 66%;
	text-align: justify;
}

.detail_offre_droite
{
	vertical-align: top;
	color: #234673;
	text-align: justify;
}

/* ----------------------- */
/* Ligne du bas de la page */
/* ----------------------- */
.bas
{
	background-color: #234673;
	color: white;
	font-size: 9px;
	text-align: right;
	width: 100%;
}

.bas a /* Lien (adresse) du bas de la page */
{
	text-decoration: none;
	color: white;
}
