

#content TABLE.liste_offres_portlet
{
	width: 240px;
	margin-left: 15px;
}

#content TABLE.liste_offres_portlet TD.Interligne
{
	height: 20px;
}


/* Tableau de la liste des offres d'emplois */
#content TABLE.liste_offres
{
	margin-left: 25px;
	width: 445px;
}

#content TABLE.liste_offres TD.ligne_paire {
	PADDING-LEFT: 5px; PADDING-RIGHT: 30px; PADDING-TOP: 0px;
	height: 23px;
	vertical-align: middle;
}

#content TABLE.liste_offres TD.ligne_impaire
{
	PADDING-LEFT: 5px; PADDING-RIGHT: 30px; PADDING-TOP: 0px;
	background-color: #E9EAEA;
	vertical-align: middle;
	height: 23px;
}

/* Formulaire de saisie d'une réponse à une offre d'emploi */ 
#content div.form_col1 {
	float: left;
	margin: 0;
	width: 300px;
 }
 
  
#content div.form_col2 {
 }


#content input.text {
	border: solid 1px #D4D4D4 ;
} 
 
#content div.form_col2 Label,  #content div.form_col1 Label {
	float: left;
	width: 80px;
}

#content P.form_bas
 {
 	margin-top: 4px;
	height: 120px;
	width: 550px;
 }

#content P.form_bas label
 {
 	float: left;
	width: 80px;
 }

#content P.form_bas textarea
 {
 	float: left;
	width: 415px;
	height: 100px;
	border: solid 1px #D4D4D4 ;
 }
 
 #content P.submit
 {
 	float: left;
 }
 

