/* debut des styles de la page a propos */

#structure_visuel {
	height: 168px;
	background: url(../images/general/fond_header_v2.png) repeat-x;
}

#application_bandeau {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 168px;
	_height: 144px; 
	padding-top: 24px;
	padding-left: 15px;
	background: url(../images/applications/bandeau.jpg) no-repeat ;
}

#offre_bandeau {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 168px;
	padding-top: 24px;
	padding-left: 15px;
	background: url(../images/offres_emploi/bandeau.jpg) no-repeat;
}

#pages_entete {
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 22px;
}

#pages_contenu {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	min-height: 20px;
	_height: 20px;
	padding-bottom: 30px;
}

#pages_gauche {
	float: left;
	width: 588px;
	min-height: 20px;
	_height: 20px;
}

#pages_droite {
	float: left;
	width: 350px;
	min-height: 10px;
	_height: 10px;
}

/* debut des styles du modele applications */
.application_ligne {
	position: relative;
	left: 0px;
	top: 0px;
	width: 568px;
	margin-bottom: 5px;
	background: url(../images/general/fond_texte.png) repeat-x #001D2D;
}

.application_titre {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 10px;
	color: #009DDF;
	text-transform: uppercase;
	font-size: 14px;
}

.application_texte {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 10px;
	color: #fff;
	font-size: 12px;
}

.application_texte ul li {
	list-style: square;
}
/* fin des styles du modele applications */


/* debut des styles du modele applications */
.offres_ligne {
	position: relative;
	left: 0px;
	top: 0px;
	width: 568px;
	margin-bottom: 5px;
	background: url(../images/general/fond_texte.png) repeat-x #001D2D;
}

.offres_nature {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 10px;
	color: #FECB00;
	font-weight: bold;
	font-size: 14px;
}

.offres_descriptif {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 10px;
	color: #fff;
	font-size: 12px;
}

.offres_pied {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 10px;
	color: #009DDF;
	font-size: 12px;
}

/* fin des styles du modele applications */


/* fin des styles de le page pageslogie */

