/*  Couleurs Carron :  
Nouvelles : 
	#ffd600 : jaune vif;
	#0119c4 : bleu foncé vif;
	#474747 : gris foncé;
	#333333 : gris foncé enseigne;
	#cccccc : gris clair : arrière-plan écriture et église;
	#b2b2b2 : gris plus foncé;
	
Anciennes : 
	Arrière-plan : #e6e6fa : lavande;  
	Fond : #d3d3d3 : gris clair ; 
	Ecriture : #a9a9a9 : gris un peu plus clair;  
	Fond écriture et écriture :#ffff00 : jaune flash; 
	Ecriture + liens : #87ceeb : bleu ciel; 
	Ecriture site : #c0c0c0 : argent ; 
	Ecriture site gras : #696969 : gris foncé ; */

body{
	background-color:#cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif; /*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 12px;
	color:#474747;
}

#hd{
	background-color:#0119c4; /*#0199AC; bleu turquoise; #87ceeb; bleu turquoise */ 
	background-image:url(/images/111/banniere.jpg);  background-repeat:no-repeat; /*headerCARRON2.jpg);*/
	height:147px; 
	background-position:50% 20%; /*background-position:50% 50%; : Pour centrer le bandeau*/
}

#doc2{
	background-color: #FFFFFF;
	margin-top:10px;
}

a:link { color:#0119c4; text-decoration:underline; } /*#004b00;*/
a:active { color:#0119c4; text-decoration:underline; }
a:visited { color:#ffd600; text-decoration:underline; }
a:hover { color:#ffd600; text-decoration:none; } /*#7b0a08;*/

#bd{
	background-color:#FFFFFF;
	position: relative;
}

#pTitre{
	background-image:url(/images/111/degradeJaune.png); /*background-repeat:no-repeat;*/
	color:#474747; /*#696969 ; #004b00; #9f8e07;  #FFFFFF;*/
	cursor:pointer;
	line-height:40px;
	/*margin-top:5px;*/
	padding:3px;
	margin-top:3px;/*0*/
	font-size:138.5%;
	font-weight:bold;
}

.pAccueil{
	color: #666666; /*#435793; #555555;*/
	padding:3px;
}

#EDLPro{
	text-align: center;
}

#pDeconnexion{
	background-color:#0119c4; /*#87ceeb;*/ /*bleu*/
	color:#ffd600; /*#0119c4; #87ceeb;*/ /*bleu*/
	cursor:pointer;
	line-height:15px;
	padding:1px;
	font-size:93%;
	font-weight:bold;
	margin:0px;
	text-align:right;
	height:15px;
}

#pDeconnexion a {
	/*color:#FFFFFF;*/
	font-weight:bold;
	text-decoration:underline;
}

#pDeconnexion a:hover{
	text-decoration:none;
}

#ft{
	background-color:#ffd600; /*#87ceeb;*/ /*bleu*/
	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%;
}

/* Menu */
.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;
}
