/*Couleurs MOUTON
	Texte : Bleu foncé #334e7b;
	fond vert : #ddf0d0
	écriture vert :  #6d8856
	puce bleue foncé : #344e7b
	fond bleu clair : #e3ebf8
	écriture bleu foncé : #344e7b
	puce verte : #6d8856	
*/

body{
	background-color:#FFFFFF;
	font-family:arial;
	/* font-family:georgia,tahoma,arial; */
}

#doc2{
	background-color:#FFFFFF;
	border:1px solid #3B4E6C;
	margin-top:10px;
}

#hd{
	background-image:url(/images/102/header.jpg); background-repeat:no-repeat;
	height:102px;
	background-position:center center;
}

#ft{
	background-color:#D1E4B7;
	height:60px;
}

#pTitre{
	background-color:#DFEBFF;
	color:#334e7b;
	cursor:pointer;
	line-height:40px;
	padding:3px;
	font-size:18px;
   	text-align: left;
}

#pDeconnexion{
	background-color:#D1E4B7;
	color:#334e7b;
	cursor:pointer;
	line-height:20px;
	padding:1px;
	font-size:93%;
	margin:0px;
	font-weight:bold;
	text-align:right;
}

/*TABLEAU*/
#tblLogin{
	margin-bottom:30px;
	margin-top:30px;
	width:100%;
}
.tdMergedError{
	color:red;
	padding-bottom:5px;
	text-align:center;
}
.tdLeft{
	padding-bottom:5px;
	padding-right:5px;
	text-align:right;
	width:50%;
}
.tdRight{
	padding-bottom:5px;
	padding-left:5px;
	width:50%;
}

.yui-skin-sam .yui-dt-table {
	font-family:arial;
	font-size:8pt;
}