/*
	CSS CopixLab
	Author : Yann Bétoule / Julien LERCH
	Copyright : ACTIMAGE 2007
	Feuille de styles Public

*/

@import url(public_balises.css);
@import url(public_position.css);
@import url(public_layout.css);
@import url(contenu.css);

/*

	Les styles de "décoration" sont dans _layout
		=> font-weight, color, background, list-style, border etc..

	Les styles de positionnement sont dans _position
		=> margin, padding, position, display, text-align, overflow, float, text-indent etc...

	Les balises sont redéfinies dans _balises

*/

/* FORMULAIRES---------------------------------------------------------------- */

label.textarea{
	float				: left;
	padding				: 2px 0 0 0;
}
p.btn_action{
	text-align			: right;
}
.btn_action a.cancel{
	padding-left		: 18px;
	color				: #86455D;
	text-decoration		: none;
	background			: url(../interface/public/prev.gif) left center no-repeat;
	font-weight			: bold;
	border				: 1px solid #86455D;
	padding				: 4px 2px 3px 20px;
}
.btn_action a.add, .btn_action a.exe{
	padding-left		: 18px;
	color				: #fff;
	text-decoration		: none;
	cursor				: pointer;
	font-weight			: bold;
	padding				: 4px 2px 3px 20px;
	background-color	: #0B51A1;
	margin-right 		: 5px;
}
.btn_action input.add, .btn_action input.save, .btn_action.connect{
	height				: 1.9em;
	width				: auto;
	color				: #fff;
	cursor				: pointer;
	font-weight			: bold;
	margin-right 		: 5px;
	background-color	: #0B51A1;
}

hr.clear{
	clear				: both;
	visibility			: hidden;
}
.hr_fin_content hr, .hr_inter_content hr, .aggregator hr{
	visibility			: hidden;
}
.aggregator .zone .ensavoirplus, #secondary .aggregator .zone a.readmore{
	font-size			: 90%;
	text-decoration		: underline;
	background			: transparent url(../interface/public/en-savoir-plus.gif) no-repeat scroll left;
	color				: #86455D;
	padding				: 0 0 0 15px;
	font-weight			: normal;
}

a.viewcontacts {
	background			: transparent url(../interface/public/actiboxlink/see_user.gif) no-repeat scroll center;
}

a.viewservice {
	background			: transparent url(../interface/public/actiboxlink/viewservice.gif) no-repeat scroll center;
}

.actiboxlink {
	margin				: 0pt 3px;
	padding				: 13px;
}