/******************************************************************************
* ldskStyleGenerique.css
*******************************************************************************

*******************************************************************************
*                                                                             *
* Copyright 2006									                          *
*                                                                             *
******************************************************************************/


div.ldsErrorBox
{
	background-color:white;
	background-image:url(../iso_icons/ldsk_error.png);
	background-repeat:no-repeat;
	border-width:1px;
	border-style:outset;
	border-color:red;
	padding-left:60px;
	padding-bottom:3px;
	padding-top:3px;
	padding-right:3px;
	width:100%;
	color:Red;
	font-weight:bold;
}

div.ldsSuccessBox
{
	background-color:white;
	background-image:url(../iso_icons/);
	background-repeat:no-repeat;
	border-width:1px;
	border-style:outset;
	border-color:blue;
	padding-left:60px;
	padding-bottom:3px;
	padding-top:3px;
	padding-right:3px;
	width:100%;
	color:blue;
	font-weight:bold;
}


/***********************************/
/* Alignement de texte responsive  */
/***********************************/

.ldskTextLGLeft {
    text-align:left;
}
.ldskTextLGCenter {
    text-align: center;
}
.ldskTextLGRight {
    text-align: right;
}
.ldskTextLGJustify {
    text-align: justify;
}

@media (max-width: 992px) {
    .ldskTextMDLeft {
        text-align: left;
    }
    .ldskTextMDCenter {
        text-align: center;
    }

    .ldskTextMDRight {
        text-align: right;
    }

    .ldskTextMDJustify {
        text-align: justify;
    }
}
@media (max-width: 767px) {
    .ldskTextSMLeft {
        text-align: left;
    }

    .ldskTextSMCenter {
        text-align: center;
    }

    .ldskTextSMRight {
        text-align: right;
    }

    .ldskTextSMJustify {
        text-align: justify;
    }
}
