/* CSS Document */

/* /////////////////////////////////////////////////////////////////////////// */
/* //																		// */
/* //								GENERAL									// */
/* //																		// */
/* /////////////////////////////////////////////////////////////////////////// */

BODY {
	background-color: #999966;
	background-image: url(../images/fond-paillasse.jpg);
	margin: 0px;
	text-align: center;
}

DIV {
	position: absolute;
}


.texte-int {
	font-family: verdana;
	font-size: 10px;
	color: #736A4B;
}


.mention {
	font-family: verdana;
	font-size: 9px;
	color: #777777;
}

P.contenu {
	margin-left: 35px;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 10px;
	
	text-align: left;
	
	font-family: verdana;
	font-size: 10px;
	color: #736A4B;
}

P.liens-promo {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

A.lien-titre {
	font-family: verdana;
	font-size: 11px;
	color: #266506;
}

A.lien-contenu {
	font-family: verdana;
	font-size: 10px;
	color: #5C2D0B;
	text-decoration: none;
}

A.lien-texte {
	font-family: verdana;
	font-size: 10px;
	color: #5C2D0B;
	text-decoration: none;
}	

INPUT.newsletter-chp {
	font-family: verdana;
	font-size: 10px;
	color: #5C2D0B;
	height: 20px;
	width: 200px;
}

.newsletter-btn {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	height: 21px;
	width: 70px;
}

.newsletter-email {
	font-family: verdana;
	font-size: 10px;
	color: #5C2D0B;
	font-weight: bold;
}

/* /////////////////////////////////////////////////////////////////////////// */
/* //																		// */
/* //								MENU									// */
/* //																		// */
/* /////////////////////////////////////////////////////////////////////////// */

#haut-fond {
	width: 100%;
	height: 185px;
	left: 0px;
	top: 15px;
	background: url(../images/haut-fond.gif) top left repeat-x;
	z-index: 1;
}

#haut-pierre {
	width: 100%;
	height: 123px;
	left: 0px;
	top: 38px;
	background: url(../images/haut-fond-pierre.jpg) top left repeat-x;
	text-align: left;
	z-index: 2;
}

#haut-titre {
	width: 100%;
	height: 123px;
	left: 0px;
	top: 38px;
	text-align: left;
	z-index: 4;
}

#haut-titre P {
	margin-top: 5px;
	margin-left: 368px;
}

#haut-menu {
	width: 930px;
	height: 30px;
	left: 35px;
	top: 125px;
	text-align: center;
	z-index: 4;
}

#haut-deco {
	width: 930px;
	height: auto;
	top: 38px;
	left: 35px;
	z-index: 3;
}

/* /////////////////////////////////////////////////////////////////////////// */
/* //																		// */
/* //								CENTRE									// */
/* //																		// */
/* /////////////////////////////////////////////////////////////////////////// */

.bloc-centre-bas {
	width: 783px;
	height: 53px;
	/*left: 9px;*/
	left: 207px;
	background: #E1DDA7 url(../images/bloc-centre-bas.jpg) top left repeat-y;
	z-index: 2;
}

.bloc-centre {
	width: 783px;
	/*left: 9px;*/
	left: 207px;
	background: #E1DDA7 url(../images/bloc-centre-fond.jpg) top left repeat-y;
	z-index: 3;
}

.bloc-centre H1 {
	margin-left: 35px;
	margin-right: 40px;
	margin-top: 0px;
	
	text-align: left;
	
	font-family: verdana;
	font-size: 20px;
	color: #201306;
}

.bloc-centre FORM {
	margin: 0px;
}

/* /////////////////////////////////////////////////////////////////////////// */
/* //																		// */
/* //								COL. DROITE								// */
/* //																		// */
/* /////////////////////////////////////////////////////////////////////////// */

#bloc-droite {
	top: 205px;
	/*left: 810px;*/
	left: 9px;
	width: 180px;
	height: 663px;
	background: #E1DDA7 url(../images/bloc-droite-fond.jpg) top left repeat-y;
	z-index: 3;
}

#bloc-droite P {
	margin-top: 25px;
}

