/*****************************************/
/*SITE Hotelissima §  
/*****************************************/
/* couleurs utilisees
texte:			#2b424b;
turquoise fonce #006294;
turquoise clair	#009dc2;
brun fonce		#534741;
brun moyen		#786854;
brun clair		#9a8877
orange			#dd7d00;
vert			#2e9200;
rouge			#f42323;


*/

BODY 
{ 
	font-family:arial,helvetica,verdana,sans-serif; 
	font-size:11px;
	color:#2b424b;

}
H1,H2,H3,H4,H5,H6
{
	font-family: Georgia,"times new roman", serif;
	text-align:left;
}
H1
{
	color:#006294; 
}


A
{
	color:#2b424b; /*texte*/
	text-decoration:none;
}
A:hover
{
	color:#006294; /*turquoise*/
	text-decoration:underline;
}

.bleu
{
	color:#006294; /*turquoise*/
}
.orange
{
	color:#dd7d00;
}
.vert
{
	color:#2e9200;
}
.rouge
{
	color:#f42323;
}
.droite
{
	float:right;
}
A.boutonok{
	font-family: Verdana, Arial, Helvetica;
	color:white;
	font-size:1em;
	width:25px;
	margin-left: 10px;
	padding: 3px 5px;
	background:url(../img/fd-bouton-bleu.jpg) repeat-x;
}
A.boutonbleu
{
	display:block;
	font-family: Verdana, Arial, Helvetica;
	color:white;
	font-size:1em;
	height:19px;
	padding:5px 10px 0 10px;
	text-align:center;
	background:url(../img/fd-bouton-bleu.jpg) repeat-x;
}
A.boutonbleu:hover
{
	color:white;
	text-decoration:none;
}
A.back
{
	display:block;
	font-family: Georgia,"times new roman", serif;
	color:black;
	background:url(../img/fleche-bleue-back.gif) no-repeat left;
	padding-left:15px;
}
A.valider
{
	text-decoration:none;
}


/*****************************************/
/*formulaires */
/*****************************************/
FORM
 {
    margin: 0;
    padding: 0;
    border: none;
}
FORM EM
{
	font-weight:bold;
	color:#c00;
}
FORM UL
{
	margin:0;
	padding:0;
	margin-top:10px;	
}
FORM LI
{
	list-style:none;
	margin-bottom:0.8em;
}
FORM INPUT, BUTTON, SELECT {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}
FORM TEXTAREA,FORM INPUT.texte/*,FORM SELECT*/
{
	font-family:arial,helvetica,sans-serif; 
	background:#ededed;
	color:#7b726d;
	font-size:11px;
}
FORM .validation
{
	text-align:right;
}
FORM INPUT.court
{
	width:30px;
}
FORM .long
{
	width:200px;
}
FORM INPUT.valider
{
	
	width:150px;
	background:#7e8238;
	color:white;
}
FORM FIELDSET
{
	border:1px solid #ddd;
	padding:10px;
	margin-bottom:10px;
}
/*.formulaire
{
	width:600px;
	margin:7px 0 7px 100px;
	padding:0px 5px;
}
.formulaire LEGEND
{
	font-weight:bold;
	color:#333;
}
.formulaire LABEL
{
	display:block;
	float:left;
	width:120px;
	text-align:right;
	margin-right:10px;
	padding-top:3px;
	font-size:1.1em;
}
.formulaire TEXTAREA,.formulaire INPUT.texte,.formulaire SELECT
{
	width:350px;
}
.formulaire  TEXTAREA
{
	height:200px;
}
.formulaire .obligatoire TEXTAREA,.formulaire .obligatoire INPUT,.formulaire .obligatoire SELECT
{

}
.tableauform
{
	margin-left:100px;
}
.tableauform INPUT.texte,.tableauform SELECT
{
	width:200px;
}
.tableauform TEXTAREA
{
	width:350px;
	height:400px;
}*/
.formelement
{
	padding:10px 0;
}
.formelement LABEL
{
	display:block;
	float:left;
	width:100px;
}
/*****************************************/
/*tableau */
/*****************************************/
TABLE.tableau
{
	border-collapse:collapse;
}
.tableau TH,.tableau TD
{
	padding:5px;
	font-weight:normal;
}
.tableau TD.noborder,.tableau TH.noborder
{
	border:none;
}
.centre
{
	text-align:center;
}
.droit
{
	text-align:right;
}
/*****************************************/
/*separateurs */
/*****************************************/
.sep-h
{
	clear:both;
	background:url(../img/sep-h.gif) repeat-x;
	margin:12px 0;
	height:1px;
	font-size:0;
	line-height:0;
}
.sep-h-nomargin
{
	clear:both;
	background:url(../img/sep-h.gif) repeat-x;
	margin:0;
	height:1px;
	font-size:0;
	line-height:0;
}
.sep-v
{
	background:url(../img/sep-v.png) repeat-y left;
	width:1px;
}
.sep
{
	width:100%;
	border-top:1px solid #c3c6d6; /*gris*/
	font-size:0;
	line-height:0;
}

.degrade-dark {
	background: url(../img/degradouille.jpg);
	height:26px;
	color:white;
	border:0;
}

.degrade-clair {
	border: 0;
	background:url(../img/fd-bouton-bleu.jpg) repeat-x;
	height: 26px;
	color: #1d353f;
	padding: 3px 10px;
}


.degrade-light {
	border: 0;
	background:url(../img/degrade-light.png) repeat-x;
	height: 26px;
	color: #1d353f;
	padding: 3px 10px;
}