/* CSS Document */

body{
	background-color:#beb8b0;
	font-family: Arial, Helvetica, "sans-serif";
	font-size:8pt;
	color:#9e9d8d;
	}
	
#conteneur{
	width:900px;
	height:1000px;
	margin-top:0px;
	top: 0px;
	margin-left:-450px;
	left:50%;
	position:absolute;
	visibility: visible;
	}
	
	
#entete{
	height:100px;
	width:900px;
	background-image:url(images/entete.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	}	
	
#galerie{
	width:835px;
	height:654px;
	margin:0px;
	padding:0px;
	left:0px;
	top: 0px;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}

#contact{
	width:625px;
	height:624px;
	margin:0px;
	padding-left:150px;
	padding-right:60px;
	padding-top : 15px;
	padding-bottom:15px;
	left:0px;
	top: 0px;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	background-image:url(images/bandeau_vignette_ss_fleche.jpg);
	background-repeat:no-repeat;
	font-size:10pt;
	font-weight:bold;
}


.contact_important{
	color:#9a1a17;}

.contact_important a{
	color:#9a1a17;
	text-decoration:none;}

.contact_important a:hover{
	color:#9a1a17;
	text-decoration:underline;}

.contact{
	color:#686759;}	
	
.contact a{
	color: #686759;
	text-decoration:none;
	}
	
.contact a:hover{
	color: #686759;
	text-decoration: underline;
	}	

table#photographies{
	width:834px;
	height:654px;
	margin:0px;
	padding:0px	}


/*menu*/	
#menu{
	width:900px;
	height:20px;
	text-transform:uppercase;
	text-align: center;
	background-repeat:no-repeat;
	background-image:url(images/menu.jpg);
	background-position:left;
	background-position:top;
	padding:0;
	margin:0;
}

#menu li{
	display:inline;
	padding-right:45px;
	color:#9e9d8d;
	}
	
#menu ul{
	margin:0px;
	padding-left:180px;
	padding-top:5px;}


#menu a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#9a1a17;
		}

.active_menu { 
	text-decoration:none;
	font-weight:bold;
	color:#9a1a17;
 }
 

li a:link, li a:visited {
	text-decoration:none;
}
li a:hover {
	text-decoration: underline;
	color:#9a1a17;

}

li a {
	display:inline;
	height:100%;
	color:#9e9d8d;
}

/*texte*/	
	
#texte{
	width: 680px;
	position:absolute;
	top: 657px;
	left:200px;;
	padding-right:20px;
	color: #9e9d8d;
	font-size:9pt;
	padding-top:10px;
	padding-bottom:10px;
	z-index: 1;
	margin-top:5px;
	}


#footer{
	width: 880px;
	height:25px;
	padding:10px;
	text-align:center;
	color:#333328;}


#footer a{
	text-decoration: none;
	color: #7d776f;
	}
	
#footer a:hover{
	text-decoration: underline;
	color: #7d776f;
	}


input#nom, input#prenom, input#email, input#tel, input#societe{
	height:15px;
	border: #9a1a17 solid 1px;}
	
form#form1{
	border: #9a1a17 solid 1px;
	padding:5px;
	margin-top:5px;}
	
form#form_rep{
	border: #7d776f solid 1px;
	padding:5px;
	margin-top:5px;
	background-color:#FFFFFF;}
	


