* {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: .75em;
    line-height: 1.6em;
}

p, ul, ol {
    text-align: justify;
}


#main {
    width: 810px;
}

#col1 {
    width: 250px;
    float: left;
    margin-top: 15px;
}

#titre {
}

#titre h1 {
    margin: 0;
}

#titre .pdf {
    display: block;
    overflow: visible;
    width: 100px;
    margin-left: 15px;
    background-image: url('images/pdf.gif');
    background-repeat: no-repeat;
    padding-left: 40px;
    font-size: 0.75em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.3em;
    color: #888;
}

.logo {
    display: block;
    height: 300px;
    overflow: hidden;
    margin: 10px 0 30px 0;
}

.bg1 .logo,
.randbg .bg1 {
    background-image: url('/css/images/charges.gif');
}

.bg2 .logo,
.randbg .bg2 {
    background-image: url('/css/images/petrole.gif');
}

.bg3 .logo,
.randbg .bg3 {
    background-image: url('/css/images/prince.gif');
}

.bg4 .logo,
.randbg .bg4 {
    background-image: url('/css/images/renouvelable.gif');
}


.logo h1 {
    display: block;
    padding-top: 310px;
}


#menu {
    margin: 0 0 15px 0px;
    padding: 0;
    line-height: 1.2em;
    font-weight: bold;
    text-align: left;
}

#menu li {
    list-style-type: none;
}

* html #menu li {
    height: 1%;
}

#menu a {
    text-decoration: none;
    text-transform: uppercase;
    color: #888;
    margin: 0;
    padding: 0;
}

#menu .active a,
#menu a:hover {
    color: #39c;
    
}

#menu a span {
    display: block;
    margin: 5px 0 5px 0;
    padding-left: 3px;
    border-left: 5px solid #fff;
    line-height: 1em;
}

#menu .active a span,
#menu a:hover span {
    border-color: #39c;    
}



#content {
    width: 500px;
    float: right;
    margin-right: 0;   
}

#content h2 {
    color: #39c;
    text-transform: uppercase;
    margin: 1em 0 3em 0;
}

.accueil #content h2 {
    margin: 0;
}


#content h3 {
    margin-top: 3em;
}

#content h4 {
    margin: 0 0 0.5em 0;
    padding: 0;
}

#content p, #content ul, #content ol {
    margin: 0 0 1.2em 0;
    padding: 0;
}

#content .nospace {
    margin: 0;
}

#content ul{
    list-style-position: outside;
}
#content ol{
    list-style-position: inside;
}

#content ul li {
    /*list-style-image: url('images/tiret.gif');*/
    background-image: url('images/bullet.gif');
    background-repeat: no-repeat;
    background-position: 0px 1.2em;

    list-style-type: none;

}

#content ol li, 
#content ul li{
    padding: 0.5em 0 0.5em 1em;
}

#content .question {
    cursor: pointer;
    margin: 2em 0 0.8em 0;
    padding: 0;
}

#log {
    background-color: #ccc;
    clear: both;
    border: 1px solid red;
    padding: 5px;
    margin: 50px;
}





#ticker {

    width: 500px;
    height: 357px;
    margin: auto;
}

#ticker img {
    position: absolute;
    top: 0;
}

.hr {
    margin: 0;
    padding: 0;
    background-color: #888;
    height: 1px;
    overflow: hidden;
}

hr {
    display: none;
}

#menu .controls {
    margin: 5px 0 0 40px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 200px;
}

* html #menu .controls{
    left: 150px;
}

#menu .controls li {
    display: block;
    float: left;
    background-color: #eee;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin: 0 5px 0 0;
    
}

#menu .controls li a {
    display: block;
    padding-top: 25px;
}

#menu .controls .active {
    background-color : #39c;
}

#bas img {
    display: block;
    margin: 15px auto;
}





/* formulaire de contact et de calcul */

.contacts form,
.calculateur form {
    margin: 50px 0 0 0;
    padding: 0;
}

.calculateur form {
    margin-top: 25px;
}

.contacts fieldset,
.calculateur fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.contacts legend,
.calculateur legend {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.calculateur legend {
    font-size: 1.2em;
}

.contacts label,
.calculateur label
{
    margin: 10px 0 0 0;
    display: block;
}

.calculateur label {
    margin-top: 3px;
    color: #777;
}

.contacts form img {
    border: 1px solid #ccc;
    margin-top: 15px;
}

.contacts .inp {

    width: 250px;
    margin: 0 ;
    border: 1px solid #ccc;
}

.contactsXXX .submit,
{
    text-transform: uppercase;
    border: none;
    background-color: #fff;
    text-align: right;
    padding: 0;
    margin: 10px 0;
    cursor: pointer;
}

.contacts .submit
.calculateur .submit {
    margin: 5px 0 15px 0;
}


/* Tableau de résultat du calculateur */

.calculateur .result {
    border-collapse: collapse;
    width: 250px;
    border-bottom: 2px solid #000;
}

.calculateur .result caption {
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
    font-size: 1.2em;
}

.calculateur .result th {
    text-align: left;
    font-weight: normal;
}

.calculateur .result td {
    text-align: right;
    
}

.calculateur .result th,
.calculateur .result td {
    border-bottom: 1px solid #ccc;
}

.calculateur tr {
    
}


/* Tableau de résultat du calculateur */

.calculateur .evoPet {
    border-collapse: collapse;
    width: 500px;
    border-bottom: 2px solid #000;
}

.calculateur .evoPet th {
    text-align: right;
    padding: 0 10px;
}

.calculateur .evoPet td {
    text-align: right;
    padding: 0 10px;
}

.calculateur .evoPet td {
    border-bottom: 1px solid #ccc;
}










#content .error {
    color: red;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.ulComite img {
    margin-top: 3px;
}








#content .img-list {
	text-align: left;
	margin: 0;
	padding: 0;
}

#content .img-list li {
	display: inline;
	background-image: none;
	padding-left: 0;
}

#content .img-list li a img{
	border: 1px solid #fff;
}

#content .img-list li a:hover img{
	border-color: #39c;
}





/*
 * jQuery Lightbox Plugin (balupton edition) - Lightboxes for jQuery
 * Copyright (C) 2008 Benjamin Arthur Lupton
 * http://jquery.com/plugins/project/jquerylightbox_bal
 *
 * This file is part of jQuery Lightbox (balupton edition).
 * 
 * jQuery Lightbox (balupton edition) is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 * 
 * jQuery Lightbox (balupton edition) is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 * 
 * You should have received a copy of the GNU Affero General Public License
 * along with jQuery Lightbox (balupton edition).  If not, see <http://www.gnu.org/licenses/>.
 *
 * @name jquery_lightbox: jquery.lightbox.css
 * @package jQuery Lightbox Plugin (balupton edition)
 * @version 1.3.0-rc1
 * @date August 24, 2008
 * @category jQuery plugin
 * @author Benjamin "balupton" Lupton {@link http://www.balupton.com}
 * @copyright (c) 2008 Benjamin Arthur Lupton {@link http://www.balupton.com}
 * @license GNU Affero General Public License - {@link http://www.gnu.org/licenses/agpl.html}
 * @example Visit {@link http://jquery.com/plugins/project/jquerylightbox_bal} for more information.
 */

html, body { margin: 0; padding: 0; height: 100%;}

#lightbox, #lightbox-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom:auto;
	right:auto;
	
	z-index:100;
	width:100%;
	height:auto;
	
	text-align:center;
	color:#333333;
	
	/* stop stupid conflicts */
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	line-height:0;
	
	/* general conflict stopper */
	text-decoration:none;
	background:none;
	word-spacing:normal;
	letter-spacing:normal;
	float:none;
	clear:none;
	display:block;
}

#lightbox a, #lightbox a:link, #lightbox a:visited, #lightbox a:hover {
	text-decoration:underline;
	color:#999999;
}

#lightbox-overlay {
	z-index: 90;
	background-color:#000000;
	height: 100%;
	position:fixed;
}
#lightbox-overlay-text {
	text-align: right;
	margin-right: 20px;
	margin-top: 20px;
	color: white;
	font-size: 12px;
	cursor: default;
	line-height:normal;
}

/* désactivation de l'overlay */
#lightbox-overlay-text {
	display: none;
}



#lightbox-overlay-text a, #lightbox-overlay-text a:hover, #lightbox-overlay-text a:visited, #lightbox-overlay-text a:link {
	color:white;
}
#lightbox-overlay-text span {
	padding-left:5px;
	padding-right:5px;
}

#lightbox img, #lightbox a img, #lightbox a { border:none; outline:none; }

#lightbox-imageBox {
	position:relative;
	border:1px solid black;
	background-color:white;
	width:400px;
	height:400px;
	margin:0 auto;
}

#lightbox-imageContainer {
	padding:1px;
}

#lightbox-loading {
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}

#lightbox-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
/* #lightbox-imageBox > #lightbox-nav { left: 0; } 
#lightbox-nav a { outline: none; }*/


#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	display:block;
	width:49%;
	height: 100%;
	background:transparent url("../images/blank.gif") no-repeat; /* Trick IE into showing hover */
	/* cursor:pointer; */
	zoom:1; /* who knows why? */
	
	padding:0px;
	margin:0px;
}
#lightbox-nav-btnPrev { 
	left:0;
	right:auto;
	float:left;
}
#lightbox-nav-btnNext { 
	left:auto;
	right:0;
	float:right;
}
/*
.preload_largeLink, #prevLink:hover, #prevLink:visited:hover {
	background:url("../images/prev.gif") left 45% no-repeat;
}
.preload_nextLink, #nextLink:hover, #nextLink:visited:hover {
	background:url("../images/next.gif") right 45% no-repeat;
}
*/

#lightbox-infoBox {
	font:10px Verdana, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:0 auto;
	padding:0px;
	
	/* width: 100%;
	padding: 0 10px 0; */
}

#lightbox-infoContainer {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#666;
	
	line-height:normal;
	/* height:30px; */
}
#lightbox-infoHeader {
	width:100%;
	text-align:center; 
}
#lightbox-caption {
	text-align:justify;
}
#lightbox-caption-title {
	font-weight:bold;
}
#lightbox-caption-description {
	font-weight:normal;
}

#lightbox-infoFooter {
	margin-top:3px;
	color:#999999;
}
#lightbox-currentNumber {
	display:block;
	width:49%;
	float:left;
	text-align:left;
}
#lightbox-close {
	display:block;
	width:45%;
	float:right;
	text-align:right;
}
#lightbox-close-button{
	padding-left:30%;
}
#lightbox-close-button:hover {
	color:#666666;
}

#lightbox-infoContainer-clear {
	clear:both; 
	visibility:hidden;
}
