html, body {
	margin: 0;
	padding: 0;
	height: 100%
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
	background-color: #EDEDEF;
}


/* ***************************************************************************************** */
/* definition des blocs qui structurent les contenus des pages                               */
/* ***************************************************************************************** */

#centrer {
	width: 1020px;
	/*height:100%;*/
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
	/*background-image: url(../medias/interface/elitis_fond.jpg);
	background-repeat: repeat-y;*/
}
#site {
	/*width: 916px;*/
	width: 1020px;
	position: absolute;
	/*margin: 0 52px 0 52px;*/
	/*background-color: #FFFFFF;*/
	background-image: url(../medias/interface/elitis_fond.jpg);
	background-repeat: repeat-y;
}

#drapeau_fr {
	top: 56px;
	left: 925px;
	margin: 0;
	padding: 0;
	position:absolute;
	width: 33px;
	height: 22px;
	background-image: url(../medias/interface/drapeau_fr.gif);
	background-repeat: no-repeat;
}
#drapeau_en {
	top: 56px;
	left: 925px;
	margin: 0;
	padding: 0;
	position:absolute;
	width: 33px;
	height: 22px;
	background-image: url(../medias/interface/drapeau_en.gif);
	background-repeat: no-repeat;
}
#drapeau_en a {
	display: block;
	width: 100%;
	height: 100%;
}
#drapeau_fr a {
	display: block;
	width: 100%;
	height: 100%;
}
/* ***************************************************************************************** */
/* definition des blocs de la home page                                                      */
/* ***************************************************************************************** */
#home_bandeau {
	width: 916px;
	height: 365px;
	float:left;
	left: 0;
	text-align: center;
	/*padding: 0 0 0 52px;*/
}

#home_main {  /* contient les 2 btns pour espace carriere et espace entreprise */
	width: 916px;
	height: 175px;
	float: left;
	left: 0;
	/*padding: 0 0 0 52px;*/
}
#home_main_gauche {  /* contient les 2 btns pour espace carriere et espace entreprise */
	margin: 20px 0 0 133px;
	width: 229px;
	float: left;
}
#home_main_centre {  /* contient les 2 btns pour espace carriere et espace entreprise */
	margin: 20px 0 0 0;
	width: 245px;
	float: left;
}

#home_main_droite {  /* contient les 2 btns pour espace carriere et espace entreprise */
	margin: 20px 0 0 0;
	width: 309px;
	float: left;
}
#home_main #home_main_centre p, #home_main #home_main_gauche p, #home_main #home_main_droite p {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#home_main p {
	font-size: 12px;
	text-align:left;
}

#home_footer {
	width: 916px;
	height: 23px;
	text-align: left;
	float:left;
	background-color: #F2F3F4;
	/*padding: 0;*/
}

/***********************************************************************************************/
/* definition du pied de page de la home page */
/***********************************************************************************************/
#home_footer_droit{
	margin: 0;
	padding: 0 30px 0 0;
	width: 427px;
	height: 23px;
	text-align: right;
	float:right;
}

#home_footer_droit ul {
	height: 23px;
	line-height: 23px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	color: #666666;
	float: right;
}
#home_footer_droit li {
	margin: 0;
	padding: 0;
	float: left;
}
#home_footer_droit a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#home_footer_droit a:hover {
	font-size: 10px;
	text-decoration: underline;
}
#home_footer_gauche_fr{
	margin: 0;
	width: 457px;
	height: 23px;
	text-align: left;
	float:left;
	/*background-image: url(../medias/interface/home_fd_footer_fr.gif);
	background-repeat: no-repeat;*/
}
#home_footer_gauche_en{
	margin: 0;
	width: 457px;
	height: 23px;
	text-align: left;
	float:left;
	/*background-image: url(../medias/interface/home_fd_footer_en.gif);
	background-repeat: no-repeat;*/
}
#home_footer_gauche_fr ul, #home_footer_gauche_en ul{
	height: 23px;
	line-height: 23px;
	margin: 0;
	padding: 0 0 0 40px;
	list-style-type: none;
	font-size: 10px;
	color: #666666;
	float: left;
}
#home_footer_gauche_fr li, #home_footer_gauche_en li {
	margin: 0;
	padding: 0;
	float: left;
}
#home_footer_gauche_fr a,#home_footer_gauche_en a {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bolder;
}
#home_footer_gauche_fr a:hover, #home_footer_gauche_en a:hover {
	text-decoration: underline;
	font-weight: bolder;
}

/* ***************************************************************************************** */
/* definition des blocs de l'interieur du site                                               */
/* ***************************************************************************************** */
#espace_home {
	margin: 0 0 0 52px;
	padding: 0;
}
#espace_carriere {
	margin: 0 0 0 52px;
	padding: 0;
}
#espace_entreprise {
	margin: 0 0 0 52px;
	padding: 0;
}
#espace_anglais {
	margin: 0 0 0 52px;
	padding: 0;
}
#header {
	margin: 0;
	padding: 0;
	width: 916px;
	height: 122px;
	float: left;
}
#espace_anglais #header.header {
	background-image: url(../medias/interface/logo_anglais_elitis.gif);
	background-repeat: no-repeat;
}
#espace_entreprise #header.header {
	background-image: url(../medias/interface/logo_entreprise_elitis.gif);
	background-repeat: no-repeat;
}
#espace_carriere #header.header {
	background-image: url(../medias/interface/logo_carriere_elitis.gif);
	background-repeat: no-repeat;
}
#espace_home #header.header {
	background-image: url(../medias/interface/logo_accueil_elitis.gif);
	background-repeat: no-repeat;
}
#retour_home {
	margin: 0;
	padding: 0;
	width: 274px;
	height: 100%;
	float: left;
}
#liens_header {
	width: 640px;
	height: 100%;
	float: right;
}
#espace_home #barre_navigation {
	height: 26px;
	float: left;
	background-image: url(../medias/interface/barre_nav_home.gif);
	background-repeat: no-repeat;
}
#espace_anglais #barre_navigation {
	height: 26px;
	float: left;
	background-image: url(../medias/interface/barre_nav_anglais.gif);
	background-repeat: no-repeat;
}
#espace_carriere #barre_navigation {
	height: 26px;
	float: left;
	background-image: url(../medias/interface/barre_nav_carriere.gif);
	background-repeat: no-repeat;
}
#espace_entreprise #barre_navigation {
	height: 26px;
	float: left;
	background-image: url(../medias/interface/barre_nav_entreprise.gif);
	background-repeat: no-repeat;
}
#titre_rubrique {
	width: 916px;
	height: 46px;
	float: left;
	left: 0;
}
/* ***************************************************************************************** */
/* definition des blocs dans l'accueil d'un espace                                     */
/* ***************************************************************************************** */
#accueil_bandeau {
	width: 100%;
	height: 290px;
	float:left;
	left: 0;
}
/* pour le swf */
#accueil_bandeau_gauche {
	margin: 0;
	padding: 0;
	width: 700px;
	height: 290px;
	float: left;
	left: 0;
}
#accueil_bandeau_droite {
	margin: 0;
	padding: 0;
	width: 216px;
	height: 290px;
	float: left;
	left: 0;
}
#accueil_bandeau_droite p{
	padding: 40px 0 0 20px;
	margin: 0;
	font-size: 20px;
	color: #FFFFFF;
}
#espace_carriere #accueil_bandeau_droite {
	background-image: url(../medias/interface/accueil_bd_carriere.jpg);
	background-repeat: no-repeat;
}
#espace_entreprise #accueil_bandeau_droite {
	background-image: url(../medias/interface/accueil_bd_entreprise.jpg);
	background-repeat: no-repeat;
}
#accueil_main {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 250px;
	float: left;
	left: 0;

}
#accueil_main_gauche {
	margin: 50px 0 0 30px;
	padding: 0;
	width: 507px;
	float: left;
	left: 0;
}
#accueil_main_droite {
	margin: 78px 0 0 0;
	padding: 0;
	width: 339px;
	float: left;
	left: 0;
}

html>body #main {
	height: auto;
	min-height: 540px;
}
#main {
	margin: 0;
	padding: 0;
	width: 916px;
	height: 494px;
	float: left;
	left: 0;
}
#main_gauche {
	margin: 0 30px 0 0;
	padding: 0;
	width: 200px;
	float: left;
	left: 0;
}
#main_droite {
	margin: 0;
	padding: 30px 20px 0 0;
	/*height: 530px;*/
	left: 0;
}
#footer { /* pour toujours laisser une marge blanche en abs entre le texte et le filet */
	width: 100%;
	height: 20px;
	float: left;
	left: 0;
	clear:both;
}


/* ***************************************************************************************** */
/* definition des styles par blocs                                                           */
/* ***************************************************************************************** */

/* ------------------------------------------------------------------------------------
 styles liens header (communs home et interieur du site)
------------------------------------------------------------------------------------ */
#header ul {
	display: block;
	width: 330px;
	height: 23px;
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
	font-size: 10px;
	color: #666666;
	line-height: 23px;
	float: right;
}

#header li {
	margin: 0;
	padding: 0 10px 0 10px;
	float: right;
}
#header a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header li.separation_liens {
	display: block;
	width: 20px;
}
#header li.autres_liens {
	color: #FFFFFF;
}
#header li.autres_liens a {
	color: #FFFFFF;
}
#retour_home a {
	display: block;
	width: 100%;
	height: 100%;
}

#espace_entreprise ul.fd_liens_header {
	background-image:  url(../medias/interface/header_fd_liens_entreprise.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#espace_carriere ul.fd_liens_header {
	background-image:  url(../medias/interface/header_fd_liens_carriere.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#espace_home ul.fd_liens_header {
	background-image:  url(../medias/interface/home_fd_liens_header.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* ------------------------------------------------------------------------------------
 styles typo3
------------------------------------------------------------------------------------ */
#espace_entreprise .important {
	color: #2480B7;
	font-weight: bold;
}
#espace_carriere .important {
	color: #990066;
	font-weight: bold;
}
#espace_anglais .important {
	color: #B30511;
	font-weight: bold;
}

/* ------------------------------------------------------------------------------------
 styles interieur du site
------------------------------------------------------------------------------------ */

/* styles barre de navigation sous le header
------------------------------------------------------------------------------------ */

#barre_navigation ul {
	margin: 0;
	padding: 0;
	width: 916px;
	list-style-type: none;
}
#barre_navigation li {
	float: left;
	line-height: 26px;
	padding: 0 20px 0 20px;
	margin: 0;
}
#barre_navigation a {
	float: left;
	padding: 0 12px 0 12px;
	margin: 0;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#espace_carriere #barre_navigation a:hover {
	background: url(../medias/interface/carre_barre_nav_carriere.gif);
	background-repeat: repeat-x;
}
#espace_carriere a.lien_select {
	background: url(../medias/interface/carre_barre_nav_carriere.gif);
	background-repeat: repeat-x;
}
#espace_entreprise #barre_navigation a:hover {
	background: url(../medias/interface/carre_barre_nav_entreprise.gif);
	background-repeat: repeat-x;
}
#espace_entreprise a.lien_select {
	background: url(../medias/interface/carre_barre_nav_entreprise.gif);
	background-repeat: repeat-x;
}
#espace_anglais #barre_navigation a:hover {
	background: url(../medias/interface/carre_barre_nav_anglais.gif);
	background-repeat: repeat-x;
}
#espace_anglais a.lien_select {
	background: url(../medias/interface/carre_barre_nav_anglais.gif);
	background-repeat: repeat-x;
}

#espace_entreprise .fd_nav_actualite {
	width: 104px;
	height: 35px;
	background:  url(../medias/interface/fd_btn_actualite_barre_nav_entreprise.gif);
	background-repeat: no-repeat;
}
#espace_carriere .fd_nav_actualite {
	width: 104px;
	height: 35px;
	background:  url(../medias/interface/fd_btn_actualite_barre_nav_carriere.gif);
	background-repeat: no-repeat;
}


/* styles page d'accueil entreprise et carriere
------------------------------------------------------------------------------------ */
#accueil_main_gauche h1 {
	margin: 0;
	padding: 0 0 5px 20px;
	font-size: 17px;
	font-weight: bold;
}
#espace_carriere #accueil_main_gauche h4{
	margin: 10px 20px 0 0;
	padding: 0 0 0 20px;
	font-size: 14px;
	font-weight: normal;
	background-image:  url(../medias/interface/separation_carriere.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#espace_entreprise #accueil_main_gauche h4{
	margin: 10px 20px 0 0;
	padding: 0 0 0 20px;
	font-size: 14px;
	font-weight: normal;
	background-image:  url(../medias/interface/separation_entreprise.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#espace_entreprise #accueil_main_gauche h1 {
	color: #2480B7;
	background-image:  url(../medias/interface/fleche_entreprise.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#espace_carriere #accueil_main_gauche h1 {
	color: #990066;
	background-image:  url(../medias/interface/fleche_carriere.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
#accueil_main_gauche p{
	margin: 0 20px 0 50px;
	padding: 0 5px 0 0;
	/*padding: 0;*/
	font-size: 11px;
}
#espace_entreprise #accueil_main_gauche li{
	margin: 0 20px 0 50px;
	padding: 0 5px 0 0;
	/*padding: 0;*/
	font-size: 11px;
	background-image:  url(../medias/interface/separation_entreprise.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#espace_carriere #accueil_main_gauche li{
	margin: 0 20px 0 50px;
	padding: 0 5px 0 0;
	/*padding: 0;*/
	font-size: 11px;
	background-image:  url(../medias/interface/separation_carriere.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#espace_carriere #accueil_main_gauche p{
	background-image:  url(../medias/interface/separation_carriere.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#espace_entreprise #accueil_main_gauche p{
	background-image:  url(../medias/interface/separation_entreprise.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#accueil_main_droite p{
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#espace_entreprise #accueil_main_droite ul, #espace_entreprise #accueil_main_gauche ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style-image: url(../medias/interface/puce_entreprise_bleu.gif);
	list-style-position: inside;

}
#espace_carriere #accueil_main_droite ul, #espace_carriere #accueil_main_gauche ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style-image: url(../medias/interface/puce_carriere_vert.gif);
	list-style-position: inside;
}
#accueil_main_droite li {
	margin: 0;
	padding: 0;
}
#accueil_main_droite h4{
	margin: 0;
	padding: 0 0 0 0;
	font-size: 16px;
	font-weight: bold;
}

#accueil_main_gauche li {
	margin: 0;
	padding: 0;
}
#espace_carriere #accueil_main_gauche a, #espace_carriere #accueil_main_droite a {
	font-size: 11px;
	color: #990066;
	text-decoration: underline;
}
#espace_entreprise #accueil_main_gauche a, #espace_entreprise #accueil_main_droite a {
	font-size: 11px;
	color: #2480B7;
	text-decoration: underline;
}
#accueil_main_gauche a:hover, #accueil_main_droite a:hover {
	text-decoration: none;
}


/* styles pages interieur du site : nav a gauche
------------------------------------------------------------------------------------ */

#main_gauche ul {
	display: block;
	width: 100%;
	margin: 30px 0 40px 0;
	list-style-type: none;
	font-size: 11px;
	float: right;
}
#espace_entreprise #main_gauche li {
	margin: 0;
	padding: 0 0 5px 20px;
	font-size: 11px;
	color: #2480B7;
	font-weight: bold;
	text-transform:uppercase;
}
#espace_carriere #main_gauche li {
	margin: 0;
	padding: 0 0 5px 20px;
	font-size: 11px;
	color: #990066;
	font-weight: bold;
	text-transform:uppercase;
}
#main_gauche a {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
#main_gauche a:hover {
	text-decoration: underline;
}
#espace_entreprise #main_gauche a.lien_select_gauche {
	font-size: 11px;
	color: #2480B7;
	font-weight: normal;
	text-decoration: none;
}
#espace_entreprise #main_gauche a.lien_select_gauche:hover {
	text-decoration: underline;
}
#espace_carriere #main_gauche a.lien_select_gauche {
	font-size: 11px;
	color: #990066;
	font-weight: normal;
	text-decoration: none;
}
#espace_carriere #main_gauche a.lien_select_gauche:hover {
	text-decoration: underline;
}
#espace_entreprise #main_gauche .qui_sommes_nous {
	background-image:  url(../medias/visuels/entreprise_qui_sommes_nous.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#espace_carriere #main_gauche .qui_sommes_nous {
	background-image:  url(../medias/visuels/entreprise_qui_sommes_nous.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* styles pages interieur du site : contenu a droite
------------------------------------------------------------------------------------ */
#espace_entreprise #main_droite h1 {
	margin: 0;
	padding: 0 0 0 23px;
	/*line-height: 55px;*/
	font-size: 16px;
	font-weight: bold;
	color: #2480B7;
	display:inline;
	/*text-transform: uppercase;*/
	background-image:  url(../medias/interface/fleche_entreprise.gif);
	background-repeat: no-repeat;


}
#espace_carriere #main_droite h1 {
	margin: 0;
	padding: 0 0 0 23px;
	/*line-height: 55px;*/
	font-size: 16px;
	font-weight: bold;
	color: #990066;
	display:inline;
	/*text-transform: uppercase;*/
	background-image:  url(../medias/interface/fleche_carriere.gif);
	background-repeat: no-repeat;

}
#espace_anglais #main_droite h1 {
	margin: 0;
	padding: 0 0 0 23px;
	/*line-height: 55px;*/
	font-size: 16px;
	font-weight: bold;
	color: #B30511;
	display:inline;
	/*text-transform: uppercase;*/
	background-image:  url(../medias/interface/fleche_anglais.gif);
	background-repeat: no-repeat;

}
#espace_entreprise #main_droite h2 {
	margin: 0;
	padding: 0 0 9px 12px;
	font-size: 14px;
	font-weight: bold;
	color: #2480B7;
}
#espace_carriere #main_droite h2 {
	margin: 0;
	padding: 0 0 9px 12px;
	font-size: 14px;
	font-weight: bold;
	color: #990066;
}
#espace_anglais #main_droite h2 {
	margin: 0;
	padding: 0 0 9px 12px;
	font-size: 14px;
	font-weight: bold;
	color: #B30511;
}

#espace_entreprise #main_droite h3 {
	margin: 0;
	padding: 0 0 9px 12px;
	font-size: 13px;
	font-weight: bold;
	color: #2480B7;
}
#espace_carriere #main_droite h3 {
	margin: 0;
	padding: 0 0 9px 12px;
	font-size: 13px;
	font-weight: bold;
	color: #990066;
}
#espace_anglais #main_droite h3 {
	margin: 0;
	padding: 0 0 9px 12px;
	font-size: 13px;
	font-weight: bold;
	color: #B30511;
}
#espace_entreprise #main_droite h4 {
	margin: 0;
	padding: 0 0 9px 12px;
	font-size: 12px;
	font-weight: bold;
	color: #2480B7;
}
#espace_carriere #main_droite h4 {
	margin: 0;
	padding: 0 0 9px 12px;
	font-size: 12px;
	font-weight: bold;
	color: #990066;
}
#espace_anglais #main_droite h4 {
	margin: 0;
	padding: 0 0 9px 12px;
	font-size: 12px;
	font-weight: bold;
	color: #B30511;
}
#main_droite h5 {
	margin: 0;
	padding: 6px 0 0 12px;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
}
#main_droite h6 {
	margin: 0;
	padding: 0 0 18px 12px;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
}
/* styles listes */
#main_droite ul { 
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
}
#espace_entreprise #main_droite ul li, #espace_entreprise #main_droite ul li li { 
	list-style-image: url(../medias/interface/puce_entreprise_bleu.gif);
	list-style-position: inside;
}
#espace_carriere #main_droite ul li, #espace_carriere #main_droite ul li li {
	list-style-image: url(../medias/interface/puce_carriere_vert.gif);
	list-style-position: inside;
}
/* style trait horizontal */
#main_droite hr {
	margin: 0 0 18px 0;
	height: 1px;
	border: 0;
	text-align: center;
}
#espace_entreprise #main_droite hr {
	border-bottom: 1px solid #2480B7;
}
#espace_carriere #main_droite hr {
	border-bottom: 1px solid #990066;
}

/*
#espace_entreprise #main_droite ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style-image: url(../medias/interface/puce_entreprise_bleu.gif);
	list-style-position: inside;
}
#espace_carriere #main_droite ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style-image: url(../medias/interface/puce_carriere_vert.gif);
	list-style-position: inside;
}
#espace_anglais #main_droite ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style-image: url(../medias/interface/puce_anglais_gris.gif);
	list-style-position: inside;
}

#main_droite li {
	margin: 0;
	padding: 0;
}
*/

#main_droite p {
	padding: 0 12px 12px 12px;
	font-size: 12px;
}
#espace_entreprise #main_droite a {
	font-size: 12px;
	color: #2480B7;
	text-decoration: underline;
}
#espace_entreprise #main_droite a:hover {
	text-decoration: none;
}
#espace_carriere #main_droite a {
	font-size: 12px;
	color: #990066;
	text-decoration: underline;
}
#espace_carriere #main_droite a:hover {
	text-decoration: none;
}
#espace_anglais #main_droite a {
	font-size: 12px;
	color: #B30511;
	text-decoration: underline;
}
#espace_anglais #main_droite a:hover {
	text-decoration: none;
}
#main_droite img {
	margin: 5px 0 0 0;
	padding: 0;
}
#main_droite img.img_droite {
	margin-left: 10px;
	margin-right: 50px;
	float: right;
}
#espace_entreprise #main_droite dd.csc-textpic-caption{
	font-size: 13px;
	color: #2480B7;
	font-weight: bold;
}
#espace_carriere #main_droite dd.csc-textpic-caption{
	font-size: 13px;
	color: #990066;
	font-weight: bold;
}
/* styles tableaux */
#main_droite table {
	margin: 6px 10px 6px 10px;
	padding: 0;
	border-collapse: collapse;
	font-size: 12px;
}
#main_droite table p.bodytext {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#main_droite table td {
	vertical-align: middle;
	padding: 4px;
}
#espace_entreprise #main_droite table td {
	border: 1px solid #9CC2D9;
}
#espace_carriere #main_droite table td {
	border: 1px solid #BA81A7;
}
#main_droite table thead td, #main_droite table th {
	padding: 4px;
	color: #FFFFFF;
	font-weight: bold;
}
#espace_entreprise #main_droite table thead td, #espace_entreprise #main_droite table th {
	border: 1px solid #9CC2D9;
	background-color: #2480B7;
}
#espace_carriere #main_droite table thead td, #espace_carriere #main_droite table th {
	border: 1px solid #BA81A7;
	background-color: #990066;
}
#main_droite table thead td p, #main_droite table th p {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/* styles plugin sitemap pour liens tableaux
------------------------------------------------------------------------------------ */

#main_droite ul.csc-menu {
	margin: 0;
	padding: 0;
}
#main_droite ul.csc-menu li {
	margin: 0;
	padding: 0;
}
#main_droite ul.csc-menu-1 {
	margin: 32px 0 22px 0;
	padding: 0;
	font-size: 12px;
	width: 100%;
	list-style-type: none;
	list-style-image: none;
}
#main_droite ul.csc-menu-1 li {
	display: inline;
	margin: 0;
	padding: 0 24px 0 0;
	text-align: left;
}


/* les formulaires
------------------------------------------------------------------------------------ */
#main_droite fieldset {
	border: 0;
	font-size: 12px;
	margin: 0;
}
#main_droite fieldset label {
	line-height: 28px;
}

#main_droite fieldset input {
	font-size: 12px;
	line-height: 16px;
	/*	height: 18px;*/
	/*border: 1px solid #999999;*/
	/*border-color:#999999;*/
}

#main_droite fieldset input[type=text] {
	border: 1px solid #999999;
}
#main_droite fieldset textarea {
	border: 1px solid #999999;
}
#main_droite fieldset input[type=checkbox] {
	margin: 0 6px 0 12px;
	padding: 0;
	vertical-align: middle;
	line-height: 16px;
}
#main_droite fieldset input[type=radio] {
	margin: 0 6px 0 12px;
	padding: 0;
	vertical-align: middle;
	border:0;
}
#espace_carriere #main_droite fieldset input[type=submit] {
	margin: 12px 0 0 0;
	border: 0;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #990066;
	text-decoration: underline;
	background-color: #FFE2FF;
}
#espace_entreprise #main_droite fieldset input[type=submit] {
	margin: 12px 0 0 0;
	border: 0;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #2480B7;
	text-decoration: underline;
	background-color: #DFF8FF;
}

#espace_anglais #main_droite fieldset input[type=submit] {
	margin: 12px 0 0 0;
	border: 0;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #B30511;
	text-decoration: underline;
	background-color: #FF7C7C;
}

/* styles liste des temoignages et fiche detaillee d'un temoignage
------------------------------------------------------------------------------------ */

table.liste_temoignages {
	width: 616px;
	border: 0;
	padding: 0;
	font-size: 12px;
}
table.liste_temoignages td.visuel {
	padding: 0 15px 0 0;
	width: 124px;
	vertical-align: top;
}
table.liste_temoignages td.profil {
	height: 80px;
	vertical-align: top;

}
#espace_entreprise #main_droite table.liste_temoignages td.profil .lien a{
	/*height: 20px;*/
	padding: 0 0 0 10px;
	font-size: 10px;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../medias/interface/carre_plus_details.gif);
	background-repeat: no-repeat;

}
#espace_entreprise #main_droite table.liste_temoignages td.profil .lien a:hover{
	text-decoration: underline;
}
table.liste_temoignages td.separation {
	height: 30px;

}


/* styles liste des actualites et fiche detaillee d'une actualite
------------------------------------------------------------------------------------ */

table.liste_actualites{
	width: 870px;
	border: 0;
	padding: 0;
	font-size: 12px;
}
table.liste_actualites td.visuel {
	padding: 0 0 0 46px;
	width: 180px;
	text-align: left;
	vertical-align: top;
}
table.liste_actualites td.texte {
	height: 92px;
	vertical-align: top;
}

table.liste_actualites td.separation {
	height: 10px;
}
#espace_carriere #main_droite table.liste_actualites h2 {
	margin: 0 0 16px 0;
	padding: 0;
	font-size: 16px;
	color: #990066;
	font-weight: bold;
	text-transform: none;
}
#espace_entreprise #main_droite table.liste_actualites h2 {
	margin: 0 0 16px 0;
	padding: 0;
	font-size: 16px;
	color: #2480B7;
	font-weight: bold;
	text-transform: none;
}
#espace_carriere #main_droite table.liste_actualites td.texte .lien a, #espace_entreprise #main_droite table.liste_actualites td.texte .lien a {
	padding: 0 0 0 10px;
	font-size: 10px;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../medias/interface/carre_plus_details.gif);
	background-repeat: no-repeat;
}
#espace_carriere #main_droite table.liste_actualites td.texte .lien a:hover, #espace_entreprise #main_droite table.liste_actualites td.texte .lien a:hover {
	text-decoration: underline;
}


/* styles liste des offres d'emploi
------------------------------------------------------------------------------------ */

#offres_gauche{
	width: 280px;
	float:left;
}
#offres_gauche p{
	margin : 0;
	padding-top: 3px;
	font-size: 11px;
	font-weight: bolder;
}
#offres_gauche p.selected{
	text-transform:uppercase;
	text-decoration: none;
	color:#990066;
}
#main_droite #offres_gauche a{
	font-weight: bolder;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}

#offres_gauche p.libelleoffre{
	padding-top: 0;
	padding-left: 36px;
}
#main_droite #offres_gauche a.libelleoffre{
	text-decoration: none;
	color:#990066;
}
#offres_gauche p.libelleoffreselected{
	padding-top: 0;
	padding-left: 36px;
	text-decoration:underline;
	color:#990066;
	/*font-style:italic;*/
}

#offres_droite{
	width: 380px;
	float:left;
		background: url(../medias/interface/carre_posteV.jpg);
	background-repeat: repeat-y;
}
#offres_droite p.titre{
	margin: 0 0 0 0;
	padding: 5px 0 5px 16px;
	background-color: #990066;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight: bolder;
	font-size: 13px;
}
#offres_droite p{
	margin : 0;
	padding: 10px 10px 0 15px;
	font-size: 12px;
}
#offres_droite p.fintableau{
	background: url(../medias/interface/carre_posteH.jpg);
	background-repeat: no-repeat;
}
#main_droite #offres_droite a.repondre{
	color:#333333;
	font-weight: bolder;
	text-decoration:none;
		font-size: 11px;
}
#main_droite #offres_droite a.print{
	color:#333333;
	font-weight: bolder;
	text-decoration:none;
	font-size: 11px;
	background-image: url(../medias/interface/iconeprint.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 20px;
}
#offres_droite p.desc{
	font-size: 12px;
}
.titreregion {
	color: #990066;
	font-weight: bolder;
	font-size: 11px;
}
.region {
	font-size: 12px;
}
.titreref {
	color: #999999;
		font-size: 10px;
	font-style:italic;
}
.ref {
	color: #999999;
	font-size: 10px;
	font-style:italic;
}

#offres_droite p.titre_print{
padding-top: 30px;
color:#000000;
	text-transform:uppercase;
	font-weight: bolder;
	font-size: 13px;
}
#offres_droite p.desc_print{
color:#000000;
	font-size: 12px;
}
.titreregion_print {
color:#000000;
	font-weight: bolder;
	font-size: 12px;
}
.region_print {
color:#000000;
	font-size: 12px;
}
.titreref_print {
color:#000000;
	font-size: 12px;
	font-style:italic;
}
.ref_print {
color:#000000;
	font-size: 12px;
	font-style:italic;
}

/* style tableaux en général */
#main_droite table {
font-size: 12px;
}
.tx-newloginbox-pi1 {
padding: 30px 0 0 0;
}