/**
 * @version $Id: template.css 10498 2008-07-04 00:05:36Z ian $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */



body
{

	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
	background: #000;
}


body.contentpane {
width : auto;
margin : 10px;
line-height : 1.4em;
text-align: left;
}

/* TOC */
table.contenttoc{
	float: right;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/*-----------------*/
#intACd {
	width: 80%;
	height: 100%;
	top: 5px;
	left: 260px;
	position: absolute;
	padding-top: 20px;
	z-index: 444;
	}
#intAC {
	width: 100%;
	min-width: 600px;
	height: 100%;
	top: 5px;
	margin: 0;
	padding: 0;
	}
	
#intAC td {
	width: 25%;
	height: 33%;
	text-align: center;
	vertical-align: middle;
	}	
	
td.c1{
	//border-top: 2px #000 dotted;
	//border-right: 2px #000 dotted;
	}	
td.c2{
	//border-top: 2px #000 dotted;
	}
	
td.c3{
	//border-right: 2px #000 dotted;
}

div.letterAC {

	min-height: 100%;
	text-align: center;
	vertical-align: middle;

	}
	
#intAC td img {
	width: 70%;
	}
	
#intAC img:hover {
	cursor: pointer;
	/* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
	}

@media all {
  .mo { visibility:hidden; }
  #fade1  { /* place wherever on the page */ }
  #fade2  { /* place wherever on the page */ }
  #fade3  { /* place wherever on the page */ }
}
@media handheld {
  .mo   { visibility:visible; }
}
#l {
	background: url(../images/ac_l.png) no-repeat center center;
	}
	
#a {
	background: url(../images/ac_a.png) no-repeat center center;
	}

#n {
	background: url(../images/ac_n.png) no-repeat center center;
	}
	
#plus {
	background: url(../images/ac_plus.png) no-repeat center center;
	}
	
#g {
	background: url(../images/ac_g.png) no-repeat center center;
	}
#e {
	background: url(../images/ac_e.png) no-repeat center center;
	}
#p {
	background: url(../images/ac_p.png) no-repeat center center;
	}
#u {
	background: url(../images/ac_u.png) no-repeat center center;
	}
#s {
	background: url(../images/ac_s.png) no-repeat center center;
	}


/*---------------Infolettre-------------*/
div.acymailing_module, .acymailing_module div{
	padding: 0 !important;
	margin: 0 !important;
	width: 190px;
}

.acymailing_module .acymailing_mootoolsbutton{
	/*padding:5px !important;*/
	padding: 0;
margin: 0;
	border-bottom: 2px dotted #FFFFFF;
}

table.acymailing_form{
	margin:0;
	padding: 0;
}

a.acymailing_togglemodule{
	display : block;
	font-size:11px;
	color: #FFF;
	font-family: helvetica,arial,sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 11px;
	letter-spacing: 1px;
	text-decoration: none;
	padding-left: 2px;
}

a.acymailing_togglemodule:hover{
	color: #666;
	text-decoration: none;
}

.acymailing_mootoolsbutton p{
	text-align:left;
}

.acymailing_module .acymailing_mootoolsbutton:hover{
/*	padding:4px !important;
	border-left : 1px dotted #808080;
border-right : 1px dotted #808080;*/
}

.acysubbuttons{
	text-align:center;
}

img.captchaimagemodule{
	border:1px solid #dddddd;
	float: left;
}

.captchakeymodule .captchafield{
	margin-top:3px;
	margin-left:2px;
}

.acymailing_fulldiv tr, .acymailing_fulldiv td{
	border:0px;
}

.acymailing_module_form td {
    padding-bottom: 5px;
}
.tool-tip {
	color: #000;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
font-size: 10px;
      }

.tool-title {
      font-weight: bold;
      }