/* @override http://ignis.fr/sites/hotels-saumur/styles/style.css */

/* @override http://www.ignis.fr/sites/hotels-saumur/styles/style.css */

/* @override http://www.ignis.fr/sites/hotels-saumur/styles/style.css */


/* @group remise à 0 */
/* @group */
/* remise à zéro http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img{
}
/* @end remise à zéro */

/* @group Général */

body {
	background: #303030 url(../images/fd_body2.jpg) repeat-x;
}

/* @group entêtes */

h1{
	font-family: "century gothic", arial;
	text-shadow: #000000 0 0 5px;
}
h2{
font-family: "century gothic", arial;
	text-shadow: #000000 0 0 5px;
}
h3{
	
}
h4{
	
}
h5{
	
}
h6{
	
}

/* @end */

/* @group tableaux */

table {
  width: 50%; /* La largeur c'est pour le test, mais ça montre qu'il est aussi possible de la spécifier en CSS */
  border: 1px dashed gray; /* Et on met une jolie bordure originale autour du tableau */
}
caption {
  text-align: center; /* Classique : texte centré */
  font-style: italic; /*             en italique  */
  font-weight: bold;  /*             en gras      */
  color: #0066CC;     /*             et en bleu   */
}
th { /* Préférable à thead car offre plus de possibilités */
  background-color: #D3E2ED; /* Chaque case d'en-tête aura un fond bleu */
  color: #666666;             /* Et un gris un peu plus foncé que la moyenne */
}
td {
  /*border: 1px inset gray;*/ /* Vous pouvez essayer de dé-commenter : cela produit un affichage classique des cases */
}

/* @end */
.clearboth{
	clear: both;
}
.aguauche{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.adroite{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	background-image: none;
	background-color: transparent;
}
p{
	font-size: 14px;
	line-height: 16px;
}
a:link { 
color: #a9d702; text-decoration:none; font-weight:normal; 
}
a:hover { 
color:#FFFFFF; 
text-decoration:underline;  
}

a:active {
	color: #a9d702; text-decoration:none;
}

ul{
	margin: 5px;
}
li{
	list-style-type: square;
	list-style-position: inside;
	margin-left: 10px;
	font-size: inherit;
	line-height: 13px;
}
table{
	margin: 10px;
	border-width: 1px;
	border-style: solid;
}
tr{
	margin: 10px;
	border-width: 1px;
	border-style: solid;
}
td{
	margin: 10px;
	border-width: 1px;
	border-style: solid;
}

/* @group Form */


/* @end */




/* @end */

/* @group header */

#header{
	position: relative;
}
#headerdroit{
	width: 720px;
	float: left;
}
#contenu #header #headerdroit h1{
	color: #fff;
	text-decoration: none;
	text-transform: none;
	border-style: none;
	font: normal normal 35px "century gothic", arial;
	text-shadow: #000000 0 0 10px;
}

#contenu #header #headerdroit h1 .la{
	color: #cfea1b;
}

#contenu #header #headerdroit p{
	color: #cfea1b;
	font-size: 12px;
	line-height: 14px;
	margin-top: 0;
	margin-bottom: 0;
}




#headergauche{
	width: 280px;
	background-color: #161616;
	float: right;
	height: 80px;
}
#headergauche img{
}
#flashcontent{
	background-color: #303030;
	position: relative;
}
#content #flag{
	position: absolute;
	z-index: 10;
	top: 10px;
	right: 10px;
}
/* @end */

/* @group contenu */
#contenu{
	width: 1000px;
	margin: auto;

}
/* @end */

#content{
}

/* @group zoneA */
#zoneA ul{
	margin: 5px;
}
#zoneA li{
	list-style-type: disc;
	margin-left: 10px;
	font-size: inherit;
	line-height: 13px;
}
#zoneA{
	border: 2px solid #26fdc4;
	width: 650px;
	float: right;
}
#zoneA a:link { 
color:#FF6666; text-decoration:none; font-weight:normal; 
}
#zoneA a:hover { 
color:#FFFFFF; text-decoration:underline;  
}

:visited{
	text-decoration: none;
	color: #cfea1b;
}

#zoneA a:visited { 
color: #9bd202; 
text-decoration:underline; 
}

#zoneA a:active {
	color:#CC6699; text-decoration:none;
}
.article{
	padding: 5px;
	margin-top: 10px;
}

#contenu #contenudroite #fichehotel .article h2{
	color: #e8e8e8;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 20px;
}
#contenu #contenudroite #fichehotel .article {
	color: #9b9b9b;
	font-size: 14px;
}

#contenu #contenudroite #fichehotel .article li{
	padding-bottom: 10px;
}

.deuxblocs{
	width: 330px;
	float: left;
	display: inline-block;
	margin-right: 20px;
}

/* @group intro */

.intro{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	color: #666;
	font-size: 14px;
	background-color: #ace4f5;
	background-image: url(../images/fd-arrondi.png);
	border-color: #e1f8fe;
}
.record{
}
.listefichiers{
	color: #403c0e;
	padding-left: 25px;
	background: url(../images/suivant.gif) no-repeat;
	margin-bottom: 5px;
	margin-top: 5px;
}
/* @end */
/* @end */

/* @group zoneB */


#zoneB{
	width: 260px;
	border: 2px solid #2158fe;
	float: left;
}
	
#trouves{
	background-color: #4d4d4d;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 1px;
	border-top-style: solid;
	border: 1px solid #424242;
}
#contenu #trouves li a{

}
#contenu #trouves li a .selected{
	color: #cfea1b;
}
/* @end */

/* @group Footer */

#footer{
	padding-bottom: 10px;
	font-size: 12px;
	color: #77643d;

}
#footerdroit{
	width: 780px;
	float: right;
	padding-right: 10px;
	text-align: right;
}
#footerdroit p{
	font-size: 10px;
	color: #bdbdbd;
}

#contenu #footer #footerdroit p a{
	text-decoration: 
	none;	
color: #e4e4e4;

}
#contenu #footer #footerdroit a:hover{
	color: #cfea1b;
	text-decoration: none;
}
#footerguauche{
	float: left;
	width: 154px;
	text-align: left;
}


/* @end */

/* My Comment */

/* @group MODULES SUP. */

/* @group Flash */

#flashcontent img {
	float:left;
	margin-right:10px;
}

#flashcontent h3 {
	margin-top:0px;
}



/* @end */



/* @end */

/* @group accueil */
.hautaccueil{
	position: relative;
}
/* @group offresspe */

.offresspe{
	display: inline-block;
	float: left;
	width: 750px;
	position: relative;
}
.offresspe h1{
	font-size: 20px;
	color: #e8e8e8;
	width: 200px;
	float: left;
}

.lienvert{
	float: left;
	margin-top: 5px;
}
.lienvert a{
	color: #cfea1b;
}
.lienvert a:hover{
	color: #fff;
}

#contenuaccueil .hautaccueil .lienvert{
	padding-right: 40px;
}


/* @end */

/* @group edito
 */
#margintop20{
	margin-top: 20px;
	padding-top: 20px;
}
.edito{
	width: 230px;
	height: 140px;
	float: left;
	overflow: hidden;
}
.edito h2{
	color: #fff;
	font-size: 40px;
}

.edito h3{
	color: #bbc224;
	font-size: 14px;
	line-height: 20px;
}
.edito p{
	color: #b8b8b8;
	font-size: 13px;
	line-height: 16px;
}


/* @end */



/* @end */

/* @group CARTE */
#espacecarte h2{
	line-height: 45px;
	font-size: 20px;
	padding-left: 10px;
	color: #befe1e;
}
#espacecarte{
	display: inline-block;
	position: relative;
}

#formulaire{
	position: absolute;
	z-index: 99999;
	width: 255px;
	background-color: #4f4f4f;
	margin: 10px;
	height: 460px;
	border: 1px solid #fff;
}



#map h3{
	color: #8ba000;
	font-weight: bold;
}
#contenu #contenuaccueil #espacecarte #map .pttitesetoiles{
	color: #787878;
	padding-left: 20px;
	font-size: 13px;
	line-height: 14px;
	padding-top: 0;
	margin-top: 0;
	margin: 0;
}
#map{
	border: 1px solid #7a7a7a;
}
#map p{
	color: #787878;
	font-size: 13px;
	line-height: 14px;
	padding-top: 0;
	margin-top: 0;
	margin: 0;
}
#map{
	width: 1000px;
	height: 480px;
}
.legende p{
	width: 180px;
	font-size: 12px;
	float: right;
	color: #4a4a4a;
	margin-top: 25px;
}
#map div p{
	width: 250px;
}
/* @end */

/* @group fiche hotel */
.vignette_diapo{
	position: relative;
	margin-top: 10px;
	padding-top: 10px;
}
.vignette_diapo img{
	position: relative;
	border-width: 1px;
	border-style: solid;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.vignette_diapo p{
}

/* @group ma selection */
/*
#maselectionfinale{
	background-color: #d5d5d5;
	padding: 10px;
}
#maselectionfinale .hot_select{
	margin: 10px;
	width: 100px;
	float: left;
}
#maselectionfinale .hot_select .hotlseltitre{
	font-size: 12px;
}
#maselectionfinale .hot_select  ul li a{
	font-size: 12px;
}
*/
#maselectionfinale{
	background-color: #a9d702;
	padding: 10px 1px 1px 5px;
}
#maselectionfinale h2.maselection{
	color: #2a2a2a;
	font-size: 22px;
	line-height: 30px;
}
#maselectionfinale .hot_select{
	height: 80px;
	overflow: hidden;
	width: 234px;
	background: #ebfe85 url(../javascript/jtools/h300.png) no-repeat 0 100px;
	margin: 1px 5px 3px 1px;
	float: left;
	border: 1px solid #fff;
	padding: 3px;
}
#maselectionfinale .hot_select img{
	width: 75px;
	border: 1px solid #464646;
	text-align: center;
	float: left;
	height: 50px;
	margin-right: 5px;
	margin-left: 5px;
}
#maselectionfinale .hot_select p a{
	color: #282828;
	font-size: 10px;
	background: url(../images/ptt_puce.png) no-repeat 0;
	line-height: 15px;
	padding-left: 10px;
	margin-left: 10px;
}
#maselectionfinale .hot_select a:hover{
	color: #353535;
	margin-left: 12px;
}
#maselectionfinale h2{
	text-transform: uppercase;
	color: #282828;
	text-align: left;
	font: 12px/14px "century gothic";
	margin-bottom: 5px;
	padding-left: 5px;
	text-shadow: #000000 0px 0px 0;
}
#maselectionfinale .hot_select h4{
	color: #585858;
	text-align: center;
	line-height: 12px;
	font-size: 12px;
}
#maselectionfinale .hot_select p{
	color: #6d7a00;
	line-height: 12px;
	font-size: 12px;
}




/* @end */
#contenuguauche{
	width: 310px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
#contenuguauche h3{
	color: #e8e8e8;
	font: 17px/17px "Century gothic";
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
}
#contenuguauche ul{
	}
#contenuguauche ul li{
	display: block;
	padding: 0;
	margin: 0;
}
#contenuguauche ul li a{
	background: url(../images/ptt_puce.png) no-repeat 5px 50%;
	display: block;
	font-size: 13px;
	padding: 5px 10px 5px 20px;
	clear: both;
	color: #afafaf;
	text-decoration: none;
}
#contenuguauche ul li a:hover{
	color: #cae620;
	text-decoration: none;
}
#contenuguauche ul li a.selectionne{
	color: #cfea1c;
}
#contenuguauche a.modif{
	background: url(../images/ptt_puce.png) no-repeat 5px 50%;
	color: #e8e8e8;
	padding: 10px 10px 10px 20px;
	margin-left: 5px;
}
#contenuguauche img{
	padding-left: 5px;
	margin-bottom: 5px;
}

#contenudroite{
	width: 650px;
	float: right;
}
#fichehotel h2{
	font-size: 25px;
	color: #cfea1b;
	line-height: 35px;
	padding-left: 0;
	text-shadow: #000000 0px 0px 0;
	margin-left: 0;
	display: inline-block;
	padding-top: 10px;
}
.etoilestitre{
	color: #fff;
	text-shadow: #000000 0 0 0;
	font-size: 16px;
	float: left;
	margin-right: 20px;
}
#fichehotel p{
	color: #a8a8a8;
	font-size: 14px;
	line-height: 18px;
}

.descimage{
	position: absolute;
	color: #606060;
	font-size: 15px;
	clear: both;
	display: none;
}

.infoshotel{
	color: #fff;
}

.infoshotel span{
	color: #fff;
	font-weight: bold;
}
.infoshotel p{
	padding-bottom: 5px;
	color: #fff;
}
.infoshotel a{
	padding-bottom: 5px;
	color: #fff;
}
.offfre span{
	color: #cfea1b;
}
.offfre{
	border: 1px solid #c8ea1a;
	display: inline-block;
	background: #0c0c0c url(../javascript/jtools/h300.png) repeat-x;
	padding: 10px;
}
.offfre img{
	float: left;
	width: 100px;
	margin-right: 10px;
}
#fichehotel .infoshotel .offfre p{
	padding-top: 10px;
	color: #fff;
	font-size: 12px;
}
/* @end */

/* @group form */
.cssform{
	width: 250px;
	float: left;
	color: white;
}
.cssform p.fdsombre{
	font-size: 14px;
	line-height: 16px;
	background: url(../images/deg_form.png) 0 -250px;
	border-bottom: 1px solid #8d928b;
}
.cssform p.clair{
	border-bottom: 1px solid #8d928b;
}
.cssform p{
width: 100px;
clear: left; /*width of left column containing the label elements*/
height: 1%;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 5px 0 8px 155px;
}

.cssform label{ /*width of left column*/
width: 130px;
	margin-top: 5px;
	margin-left: -150px;
	float: left;
	background: url(../images/ptt_puce.png) no-repeat 0 50%;
	padding-left: 20px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform input[type="radio"]{
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/* @end */

/* @group listehotels */
#side_bar{
	display: inline-block;
}
#espacehotels{
	padding-top: 5px;
	padding-bottom: 5px;
	padding: 5px;
	display: inline-block;
}
.minifichehotel{
	padding: 3px;
	height: 80px;
	overflow: hidden;
	width: 235px;
	background: #fff url(../javascript/jtools/h300.png) 0 100px;
	margin: 1px 5px 3px 1px;
	float: left;
}
.minifichehotel img{
	width: 75px;
	border: 1px solid #464646;
	text-align: center;
	float: left;
	height: 50px;
	margin-right: 5px;
	margin-left: 5px;
}
.minifichehotel p a{
	color: #282828;
	font-size: 10px;
	background: url(../images/ptt_puce.png) no-repeat 0;
	line-height: 15px;
	padding-left: 10px;
}
.minifichehotel a:hover{
	color: #353535;
	margin-left: 2px;
}
.minifichehotel h3 a{
	text-transform: uppercase;
	color: #202020;
	text-align: left;
	font: 12px/22px "century gothic";
	margin-bottom: 5px;
	padding-left: 5px;
}
.minifichehotel h4{
	color: #585858;
	text-align: center;
	line-height: 12px;
	font-size: 12px;
}
.minifichehotel p{
	color: #6d7a00;
	line-height: 12px;
	font-size: 12px;
}
/* @end */

/* @group OPTION */

/*#contenu{
	width: 1000px;
	background-color: #fff;
	margin-bottom: auto;
	margin-top: auto;
	margin: auto;
	padding: 10px;
}
#contenu #header #headerdroit h1{
	color: #555;
	text-decoration: none;
	text-transform: none;
	border-style: none;
	font: normal normal 35px "century gothic", arial;
	text-shadow: #000000 0 0 1px;
}

#contenu #header #headerdroit h1 .la{
	color: #cfea1b;
}

#contenu #header #headerdroit p{
	color: #787878;
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.offresspe h1{
	color: #555;
}
.lienvert a{
	color: #2c2c2c;
}
.edito h2{
	color: #787878;
	text-shadow: #000000 0 0 2px;
}
#espacecarte h2{
	color: #6d7a00;
	text-shadow: #000000 0 0 0px;
}
.edito p{
	color: #787878;
}
.edito h3{
	color: #6d7a00;
}*/
/* @end */

/* @group .hautaccueil */

.liste_offres{
}
.liste_offres items{
}
.liste_offres .items h3{
	color: #808080;
	font-size: 18px;
	line-height: 25px;
}
.liste_offres .items p{
	color: #dcdcdc;
	font-size: 14px;
}
hr{
	clear: both;
	border-right: 1px solid #c0fe38;
	height: 0;
	border-width: 1px;
	border-style: none;
	border-bottom-style: solid;
	border-bottom-color: #cfea1c;
}

/* @end */
