/**
 * @version $Id: bulle_aide.css,v 1.4 2009-10-29 16:09:58 jal Exp $
 * @package umc
 * @copyright Copyright (C) 2009 BROCELIA. All rights reserved.
 */

/* BULLES AIDE */
#bulle_aide,
#bulleaide{
	z-index:1000;
}
#bulle_aide .aide_tl,
#bulleaide .aide_tl{
	background-image:url(../images/aide/aide_tl.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:18px;
	height:19px;
}
#bulle_aide .aide_t,
#bulleaide .aide_t{
	background-image:url(../images/aide/aide_t.png);
	background-repeat:repeat-x;
	background-position:left top;
	height:19px;
}
#bulle_aide .aide_tr,
#bulleaide .aide_tr{
	background-image:url(../images/aide/aide_tr.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:28px;
	height:19px;
}
#bulle_aide .aide_l,
#bulleaide .aide_l{
	background-image:url(../images/aide/aide_l.png);
	background-repeat:repeat-y;
	background-position:left top;
	width:18px;
}
#bulle_aide .aide_c
#bulleaide .aide_c{
	background-image:url(../images/aide/aide_c.png);
	background-repeat:repeat;
	background-position:left top;
}
	#bulle_aide .aide_close
	#bulleaide .aide_close{
		background-image:url(../images/aidechoix/aide_bulle_croix.png);
		background-repeat:repeat;
		background-position:left top;
		float:right;
		display:block;
		width:15px;
		height:15px;
		cursor:pointer;
	}
#bulle_aide .aide_r,
#bulleaide .aide_r{
	background-image:url(../images/aide/aide_r.png);
	background-repeat:repeat-y;
	background-position:left top;
	width:28px;
}
#bulle_aide .aide_bl,
#bulleaide .aide_bl{
	background-image:url(../images/aide/aide_bl.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:18px;
	height:31px;
}
#bulle_aide .aide_b,
#bulleaide .aide_b{
	background-image:url(../images/aide/aide_b.png);
	background-repeat:repeat-x;
	background-position:left top;
	height:31px;
}
#bulle_aide .aide_br,
#bulleaide .aide_br{
	background-image:url(../images/aide/aide_br.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:28px;
	height:31px;
}

#bulle_aide .aide_c p,
#bulleaide .aide_c p{
	font-size:12px;
	margin-bottom:10px;
}

#bulle_aide .aide_c{
	background-color:#ffffff;
}

#bulle_aide .aide_c ul,
#bulleaide .aide_c ul{
	list-style-type:none;
}
#bulle_aide .aide_c ul li,
#bulleaide .aide_c ul li{
	font-size:12px;
	margin-bottom:10px;
	padding-left:10px;
	background-image:url(../images/aidechoix/puce_grise.gif);
	background-repeat:no-repeat;
	background-position:left 5px;
}

#bulle_aide .aide_close{
	background-image:url(../images/aide/vert_close.png);
	background-repeat:repeat;
	background-position:left top;
	float:right;
	display:block;
	width:15px;
	height:15px;
	cursor:pointer;
}

/* BULLES AIDE BLEUES */
#bulleaidebleue{
	z-index:1000;
}
#bulleaidebleue .aide_tl{
	background-image:url(../images/aide/bleu_tl.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:18px;
	height:19px;
}
#bulleaidebleue .aide_t{
	background-image:url(../images/aide/bleu_t.png);
	background-repeat:repeat-x;
	background-position:left top;
	height:19px;
}
#bulleaidebleue .aide_tr{
	background-image:url(../images/aide/bleu_tr.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:28px;
	height:19px;
}
#bulleaidebleue .aide_l{
	background-image:url(../images/aide/bleu_l.png);
	background-repeat:repeat-y;
	background-position:left top;
	width:18px;
}
#bulleaidebleue .aide_c{
	background-image:url(../images/aide/aide_c.png);
	background-repeat:repeat;
	background-position:left top;
}
	#bulleaidebleue .aide_close{
		background-image:url(../images/aide/bleu_close.png);
		background-repeat:repeat;
		background-position:left top;
		float:right;
		display:block;
		width:15px;
		height:15px;
		cursor:pointer;
	}
#bulleaidebleue .aide_r{
	background-image:url(../images/aide/bleu_r.png);
	background-repeat:repeat-y;
	background-position:left top;
	width:28px;
}
#bulleaidebleue .aide_bl{
	background-image:url(../images/aide/bleu_bl.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:18px;
	height:31px;
}
#bulleaidebleue .aide_b{
	background-image:url(../images/aide/bleu_b.png);
	background-repeat:repeat-x;
	background-position:left top;
	height:31px;
}
#bulleaidebleue .aide_br{
	background-image:url(../images/aide/bleu_br.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:28px;
	height:31px;
}

#bulleaidebleue .aide_c p{
	font-size:12px;
	margin-bottom:10px;
}
#bulleaidebleue .aide_c ul{
	list-style-type:none;
}
#bulleaidebleue .aide_c ul li{
	font-size:12px;
	margin-bottom:10px;
	padding-left:10px;
	background-image:url(../images/aidechoix/puce_grise.gif);
	background-repeat:no-repeat;
	background-position:left 5px;
}
