/**
 * @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
{
	background: #fff;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
}



body.contentpane {

width : auto;
margin : 0px;
padding: 0px;
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(selector-arrow-1.png) no-repeat;
}

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

#formEnvoieAmi{
	width:726px;
	background-color:#f2f2f2;
	border:1px solid #FFFFFF;
	border-bottom:1px solid #3dd5e6;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

#imgClose{
	float:right;
	margin:5px 5px 0 0;
}

#formEnvoieAmi h2{
	font-size:20px;
	text-align:center;
	color:#00CCCC;
	margin:10px 0;
}

#formEnvoieAmi p{
	margin:0;
	padding:5px 0;
	font-size:16px;
	color:#00CCCC;
	font-weight:bold;
}

#formEnvoieAmi label{
	float:left;
	width:200px;
	padding-left:10px;
}

#formEnvoieAmi input{
	float:left;
	width:316px;
	height:22px;
	border:1px solid #00CCCC;
}

#formEnvoieAmi .boutons{
	text-align:center;
	margin:10px 0 20px 178px;
}

#formEnvoieAmi .button{
	border:none;
	background-color:#00c7dc;
	color:#FFFFFF;
	font-weight:bold;
}

.clear{
	clear:both;
	padding:0;
	margin:0;
	font-size:0;
	height:0;
	width:0;
}

#modalboxx h3{
	font-size:14px;
	color:#00CCCC;
	padding-top:40px;
	margin:0;
	padding-left:40px;
}

#modalboxx img{
	border:0;
}

#modalboxx .detailBox{
	background:transparent url(detail.gif) bottom left repeat-x;
}

#phocagallery-comments-modal{
	width:650px;
	margin:0 auto;
}

#phocagallery-comments-modal .commentaires{
	border-bottom:1px solid #999999;
	padding:10px;
}

#phocagallery-comments-modal .commentaires img{
	float:left;
	width:60px;
}

#phocagallery-comments-modal .commentaires .com{
	background:#FFFFFF url(guillemets.gif) top left no-repeat;
	float:left;
	padding-left:10px;
	width:480px;
	color:#333333;
}

#phocagallery-comments-modal .commentaires .com img{
	float:none;
	width:auto;
}

#phocagallery-comments-modal .commentaires .com .name{
	font-size:12px;
	font-weight:bold;
	color:#932469;
}

#phocagallery-comments-modal .commentaires .com .cat{
	font-size:12px;
	font-weight:bold;
	color:#999999;
}

#phocagallery-comments-modal dl.tabs dt.open{
	text-transform:capitalize;
	margin-bottom:15px;
	border-bottom:3px solid #00C7DD;
	padding-left:50px;
	position:relative;
	top:-10px;
}

#phocagallery-comments-modal dl.tabs dt.open img{
	position:absolute;
	top:0px;
	left:-5px;
}

#phocagallery-comments-modal .comTextarea{
	width:418px;
	height:78px;
	border:1px solid #932469;
}

#phocagallery-comments-modal .comBtn{
	border:none;
	background-color:#932469;
	font-weight:bold;
	padding:0 3px;
	color:#FFFFFF;
}

#phocagallery-comments-modal #jcomment .form {
	width: 100%;
	background-color:#00C7DD;
	padding:5px;
}

#JOSC_formpos .mod_login{
	background: url("bouton-commentaire-deja-inscrit.jpg") top left no-repeat;
	height:35px;
	width:135px;
}
#JOSC_formpos .mod_register{
	background: url("bouton-commentaire-creer-compte.jpg") top left no-repeat;
	height:35px;
	width:166px;
}