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

body {
	background-color:#212121;
	font-family:Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
"DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, 
"Verdana Ref", sans-serif;
font-size:12px;

	position:absolute;
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: center center;
}

#item_entree {
position:absolute;
	width:200px;
	top:50px;
	left:50px;
	color:#CCCCCC;
	list-style-position: inside;
	list-style-type: none;
}

#item_site {
margin-bottom:15px;
	background-image: url(../home/background.png);
padding:15px;
}

#item_site h3 {

font-size:18px;
}

#item_site h1 {
	margin-bottom:0px;
	padding:0;
	font-style: normal;
	margin-left:0px;
	margin-right:0px;
	text-transform: lowercase;
	list-style-type: square;
	font-family:Georgia, "Times New Roman", Times, sans serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 25px;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
-x-system-font: none;
}

#item_site p {
margin:0;
padding:0;
font-size:10px;
}

#item_contact {
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:15px;
	background-image: url(../home/background.png);
}

#item_contact h3 {

font-size:12px;
padding:0px;
margin-bottom:5px;
margin-left:0px;
}

#item_contact  li {
	list-style-position:inside;
	list-style-type:square;
	padding:0;
	margin:0;
}

#item_contact  ul {
	list-style-position:inside;
	list-style-type:square;
	padding:0;
	margin:0;
}

a {
text-decoration:none;
}
a:link {
	color: #BAAB6E;
}
a:visited {
	color:#BAAB6E;
	
}
a:hover {
	color:#BAAB6E;
}
a:active {
	color:#BAAB6E;
}


/*Logo Nom*/

#logo_pm {
	width:130px;
	height:100px;

	color:#CCCCCC;
	font-style: normal;
	font-variant: normal;
	font-size:16px;
	margin-left:23px;
	padding-bottom:25px;

}

#logo_pm a {
	text-decoration:none;
	color:#CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
	font-variant: normal;
	text-transform: none;
}

#logo_pm h2 {
display:block;
margin:5px;
margin-left:15px;

padding:0px;
}

#logo_pm h2 span {
color:#6E6541;
}

#logo_pm h5 {
	display:block;
	padding:0;
	margin-top:-08px;

	margin-left:30px;
}

