<style type="text/css">

/* ------------------------------------------------DEBUT MISE EN PAGE----------------------------------------- */
*{}
*  { 
margin: 0px; 
padding: 0px; 
border: none; 
font-family: arial; 
}

#container {
position:relative;
left:50%;
width:800px;
margin:0 0 0 -400px;
}
#textbaniere {
	height: 60px;
	width: 500px;
	top : 20px;
	left: 300px;
position : absolute;
font-family : arial;
font-size : 14pt;
color : #FFFFFF;
text-align : center;
z-index: 15;
}
#entete {
position:relative;
height:103px;
}

#content {
position:relative;
border-left: 2px solid #032bbf;
border-right: 2px solid #032bbf;
margin-top:32px;
padding-top:15px;
}

#cols_gauche {
position:relative;
width:673px;
float:left;

}

#cols_droite {
position:relative;
}
/* ------------------------------------------------DEBUT PIED DE PAGE----------------------------------------- */
		#pied_page {
		position:relative;
		background-color: #032bbf;
		clear: both;
			height : 79px;
		}

		#info_pied {
		position:absolute;
		height : 63px;
		width : 280px;
		border-top : solid #FFFFFF 1px;
		border-right : solid #FFFFFF 1px;
		border-left : solid #FFFFFF 1px;
		font-family : arial;
		font-size : 8pt;
		color : #FFFFFF;
		text-align : center;
		margin-top: 2px;
		padding-top:16px;
		}
		.lienplan {
		color : #FFFFFF;
		}

		#pub_pied {
		position:absolute;
		left:281px;
		top:2px;
		width:513px;
		height:70px;
		z-index:1;
		border-top : solid #FFFFFF 1px;
		border-left : solid #FFFFFF 1px;
		border-right : solid #FFFFFF 1px;
		text-align : center;
		padding-top : 9px;
		}
/* ------------------------------------------------FIN PIED DE PAGE----------------------------------------- */
/* ------------------------------------------------FIN MISE EN PAGE----------------------------------------- */

/* ------------------------------------------------DEBUT MENU----------------------------------------- */
#conteneur_menu {
position:absolute;
top:113px;
left:0px;
height:30px;
width:800px;
z-index:3;
}

#brareMenu {
position:absolute;
left:0px;
top:5px;
width:800px;
height:17px;
z-index:1;
background-color: #032BBF;
}

#padding_menu{
position:relative;
width:22px;
height:20px;
float: left;
z-index:5;
}

.bouton_menu{
position:relative;
z-index:5;
background-image: url(images/bouton_bleu.jpg);
background-repeat: no-repeat;
background-position: center;
border: 2px solid #032bbf;
background-color: #FFFFFF;
color: #FFFFFF;
font-family: arial;
font-weight: bold;
font-size: 12px;
text-align: center;
vertical-align: middle;
padding-top: 4px;
width:139px;
height:20px;
text-decoration:none;
float: left;
margin-right: 10px;
}
.bouton_recruteur {
position:relative;
z-index:5;
background-image: url(images/bouton_rouge.jpg);
background-repeat: no-repeat;
background-position: center;
border: 2px solid #032bbf;
background-color: #FFFFFF;
color: #FFFFFF;
font-family: arial;
font-weight: bold;
font-size: 12px;
text-align: center;
vertical-align: middle;
padding-top: 4px;
width:139px;
height:20px;
text-decoration:none;
float: left;
margin-right: 10px;
}
.bouton_diplome {
position:relative;
z-index:5;
background-image: url(images/bouton_vert.gif);
background-repeat: no-repeat;
background-position: center;
border: 2px solid #032bbf;
background-color: #FFFFFF;
color: #FFFFFF;
font-family: arial;
font-weight: bold;
font-size: 12px;
text-align: center;
vertical-align: middle;
padding-top: 4px;
width:139px;
height:20px;
text-decoration:none;
float: left;
margin-right: 10px;
}
.bouton_lien {
color:#FFFFFF;
text-decoration:none;
}

dl, dt, dd , ul, li{
margin: 0;
padding: 0;
list-style-type: none;
font: 9pt arial, sans-serif;
}
#menu {
position: relative;
z-index:10; /* précision pour Opera */
float: left;
}
#menu dl {
float: left;
width: 143px;
height : 24px;
background-color : #FFFFFF;
margin-right: 5px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
font-size: 12px;
height : 20px;
background-image : url(images/boutonbleuup.gif);
background-repeat: no-repeat;
background-position : center;
border: 2px solid #032bbf;
margin: 0px;
color : #FFFFFF;
vertical-align: middle;
padding-top : 4px;
}
#menu dd {
display: none;
border: 2px solid #032bbf;
background-repeat: no-repeat;
background-position : center;
}
#menu li {
text-align: center;
background: #FFFFFF;
background-color : #FFFFFF;
}
#menu li a, #menu dt a {
background-image : url(images/boutonbleuup.gif);
background-repeat: no-repeat;
background-position : center;
text-decoration: none;
display: block;
height: 100%;
border: 2 none;
color : #FFFFFF;
padding-top : 4px;
height : 20px;
font-size: 12px;
}
#menu li a:hover, #menu dt a:hover {
background-image : url(images/boutonbleuup.gif);
background-repeat: no-repeat;
background-position : center;
color : #FFFFFF;
}
/* ------------------------------------------------FIN MENU----------------------------------------- */

/* ------------------------------------------------DEBUT CONTENU SITE----------------------------------------- */
#navigation {
position:relative;
height:17px;
padding-left:20px;
border-bottom : solid #032bbf 2px;
text-align: left;
font-size: 11px;
width: auto;
}

#info_page {
position:relative;
margin-left:30px;
margin-top:30px;

}
#texte_intro {
position:absolute;
width:325px;
height:59px;
font-size: 12px;
font-weight: bold;
line-height: 18px;
float:left;
}

#actuellement {
position:absolute;
width:256px;
height:59px;
text-align: center;
font-size: 12px;
color: #FFFFFF;
background-image: url(images/actuellement.jpg);
background-repeat:no-repeat;
padding-top: 6px;
margin-left:360px;
line-height: 18px;
float:left;
}
/* ------------------------------------------------FIN CONTENU SITE----------------------------------------- */

/* ------------------------------------------------DEBUT TABLEAU----------------------------------------- */
#cadre_tableau {
position:relative;
margin-top:110px;
margin-left:30px;
width:613px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
z-index:1;
margin-bottom:10px;
text-decoration:none;
color:#000000;
}

.table_titre {
font-family:arial, Verdana, helvetica, sans-serif; 
background-color:#032bbf;
color:#FFFFFF;
border-collapse : collapse;  
margin-bottom:5px;
}

.table_ligne_titre {
background-color:#032bbf;
font-weight: bold;
font-size : 12px; 
height:35px;
}

.table_titre_celule {
border: solid #afafaf 1px;
text-align:center;
}

.table_offre {
font-family:arial, Verdana, helvetica, sans-serif; 
margin-bottom:5px;
color:#000000;
font-size : 12px; 
border-collapse : collapse;  
}

.table_celule_offre {
border: solid #afafaf 1px;
background-color:#dbe8ff;
font-weight: bold;
padding-left:2px;
}
.table-celule-offre_over {
border: solid #afafaf 1px;
background-color:#b9d1fc;
font-weight: bold;
padding-left:2px;
}
a.lien_titre_offre:link {
text-decoration: none; 
color : #000000;
}
a.lien_titre_offre:visited{
text-decoration : none; 
color : #000000;
}
a.lien_titre_offre:hover{
text-decoration: none; 
}

.table_celule {
background-color:#f4f4f4;
border: solid #afafaf 1px;
padding-left:2px;
}

#num_page {
position:relative;
width:83px;
height:12px;
z-index:1;
font-size:12px;
margin-top:10px;
margin-left:280px;
}
.texte_lien_navig_page:link {
position:relative;
font-size: 12px;
color:#000000;
text-decoration: underline;
}
.texte_lien_navig_page:visited {
position:relative;
font-size: 12px;
color:#000000;
text-decoration: underline;
}
.texte_lien_navig_page:hover {
position:relative;
font-size: 12px;
color:#000000;
text-decoration: underline;
}
.font_page {
color: #993300;
font-weight: bold;
font-size:12px;
}
#fleche_gauche {
position:absolute;
top:2px;
width:12px;
height:11px;
z-index:2;
}
#fleche_droite {
position:absolute;
left:71px;
top:2px;
width:12px;
height:11px;
z-index:1;
}

/* ------------------------------------------------FIN TABLEAU----------------------------------------- */

</style>
