﻿

/*Valeurs par defaut du body*/
body 
{
    padding:0px !important;
    margin:0px !important;
    font-size:16px;
    line-height:20px;
}



/*6 Taille des polices de base*/
.Fs1 {font-size:10px;line-height:12px;}
.Fs2 {font-size:13px;line-height:16px;}
.Fs3 {font-size:16px;line-height:20px;}
.Fs4 {font-size:18px;line-height:21px;}
.Fs5 {font-size:24px;line-height:28px;}
.Fs6 {font-size:32px;line-height:37px;}



/*DIV sur une base relative et 0 comme valeur par défaut pour les bordures*/
div {position:relative;  border-width:0px;}



/*Float Left pour tous les controls de templates d'élément*/
#XBody .BaseDiv .BaseDiv {float:left;}


/*Séparateur de ligne des templates d'élément*/
.XBodyLineSeparator
{
	display:block;
	clear:both;
	width:100%;
	height:0px;
}



.BaseDiv
{
    overflow:visible !important;
    min-height:15px;
    min-width:15px;
}



/*Valeur par défaut pour la zone content des éléments*/
#XBody .BaseDiv .OESZ_DivContent
{

    display:-moz-inline-stack;
    display:inline-block;
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
    zoom:1;
    *display:inline;

}

/*Valeurs par défaut pour les div de cadre*/
.OESZ_DivLeft1, .OESZ_DivLeft2, .OESZ_DivLeft3, .OESZ_DivLeft4, 
.OESZ_DivRight1, .OESZ_DivRight2, .OESZ_DivRight3, .OESZ_DivRight4
{
    position:absolute;
	overflow:hidden;
	z-index:1;	
	
	
}



/*Valeurs de l'image des éléments WEImage*/
.OEWEImage img 
{
    position:absolute;
    border:none;
}


/*Annulation de la valeur par défaut du navigateur sur les liens*/
a:link, a:visited, a:hover, a:active {text-decoration:none; color:#0000FF;}


/*Block de text avec css font-size, name, color (Conversion de html font)*/
.FontBlock 
{
    display:inline;
}


/*Valeurs par defaut pour les templates d'éléments*/
.OECT {overflow:auto;width:auto;height:100%;}
#XBody > .OESZ_DivContent > .OESZ_XBodyContent  > .OECT_Content {overflow: visible !important;}
#XBody > .OESZ_DivContent > .OESZ_XBodyFooter > .OECT_Footer {overflow: visible !important;}



/*Valeur par défault des éléments du Popup Modal*/

/* Overlay */
#simplemodal-overlay {background-color:#333333; cursor:wait;}

/* Container */
#simplemodal-container 
{
    width: 350px; 
    background-color:#DFDFDF; 
    border:5px outset #000000;
    -moz-border-radius: 5px; 
 }
#simplemodal-container a.modalCloseImg 
{    
    background:url('../Image/delete.png') no-repeat;    
    width:25px; 
    height:29px; 
    z-index:3200; 
    margin-top:-12px; 
	margin-right:-16px;    
    float:right;
    cursor:pointer;
}
#simplemodal-container #basicModalContent 
{
    padding:8px;
    
}

#ModalPopup
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:10000000;
    border:solid 1px #000000;
    background:url('../Image/ModalBackgound.png');
}

#CenterLoading
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:10000000;
    border:solid 1px #000000;
    background:url('../Image/ModalBackgound.png');
    cursor :wait;
}

#ModalPopup img
{
    width:100%;
    height:100%;
}

#ModalPopupBlock
{
 
    position:absolute;
    width:350px;
    height:200px;
    z-index:10000000;
    background-color:#DFDFDF; 
    border:5px outset #000000;
    -moz-border-radius: 5px; 
    
} 

#ModalPopupBlockTop
{
    background:url('../Image/delete.png') no-repeat;    
    margin-top:-12px; 
	margin-right:-16px;    
    float:right;
    cursor:pointer;
    width:25px; 
    height:29px; 
    z-index:2;
}

#ModalPopupBlockBottom
{
    width:340px;
    height:190px;
    padding:5px;
    z-index:1;
    cursor :wait;
    
}







