@charset "utf-8";
/*******************************/
/* Common Layout CSS Document  */
/*******************************/

.hidden { display:none; }
.clear { clear:both; }
.center { text-align:center; }
.right { text-align:right; }
.left { text-align:left; }
.justify { text-align:justify; }
.strong { font-weight:bold; }
.small { font-size:small; }
.smaller { font-size:smaller; }
hr.clear {
	clear: both;
	visibility: hidden;
}
* {
	outline: 0;
}
.colorGray {
	color:gray;
}
/* messages de succès/erreur/info/avertissement ------------------------ */

div.success, div.info, div.error, div.warning, p.success, p.info, p.error, p.warning {
	min-height: 15px;
	line-height: 15px;
	margin: 15px 20px 15px 10px !important;
	padding: 10px 33px !important;
	text-align: left !important;
	border-radius: 8px;
	-moz-border-radius: 8px;
}

div.success, p.success {
	background: #D4FFD4 url('../images/icons/accept.png') no-repeat 10px 10px;
	border: 1px solid #4DA24D;
	color: #348934;
}

div.info, p.info {
	background: #DFF4FF url('../images/icons/information.png') no-repeat 10px 10px;
	border: 1px solid #4985B2;
	color: #005B9F;
}

div.warning, p.warning {
	background: #FFFFD4 url('../images/icons/error.png') no-repeat 10px 10px;
	border: 1px solid #D5AA00;
	color: #D5AA00;
}

div.error, p.error {
	background: #FFD4D4 url('../images/icons/exclamation.png') no-repeat 10px 10px;
	border: 1px solid #D02626;
	color: #D02626;
}

.error ul.list li {
	background: url('../images/icons/bullet_red.png') no-repeat;
}

span.success, span.info, span.warning, span.error, span.save, span.list {
	display: block;
	text-indent: 20px;
}


span.success {
	background: url('../images/icons/accept.png') no-repeat;
	color: #348934;
}

span.info {
	background: url('../images/icons/information.png') no-repeat;
	color: #343489;
}

span.warning {
	background: url('../images/icons/error.png') no-repeat;
	color: #D5AA00;
}

span.error {
	background: url('../images/icons/exclamation.png') no-repeat;
	color: #D02626;
}

span.save {
	background: url('../images/icons/disk.png') no-repeat;
	color: black;
}

span.list {
	background: url('../images/icons/bullet_blue.png') no-repeat;
}

ul.list {
	margin: 1em;
}

ul.list li {
	padding-left: 22px;
	background: url('../images/icons/bullet_blue.png') no-repeat;
	list-style-type: none;
}

/* boutons OUI et NON ---------------------------------------------- */

a.b-oui, a.b-non {
	width: 40px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 5px;
	text-decoration: none;
}

a.b-oui *, a.b-non * {
	display: none;
}

a.b-oui {
	background: url("../images/oui.png") no-repeat;
}
a.b-oui:hover {
	background: url("../images/oui_hover.png") no-repeat;
}

a.b-non {
	background: url("../images/non.png") no-repeat;
}

a.b-non:hover {
	background: url("../images/non_hover.png") no-repeat;
}

/* bulles d'aide --------------------------------------------------- */

.tooltip, .tooltip-right {
	position: relative;
}
.tooltip span, .tooltip-right span {
	display: none;
	top: 0;
	right: -300px;
	padding: 10px 20px;
	width: 250px;
	background: url(images/tooltip-background.png) #6DA0E8 repeat-x;
	color: white;
	font-weight: bold;
	border: 1px solid #1C3B5C;
	text-align: justify;
	line-height: 150%;
	z-index: 9000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.tooltip:hover span, .tooltip-right:hover span {
	display: inline;
	position: absolute;
}
.tooltip span a {
	color: #FFCC53;
	text-decoration: underline;
}

/* Liens flèches et autres icones ---------------------------------- */

.icon { vertical-align: middle; }
.back, .go, .connect, .color, .pic, .add, .delete, .edit, .refresh , .pdf,
.txt, .doc, .docx, .xls, .xlsx, .ppt, .pptx, .rb, .php, .sql, .zip, .rar,
.gz, .jpg, .png, .gif, .swf, .bdot, .rdot, .gdot, .pinkdot, .blackdot {
	padding-left: 20px;
	min-height: 16px;
}
.rss, .tick, .cross, .time, .table {
	padding: 5px 0 5px 23px;
}
.connect {
	background: url('../images/icons/lock.png') no-repeat;
	padding-left: 25px !important;
}
.back	{ background:url('../images/icons/arrow_left.png') no-repeat; }
.go		{ background:url('../images/icons/arrow_right.png') no-repeat; }
.color	{ background:url('../images/icons/color_swatch.png') no-repeat; }
.pic	{ background:url('../images/icons/picture.png') no-repeat; }
.add	{ background:url('../images/icons/add.png') no-repeat; }
.delete	{ background:url('../images/icons/delete.png') no-repeat; }
.edit	{ background:url('../images/icons/pencil.png') no-repeat; }
.refresh{ background:url('../images/icons/arrow_refresh.png') no-repeat; }
.rss	{ background:url('../images/icons/feed.png') no-repeat 0 center; }
.tick	{ background:url('../images/icons/tick.png') no-repeat 0 center; }
.cross	{ background:url('../images/icons/cross.png') no-repeat 0 center; }
.time	{ background:url('../images/icons/time.png') no-repeat 0 center; }
.table	{ background:url('../images/icons/table.png') no-repeat 0 center; }
.bdot	{ background:url('../images/icons/bullet_blue.png') no-repeat 0 center; }
.rdot	{ background:url('../images/icons/bullet_red.png') no-repeat 0 center; }
.gdot	{ background:url('../images/icons/bullet_green.png') no-repeat 0 center; }
.blackdot	{ background:url('../images/icons/bullet_black.png') no-repeat 0 center; }
.pinkdot	{ background:url('../images/icons/bullet_pink.png') no-repeat 0 center; }
.pdf	{ background:url('../images/icons/page_white_acrobat.png') no-repeat 0 center; }
.txt	{ background:url('../images/icons/page_white_text.png') no-repeat 0 center; }
.rb		{ background:url('../images/icons/page_white_ruby.png') no-repeat 0 center; }
.php	{ background:url('../images/icons/page_white_php.png') no-repeat 0 center; }
.sql	{ background:url('../images/icons/page_white_database.png') no-repeat 0 center; }
.swf	{ background:url('../images/icons/page_white_flash.png') no-repeat 0 center; }

.doc, .docx		{ background:url('../images/icons/page_white_word.png') no-repeat 0 center; }
.xls, .xlsx		{ background:url('../images/icons/page_white_excel.png') no-repeat 0 center; }
.ppt, .pptx		{ background:url('../images/icons/page_white_powerpoint.png') no-repeat 0 center; }
.jpg, .png, .gif{ background:url('../images/icons/page_white_picture.png') no-repeat 0 center; }
.zip, .rar, .gz	{ background:url('../images/icons/page_white_compressed.png') no-repeat 0 center; }

/* Apple-like button -------------------------------------------------------- */

a.apple-button {
	background: transparent url(images/buttons/bg_button_a.png) no-repeat scroll top right;
	color: #555 !important;
	text-shadow: 1px 1px 0 white;
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	height: 24px;
	margin: 0 6px 6px 0;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	letter-spacing: 1px;
}
a.apple-button > span {
	background: transparent url(images/buttons/bg_button_span.png) no-repeat;
	display: inline-block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
}
a.apple-button:hover {
	color: #fafafa !important;
	text-shadow: 1px 1px 0 #111;
	background-position: bottom right;
}
a.apple-button:hover > span {
	background-position: bottom left;
}
a.apple-button:active {
	background-position: center right;
	color: #222 !important;
	text-shadow: 1px 1px 0 white;
	outline: none; /* hide dotted outline in Firefox */
}
a.apple-button:active > span {
	background-position: center left;
}
