/* CSS Document -------------------------------------------------------------------------------------------*/
/* Mise en forme du site La Malle Postale -----------------------------------------------------------------*/
/* www.iris-interactive.fr ----------------------------------------------------------------- ---------------*/

* {
	margin:0;
	padding:0;
}
body {
	background:#57451D url(../images/bg-body.gif) repeat-x top left;
	height:100%;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	text-align:center;
	color:#67625F;
}

#page {
	margin:0 auto;
	width: 960px;
	text-align:justify;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables à la navigation */
/* -------------------------------------------------------------------------------------------- */

#navigation {
	background:url(../images/bg-navigation.gif) no-repeat left top;
	height:137px;
	width:960px;
	margin-top:10px;
	position:relative;
}

#navigation ul {
	list-style:none;
	float:left;
	padding:0;
	margin-top:39px;
	padding-left:360px;
}
#navigation ul li {
	list-style:none;
	float:left;
	padding:0;
	margin:0;
}

#navigation ul li a {
	display:block;
	float:left;
	height:97px;
	width:120px;
	background:url(../images/bg-menu.gif) no-repeat 0 0;
}
	#navigation ul li.item1 a {
		background-position:0 0;
	}
	#navigation ul li.item2 a {
		background-position:-120px 0;
	}
	#navigation ul li.item3 a {
		background-position:-240px 0;
	}
	#navigation ul li.item4 a {
		background-position:-360px 0;
	}
	#navigation ul li.item5 a {
		background-position:-480px 0;
	}
		#navigation ul li.item1 a:hover {
			background-position:0 -97px;
		}
		#navigation ul li.item2 a:hover {
			background-position:-120px -97px;
		}
		#navigation ul li.item3 a:hover {
			background-position:-240px -97px;
		}
		#navigation ul li.item4 a:hover {
			background-position:-360px -97px;
		}
		#navigation ul li.item5 a:hover {
			background-position:-480px -97px;
		}
#navigation ul li a span {
	position:absolute;
	left:-999em;
}
#navigation ul li.accueil a {
	position:absolute;
	display:block;
	left:0;
	background-image:none;
	width:330px;
	outline:none;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables à l'entête */
/* -------------------------------------------------------------------------------------------- */

#header {
	background:#FFFFFF url(../images/bg-header.jpg) no-repeat left top;
	height:250px;
	width:960px;
	position:relative;
}
#header h1 {
	position:absolute;
	left:-999em;
}
#animation-header {
	margin-left:730px;
	position:absolute;
	top:235px;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au bloc #CONTENT */
/* -------------------------------------------------------------------------------------------- */

#global {
	background:#FFFFFF url(../images/bg-global.gif) no-repeat left bottom;
	width:960px;
	min-height:350px;
}
#global.decouverte {
	padding-bottom:50px;
}

/* -------------------------------------------------------------------------------------------- */
/* BOX MODELS */
/* -------------------------------------------------------------------------------------------- */
#toolbox {
	width:680px;
	margin:5px 10px;
	border-bottom:1px solid #E8E6DD;
	text-align:right;
}
/* -------------------------------------------------------------------------------------------- */
/*STYLES applicables à la colonne de GAUCHE*/
/* -------------------------------------------------------------------------------------------- */

#left {
	width:260px;
	margin-bottom:150px;
}
#left li b{
	color:#FF7A01;
}
#left p a.voyager{
	background:url(../images/btn-malle-postale.gif) no-repeat left;
	display:block;
	height:135px;
}
#left p a:hover.voyager{
	background:url(../images/btn-malle-postale-hover.gif) no-repeat left;
}
#left p a.compostelle{
	background:url(../images/btn-saint-jacques.gif) no-repeat left;
	display:block;
	height:135px;
}
#left p a:hover.compostelle{
	background:url(../images/btn-saint-jacques-hover.gif) no-repeat left;
}
#left p a.album{
	background:url(../images/btn-album.gif) no-repeat left;
	display:block;
	height:135px;
	outline:none;
}
#left p a:hover.album{
	background:url(../images/btn-album-hover.gif) no-repeat left;
}
#left p a.livre-or{
	background:url(../images/btn-livre-d-or.gif) no-repeat left;
	display:block;
	height:135px;
	outline:none;
}
#left p a:hover.livre-or{
	background:url(../images/btn-livre-d-or-hover.gif) no-repeat left;
}
#left p a.transport{
	background:url(../images/btn-transport.gif) no-repeat left;
	display:block;
	height:135px;
	outline:none;
}
#left p a:hover.transport{
	background:url(../images/btn-transport-hover.gif) no-repeat left;
}

/* -------------------------------------------------------------------------------------------- */
#content {
	width:700px;
}
.col250 {
	width:250px;
}
.col350 {
	width:350px;
}
.col450 {
	width:450px;
}

#left, 
#content, 
.col250, 
.col350, 
.col450 {
	float:left;
}

/* -------------------------------------------------------------------------------------------- */
#global p, 
#global ul, 
#global form, 
#global dl, 
#global blockquote, 
#global h1, 
#global h2, 
#global h3, 
#global h4, 
#global h5, 
#global h6,
#global .swf {
	padding:5px 10px;
}
#global p, 
#global ul, 
#global ol, 
#global form, 
#global input, 
#global textarea, 
#global select, 
#global option, 
#global blockquote, 
#global table, 
#global tr, 
#global th, 
#global td {
	font-size:12px;
}

#global table.tarifs {
	margin:10px;
	border:solid #dfc38b;
	border-width:3px 3 3 3px;
}
#global table.tarifs td {
	border:solid #dfc38b;
	border-width:0 1px 1px 0;
	padding:5px;
	vertical-align:middle;
	margin-right:50px;
	font-size:10px;
}
#global h1{
	margin:5px 10px;
	background:#745E38 url(../images/bg-h2.gif) no-repeat left top;
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
}
#global h2 {
	font-size:13px;
	background:url(../images/bg-h3.gif) no-repeat 10px 5px;
	padding-left:25px;
	color:#755F38;
}

#global li {
	list-style:none;
	background:transparent url(../images/bg-li.gif) no-repeat 0 5px;
	padding:0 0 5px 20px;
}
#global #left li{
	text-align:left;
	list-style:none;
	background:transparent url(../images/bg-wire-li.gif) no-repeat 0 7px;
	padding-left:12px;
	margin-right:2px;
}
#global p.iris {
	background:transparent url(../images/logo_iris.gif) no-repeat 10px 5px;
	padding-left:60px;
}
#global p.address {
	color:#FF7A01;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
#global p.phone {
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

#global div.testimonial {
	/*font-style:normal;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	width:670px;
	padding:5px 10px 30px;
	line-height:185%;
}
#global div.testimonial p {
	padding:0;
}
#global div.testimonial em {
	/*font-style:normal;*/
}

#global a {
	color:#FF7A01;
}

#global a:hover {
	color:#6D3008;
}

#global a.contact {
	color:#ffffff;
}

#global a.contact:hover {
	color:#6D3008;
}

#global legend {
	color:#67625F;
}
#global legend strong {
background:transparent url(../images/bg-h3.gif) no-repeat scroll 0px 0px;
color:#755F38;
font-size:13px;
display:block;
margin-top:25px;
padding-left:20px;
}




/*accordeon*/
.mypets{ 
	cursor: hand;
	cursor: pointer;
	/* padding: 2px 5px;
	border: 1px solid gray;
	background: #E1E1E1; */
}

.openpet{ /*class added to contents of 1st demo when they are open*/
	background: yellow;
}







#global fieldset {
	border:none;
	padding:5px;
	margin-bottom:5px;
	clear:both;
}
#global fieldset.small {
	width:208px;
	clear:none;
}
	html>body #global fieldset.small {
		width:195px;
		float:left;
		margin-right:10px;
	}
#global input.submit {
	padding:5px;
}
#global input.date {
	width:180px;
	height:18px;
	background:#F1F1F1 url(../images/bg-input-date.gif) no-repeat right center;
	border:none;
	cursor:pointer;
}
*html #global input.date {
	width:188px;
	height:20px;
	padding:2px 0 0 5px;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au chemin de navigation */
/* -------------------------------------------------------------------------------------------- */

#wire {
	position:relative;
	float:left;
	padding-top:5px;
	width:450px;
	display:inline;
}
#wire ul {
	padding:0 10px 0;
	text-align:left
}
#wire li {
	background:url(../images/bg-wire-li.gif) no-repeat 0 7px;
	height:5px;
	list-style:none;
	padding-left:12px;
	margin-right:2px;
	display:inline;
}
#wire li a {
	font-size:10px;
	color:#73755F;
	text-decoration:none;
	padding:0;
}
#wire li a:hover {
	color:#b29459;
}
/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables aux carte Saint Jacques et Stevenson */
/* -------------------------------------------------------------------------------------------- */

#global p.map {
	height:400px;
	position:relative;
}
#global p.map a {
	background:url(../images/bt-map.png) no-repeat;
	position:absolute;
	left:460px;
	top:365px;
	display:block;
	width:215px;
	height:30px;
	padding:6px 25px;
	color:#666666;
	text-decoration:none;
}
#global p.map a:hover {
	background:url(../images/bt-map-hover.png) no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}


#global p.map-stevenson {
	height:650px;
	position:relative; 
}
#global p.map-stevenson a {
	background:url(../images/bt-map.png) no-repeat;
	position:absolute;
	left:446px;
	top:580px;
	display:block;
	width:215px;
	height:30px;
	padding:6px 25px;
	color:#666666;
	text-decoration:none;
}
#global p.map-stevenson a:hover {
	background:url(../images/bt-map-hover.png) no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}
/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au pied de page */
/* -------------------------------------------------------------------------------------------- */

#foot {
	background:url(../images/bg-foot.gif) no-repeat left top;
	text-align:center;
	font-size:10px;
	padding:30px 0 30px;
	color:#FFFFFF;
}
#foot a {
	color:#FFFFFF;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles génériques */
/* -------------------------------------------------------------------------------------------- */

html:not([lang*=""]) p.fond {
	color:#FFFFFF;
	background-color:ff8901;
	width:410px;
	margin-left:10px;
}

p.fond{ 
	color:#FFFFFF;
	background-color:ff8901;
	width:430px;
	margin-left:10px;
}

p.hdp {
	clear:both;
	padding:10px 10px 10px 5px;
	text-align:right;
}

p.hdp a {
	background:transparent url(../images/hdp.gif) no-repeat scroll left center;
	padding-left:10px;
}

.spacer {
	width:100%;
	clear:both;
	font-size:1px;
	height:1px;
}

.center {
	text-align:center;
}
.right {
	text-align:right;
}
.valign {
	vertical-align:middle;
}

img {
    border:0;
}
a span {
	position:absolute;
	left:-999em;
}

