/*******************************************************************************
* Nom original du logiciel : EGGCRM.
* Copyright (C) G�rald Boudaud et Fr�d�ric Paill�
* Les auteurs initiaux du code original sont G�rald Boudaud et Fr�d�ric Paill�.
* Les parties cr��es par EGGCRM sont sous Copyright (C) G�rald Boudaud
* et Fr�d�ric Paill�
* Tous droits r�serv�s.
* http://www.eggcrm.com       support@eggcrm.com
*
*
* Ce logiciel est un programme informatique de Gestion Relation Client aussi 
* nomm� GRC ou CRM en anglais.
* 
* Ce logiciel est r�gi par la licence CeCILL-C soumise au droit fran�ais et 
* respectant les principes de diffusion des logiciels libres.
* Vous pouvez utiliser, modifier et/ou redistribuer ce programme sous les 
* conditions de la licence CeCILL-C telle que diffus�e par le CEA, le CNRS et
* l'INRIA sur le site "http://www.cecill.info".
* 
* En contrepartie de l'accessibilit� au code source et des droits de copie,
* de modification et de redistribution accord�s par cette licence, il n'est
* offert aux utilisateurs qu'une garantie limit�e.  Pour les m�mes raisons,
* seule une responsabilit� restreinte p�se sur l'auteur du programme,  le
* titulaire des droits patrimoniaux et les conc�dants successifs.
* 
* A cet �gard  l'attention de l'utilisateur est attir�e sur les risques
* associ�s au chargement, � l'utilisation, � la modification et/ou au
* d�veloppement et � la reproduction du logiciel par l'utilisateur �tant 
* donn� sa sp�cificit� de logiciel libre, qui peut le rendre complexe � 
* manipuler et qui le r�serve donc � des d�veloppeurs et des professionnels
* avertis poss�dant  des  connaissances  informatiques approfondies.  Les
* utilisateurs sont donc invit�s � charger  et  tester  l'ad�quation  du
* logiciel � leurs besoins dans des conditions permettant d'assurer la
* s�curit� de leurs syst�mes et ou de leurs donn�es et, plus g�n�ralement, 
* � l'utiliser et l'exploiter dans les m�mes conditions de s�curit�. 
* 
* Le fait que vous puissiez acc�der � cet en-t�te signifie que vous avez pris
* connaissance de la licence CeCILL-C, et que vous en avez accept� les termes.
* 
* Informations compl�mentaires :
* Licence-fr.txt
* Licence_CeCILL-C_V1-fr.txt
********************************************************************************
* Compl�ment � la licence CECILL-C : 
*
* Cette licence n'accorde aucun droit d'employer les marques d�pos�es
* � EGGCRM � et le logo � EGGCRM � m�me si de telles marques sont 
* incluses dans le code original ou les modifications.
*
* English version license :
* Licence_encart-en.txt
* Licence-en.txt
* Licence_CeCILL-C_V1-en.txt
*******************************************************************************/
* {
margin: 0px; 
padding:0px;
text-align:left;
font-family: arial,verdana; 
font-size:12px;
}

.body {
background-color: #f3e1dd; 
color: #3F6E82; 
}

.body_frame {
    background-color: #f3e1dd;
    color: #565663;
    scrollbar-face-color: #C8B598; 
    scrollbar-highlight-color: #C8B598;
    scrollbar-3dlight-color: #C8B598;  
    scrollbar-arrow-color: #3D302F;
    scrollbar-darkshadow-color: #C8B598;  
    scrollbar-shadow-color: #C8B598; 
    scrollbar-track-color: 8F8679;
}

.sous_titre {
  font-weight: bold;
  text-decoration: underline;
}

.rouge {
	font-weight: bold; 
  color: #AA0000;
}

.rouge2 {
	font-weight: bold; 
  color: #880022;
}


.vert {
	font-weight: bold; 
  color: #008833;
}

.gras {
  font-weight: bold; 
}


h2 { font-size: 18px; font-weight: normal; text-align: center; margin: 10px 0 0; }
	
h3 {
	font-size: 14px; 
	font-weight: bold; 
	margin: 0px;
	color: #3F6E82;
	}
	
.titre1 {
	font-size: 12px; 
	font-weight: bold; 
	margin: 0px;
	color: #735043;
	}

hr { 
	color: #77859B;
	width: 100%;
	height: 1px;
	margin: 0px;
	}

.hr2 { 
	color: #77859B;
	width: 100%;
	height: 1px;
	margin: 0px;
	}


.ombre {
    position:absolute;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 400px;
    overflow:auto;
    margin-left: -295px;
    margin-top: -195px;
    background-color: #596F80;
    filter: alpha(opacity=90);
}

.div_ombre2 {
    position:absolute;
    left: 50%;
    width: 700px;
    height: 650px;
    margin-left: 5px;
    margin-top: 3px;
    overflow:auto;
    margin-left: -347px;
    background-color: #8F7D79;
}

.div_global {
    position:absolute;
    left: 50%;
    width: 700px;
    height: 650px;
    overflow:auto;
    margin-left: -350px; /* moiti? la largeur */
    border-style: solid;
    border-color: : #333;
    border-width : 1px;
    background-color: #f3e1dd;
    text-align: center;
}

.div_erreur { font-size: 12px; font-weight: bold; font-style: normal; position:absolute; left: 50%; top: 50%; width: 600px; height: 400px; overflow:auto; margin-left: -300px; /* moiti? la largeur */
    margin-top: -200px; /* moiti? la hauteur */
    background-color: #f3e1dd; text-decoration: none; border-color: solid 1px : #333; border-style: ;;border-width: ;;;; }
.div_licence {
  width: 100%;
  margin-left: 0px;
  margin-top: 10px;
  border-style: solid;
  border-width : 1px;
  background-color: #f3e1dd;
  border-color: #77859B;
  border-left: none;
  border-right: none;
  border-top: solid 1px #77859B;
  border-bottom: none;
  text-align: center;
}


.div_popup {
background-color : #ffeeee ;
color: #444444;
text-decoration:none;
font-size: 12px;
font-family: arial;
font-weight: normal;
border-style:solid; 
border-width: 1px; 
width: 300px;
height: 150px;
}


.td_ecriture {
  border-style: none;
  color: #3F6E82;
  text-align: center;
  height:20px;
}

.td_surligne {
  border-style: solid;
  border-color: : #000000;
  border-width : 1px;
  border-left: none;
  border-top: none;
  border-color : #8C7D78;
  color: #565663;
  text-align: center;
  height:20px;
  background-color:#CDBBA6;
  font-weight: bold;
}


.td_espace {
    border-style : none;
    height:50px;
}


.td_bord_gauche {
    border-style: solid;
    border-color: : #000000;
    border-width : 1px;
    border-left: thick;
    border-top: none;
    border-bottom: none;
    border-color : #77859B;
}

.td_progression_vide {
border-style: solid;
border-color: : #CBB9B5;
border-width : 1px;
background-color:#CBB9B5;
}
.td_progression_plein {
border-style: solid;
border-color: : #6AB9E0;
border-width : 1px;
background-color:#6AB9E0;
}


.table_verif {
    border-style: solid;
    border-width : 1px;
    border-color: : #666666;
    background-color:#EEEEEE;
    color: #3C6A84;
    text-align: center;
    font-weight: bold;
    border-collapse: collapse;
}

.td_verif {
    height:25px;
    background-color:#EEEEEE;
    color: #3C6A84;
    text-align: center;
    font-weight: bold;
    border-bottom: solid 1px;
    font-size: 10px;
    font-family: arial;
}


.saisie1 {
    border-width: 1px;
    color: #2B3530;
    background-color: #FFF9ED;
    border-color: #5F594D;
    border-style: solid
}

.saisie_file {
    border-width: 1px;
    color: #2B3530;
    background-color: #FFF9ED;
    border-color: #5F594D;
    border-style: solid
}

.manque_saisie {
    border-width: 1px;
    color: #2B3530;
    background-color: #F6E1E9;
    border-color: #D87393;
    border-style: solid
}


.textarea_invisible {
    scrollbar-3dlight-color: #CBD5E8; 
    scrollbar-arrow-color: #CBD5E8; 
    scrollbar-darkshadow-color: #CBD5E8; 
    scrollbar-face-color: #CBD5E8; 
    scrollbar-highlight-color: #CBD5E8; 
    scrollbar-shadow-color: #CBD5E8; 
    scrollbar-track-color: #CBD5E8; 
    border-style: none;
    background-color: #f3e1dd;
    color: #AA0000;
    font-weight: bold;
    width:80%;
    height:50px;
}

.bt_install { color: #ffffff; background-color: #8c7d78; font-weight: bold; text-align: center; text-decoration: none; border: solid 1px black; height:20px; }
.bt_install_r { color: #ffffff; background-color: #AA5F78; font-weight: bold; text-align: center; text-decoration: none; border: solid 1px black; height:20px; }
.bt_install_a { color: #ffffff; background-color: #6E9B78; font-weight: bold; text-align: center; text-decoration: none; border: solid 1px black; height:20px; }
.bt_install2 { text-align: center; border: solid 1px black; height:20px; }

.codage { font-weight: bold; font-style:italic; color:#6F86FF; }

