
/*
--------------------------------------------------------------------
-                               Fond noir                          -
--------------------------------------------------------------------
*/
#bdd_fond_noir
{
	display:none;
	position: fixed;
	
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	
	background-color: black;
	opacity:.50; /* <- Mozilla */
	/*filter:alpha(opacity=50); <- IE - Commenté pour un warning Firefox  */
	
	z-index: 4;
}





/*
--------------------------------------------------------------------
-                             Boite image                          -
--------------------------------------------------------------------
*/

#bdd_image
{
	display:none;
	position: fixed;
	
	left: 50%;
	top: 50%;
	width: 790px;
	height: 590px;
	
	margin-left: -400px;
	margin-top: -300px;
	
	text-align: center;
	
	overflow: hidden;
	
	z-index: 5;
}

#bdd_image_image
{

}

#bdd_image_fermer
{
	display: block;
	position: absolute;
	
	right: 10px;
	bottom: 10px;
	
	
}

#bdd_image_imprimer
{
	display: block;
	position: absolute;
	
	left: 10px;
	bottom: 10px;
	
}


/*
--------------------------------------------------------------------
-                               Fond noir                          -
--------------------------------------------------------------------
*/
#bdd_question
{
	/* Type de div */
	display:none;
	position: fixed;
	
	/* Position, taille et marges */
	left: 50%;
	top: 50%;
	width: 300px;
	height: 150px;
	margin-left: -150px;
	margin-top: -75px;
	
	/* Alignement des enfants */
	text-align:center;
	vertical-align: middle;
	
	/* Overflow et z-index */
	overflow: hidden;
	z-index: 5;
}

/*
--------------------------------------------------------------------
-                          Boite de connexion                      -
--------------------------------------------------------------------
*/

#bdd_formulaire
{
	display:none;
	position: fixed;
	
	left:50%;
	top: 50%;
	
	margin-left: -150px;
	margin-top: -90px;
	
	width: 300px;
	height: 180px;
	
	z-index: 5;
}


/*
--------------------------------------------------------------------
-                            Editeur WYSIWYG                       -
--------------------------------------------------------------------

/* Editeur */
#wysiwyg
{

	display: block;
	position: relative;
	
	width:580px;
	height:150px;
	
	background-color: rgb(220,176,166);
	
	z-index: 5;
}


/* ---------------------------------------------------------------------------------------------- */
/* Vues et sous vues */
#wysiwyg_vue_design
{
	display: block;
	position:absolute;
	
	z-index: 1;
	
	left:0px;
	top:35px;
	width:580px;
	height:100px;
}



#wysiwyg_design
{
	display:block;
	position:absolute;
	
	width:580px;
	height:100px;

	margin: 0px;
	padding: 0px;
	
	border: 1px;
	border-color: rgb(143,38,13);
	border-style: solid;
	background-color:white;
}

#wysiwyg_vue_texte
{
	display: none;
	position:absolute;
	
	z-index: 2;
	
	left:0px;
	top:35px;
	width:580px;
	height:100px;
}

#wysiwyg_texte
{
	display:block;
	position:absolute;
	
	width:580px;
	height:100px;
	
	border-style:solid;
	border-width:1px;
	border-color:#7f9db9;
	background-color:white;
}





/* ---------------------------------------------------------------------------------------------- */
/* Rebar */
#wysiwyg_barre
{
	display: block;
	position:absolute;
	
	left:0px;
	top:0px;
	width:100%;
	height:29px;
	
	background-image:url(wysiwyg_gfx/barre_fond_milieu.gif);
}
#wysiwyg_barre_gauche
{
	position:absolute;
	
	left:0px;
	top:0px;
	width:2px;
	height:29px;
	
	background-image:url(wysiwyg_gfx/barre_fond_gauche.gif);
}
#wysiwyg_barre_droite
{
	position:absolute;
	
	right:-2px;
	top:0px;
	width:13px;
	height:29px;
	
	background-image:url(wysiwyg_gfx/barre_fond_droite.gif);
}




#bold				{background: url(wysiwyg_gfx/barre_gras.gif) ;  }
#bold:hover			{ background-position:0px -21px;}
#italic				{background: url(wysiwyg_gfx/barre_italique.gif) ;  }
#italic:hover		{ background-position:0px -21px;}
#underline			{background: url(wysiwyg_gfx/barre_souligne.gif) ;  }
#underline:hover	{ background-position:0px -21px;}


#justifyleft		{background: url(wysiwyg_gfx/barre_aligner_gauche.gif) ;  }
#justifyleft:hover	{ background-position:0px -21px;}
#justifycenter		{background: url(wysiwyg_gfx/barre_aligner_centre.gif) ;  }
#justifycenter:hover{ background-position:0px -21px;}
#justifyright		{background: url(wysiwyg_gfx/barre_aligner_droite.gif) ;  }
#justifyright:hover	{ background-position:0px -21px;}
#justifyfull		{background: url(wysiwyg_gfx/barre_aligner_justifier.gif) ;  }
#justifyfull:hover	{ background-position:0px -21px;}

#createlink			{background: url(wysiwyg_gfx/barre_lien.gif) ;  }
#createlink:hover	{ background-position:0px -21px;}

#insertorderedlist			{background: url(wysiwyg_gfx/barre_liste_numeros.gif) ;  }
#insertorderedlist:hover	{ background-position:0px -21px;}
#insertunorderedlist 		{background: url(wysiwyg_gfx/barre_liste_puces.gif) ;  }
#insertunorderedlist:hover	{ background-position:0px -21px;}

#outdent			{background: url(wysiwyg_gfx/barre_deplacer_gauche.gif) ;  }
#outdent:hover		{ background-position:0px -21px;}
#indent				{background: url(wysiwyg_gfx/barre_deplacer_droite.gif) ;  }
#indent:hover		{ background-position:0px -21px;}

#apercu				{background: url(wysiwyg_gfx/barre_apercu.gif) ;  }
#apercu:hover		{ background-position:0px -21px;}
#html				{background: url(wysiwyg_gfx/barre_html.gif) ;  }
#html:hover			{ background-position:0px -21px;}

.image_grip			{background: url(wysiwyg_gfx/barre_grip.gif) ;}
.image_separateur	{background: url(wysiwyg_gfx/barre_separateur.gif) ;}

/* ---------------------------------------------------------------------------------------------- */
/* Barre d'outils design */
/* ---------------------------------------------------------------------------------------------- */
#wysiwyg .wysiwyg_barre_classe
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}

#wysiwyg .wysiwyg_barre_classe li
{
	float:left;
	
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 1px;
	
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	
}

#wysiwyg .wysiwyg_barre_classe li a
{
	display: block;
	
	height:20px;
	width:20px;
	
	text-decoration: none;
	color: black;
}

#wysiwyg .wysiwyg_barre_classe li a:hover
{
	border-style: solid;
	border-width:1px;
	border-color: #000080;
	
	margin-left:-1px;
	margin-top:-1px;
	margin-bottom:-1px;
	margin-right:-1px;
}



#wysiwyg .bouton_classique
{
	display: block;
	height:20px;
	width:20px;
}

#wysiwyg .bouton_texte
{
	display: block;
	height:20px;
	width:auto;
}

/*
--------------------------------------------------------------------
-                                Cadre                             -
--------------------------------------------------------------------
*/

/* Haut du cadre */
span.bdd_cadre_haut_gauche
{
	display:block;
	position: absolute;
	
	left: 0px;
	top: 0px;
	
	width: 20px;
	height: 20px;
	
	background-image: url(gfx/bdd_cadre_haut_gauche.gif);
}


span.bdd_cadre_haut_droite
{
	display:block;
	position: absolute;
	
	right: 0px;
	top: 0px;
	
	width: 20px;
	height: 20px;
	
	background-image: url(gfx/bdd_cadre_haut_droite.gif);
}

span.bdd_cadre_haut_milieu
{
	display:block;
	position: absolute;
	
	left: 20px;
	top: 0px;
	height: 20px;
	
	right: 20px; /* Droite - 20px FF, Safari */
	
	background-image: url(gfx/bdd_cadre_haut_milieu.gif);
	background-repeat: repeat-x;
}


/* Milieu du cadre */
span.bdd_cadre_milieu_gauche
{
	display: block;
	position: absolute;
	
	left: 0px;
	width: 20px;
	
	top: 20px;
	bottom: 20px; /* Bas - 20px FF, Safari */
	
	background-image: url(gfx/bdd_cadre_milieu_gauche.gif);
	background-repeat: repeat;
}


span.bdd_cadre_milieu_droite
{
	display:block;
	position: absolute;
	
	right: 0px;
	width: 20px;
	
	top: 20px;
	bottom: 20px; /* Bas - 20px FF, Safari */
	
	background-image: url(gfx/bdd_cadre_milieu_droite.gif);
	background-repeat: repeat;
}

span.bdd_cadre_milieu_milieu
{
	display:block;
	position: absolute;
	
	left: 20px;
	right: 20px; 
	
	top: 20px;
	bottom: 20px; 
	
	background-image: url(gfx/bdd_cadre_milieu_milieu.gif);
	background-repeat: repeat;
}





/* Bas du cadre */
span.bdd_cadre_bas_gauche
{
	display:block;
	position: absolute;
	
	left: 0px;
	bottom: 0px;
	
	width: 20px;
	height: 20px;
	
	background-image: url(gfx/bdd_cadre_bas_gauche.gif);
}


span.bdd_cadre_bas_droite
{
	display:block;
	position: absolute;
	
	right: 0px;
	bottom: 0px;
	
	width: 20px;
	height: 20px;
	
	background-image: url(gfx/bdd_cadre_bas_droite.gif);
}

span.bdd_cadre_bas_milieu
{
	display:block;
	position: absolute;
	
	left: 20px;
	bottom: 0px;
	height: 20px;
	
	right: 20px; /* Droite - 20px FF, Safari */
	
	background: white;
	background-image: url(gfx/bdd_cadre_bas_milieu.gif);
	background-repeat: repeat-x;
}


/* -------------------------------------------------------------------------------------------------
                                                Formulaires
------------------------------------------------------------------------------------------------- */

input.effet_rouge
{

	/* Fond de la case */
	background-color: rgb(255,255,255);
	
	/* Bordures */
	border: 1px;
	border-color: rgb(143,38,13);
	border-style: solid;
	
	/* Police */
	color: #000000;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana;
}


div.effet_apercu
{

	/* Fond de la case */
	background-color: white;
	
	/* Bordures */
	border: 1px;
	border-color: rgb(143,38,13);
	border-style: solid;
	
	/**/
	overflow-y: scroll;
	overflow-x: hidden;
	
	/* Police */
	color: #000000;
	font-size: 12px;
	font-style: normal;
	font-family: Verdana;
}
	
	
	
/* -------------------------------------------------------------------------------------------------
                                                Boutons
------------------------------------------------------------------------------------------------- */
img.btn_ouvrir
{
	width: 100px;
	height: 25px;
	background-image:url(../international/en/en_gfx_boutons/btn_ouvrir.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
img.btn_ouvrir:hover{background-position: left bottom;}

img.btn_fermer
{
	width: 100px;
	height: 25px;
	background-image:url(../international/en/en_gfx_boutons/btn_fermer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
img.btn_fermer:hover{background-position: left bottom;}

img.btn_annuler
{
	width: 100px;
	height: 25px;
	background-image:url(../international/en/en_gfx_boutons/btn_annuler.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
img.btn_annuler:hover{background-position: left bottom;}

img.btn_valider
{
	width: 100px;
	height: 25px;
	background-image:url(../international/en/en_gfx_boutons/btn_valider.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
img.btn_valider:hover{background-position: left bottom;}

img.btn_creer
{
	width: 100px;
	height: 25px;
	background-image:url(../international/en/en_gfx_boutons/btn_creer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
img.btn_creer:hover{background-position: left bottom;}


img.btn_sauver
{
	width: 100px;
	height: 25px;
	background-image:url(../international/en/en_gfx_boutons/btn_sauver.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
img.btn_sauver:hover{background-position: left bottom;}

img.btn_imprimer
{
	width: 100px;
	height: 25px;
	background-image:url(../international/en/en_gfx_boutons/btn_imprimer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
img.btn_imprimer:hover{background-position: left bottom;}




img.btn_ok
{
	width: 100px;
	height: 25px;
	background-image:url(../international/en/en_gfx_boutons/btn_ok.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
img.btn_ok:hover{background-position: left bottom;}

img.btn_oui
{
	width: 100px;
	height: 25px;
	background-image:url(../international/en/en_gfx_boutons/btn_oui.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
img.btn_oui:hover{background-position: left bottom;}

img.btn_non
{
	width: 100px;
	height: 25px;
	background-image:url(../international/en/en_gfx_boutons/btn_non.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
img.btn_non:hover{background-position: left bottom;}









