/* RESET CSS */
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: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
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: "" "";
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

/* STYLES ETCHANDY */

body {
	text-align:center;
	font-family:Tahoma, Geneva, Sans serif;
	font-size:14px;
	line-height:120%;
	color:#1a171b;
}

#conteneur {
	text-align:left;
	margin: 0 auto;
	width:795px;
	margin-top:8px;
}

/* Xan */
#bandeau {
	background:url(../images/bandeau.gif) no-repeat;
	height:136px;
}

#menu_pp {
	background:url(../images/menu.gif) no-repeat;
	height:115px;
	position:relative;
}

#contenu {
	width:493px;
	background:url(../images/pelerins.jpg) no-repeat bottom left;
	margin:0px 151px;
	text-align:center;
}

/* loic */
#contenu_gite {
	margin:15px 0 0 -80px;
}

/* loic */
#menu_gite_mozaique {
	width:933px;
	height:348px;
	text-align:center;
}

/* loic */
#texte_gite {
	width:277px;
	text-align:justify;
	margin-top:-70px!important;
	margin-left:410px !important;
}

/* loic */
*>#texte_gite {
	margin-top:-70px;
	margin-left:210px;
}

/* Xan */
#conteneur_int {
	width:500px;
	background-color: #e7eec8;
	margin:20px 132px;
	padding: 15px;
	text-align:center;
}

/* Xan */
#mod_contact {
	width: 100%;
	text-align: left;
	font-family: "FreeSerif";
	border-spacing: 5px;
	overflow: auto;	
}

/* Xan */
label {
	display: block;
	float: left;
	clear: left;
	vertical-align: top;
	text-align: left;
	width:103px;
	height:14px;
	border:2px solid #dde8ae;
	background-color: white;
	color: #77852e;	
	padding: 2px 6px;
}

/* Xan */
#mod_contact input, #mod_contact textarea {
	margin: 0px 0px 3px 3px;
	width: 370px;
	padding-left: 3px;
}

input, textarea {
	margin: 0px 0px 3px 3px;
	width: 340px;
	padding-left: 3px;
}

#texte_pp {
	width:210px;
	text-align:justify;
	margin:0 auto;
	margin-top:45px;
}

#texte_pp h1 {
	text-transform:uppercase;
	text-align:center;
	margin-bottom:20px;
}

#m_gite {
	width: 59px; 
        height: 9px;  
	background: url("../images/m_gite.gif") 0px 9px;  
	text-indent: -9999px;
	display:block;
	position:absolute;
	top:63px;
	left:172px;
}

#m_gite:hover {
	background-position:0px 0px;
}

#m_accueil {
	width: 68px; 
        height: 10px;  
	background: url("../images/m_accueil.gif") 0px 10px;  
	text-indent: -9999px;
	display:block;
	position:absolute;
	top:26px;
	left:49px;
}

#m_accueil:hover {
	background-position:0px 0px;
}

#m_services {
	width: 103px; 
        height: 10px;  
	background: url("../images/m_services.gif") 0px 10px;  
	text-indent: -9999px;
	display:block;
	position:absolute;
	top:51px;
	left:349px;
}

#m_services:hover {
	background-position:0px 0px;
}

#m_contact {
	width: 82px; 
        height: 9px;  
	background: url("../images/m_contact.gif") 0px 9px;  
	text-indent: -9999px;
	display:block;
	position:absolute;
	top:63px;
	left:554px;
}

#m_contact:hover {
	background-position:0px 0px;
}

#m_liens {
	width: 44px; 
        height: 9px;  
	background: url("../images/m_liens.gif") 0px 9px;  
	text-indent: -9999px;
	display:block;
	position:absolute;
	top:24px;
	left:683px;
}

#m_liens:hover {
	background-position:0px 0px;
}

/* loic */
input#igorri
{
	margin-top: 15px;
	margin-left: 385px;
	background: url('../images/btn_envoyer.jpg') no-repeat; 
	width: 87px;
	height: 31px;
	border: none;
}

#footer {
	clear:both;
	text-align:center;
	font-size:12px;
	margin-top:20px;
}

a {
	color:#8D101D;
}

#footer a {
	color:#1a171b;
}

#error_msg {
	color:#8D101D;
	font-weight:bold;
	padding-bottom:10px;
}

