/*
	Chambres d'hôtes Les Estageons
	Définition des feuilles de style
	Auteur : Cécile Roussel - Alliances Consultant
	Version : 1.0 [Avril 2007]

	Couleurs de base :
	
	Violet :				#562845
	Fushia :				#CF2F55
	Orange :				#CB481E
	Jaune :					#E8952B
	Vert :					#A1C649
	Noir :					#444444
	Gris clair :		#EAEAEA
	Gris foncé :		#808080

*/


/***  Définitions générales  ***/

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	background: #808080;
	padding-top: 20px;
	text-align: center;
}

img {
	display: block;
	border: 0;
}

h1 {
	color: #FFF;
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: left;
	margin-left: 20px;
}

h2 {
	color: #CB481E;
	font-size: 1.8em;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 16px;
}

h3, h3.contact {
	color: #CB481E;
	font-size: 13px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 12px;
}

a {
	color: #A1C649;
	font-weight: bold;
	text-decoration: none;
}

a:hover { color: #CB481E; }
p.urlnobold a { font-weight: normal; } 
p { margin-bottom: 10px; }



/*** Conteneurs ***/

#global {
	width: 976px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#main {
	width: 976px;
	margin: 0 auto;
	background-image: url(../img/fond.jpg);
	background-repeat: repeat-y;
}

#header {
	width: 948px;
	height: 34px;
	background-color: #FFF;
	margin: 0 14px;
}

#contenu {
	margin: 0 8px;
	width: 960px;
	height: 494px;
	background: #FFF url(../img/decor-chambres-hote.jpg) no-repeat;
}

#menu {
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	padding-top: 2px;
}

#texte {
	float: left;
	padding-top: 90px;
	padding-left: 60px;
	width: 500px;
}

#photos {
	float: left;
	width: 335px;
	margin-top: 12px;
	margin-left: 93px;
	voice-family:"\"}\"";
	voice-family:inherit;
	margin-left: 33px;
}

#myGallery {
	width: 335px !important;
	height: 382px !important;
}

#vignettes {
	width: 335px;
	height: 60px;
	background-color: #EAEAEA;
}

#copyright {
	text-align: center;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

#adresse {
	position: absolute;
	left: 106px;
	font-weight: bold;
	font-size: 10px;
	margin-top: 464px;
}



/*** Carres ***/

div#violet, div#fushia, div#orange, div#jaune {
	float: left;
	width: 28px;
	height: 28px;
	margin-right: 6px;
}

div#violet {
	background-color: #562845;
}

div#fushia {
	background-color: #CF2F55;
}

div#orange {
	background-color: #CB481E;
}

div#jaune {
	background-color: #E8952B;
}

div#vert {
	float: left;
	width: 812px;
	height: 28px;
	background-color: #A1C649;
	text-align: center;
}


/*** Liens ***/

#menu a {
	color: #444;
	text-decoration: none;
}

#menu a:hover {
	color: #CB481E;
	text-decoration: none;
}

#copyright a {
	color: #A1C649;
	text-decoration: none;
}

#copyright a:hover {
	color: #E8952B;
	text-decoration: none;
}



/*** Textes ***/

.alerte { color: #E8952B; }
.normal { font-weight: normal; }


/*** Images ***/

img.version-fr, img.version-en {
	float: right;
	margin-top: 4px;
}

img.version-en {
	margin-left: 6px;	
	margin-right: 20px;	
}

#menu img.puce {
	display: inline;
	margin-right: 4px;
	margin-left: 42px;
}

#menu img.pucefirst {
	display: inline;
	margin-right: 4px;
	margin-left: 0;
}

#menu img.puce2 {
	display: inline;
	margin-right: 4px;
	margin-left: 10px;
}




/*** Tableaux ***/

table#tarifs {
	margin-bottom: 8px;
}

table#tarifs td, table#tarifs th  {
/*	font-size: 84%;*/
	vertical-align: top;
	padding: 0 16px 4px 0;
}



/*** Formulaire ***/

h3.contact {
	margin-bottom: 0;
	font-size: 11px;
}

table.contact {
	margin-top: 16px;
}

table.contact td, table.contact th {
	font-size: 11px;
}

form {
	margin-bottom: 0;
}

.erreur {
	font-weight: bold;
	color: #E8952B;
	background-color: #FFF;
}

input, textarea {
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #FFF5ED;
	border: solid 1px #CB481E;
	padding: 2px;
	margin-bottom: 4px;
	font-size: 11px;
}

textarea {
	font-size: 11px;
}

.submit {
	color: #444;
	font-weight: bold;
	padding: 2px;
	font-size: 11px;
	border: solid 1px #CB481E;
}

