@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {	
	background:url(../images/footer-bg.jpg) repeat-x top;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #757E82;
}

h1, h2, h3 {
	color: #345288;
}

#faq h3 {
	position:absolute;
	padding-left:25px;
	padding-top:1px;
	padding-bottom:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color:#fff;
	background-color:#A7BEE0;
	width:525px;
}



#faq ul {
	color:#000;
}
#faq input {
border:none; 
background:none;
color:#666;
}
#faq input:hover {
color:#223458;
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.5em;
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #F40C42;
}

/* entete */

#entete {
		background-color: #345288;
	height: 40px;
}

/* bandeau */
.topMenuContainer {
	background-color: #345288;
	height: 40px;
}
#bandeau {
	width: 900px;
	height: 150px;
	margin: 0 auto;
}
.titre {
	font-size: 30px;
	color: #FFFFFF;
	line-height: 24px;
	font-family: PTSans, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align:center;
	padding-bottom:10px;
	padding-top:5px;
}

/******** Logo ********/

#logo {
	float: left;
	padding-top:3px;
}
#logo a {
	text-decoration: none;
	color: #D9170E;
}
.logoTitre {
	color: #345288;
	font-size:26px;
	padding-top:15px;
	text-align:center;
	width:250px;
}

/******** Menu ********/

#menu {
	float: right;
	width: 592px;
	height: 40px;
	margin-top:10px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
	margin-left: 10px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	margin-right: 1px;
	padding: 15px 20px 0px 20px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #383B3F;
}

#menu a:hover, #menu .active a {
	background: #A7BEE0 url(../images/img02.jpg) repeat-x left bottom;
	color: #FFFFFF;
}

.boutonCurrent {
	background: url(../images/img02.jpg) repeat-x left bottom;
	color: #FFFFFF;
}
.boutonPage{
background:#D7E3FB;
  border: none;
  color: blue;
  font-size: 14px;
  cursor:pointer;
  height:20px;
  width:13px;
}
.boutonPageCurrent{
background:none;
height:20px;
text-decoration: underline;
  border: none;
  color:#5A1F4B;
  font-weight:bold;
  font-size: 14px;
  width:13px;

}
.boutonPage:hover {
	background:none;
  color:#223458;
    font-weight:bold;
  font-size: 14px;
  height:20px;
  width:13px;
}

/******** Page ********/

#page {
	width: 900px;
	margin: 0 auto;
}

/******** Contentenu ********/

#content {
	float: left;
	width: 630px;
}
#diaporama-imageHaut {
	width: 500px;
	height: 290px;

	background: #FFFFFF;
}
#diaporama-imageBas {
	width: 600px;
	height: 80px;
	background: #FFFFFF;
}
#diaporama{
	width: 500px;
	margin: 0 auto;
}
#diaporama img.output{
	width: 480px;
	height: 281px;
	padding: 0px 0px 0px 10px;
}
#diaporama span.caption{
	display: block;
	margin: 1em 0 0 0;
	font-weight: bold;
	font-size: 1.25em;
}
#diaporama span.caption2
{
	margin: 1em 0 1em 0;
	display: block;
}
#diaporama ul.nav{
	width: 100%;
	list-style: none;
	margin: 0 0 3em 0;
	padding: 0;
}
#diaporama ul.nav li{
	margin: 0 1em 1em 0;
	float: left;
}
#diaporama ul.petiteImg{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 10px 0px 0px 6px;
}
#diaporama ul.petiteImg li{
	margin: 0 0.5em 1em 0.5em;
	float: left;
}
#diaporama ul.petiteImg li img{
	width: 100px;
	height: 59px;
	border: solid 3px #677a9b;
	cursor: pointer;
}
#diaporama ul.petiteImg li img.active{
	border: solid 3px #B7D5F9;
}

/******** Post ********/
.post {
	background: url(../images/img05.jpg) repeat-y left top;
}
.post-bgtop {
	background: url(../images/img04.jpg) no-repeat left top;
}
.post-bgbtm {
	background: url(../images/img06.jpg) no-repeat left bottom;
	padding: 50px 40px 30px 40px;
}
.post-bgbtm ul {
	padding-left:20px;
}
.post-bgbtm li {
	margin: 5px;
	padding: 1px;
	list-style: square;
}
.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #232F01;
}
.post .title a {
	letter-spacing: -1px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	color: #3A3D40;	
}
.post .entry {
}

.post img {
	float: left;
	padding: 15px 0px;
}
.pack li{
background: url(../images/img11.jpg) no-repeat left;
padding-left:20px;
margin-left: 10px;
}
.packComd input{
border:none;
background:none;
}
td {
border:none;
}
input {
border:none;
background-color: #D7E3FB;
}
input:hover {
	cursor:pointer;
	text-decoration:underline;
}
form#pdf .input:hover {
	cursor:pointer;
	text-decoration:underline;
	color:#000;
}
.formVal{
width:100px;
height:36px;
border:none;
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity: 1;
opacity: 1;
}

.formVal:hover{
cursor:pointer;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
color: #A72F00;
font-weight:bold;
}

.text {

	text-decoration:underline;
	background-color:#FFF;
	color:#03C
}
.text:hover {
	cursor:pointer;
	color: #C00;
	text-decoration:none;
}
.textNew {
	text-decoration:underline;
	background-color:#FFF;
	color:#03C
}
.textNew :hover {
	cursor:pointer;
	color: #C00;
}

.submit {
	width: 80px;
	height: 26px;
	border: ridge #A7BEE0;
	background: #223458;
	color: #FFFFFF;
	float:right;
}

.Bouton {
	color: #FFFFFF;
	float:right;
	width:87px; 
	height:41px;
	background-image:url(../images/Bouton_off.png);
	background-color:#FFF;
	border:none;
}
.Bouton:hover{
  	cursor:pointer;
	background:none;
	background-image:url(../images/Bouton_on.png);
	float:right;
	border:none;
}

.BoutonRecherche {
	color: #FFFFFF;
	float:right;
	width:87px; 
	height:41px;
	background-image:url(../images/Bouton_off.png);
	background-color:#F3F7FF;
	border:none;
}
.BoutonRecherche:hover{
  	cursor:pointer;
	background:none;
	background-image:url(../images/Bouton_on.png);
	float:right;
	border:none;
}
.submit:hover{
  cursor:pointer;
  background: #A7BEE0;
  border:#223458;
}

.submitIndex {
	width: 80px;
	height: 26px;
	border: ridge #A7BEE0;
	background: #223458;
	color: #FFFFFF;
}
.submitIndex:hover{
  cursor:pointer;
  background: #A7BEE0;
  border:#223458;
}
.boutonActualiser {
	color: #FFFFFF;
	margin-left:18px;
	width:87px; 
	height:41px;
	background:none;
	background-image:url(../images/Bouton_off.png);
	border:none;
}
.boutonActualiser:hover{
  	cursor:pointer;
	background:none;
	background-image:url(../images/Bouton_on.png);
	float:right;
	border:none;
}


.submitEnrg {
	width: 80px;
	height: 26px;
	border: ridge #A7BEE0;
	background: #223458;
	color: #FFFFFF;
	margin-left:65px;
}
.submitEnrg:hover{
  cursor:pointer;
  background: #A7BEE0;
  border:#223458;
}

.mention li {
	list-style:circle;
}
	
/******** Menu cot ********/

#menuDroite {
	float: left;
	width: 265px;
	background: url(../images/img08.jpg) repeat-y left top;
	font-size: 11px;
}
#menuDroite-bgtop {
	background: url(../images/img07.jpg) no-repeat left top;
}
#menuDroite-bgbtm {
	background: url(../images/img09.jpg) no-repeat left bottom;
	padding: 40px 40px 20px 40px;
}
#menuDroite ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menuDroite li {
	margin-bottom: 1px;
}
#menuDroite li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}
#menuDroite li li {
	margin: 0;
	padding: 7px 0px;
	border: none;
	background: url(../images/img10.jpg) repeat-x left bottom;
	font-family: Tahoma, Geneva, sans-serif;
}
#menuDroite li li a {
	background: url(../images/img11.jpg) no-repeat left 3px;
	padding-left: 20px;
}
#menuDroite h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: normal;
	color: #454E55;
}
#menuDroite h3 {
	font-size: 77%;
	color: #454E55;
}
#menuDroite p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}
#menuDroite a {
	border: none;
	text-decoration: none;
	color: #757E82;
}
#menuDroite a:hover {
	text-decoration: underline;
	color: #363636;
	cursor:pointer;
}
#menuDroite input {
	border: none;
	text-decoration: none;
	color: #757E82;
	background:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
#menuDroite input:hover {
	text-decoration: underline;
	color: #363636;
	cursor:pointer;
}

/* Pied */

#footer-entete {
	background: #F7F7F7 url(../images/img03.jpg) repeat-x left top;
	padding: 20px 0px;
}
#footer {
	width: 900px;
	margin: 0 auto;
	color: #757E82;
}
#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
}
#footer a {
	text-decoration: underline;
	color: #757E82;
}
#footer a:hover {
	text-decoration: none;
	color: #F90542;
}
input.inputDate {
	border: 1px solid #999;
	padding: 4px;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
	width: 65px;
}
.type {
	height: 65px;
	background:url(../images/imgType.png) no-repeat  left top;
	padding: 0px 0px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color:#FFF;
	text-align:center;
}
.reponse {
	height: 53px;
	background: url(../images/imgRep.jpg) no-repeat  left top;
	padding: 3px 30px 2px 5px;
}
.reponseOn {
	height: 53px;
	background: url(../images/imgRepSelect.png) no-repeat  left top;
	padding: 3px 30px 2px 5px;
	color:#000;
}

.reponseVol {
	height: 30px;
	background: url(../images/imgRepVol.png) no-repeat  left top;
	padding: 3px 30px 2px 5px;	
}



.affEnrg {
border:none;
background:none;
cursor:text;
color:#FFF;
text-align:center;
	border-right-style:solid;
	border-right-width:thin;
	border-right-color:#A7BEE0;
}

.affEnrgSelected {
border:none;
background:none;
cursor:text;
color:#000;
text-align:center;
	border-right-style:solid;
	border-right-width:thin;
	border-right-color:#A7BEE0;
}

.bordure{
	border-right-style:solid;
	border-right-width:thin;
	border-right-color:#FFF;
}
a.info {
   position: relative;
   color: black;
   text-decoration: none;
   border-bottom: 1px gray dotted;
}
a.info span {
   display: none;
}
a.info:hover {
   background: none; 
   z-index: 500; 
   cursor: help;
}
a.info:hover span {
	   font-size: 11px; 
   font-family: Tahoma, Verdana, Arial, serif;
   display: inline; 
   position: absolute;
   white-space: nowrap; 
   top: 30px; 
   left: 20px;
   background: #D7E3FB;
   color: black;
   padding: 3px;
   border: 1px ridge #223458;
   border-left: 4px solid #223458;
   text-align: justify;
}
.prix {
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
