/*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:georgia,tahoma,arial;*/
	font-family:arial;
	
}

#doc2{
	background-color:#FFFFFF;
}

#hd{
	background-image:url(/images/102/header.jpg);  background-repeat:no-repeat;
	height:102px;
	background-position:center center;
}

#pTitre{
	background-color:#dfebff;
	color:#334e7b;
	line-height:40px;
	/*font-size:153.9%;*/
	font-weight:bold;	
	cursor:pointer;
	line-height:40px;
	padding:3px;
	margin-top:2px;
	margin-bottom:2px;
	font-size:18px;/*138.5%;	*/
}

a:link {color: #344e7b; text-decoration:underline;}
a:visited {color: #344e7b; text-decoration:underline;}
a:hover {color: #6d8856; text-decoration:none;}
a:active {color: #344e7b; text-decoration:underline;}

#formulaire{
	background-color: #FFFFFF;
}

.h3Portail{
	color:#334e7b;
	font-size:153.9%;
}

.pPortail{
	font-size:108%;
}


.pAccueil{
	color:#555555;
	padding:3px;
}

#EDLPro{
	text-align: center;
}

#pDeconnexion{
	background-color:#e3ebf8; /*#e7af14;*/
	color:#334e7b; /*#FFFFFF;*/
	cursor:pointer;
	line-height:20px;
	padding:1px;
	font-size:93%;
	margin:0px;
	text-align:right;
	height:15px;
	font-weight: bold;
	/*width:100%;*/
}

#pDeconnexion a {
	text-decoration:underline;
}
#pDeconnexion a:hover {
	text-decoration:none;
}

#ft{
	background-color:#d1e4b7; /* Ft de la page de login. background-color:#FFFFFF;*/
	height:5px;
}

/*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;
}


.yuimenubar .yuimenubaritem .yuimenubaritemlabel {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8195C0; /*grisé*/
	list-style-type:none;
	font-size:14px;
	/*font-weight: bold;*/
}

.yuimenubar li, .yuimenu li { /* Rajouter ce paragraphe pour enlever les puces noires */
	list-style-type:none;
}
