body
{
  font-size: 11px;
  font-family: "Trebuchet MS", Helvetica, Verdana;
  color: #696969;
  line-height: 1.3em;
}

#general
{
  width: 900px;
  margin: 0 auto;
}

#corps
{
  width: 100%;
  padding-top: 10px;
}

#contenu
{
  width: 100%;
  padding-top: 10px;
}

#gauche
{
  float: left;
  width: 250px;
  padding-top: 15px;
}

#droite
{
  float: right;
  width: 635px;
  padding-left: 15px;
  padding-top: 15px;
}

/* @group Header */

#logo
{
  position: relative;
  z-index: 1;
  top: 15px;
  float: left;
}

#silouhette
{
  float: right;
  position: relative;
  right: 65px;
  top: 60px;
  z-index: 1;
}

#bulle
{
  z-index: 1;
  background: #f2f2f2 url(../images/bulle_en.jpg) no-repeat top right;
  width: 365px;
  height: 68px;
  float: right;
  position: relative;
  right: 70px;
  padding-top: 30px;
  padding-left: 65px;
  padding-right: 20px;
}

#bulle.fr
{
    background-image: url(../images/bulle_fr.jpg)
}

#bulle.nl
{
    background-image: url(../images/bulle_nl.jpg)
}

#bulle.connected
{
  background-image: url(../images/bulle_connected.jpg);
  width: 395px;
  padding-left: 35px;
}

#choix_langues
{
  z-index: 1;
  float: right;
  position: relative;
  top: -5px;
  width: 100px;
  padding: 0;
}

#choix_langues li
{
  float: left;
  margin-left: 2px;
}

#choix_langues li span
{
  visibility: hidden;
}

#choix_langues a
{
  display: block;
  width: 23px;
  height: 22px;
}

#choix_langues a:hover
{
  margin-top: 5px;
}

#lg_fr
{
  background: #f2f2f2 url(../images/lg_fr.jpg) no-repeat top left;
}

#lg_nl
{
  background: #f2f2f2 url(../images/lg_nl.jpg) no-repeat top left;
}

#lg_en
{
  background: #f2f2f2 url(../images/lg_en.jpg) no-repeat top left;
}
#lg_zh
{
  background: #f2f2f2 url(../images/lg_zh.jpg) no-repeat top left;
}
/* @end */

/* @group Menu */

#menu
{
  clear: both;
  padding: 0;
  margin: 0;
  padding-left: 50px;
  height: 27px;
  font-size: 14px;
  line-height: 15px;
}

#menu li
{
  float: left;
  list-style-type: none;
}

#menu li a
{
  float: left;
  display: block;
  height: 27px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  margin-right: 5px;
  padding-right: 9px;
  background: #df5c9e url(../images/menu/big-right.png) no-repeat right -31px;
}

#menu li a.menu-small
{
  background: transparent url(../images/menu/small-right.png) no-repeat right -31px;
  font-size: 12px;
}

#menu li a span
{
  display: block;
  background: transparent url(../images/menu/big-left.png) no-repeat left -31px;
  padding: 7px 9px 5px 18px;
}

#menu li a.menu-small span
{
  background: transparent url(../images/menu/small-left.png) no-repeat left -31px;
  padding: 11px 9px 1px 18px;
}

#menu li a:hover, #menu li .current
{
  background-position: right 0;
}

#menu li a:hover span, #menu li .current span
{
  background-position: 0 0;
}

#menu li a.menu-spacer
{
  margin-left: 95px;
}

.sousmenu
{
  color: #FFFFFF;
  height: 24px;
  font-size: 13px;
  padding-top: 7px;
  background: #df5c9e url(../images/background_sousmenu.jpg) no-repeat top left;
  padding-left: 50px;
  width: 847px;
}

#b_search
{
  background: transparent url(../images/menu/b_search.jpg) no-repeat 0 -31px;
  width: 84px;
}

#b_rewards
{
  background: transparent url(../images/menu/b_rewards.jpg) no-repeat 0 -31px;
  width: 84px;
}

#b_contacts
{
  background: transparent url(../images/menu/b_contacts.jpg) no-repeat 0 -31px;
  width: 84px;
}

#b_jobs
{
  background: transparent url(../images/menu/b_jobs.jpg) no-repeat 0 -31px;
  width: 84px;
}

#b_profile
{
  background: transparent url(../images/menu/b_profile.jpg) no-repeat 0 -31px;
  width: 84px;
}

#b_sign_in
{
  background: transparent url(../images/menu/b_sign_in.jpg) no-repeat 0 -31px;
  width: 71px;
  margin-left: 150px;
}

#b_sign_in_c
{
  background: transparent url(../images/menu/b_sign_in.jpg) no-repeat 0 -31px;
  width: 71px;
  margin-left: 410px;
}

#b_login
{
  background: transparent url(../images/menu/b_login.jpg) no-repeat 0 -31px;
  width: 84px;
}

#b_logout
{
  background: transparent url(../images/menu/b_logout.jpg) no-repeat 0 -31px;
  width: 84px;
}

#b_email
{
  display: block;
  float: left;
  height: 57px;
  text-decoration: none;
  text-align: center;
  color: ffffff;
  background: transparent url(../images/email.jpg) no-repeat 0 -57px;
  width: 56px;
  margin-left: 15px;
}

#b_email:hover
{
  background: transparent url(../images/email.jpg) no-repeat top left;
}

#b_rss
{
  margin-left: 5px;
  overflow: auto;
  display: block;
  float: left;
  height: 57px;
  text-decoration: none;
  text-align: center;
  color: ffffff;
  width: 56px;
  background: transparent url(../images/rss.jpg) no-repeat 0 -57px;
}

#b_rss:hover
{
  background: transparent url(../images/rss.jpg) no-repeat top left;
}

#b_blogmyspace
{
  overflow: auto;
  margin-left: 5px;
  display: block;
  height: 57px;
  text-decoration: none;
  text-align: center;
  color: ffffff;
  width: 65px;
  background: transparent url(../images/blogmyspace.jpg) no-repeat 0 -57px;
}

#b_blogmyspace:hover
{
  background: transparent url(../images/blogmyspace.jpg) no-repeat top left;
}

.sousmenu a
{
  text-decoration: none;
  color: #fff;
}

.sousmenu a:hover
{
  text-decoration: none;
  color: #ffcc33;
}

/* @end */

/* @group Recherche */

.actions
{
  background: #f2f2f2 url(../images/background_actions.jpg) no-repeat top left;
  width: 848px;
  height: 35px;
  padding-top: 15px;
  padding-left: 50px;
}

#recherche
{
  background: #f2f2f2 url(../images/background_recherche.jpg) no-repeat top left;
  width: 848px;
  height: 35px;
  padding-top: 15px;
  padding-left: 50px;
}

#recherche_c
{
  background: #f2f2f2 url(../images/background_recherche_c.jpg) no-repeat top left;
  width: 798px;
  height: 35px;
  padding-top: 15px;
  padding-left: 100px;
}

.recherche_small


/* recherche de haut de page*/
{
  height: 35px;
  padding: 10px;
  padding-bottom: 5px;
}

#recherche select
{
  border: 1px solid #aeadad;
  /*w

id

th:120px;*/
  padding: 3px;
}

.ctrlHolder input, textarea, select
{
  border: 1px solid #aeadad;
}

#recherche input
{
  border: 1px solid #aeadad;
  padding: 3px;
}

#recherche .button
{
  margin-top: 1px;
  margin-right: 20px;
}

/* @end */

.ligne_mute
{
  border: 1px solid red;
}

/* @group Bouton */

a.button, a.alertBox_okButton
{
  background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
  color: #444;
  display: inline;
  float: right;
  font: normal 12px arial, sans-serif;
  height: 20px;
  margin-right: 6px;
  padding: 0;
  border: none;
  padding-right: 15px;
  /* sliding doors padding */
  text-decoration: none;
  outline: none;
}

a.button span,a.alertBox_okButton span
{
  background: transparent url('../images/bg_button_span.gif') no-repeat;
  display: block;
  line-height: 10px;
  padding: 5px 0 5px 18px;
}

a.button:active, a.alertBox_okButton:active
{
  background-position: bottom right;
  color: #fff;
  outline: none;
  /* hide dotted outline in Firefox */
}

a.button:active span, a.alertBox_okButton:active span
{
  background-position: bottom left;
  padding: 6px 0 4px 18px;
  /* push text down 1px */
}

/* @end */

/* @group Alert box */
.alertBox_OK .alertBox_content
{
    border: 1px #CCCCCC solid;
    background-color: #FFFFFF;
}

.alertBox_OK_Image
{
    background: url('../globalIcons/ie/AppBasic/32x32/plain/check.png') no-repeat;
}
/* @end */

/* @group Tag Could */

.tag_cloud
{
  line-height: 18px;
  text-align: justify;
}
.tag_cloud span
{
  cursor: pointer;
}
.tag1
{
  font-size: 10px;
}

.tag2
{
  font-size: 10px;
  font-weight: bold;
}

.tag3
{
  font-size: 13px;
  color: #d2428b;
}

.tag4
{
  font-size: 13px;
  color: #d2428b;
  font-weight: bold;
}

.tag5
{
  font-size: 16px;
  color: #6c1e45;
}

.tag5Freelance
{
  font-size: 16px;
  color: #055592;
}

.tag6
{
  font-size: 16px;
  color: #6c1e45;
  font-weight: bold;
}

.tag7
{
  font-size: 19px;
  color: #d2428b;
}

.tag8
{
  font-size: 19px;
  color: #d2428b;
  font-weight: bold;
}

.tag9
{
  font-size: 21px;
  color: #6c1e45;
}

.tag10
{
  font-size: 21px;
  color: #6c1e45;
  font-weight: bold;
}

/* @end */

/* @group Liste chiffres */

.liste_chiffres
{
  padding: 0;
}

.liste_chiffres .un
{
  background: #fff url(../images/background_1.jpg) no-repeat top left;
  padding-left: 20px;
}

.liste_chiffres .deux
{
  background: #fff url(../images/background_2.jpg) no-repeat top left;
  padding-left: 20px;
}

.liste_chiffres .trois
{
  background: #fff url(../images/background_3.jpg) no-repeat top left;
  padding-left: 20px;
}

/* @end */

.cadre_gris
{
  background: #f2f2f2 url(../images/contenu_cadre_gris.jpg) repeat-y top left;
  width: 247px;
  margin-bottom: 10px;
}

.cadre_gris_thin
{
  background: #f2f2f2 url(../images/contenu_cadre_gris_thin.jpg) repeat-y top left;
  width: 247px;
  margin-bottom: 10px;
}

.cadre_rose
{
  background: #f2f2f2 url(../images/contenu_cadre_rose.jpg) repeat-y top left;
  width: 247px;
  margin-bottom: 10px;
}

.contenu_cadre
{
  padding-left: 15px;
  padding-right: 15px;
}

.contenu_cadre li
{

}

.liste_job li
{
  list-style-type: circle;
  padding: 0;
  margin: 0;
  padding-bottom: 2px;
  padding-top: 4px;
  border-bottom: 1px dashed #ccc;
}

.navig_alphabet
{
  text-align: center;
  padding: 2px;
  font-size: 12px;
  font-weight: bold;
}

.navig_alphabet a
{
  padding: 1px;
}

.navig_alphabet a:hover
{
  background-color: #ec088f;
  color: #FFFFFF;
}

.pager
{
  color: #842255;
  text-align: right;
  clear: both;
  padding: 0;
}

.job
{
  /*

width: 604px;*/
  margin-bottom: 9px;
  border-bottom: 1px dotted #696969;
  padding-bottom: 16px;
}

.contenu_job
{
  /*

width: 604px;
  overflow: hidden;
  height: 43px;*/
  /*

background: #f2f2f2 url(../images/background_job.jpg) no-repeat top left;*/
  padding: 5px;
}

.contenu_job p
{
  padding-right: 65px;
}

.capsule
{
  float: right;
  display: block;
  width: 58px;
  height: 33px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  padding-top: 5px;
  cursor: pointer;
  cursor: hand;
}

.capsuleStudent
{
  float: right;
  background: #f2f2f2 url(../images/capsule.jpg) no-repeat top left;
  display: block;
  width: 58px;
  height: 33px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  padding-top: 5px;
  cursor: pointer;
  cursor: hand;
}

.tooltip
{
  /*width: 500px;*/
  padding: 10px;
  background-color: #d33f8b;
  color: #FFFFFF;
}

.tooltip2
{
  width: 300px;
  padding: 10px;
  background-color: #d33f8b;
  color: #FFFFFF;
  z-index: 15000;
}

.tooltip3
{
  padding: 10px;
  background-color: #d33f8b;
  color: #FFFFFF;
}

/* @group Footer */

#footer
{
  border-top: 1px solid #797979;
  padding-top: 5px;
  clear: left;
}

#footer a
{
  color: #464646;
}

#footer a:hover
{
  color: #d1428b;
}

/* @end */

/* @group Tableaux */

table.list
{
  width: 98%;
  margin: auto;
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 10px;
}

table.list th
{
  font-weight: bold;
  padding: .3em;
  border-bottom: 3px solid #c4c3bc;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

table.list th.first
{

}

table.list th.last
{
  border-right: 1px solid #c4c3bc;
}

table.list td
{
  padding: 5px;
  height: 30px;
  border-bottom: 1px solid #c4c3bc;
}

/* @end */

/* @group Various */

.cartouche
{
  float: right;
  padding-left: 10px;
}

h2
{
  color: #842255;
  font-weight: bold;
  padding-bottom: 5px;
}

h3
{
  color: #d2428b;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}

h3.freelance
{
  color: #1bb7ea;
}

h4
{
  color: #d2428b;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

h4	a
{
  color: #d2428b;
}

select
{
  border: 1px solid #aeadad;
}

a
{
  text-decoration: none;
  color: #8e0b4d;
}

a:hover
{
  text-decoration: none;
  color: #ec088f;
}

a.freelance {
  color: #055592;
}

a.freelance:hover
{  
  color: #1bb7ea;
}

p
{
  margin-top: 2px;
  margin-bottom: 5px;
}

.spacer
{
  clear: both;
  visibility: hidden;
}

ul
{
  list-style-type: none;
}

#droite ul
{
   list-style-type: disc;
}

a img
{
  border: 0 solid red;
}

.left
{
  float: left;
}

.right
{
  float: right;
}

.alignleft
{
  text-align: left;
}

.alignright
{
  text-align: right;
}

.aligncenter
{
  text-align: center;
}

.mee
{
  color: #f4bd00;
  font-weight: bold;
}

a.mee
{
  color: #f4bd00;
}

dt
{
    font-weight: bold;
}

/* @end */

form.inplaceeditor-form input.text
{
  border: 1px solid #696969;
  background-color: #ffffff;
  height: 14px;
  width: 90%;
}

.editor_field
{
  color: #696969;
}

.inPlaceEditorHover
{
  color: white;
  background-color: #ec088f;
}

/**************** TOOL TIPS ALERTE *******************/

.toolTips
{
  width: 450px;
}

.contenu_cadreTT
{
  width: 450px;
  padding-left: 15px;
  padding-right: 15px;
}

.toolTipsItem
{
  width: 224px;
  float: left;
}

.tooltip4
{
  width: 450px;
  padding: 0;
  background: #f2f2f2 url(../images/contenu_cadre_rose_alert.jpg) repeat-y top left;
  background-color: #FFFFFF;
  color: #696969;
}

.uniForm fieldset legend
{
  color: #696969;
}

.puceRose
{
  list-style-image: url(../images/navigation_puces/puceRose.gif);
  padding: 5px;
  margin-left: 50px;
}

/* @group file */

div.file
{
  width: 110px;
  position: relative;
}

div.fakefile
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 130px;
}

div.fakefile img
{

}

input.file.hidden
{
  position: relative;
  text-align: right;
  -moz-opacity: 0;
  filter: alpha(opacity: 0);
  opacity: 0;
  z-index: 2;
  width: 110px;
}

/* Page Statique*/

.blockAboutUsGauche li, #staticContent li
{
  list-style-type: circle;
  margin-bottom: 5px;
}

#staticContent p
{
  margin-bottom: 15px;
  text-align: justify;
}

/* block about us*/

.blockAboutUs, .blockAboutUsGauche
{
  width: 300px;
  float: left;
  margin-top: 5px;
  text-align: justify;
}

.blockAboutUsGauche
{
  margin-right: 15px;
}

/* rewards */

/* @end */

/* @group calendar */
table.calendar
{
    width: 90%;
    margin: auto;
    margin-top: 5px;
    border: 1px solid #8E0B4D;
    border-collapse: collapse;
}

table.calendar th
{
    font-weight: bold;
    color: white;
    background-color: #8E0B4D;
}

table.calendar th, table.calendar td
{
    border: 1px solid #8E0B4D;
}

table.calendar td.today
{
    font-weight: bold;
    background-color: #cccccc;
}

table.calendar td.event
{
    font-weight: bold;
    background-color: #B84D83;
    color: white;
    cursor: hand;
    cursor: pointer;
}
/* @end */

/* @group sitemap */
.sitemap dt
{
    font-size: 120%;
}
.sitemap dd
{
    padding-top: 5px;
    padding-bottom: 5px;
}
.sitemap ul
{
    padding: 0;
}
.sitemap li
{
    list-style-type: circle;
}
#badgeBulle
{	
	left:0;
	position:absolute;
	top:0;
}
/* @end */

/* @impot addresses*/

#provider_list li{
	margin-top: 20px;
}

#step2 #container {
    height: 330px;
	overflow: auto;
	margin-bottom: 10px;
}

.button_left {
	float: left;
}

.button_right {
    float: right;
}

#loader_container {
	height: 20px;
	text-align: center;	
}

.imported_items {
	border-width: 0 1px 1px 1px;
    border-color: #000000;
    border-style: solid;
	margin-bottom: 0;
}

.imported_items tr.even td {
	background-color: #DADADA;
}

.imported_items td {
	   /*border-width: 0 1px 1px 0;
	border-color: #000000;
	border-style: solid;*/
}

table.tableHeader {	
	border-width: 1px 0 0 1px;
    border-color: #000000;
    border-style: solid;
	margin: 0;
}

table.tableHeader th {
	background-color: #696969;
	color: #FFFFFF;
	border-width: 0 1px 1px 0;
    border-color: #000000;
    border-style: solid; 
}

/* @end */

 /* @Skills */

div.list {
    height: 380px;
	overflow: auto;
	margin-bottom: 20px;
}

div.step_list ul {
	padding-bottom: 0;
}

#skills {
	height: 300px !important;
	overflow: auto !important;
	margin: 1px !important;
	padding: 0px !important;
}
.skillsList, .skillsList li label
{
	list-style-type:none !important;
	font-size:1em !important;
	font-weight:normal !important;
	float:none !important;
	width: 100% !important;
	position:static !important;
}
table.skillsTab > tbody > tr > td > label
{
	text-align:left !important;
	position: auto !important;
	float:none !important;
font-weight:bold !important;
position:static !important;
}
.skillLabel
{
	text-align:left !important;
	width: 100% !important;
	float:none !important;
}

/* TAG AUTOCOMPLETER */
div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected {
background-color:#B84D83;
color:white;
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  
  cursor:pointer;
}

/* @end */
 */
