/*
	Project		: ACTIBOX
	Author		: Julien LERCH
	Revision	: idem
	Description	: feuille de styles globale pour l'écran
	Copyright	: ACTIMAGE 2008

		* import des css balises, position, layout
		* import des éventuelles css complémentaires (par ex. actiboxlinks etc.)
		* def. des classes transversales
			- captcha
			- clear
			- quicklinks
			- download
			- seeAll
			- readMore
			- colonnes
			- btn_action
			- actiboxlinks
*/
@import url(public_balises.css);

/* 	=> selecteurs de balises, y compris en cascade : a, a img, h1 a span, etc. */
@import url(public_position.css);

/*
	=> margin, padding, position, display, overflow, float, vertical-align
		top, left, right, bottom, clear, z-index, direction, visibility, width, height
*/
@import url(public_layout.css);

/*
	=> font, font-weight, font-family, font-variant, font-stretch, font-size,
		text-indent, text-align, text-decoration, text-shadow, text-transform, letter-spacing, word-spacing,
		white-space, cursor, color, background, border, content, line-height,
		list-style, list-style-type, list-style-position, list-style-image
*/ /* Import des CSS complémentaires */
@import url(messages.css);
	 /* messages de type error, warning, info et valid */
/*@import url(work.css);*/

/* Classes transversales */
#captcha_image { /* captcha antispam */
	display: block;
	padding: 0 0 0 230px;
}

#captcha_image img {
	margin: 0;
}

#reloadCaptcha {
	font-size: 80%;
	color: #999;
	text-decoration: none;
	border: 0;
	background: transparent;
	font-weight: normal;
}

#reloadCaptcha:hover {
	color: #666;
	text-decoration: underline;
}

#pagination {
	border-top: 1px solid #999;
	padding: 10px;
	margin-top: 10px;
}

#pagination span,#pagination a {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 3px 5px;
	text-align: center;
	color: #00549F;
}

#pagination a:hover {
	background-color: #fffddd !important;
	border-color: #484848;
	text-decoration: none;
}

#pagination span {
	color: #ccc;
}

#pagination span.current_page {
	color: #015198;
	font-weight: bold;
	border-color: #484848;
	background: #B4D333;
}

#pagination #previouspage {
	padding-left: 20px;
	text-align: left;
	background: left center no-repeat;
}

#pagination a#previouspage {
	background-image: url(../interface/public/previouspage.png);
}

#pagination span#previouspage {
	background-image: url(../interface/public/no_previouspage.png);
}

#pagination #nextpage {
	padding-right: 20px;
	text-align: right;
	background: right center no-repeat;
}

#pagination a#nextpage {
	background-image: url(../interface/public/nextpage.png);
}

#pagination span#nextpage {
	background-image: url(../interface/public/no_nextpage.png);
}

.clear {
	/* adapte les hauteurs après l'utilisation d'éléments flottants */
	clear: both;
	height: 0px;
	visibility: hidden;
}

a.quicklink { /* liens de navigation interne et d'évitement */
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

a.quicklink:focus {
	display: inline;
	overflow: visible;
	width: 100%;
	height: 1.5em;
	color: #00F;
	text-transform: lowercase;
	font-size: 80%;
}

a.see_all { /* lien "voir tous les ..." */
	display: table-cell;
	max-width: 250px;
	font-weight: bold;
	color: #FFA500;
	background: url(../interface/public/bg.see_all_off.gif) #fffeee right
		center no-repeat;
	border: 1px solid #ccc;
	padding: 3px 20px 3px 3px;
	display: none;
}

a.see_all:hover {
	background: url(../interface/public/bg.see_all_on.gif) #fff right center
		no-repeat;
	border-color: #999;
	text-decoration: none;
}

a.readmore { /* liens "en savoir + " */
	display: block;
	padding: 3px;
	text-indent: 15px;
	background: url(../interface/public/bg.readmore.gif) 3px 7px no-repeat;
	margin: 5px 0;
	font-size: 90%;
	clear: both;
}

#col2 a.readmore {
	background-position: 3px center;
}

a.download {
	padding: 5px 3px 5px 30px;
	background: url(../interface/public/btn.download.png) transparent left
		center no-repeat;
}

/* colonnes de l'aggregateur */
.size1columns,.size2columns,.size3columns {
	float: left;
	padding: 10px;
	overflow: hidden;
}

.size1columns {
	width: 161px;
}

.size2columns {
	width: 342px;
}

.size3columns {
	width: 523px;
}

/* boutons actions coté public */
.btn_action {
	text-align: center;
}

.btn_action a {
	/*display: inline-block;
	margin: 10px 20px;
	padding: 4px 4px 4px 24px;
	background: 3px no-repeat;
	border: 1px solid #ccc;*/
}

.btn_action a:hover {
	background-color: #fffddd;
	text-decoration: none;
	color: #000;
}

.btn_action a.cancel, .btn_action a.add {
	/*background-image: url(../interface/public/button/bg_btn_cancel.png);*/
	background:transparent url(../interface/public/tango/btn_inscription.png) no-repeat scroll 0 0;
	color:#000000;
	display: inline-block;
	font-size:1.1em;
	font-weight:normal;
	height:19px;
	margin:5px auto auto;
	padding-top:5px;
	text-align:center;
	width:200px;
	cursor: pointer;
}

.btn_action a.previous,.btn_action a.prev,a.return {
	background-image: url(../interface/public/button/bg_btn_previous.png);
}

/*
.btn_action a.add {
	background-image: url(../interface/public/button/bg_btn_add.png);
}*/

.btn_action a.exe {
	background-image: url(../interface/public/button/bg_btn_exe.png);
}

.btn_action a.next {
	background: url(../interface/public/button/bg_btn_connect.png) right
		center no-repeat;
	padding: 4px 24px 4px 4px;
}

.btn_action a.save {
	background-image: url(../interface/public/button/bg_btn_save.png);
}

.btn_action a.delete {
	background-image: url(../interface/public/button/bg_btn_del.png);
}

.btn_action a.validate {
	background-image: url(../interface/public/button/bg_btn_valid.gif);
}

form label {
	display: inline-block;
	width: 150px;
}

label + textarea {
	vertical-align: top;
}

a.return {
	background-position: 3px center;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #00549F;
}

/* actibox links publics */
.actiboxlink {
	height: 20px;
	width: 35px;
	float: left;
	margin: 0 3px;
	background: transparent center center no-repeat;
}

.actiboxlink span {
	display: none;
}

a.viewcontacts { /* liste des contacts de directory */
	background-image: url(../interface/public/viewcontacts.png);
}

span.viewcontacts {
	background-image: url(../interface/public/no_viewcontacts.png);
}

a.viewcontact { /* détails d'un contact de directory */
	background-image: url(../interface/public/viewcontact.png);
}

span.viewcontact {
	background-image: url(../interface/public/no_viewcontact.png);
}

a.viewservice {
	background-image: url(../interface/public/viewservice.png);
}

span.viewservice {
	background-image: url(../interface/public/no_viewservice.png);
}

a.vcard {
	background-image: url(../interface/public/vcard.png);
}

span.vcard {
	background-image: url(../interface/public/no_vcard.png);
}

a.display_list {
	background-image: url(../interface/public/display_list.png);
}

span.display_list {
	background-image: url(../interface/public/no_display_list.png);
}

a.display_icons {
	background-image: url(../interface/public/display_icons.png);
}

span.display_icons {
	background-image: url(../interface/public/no_display_icons.png);
}

iframe {
	border: 0px solid #ffffff !important;
}

.aggregator .zone h1,.fckeditorzone h1 {
	color: #000;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	margin: 7px 0 10px 0;
	padding: 0;
}

.aggregator .zone h1 img,.fckeditorzone h1 img{
	margin-top: 3px;
}

.aggregator .zone h2,.fckeditorzone h2 {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	margin: 5px 0 5px 0 !important;
	padding: 0;
	color: #000;
	line-height: 10pt;
	background: none;
	height: 12px;
}

.aggregator .zone h3,.fckeditorzone h3 {
	background-color: #DCE7EB;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 2px 0 2px 3px;
	text-align: justify;
}

.aggregator .zone p,.fckeditorzone p {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	margin: 5px 0 5px 0 !important;
	padding: 0;
	color: #000;
	text-align: left;
}

.aggregator .zone .tangoNote, .tangoNote {
		color : #C0C0C0;
		font-family    : arial;
		font-size    : 8pt;
		text-align:left;
	}	


/*
.aggregator .zone a,.fckeditorzone a {
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	color: #00549F;
	padding: 0;
}
*/
.aggregator .zone ul li,.fckeditorzone ul li {
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	list-style-type: disc;
	list-style-image: none;
	margin: 2px 0 2px 30px;
	padding: 0;
	color: #000;
}

.aggregator .zone ol li,.fckeditorzone ol li {
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	list-style-type: decimal;
	list-style-image: none;
	margin: 2px 0 2px 30px;
	padding: 0;
	color: #000;
}

/* ----- Style de table dans les zones de texte libres ----- */
.aggregator .zone table,.fckeditorzone table {
	border-collapse: collapse;
	font-size: 11px;
	width: 579px;
}

.aggregator .zone table th,.fckeditorzone table th {
	border: 1px solid white;
	padding: 6px 15px;
	vertical-align: middle;
}

.aggregator .zone table th.left_corner,.fckeditorzone table th.left_corner
	{
	background-image: url(../interface/public/tango/table-top-corners.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.aggregator .zone table th.right_corner,.fckeditorzone table th.right_corner
	{
	background-image: url(../interface/public/tango/table-top-corners.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.aggregator .zone table th,.fckeditorzone table th,.aggregator .zone table th td,.fckeditorzone table th td
	{
	background: #005C9B none repeat scroll 0 0;
	color: white;
	font-size: 12px;
	font-weight: bold;
}
.aggregator .zone table tr:first-child td 
	{
	background:#C6E7F7 none repeat scroll 0 0;
}
.aggregator .zone table tr:first-child td p 
	{
	color:#696B6C;
	font-weight:bold;
}
.aggregator .zone table td,.fckeditorzone table td{
	/*background: #CCDEEB none repeat scroll 0 0;
	border: 1px solid white;*/
	border: 1px solid #ABC0D5;
	color: #005C9B;
	font-weight: normal;
	padding: 6px 15px;
}

.aggregator .zone table td p,.fckeditorzone table td p{
	/*background: #CCDEEB none repeat scroll 0 0;*/
	color: #005C9B;
	font-weight: normal;
}

.aggregator .zone table tr.distinct_tr td,.fckeditorzone table tr.distinct_tr
	{
	background: #99BED7 none repeat scroll 0 0;
}


.aggregator .zone .zoneTabContent table{

	max-width:540px;
}

/* ----- fin du style de table ----- */

.acticms_acticmsMap a:hover {
	color:#AAAAAA;
}

.acticms_acticmsMap li a {
	color:#456685;
}

.acticms_acticmsMap .rub0 strong a,.acticms_acticmsMap .rub1 strong a,.acticms_acticmsMap .rub2 strong a {
	/*background:transparent url(../interface/public/tango/arrows/arrow5right.gif) no-repeat scroll 0 4px;*/
	color:#005C9B;
	display:block;
	padding:0 7px 0 11px;

}

.acticms_acticmsMap li {
	list-style-type: none!important;
}
	
#byActimage {
	position:absolute;
	margin-left:20px;
	margin-top:-140px;
}

#accessibility .lgfl {
	padding: 0 3px 0 0;
}
#accessibility .slct a {
	font-weight: bold;
}
#accessibility .lgfl img {
	padding:0 4px;
	vertical-align:middle;
}

#accessibility li.nomg {
	margin:0 3px 0 0;
}

#accessibility li.nomg a {
	width: auto;
}

#accessibility li.mleft {
	margin: 0 0 0 10px;
}

#accessibility li.dsep {
	border-right: 1px solid #DEDEDE;
}
