@charset "utf-8";
/* CSS Document */

body {
	background-color:#d1cfc8;
	margin:0;
	padding:0;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#e8e6de;
}

#main {
	width:485px;
	margin-left:auto;
	margin-right:auto;
}

#top {
	background-image:url(../images/ombre_top.jpg);
	background-repeat:no-repeat;
	height:26px;
}
#mid {
	width:485px;
	height:610px;
}

#gauche {
	float:left;
	width:18px;
	height:100%;
	background-image:url(../images/ombre_gauche.jpg);
	background-repeat:repeat-y;
}
#droite {
	float:left;
	width:18px;
	height:100%;
	background-image:url(../images/ombre_droite.jpg);
	background-repeat:repeat-y;
}

#content {
	float:left;
	width:449px;
	background-color:#6f5a47;
}
#contenu {
	height:458px;
	background-color:#6f5a47;
	background-image:url(../images/back_tasse.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding-left:35px;
	padding-right:35px;
}

#menu {
	height:37px;
	background-image:url(../images/back_menu.jpg);
	background-repeat:repeat-x;
	padding-top:9px;
	padding-left:20px;
}

#bas {
	background-color:#ebe8e1;
	background-image:url(../images/moka_logo.jpg);
	background-repeat:no-repeat;
	background-position:18px center;
	border-left:8px solid #6f5a47;
	border-right:8px solid #6f5a47;
	height:106px;
}

#footer {
	background-image:url(../images/ombre_bas.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:37px;
	padding-top:40px;
	color:#ffffff;
	padding-left:315px;
}


#grosse_photo {
	width:365px;
	height:175px;
	border:7px solid #bc9f77;
	margin-bottom:20px;
}
#mouveover_big {
	filter: alpha(opacity=70); /* ie */
	-moz-opacity: .7; /* mozilla */
	text-align:center;
	margin-top:154px;
	padding-top:4px;
	background-color:#f3f2ee;
	width:365px;
	height:18px;
}
#mouveover_big2 {
	filter: alpha(opacity=95); /* ie */
	-moz-opacity: .95; /* mozilla */
	text-align:center;
	margin-top:95px;
	padding-top:4px;
	background-color:#f3f2ee;
	width:345px;
	height:77px;
	padding-left:10px;
	padding-right:10px;
}






/*******************************/
h1 {
	margin:0;
	padding-top:30px;
	padding-bottom:6px;
	border-bottom:1px solid #9f9283;
}
h2 {
	margin:0;
	padding-top:15px;
	padding-bottom:0;
	color:#89B739;
	font-size:12px;
}
h3 {
	margin:0;
	color:#705b48;
	font-size:12px;
	font-weight:bold;
}
p {
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
}
p.mouveover_big2_text {
	color:#705b48;
	text-align:left;
	margin:0;
	margin-top:8px;
}

#menu_i1 {
	float:left;
}
#menu_i2 {
	float:left;
	padding-left:35px;
}
#menu_i3 {
	float:left;
	padding-left:35px;
}
.mouveover_big2_text a {
	text-decoration:none;
	color:#705b48;
}
	.mouveover_big2_text a:hover {
		color:#608e15;
	}

.thumb_photo {
	border:7px solid #bc9f77;
}

#pages {
	text-align:center;
	margin-top:20px;
}

a {
	text-decoration:none;
	color:#e8e6de;
}
	a:hover {
		color:#608e15;
	}

.input_form {
	background-color:#967d60;
	color:#ffffff;
	border:1px solid #5c4838;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:3px;
	width:160px;
}
.bouton_form {
	background-color:#967d60;
	color:#ffffff;
	border:1px solid #5c4838;
	font-size:10px;
	width:80px;
	margin-top:8px;
}


