/* Header global */
#profil_header{
	background:url("../images/picto_information.png") no-repeat ;
	height:29px;
	color: #770e22;
	margin-top:2px;
	font-size:14px;
	font-weight:bold;
	padding-left:35px;
	margin-bottom:10px;
}
/* CSS Profil Utilisateur - Frontend*/

/* Sous-menu du profil */
#profile_menu
{
    width: 620px;
    height: 19px;
    margin-top: 9px;
    margin-bottom: 3px;
    margin-left: 6px;
}

#profile_menu ul li
{
    list-style: none;
}
#profile_menu ul li
{
    display: block;
    float: left;
    margin-right: 1px;
    font-size: 12px;
}
.presentation, .produits, .objectifs, .coordonnees
{
    padding-bottom:5px;
    height: 19px;
    background: url('/images/profil/ss_menu_banda_1.png') repeat-x;
}

#profil .coordonnees_current, .presentation_current, .agenda_current, .produits_current, .objectifs_current
{
    padding-bottom:5px;
    height: 19px;
    background: url('/images/profil/ss_menu_bande_a_1.png') repeat-x;
}
#profile_menu a{
    color: white;
}
#profile_menu a:hover, a:active
{
    color: #414141;
}
#profile .precedent:hover {
        color: #414141;
}
.ss_cote_gauche{
    height: 19px;
    display:block;
    float:left;
}
.presentation .ss_cote_gauche,.presentation_current .ss_cote_gauche{
    width: 36px;
}
.objectifs .ss_cote_gauche,.objectifs_current .ss_cote_gauche{
    width: 30px;
}
.produits .ss_cote_gauche,.produits_current .ss_cote_gauche{
    width: 26px;
}
.coordonnees .ss_cote_gauche,.coordonnees_current .ss_cote_gauche{
    width: 32px;
}

.ss_milieu{
    display:block;
    float:left;
    padding-left: 2px;
    padding-right: 3px;
}

#profile_menu .coordonnees .ss_cote_gauche
{
    background: url('/images/profil/ss_menu_coordonnee_g_1.png') no-repeat;
}
#profile_menu .coordonnees_current .ss_cote_gauche
{
    background: url('/images/profil/ss_menu_coordonnee_a_1.png') no-repeat;
}
#profile_menu .coordonnees_current a
{
    color: #414141;
}

#profile_menu .produits .ss_cote_gauche
{
    padding-top: 2px;
    background: url('/images/profil/ss_menu_produits_1.png') no-repeat;
}
#profile_menu .produits_current .ss_cote_gauche
{
    padding-top: 2px;
    background: url('/images/profil/ss_menu_produits_a_1.png') no-repeat;
}
#profile_menu .produits_current a
{
    color: #414141;
}
#profile_menu .presentation .ss_cote_gauche
{
    background: url('/images/profil/ss_menu_presentation_1.png') no-repeat;
}
#profile_menu .presentation_current .ss_cote_gauche
{
    background: url('/images/profil/ss_menu_presentation_a_1.png') no-repeat;
}
#profile_menu .presentation_current a
{
    color: #414141;
}

#profile_menu .objectifs .ss_cote_gauche
{
    background: url('/images/profil/ss_menu_objectifs_1.png') no-repeat;
}
#profile_menu .objectifs_current .ss_cote_gauche
{
    background: url('/images/profil/ss_menu_objectifs_a_1.png') no-repeat;
}
#profile_menu .objectifs_current a
{
    color: #414141;
}

/*Contenu du profil - informations*/

#global_profile{
    width:620px;
    background: #f2f2f2;
    font-size: 11px;
    float: left;
    padding-right: 5px;
    margin-top: -1px;
}

#profile_information
{
  margin-left: 5px;
  margin-right: 5px;
  border-right: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-bottom: 1px solid #b5b5b5;
  padding-left: 3px;
  padding-top: 13px;
  padding-bottom: 12px;
  background: white;
  float: left;
  width:610px;
}
#profile_company
{
  float: left;
  width: 610px;
  background: white;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 3px;
  padding-top: 13px;
  padding-bottom: 25px;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}
#profile_actions {
  float: left;
  width: 610px;
  background: white;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-left: 3px;
  padding-top: 13px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
}

/* Formulaire UserInfo - Informations */
#profile .suivant, #profile .sauvegarder, #profile .precedent {
    height:17px;
    font-size:12px;
    color: white;
    font-weight: bold;
    border: none;
    float: right;
    padding-left: 12px;
    padding-right:0;
    font-family: Arial;
}
#profile .suivant{
    background: url('/images/profil/bouton_suivant.png') no-repeat;
    width:76px;
}
#profile .sauvegarder{
     background: url('/images/profil/bouton_valider.png') no-repeat;
     width:82px;
     margin-right: 177px;
}
#profile .suivant:hover, #profile .sauvegarder:hover{
    color: #414141;
}
#profile .sauvegarder:active{
  color: #414141;
  border-bottom: 2px solid #717171;
}

#profile .suivant:active, #profile .precedent:active{
  color: #414141;
  border-bottom: 2px solid #717171;
}
#profile #photo_user, #profile #logo_user  {
    float: left;
    text-align: center;
    padding-right: 3px;
    width: 100px;
}
#profile input[type=text] {
    width: 376px;
    font-size: 12px;
}
#profile ul {
    float: left;
    list-style: none;
    font-weight: bold;
}
#profile ul li {
    padding-bottom: 4px;
}
.required, .notice{
    color: #892E3F;
}
.error_list {
   color: #892E3F;
   font-size: 12px;
   font-weight: bold;
}
#profile .inline {
    display: inline-block;
}
#profile .inline input {
    width: 140px;
}
#profile .error, #sponsorship .error {
   color: #892E3F;
   padding-left: 3px;
   font-size: 12px;
   font-weight: bold;
   clear: both;
}

#profile_information label{
    display: block;
    width: 100px;
    float: left;
}
#profile_company label {
    width: 100px;
    display: block;
    float: left;
}
#profile .error_list {
    color: #892E3F;
    padding-right: 2px;
    float: none;
}
#profile .current_profil {
    background-color: red;
}
#profile .cote input{
    margin-left: -18px;
}
#profile .cote label{
    margin-left: 5px;
}
#profile_information a, #profile_company a {
    text-decoration: underline;
    font-weight: normal;
    display: block;
    width: 60px;
    text-align: center;
    margin: 0 auto;
}

/* Contenu du profil - Presentation*/
#profile_presentation
{
  float: left;
  width: 610px;
  background: white;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 3px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-left:  1px solid #e9e9e9;
  border-right:  1px solid #e9e9e9;
  border-top:  1px solid #e9e9e9;
}
#fr
{
    float:left;
    width: 295px;
}
#en
{
    float:left;
    width: 315px;
}
#fr label, #en label {
    width: 150px;
}
#fr .field {
    list-style-image: url("/images/profil/presentation/drapeau_fr.png") ;
    list-style-position: inside;
    margin-top:12px;
    border-top: 1px solid #e9e9e9;
    padding-top: 12px;
}

#en .field {
    list-style-image: url("/images/profil/presentation/drapeau_en.png") ;
    list-style-position: inside;
    margin-top:12px;
    border-top: 1px solid #e9e9e9;
    padding-top:12px;
}
#profile_presentation textarea {
    width: 95%;
    font-size: 11px;
    font-family: Arial;
}
#profile_presentation .infos label {
    padding-right: 3px;
    width: 130px;
    float: left;
}
#profile_presentation .checkbox_list input {
    width: auto;
    float: left;
    clear: both;
    margin-left:0px;
}
#profile_presentation ul li{
    clear: both;
}
#profile_presentation .norm input {
    width: auto;
}
#profile .checkbox_list label {
    font-weight: normal;
}
#profile .infos {
    width: 610px;
    border-bottom:  1px solid #e9e9e9;
    margin-bottom: 4px;
}
#profile .doc {
    width: 610px;
    margin-bottom: 4px;
    margin-top:14px;
}
#profile .precedent{
    background: url('/images/profil/presentation/bouton_precedent.png');
    width:99px;
    float: left;
    padding-left: 0px;
    margin-left: -3px;
    padding-right: 12px;
}
.norm label
{
  font-size: 11px;
  font-weight: bold;
  padding-right: 3px;
  display: block;
  float: left;
  width: 80px;
}

.video
{
  width: 80% !important;
}

.norm table
{
  float: left;
  padding-bottom: 2px;
}

/* Contenu du profil PRODUITS et SERVICES */

#sf_admin_container thead{
    background-color: #b5b5b5;
    color: white;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #b5b5b5;
}
#sf_admin_global {
  float: left;
  width: 610px;
  background: white;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 3px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-left:  1px solid #e9e9e9;
  border-right:  1px solid #e9e9e9;
  border-top:  1px solid #e9e9e9;
}
.photo_user_edit, .logo_company_edit {
    padding-left: 65px;
    padding-right: 72px;
    border-top: 1px solid #e9e9e9;
    margin-left: -3px;
    margin-top: 10px;
    padding-top: 10px;
}

#profile_products_list {
    padding-bottom: 13px;
    padding-top: 6px;
    border-bottom:  1px solid #e9e9e9;
}
#profile_services_list {
        padding-top: 6px;
}
#content_right .error {
    font-weight: bold;
    margin-left:7px;
    margin-top:5px;
    padding-left: 5px;
    padding-right: 6px;
    width: 600px;
    background-color: #892E3F;
    color: #FFFFFF;
    font-size: 12px;
}
#sf_admin_global #sf_admin_content,#sf_admin_content_service {
    width:581px;
}

#sf_admin_container tfoot tr th {
    text-align: right;
}
#sf_admin_container h2 {
    color: #7d7d7d ;
    font-weight: bold;
}
#sf_admin_container table {
    width: 582px;
    padding-left: 3px;
    border-collapse: collapse;
}
#profile_services_list tbody,#profile_products_list tbody {
   border:  1px solid #b5b5b5;
}
#sf_admin_container a img {
    padding-top: 3px;
}
.fr_FR .sf_admin_list_td_name {
    background:  url("/images/profil/presentation/drapeau_fr.png") no-repeat scroll 5px transparent;
    padding-left: 24px;
}
.en_GB .sf_admin_list_td_name {
    background:  url("/images/profil/presentation/drapeau_en.png") no-repeat scroll 5px transparent;
    padding-left: 24px;
}
.fr_FR .sf_admin_list_td_document {
    padding-top: 3px;
    padding-bottom: 3px;
}
.en_GB .sf_admin_text, .en_GB .sf_admin_list_td_document {
    border-bottom: 1px dotted #7d7d7d;
    padding-top:3px;
    padding-bottom:3px;
    padding-right: 4px;
}

.fr_FR {
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 2px;
}
#sf_admin_content .sf_admin_picture {
    padding-right: 2px;
}
#sf_admin_container th {
    padding-left: 3px;
    padding-right: 0px;
    font-weight: bold;
}

#sf_admin_container .sf_admin_td_actions {
    width:90px;
}
.sf_admin_list_td_description, .sf_admin_list_td_keywords {
    font-style: italic;
    font-size: 10px;
	padding-right:1px !important;
}
.sf_admin_td_actions li{
    display: inline;
    list-style-type: none;
}
.sf_admin_list_td_document li {
    list-style-type: none;
}
.sf_admin_list_td_document {
    vertical-align: middle;
}
#sf_admin_list_th_actions {
    padding-right: 34px;
}
.sf_admin_picture{
    padding-top: 2px;
    padding-bottom: 2px;
}

#sf_admin_container .precedent {
        background: url('/images/profil/presentation/bouton_precedent.png') no-repeat;
        float: left;
        width: 99px;
        margin-left:-3px
}
#sf_admin_container .suivant {
        background: url('/images/profil/bouton_suivant.png') no-repeat;
        width: 76px;
        float:right;
        
}
.suivant:hover, .sauvegarder:hover, .sauvegarder:active, .suivant:active,.precedent:hover,.annuler:hover {
    color: #414141;
}
#sf_admin_container .sauvegarder {
        background: url('/images/profil/bouton_valider.png') no-repeat;
        margin-left:150px;
        float: left;
}
#sf_admin_container .precedent a, #sf_admin_container .suivant a,#sf_admin_container .sauvegarder a{
    color: white;
    font-weight: bold;
    font-size: 12px;
}
#sf_admin_container .sauvegarder a {
    padding-left:24px;
    padding-right: 3px;
}

#sf_admin_container .precedent a {
    padding-left:5px;
}

#sf_admin_container .suivant a {
    padding-left:18px;
}
#sf_admin_container #action_new {
    float: left;
    width: 610px;
    text-align:center;
    font-size: 12px;
    border-bottom:  1px solid #e9e9e9;
    padding-bottom: 11px;
    margin-left: -3px;
    padding-right:3px;
}
.sf_admin_action_new  {
    list-style-type: none;
    display: inline;
}
.sf_admin_action_new a {
    font-weight: bold;
    text-decoration: underline;
}
.doc img {
    
}
/* Product Edit */
#sf_admin_content_new textarea {
    width: 282px;
}
#sf_admin_content_new {
  float: left;
  width: 610px;
  background: white;
  padding-left: 3px;
  padding-top: 13px;
  border-left:  1px solid #e9e9e9;
  border-right:  1px solid #e9e9e9;
  border-top:  1px solid #e9e9e9;
  margin: 5px;
  font-size: 11px;
  font-weight: bold;
}

#sf_admin_content_new li {
        list-style-type: none;

}
#sf_admin_content_new .fr_FR, #sf_admin_content_new .en_GB {
    border: none;
    margin-left: 0px ;
    margin-bottom: 5px;
}
#sf_admin_content_new ul .radio_list {
    display: block;
    width: 610px;
    float: left;
}
#sf_admin_content_new ul .radio_list li {
    display: inline;
}
#fr li input, #en li input {
    width: 282px;
}
#product_new_doc {
    float: left;
    width: 610px;
    padding: 5px;
    margin-bottom: 15px;
}
#product_new_doc input{
    width: 175px;
    float: left;
}

#product_new_doc > div
{
  clear: both;
  float: left;
}

.ISIE67 #product_new_doc > div
{
  clear: none;
}

input[type='file'] {
    font-size: 11px;
    font-family: Arial;
}
#sf_admin_content_new .sauvegarder input, #sf_admin_content_new .sauvegarder_need input {
    background: url("/images/profil/bouton_valider.png") no-repeat;
    color: white;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    padding-left: 19px;
    padding-bottom: 2px;
    border:none;
    float: right;
}
#sf_admin_content_new  .annuler a,#sf_admin_content_new  .annuler_need a {
    background: url("/images/profil/presentation/bouton_annuler.png") no-repeat;
    height: 17px;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    color: white;
    padding-right:31px;
    padding-left:3px;
    margin-left: -3px;
    padding-bottom: 1px;
}
#sf_admin_content_new  .annuler_need a {
    float: left;
    width: 60px;
}
#sf_admin_content_new #profile_actions_new ul li {
    display: inline;
}
#sf_admin_content_new #profile_actions_new ul {
    margin-bottom:-1px;
}
#profile_actions_new {
    float:left;
    width: 610px;
    border-bottom: 1px solid #e9e9e9;
}
#sf_admin_content_new th {
    font-weight: bold;
    font-size: 11px;
}
.acrobat {
    list-style-image: url("/images/tableauBord/logo_acrobatReader.jpg");
    list-style-position: inside;
}
.acrobat table {
    display: inline;
    padding-top: 5px;
    margin-left:-9px;
}

/* Profile - NEED */
.sf_admin_list_td_name {
    font-weight: bold;
}
#list_need .fr_FR, .en_GB {
     border: none;
     margin-left: 8px;
}
#list_need li {
    list-style: none;
}
#list_need li .en_GB   {
    list-style:url("/images/profil/presentation/drapeau_fr.png");
    list-style-position: inside;
}
#list_need .sf_admin_text {
    border: none;
}

#list_need .sf_admin_list_td_name {
    padding-left: 23px;
}
#list_need .sf_admin_list_td_description {
    display: block;
    clear: both;
    margin-left: 30px;
    padding-right:20px;
}
#sf_admin_content_need {
  padding: 13px 3px;
  width: 100%;
}
#list_need, #list_need > ul
{
  padding-top: 15px;
}

.need_actions {
    width:610px;
}
.need_sf_admin_actions {
        border-bottom: 1px solid #b5b5b5;
        padding-bottom: 20px;
        padding-right: 25px;
        margin-left:-3px;
}
.need_sf_admin_actions li {
    display: inline;
    float:right;
    padding-right: 10px;
}
.number {
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
}
/* PARRAINAGE */
#sponsorship {
    background:none repeat scroll 0 0 white;
    border:1px solid #E9E9E9;
    float:left;
    margin-left:5px;
    margin-right:5px;
    padding-bottom:13px;
    margin-bottom: 5px;
    padding-left:3px;
    padding-top:13px;
    width:610px;
}
#parrainage_com {
    float: left;
    width: 610px;
    font-size: 12px;
    border-bottom:1px solid #E9E9E9;
}
#sponsorship #choix {
    float: left;
    width: 610px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom:1px solid #E9E9E9;
    text-align: center;
}
#sponsorship #choix h2 {
    display: inline;
    font-size: 12px;
}
#sponsorship #choix h2:hover {
    text-decoration: underline;
}
#sponsorship #intern, #sponsorship #extern {
    float: left;
    width: 610px;
    padding: 10px;
}
#sponsorship ul {
    list-style: none;
}
#sponsorship ul li {
    padding-top: 3px;
}
#sponsorship ul .inline {
    float: left;
}
#sponsorship ul .inline_b {
    clear: right;
}
#sponsorship ul .inline input, #sponsorship ul .inline_b input {
    width: 140px;
    margin-right:10px;
}
#sponsorship input  {
    width: 370px;
    font-size: 11px;
    font-family: Arial;
}
#sponsorship select {
    font-size: 11px;
    font-family: Arial;
    padding-bottom:3px;
}
#sponsorship .inline_b label {
        width: 74px;
}
#sponsorship label {
    display: block;
    float: left;
    width: 90px;
}
#sponsorship_actions {
    width: 610px;
    float:left;
}
#sponsorship .sponsorship_actions input {
    background: url('/images/button_suivant.png') no-repeat;
    float: right;
    border: none;
    width:148px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    margin-right:10px;
    margin-top:14px;
    margin-bottom: -24px;

}
#sponsorship #intern #sponsorship_company_name {
    color: #892E3F;
    border: none;
    padding-top: 2px;
    padding-bottom: 2px;
}
#connexion {
    width:640px;
    background: url("/images/image_connexion.png") no-repeat scroll 519px 40px white ;
    margin-bottom: -6px;
    height: 400px;
}
#connexion input[type="text"], #connexion input[type="password"] {
    width: 260px;
    height: 13px;
    margin: 3px;
}
#connexion a {
    font-style: italic;
    text-decoration: underline;
    text-align: right;
    /*display: block;*/
    /*float: right;*/
    /*margin-right: 440px;*/
    margin-top: -17px;
    font-size: 10px;
}
#connexion #signin_remember {
    float: left;
    padding-left: 3px;
}
#connexion h2 {
    font-weight: bold;
    font-size: 14px;
    color: #770e22;
    background: url("/images/logo_connexion.png") no-repeat scroll 245px 0 transparent;
    text-transform: uppercase;
    padding:3px 3px 3px 20px;
    text-align: center;
}
#connexion hr {
        border:1px solid #E9E9E9;
        margin-right:10px;
}
#connexion .signin {
    background: url("/images/valider_connexion.png") no-repeat;
    color: white;
    font-weight: bold;
    padding-left: 18px;
    border: none;
    /*margin-left: 245px;*/
    margin-top: 10px;
    margin-bottom: -2px;
    text-transform: uppercase;
    font-size: 11px;
}
#profile_information .image_delete_label label, #profile_company .image_delete_label label
{
  width: 140px;
}

#profile_information .image_delete, #profile_company .image_delete
{
  margin-left: 75px;
}

/* POUR IE 6/7 */
.ISIE67 #profile .inline {
    display: inline;
}
.ISIE67 #profile .cote input {
    width:135px;
}
body > .ISIE67 #profile .cote input {
       margin-left:-10px;
}
.ISIE67 #profile .precedent {
    padding-left:10px;
}

.ISIE67 #fr label,.ISIE67 #en label  {
    margin-left:5px;
}
.ISIE67 #profile_presentation .checkbox_list input {
}
.ISIE67 #profile .checkbox_list label {
    margin-top: -15px;
    padding-left:5px;
}
.ISIE67 #profile_presentation .checkbox_list li {
    display: inline;
    float: left;
}
.ISIE67 #sf_admin_content_new .sauvegarder_need input {
    padding-left: 14px;
}
.ISIE67 #sf_admin_content_new .annuler_need a {
    padding-left: 10px;
}
.ISIE67 .acrobat label{
    padding-left: 7px;
    margin-right: -45px;
}
.ISIE67 #content_right .error {
    margin-left: 11px;
    margin-bottom: 5px;
    padding-left: 8px;
}
.notice {
    display: block;
    padding-left: 10px;
    width: 500px;
}

#connexion table
{
  margin: 0 auto ;
}

#connexion th
{
  text-align: right;
}

#connexion label
{
  font-size: 11px;
  font-weight: bold;
}

#connexion .signin_forgot_password
{
  text-align: right;
}

#connexion .signin_button
{
  text-align: center;
}

#profile_information .image_delete input, #profile_company .image_delete input
{
  width: auto;
}

.help
{
  float:left;
  font-style:italic;
  font-weight:normal;
  margin-left:5px;
  padding-top: 3px;
}

#product_new_doc .help
{
  margin-left: 25px;
  padding-top: 2px;
}

.ISIE67 .help
{
  padding-top: 6px;
}

#product_new_doc label
{
  display: block;
  float: left;
  width: 150px;
}

.error_list li
{
  list-style-image: none !important;
}

#fr .error_list, #en .error_list, #fr .error_list li, #en .error_list li
{
  display: inline;
}

#sf_admin_container h1
{
  color:#7D7D7D;
  font-weight:bold;
  font-size: 12px;
  margin-left:15px;
  margin-top:8px;
}

#sf_guard_user_company_invoice_address
{
  margin-bottom: 11px;
}
