﻿* {
    box-sizing: border-box;
}
html, body
{
	font-family: Arial, Helvetica, Sans-Serif;
	padding:0;
	margin: 0;
	text-align:center;
	color:#5c5b5b;
	height: 100%;
}
div#shim 
{
	visibility: hidden;
	width: 100%;
	height: 40%;                                                                     /* Bump div#blueBox down half the height of the screen. */
	margin-top: -200px;                                                              /* Half the height of div#blueBox. */
	float: left;
}

div#wrapper
{
	width: 650px;
	height: 550px;
	margin:0px auto;
	text-align:left;
	clear: both;
	top: -200px;
	position: static;	
}

div#title
{
	text-align: center;
}
#title
{
	font-size: 30pt;
	color:#194765;
	font-weight: bold;
}
div.titleLine
{
	height: 2px; 
	background: url(../Images/hr-login.jpg) no-repeat center center;
}

div#subTitle
{
	text-align: center;
	font-weight: bold;
	color: #8A8A8A;
}

div#logo
{
	background: url(../Images/Logos/ConsortiumDUC.jpg) no-repeat center center;	
	height: 260px;
}

div#maincontent
{
	background: url(../Images/hdr-background-bleu.jpg) repeat-x bottom left;	
	font-size: 11pt;
}

table#content
{
	text-align: center;
	margin: 0 auto;	
}
table#content th
{
	text-align: right;
	font-weight: normal;
}

table#content td
{	
	text-align: left;
}

input.ie6
{
	color: #696969;
	width: 150px;
	border: 1px #b7b7b7 solid;
}
input.text, select.text
{
	color: #696969;
	border: 1px #3773A3 solid;	
	font-size:8pt;
	font-weight: normal;
	width: 175px;
}
select.text
{
	width: 179px;
}

div#footer
{
	padding-top: 10px;
    text-align: center;
    font-size: 8pt;
	color: #636363;
}

/*****************************************************************************************
Bouton
******************************************************************************************/
a.button {
    background: transparent url(../Images/Button/bg_button_a.gif) no-repeat scroll top right;
	color:#5c5b5b;
    width: 90px;
    display: block;
    font-weight: bold;
    font-size: 8pt;
    height: 20px;
    margin-right: 3px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
    text-align: center;
}
a.button span {
    background: transparent url(../Images/Button/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 3px 0 3px 10px;
} 

a.button:hover
{
    background-position: right -20px;
}
a.button:hover span
{
    background-position: left -20px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 4px 0 2px 10px; /* push text down 1px */
} 
/*****************************************************************************************
ERREUR
******************************************************************************************/
div#messageErreur
{
	width : 431px;
	border: solid 1px rgb(0,0,255);
	background-color: white;
	display: none;
}
div#messageErreurHeader
{
	padding: 3px;
	background: url(../Images/hdr-background-bleu.jpg) repeat-x bottom left;		
	text-align: left;
	font-weight: bold;
}
div#messageErreurText
{
	padding: 5px;
	background: transparent url(../Images/error.png) no-repeat top left;
	text-align: left;
	padding-left: 80px;
 }
div#erreurBouton
{
	padding: 5px;
	text-align : center;
}
div#erreurBouton a.button
{
	width: 50px;
}

/*****************************************************************************************
ERROR
******************************************************************************************/
.error
{
    color:Red;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
	margin-top: 10px;
	color: black;
	font-weight: normal;
/*    font-weight: bold;
    color: #ff0000;*/
}
ul.validation-summary-errors 
{
	margin-top: 10px;
}

.ui-dialog .ui-dialog-buttonpane button {
    font-size: 10pt !important;
    font-family: Arial, Helvetica, Sans-Serif !important;
    padding: 2px 12px !important;
}

/****************************************************************************************************
SECTION pour JQuery UI dialog
*****************************************************************************************************/
.ui-dialog-title
{
	font-size: 10pt;
}
.ui-dialog-content
{
	font-size: 8pt;
	text-align: left;
}
