
@font-face {
	font-family: "Walkway Bold";
	src: local("Walkway Bold"),  url("http://eddy-briere.com/fonts/Walkway Bold.ttf") format("truetype"),  url("http://eddy-briere.com/fonts/WalkwayBold.eot") format('embedded-opentype') ;
	font-weight: normal;
	font-style: normal;
}



.line_UnderTitle {
	color:#9a9a9a;
}

.TiltePage {
	font-family: "Walkway Bold";
	color:#9a9a9a;
	font-size: 32pt;
	top: 10px;
}
body {
	font-family: "Walkway Bold";
	background-image: url(../images/site/pages/background.png);
	background-repeat: repeat-x;
	padding: 0px;
	background-color: #e1e1e1;
	margin-top: 60px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	overflow-y: hidden;
	text-align: center;
}
.MenuItem {
	color:#9a9a9a;
	font-family: "Walkway Bold";
	font-size: 16px;
	
}
.MenuItem:hover {
	color:#000000;
	cursor : pointer;
	font-size: 16px;
}
a {
	color:#9a9a9a;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
.cfashion {
	position: relative;
	width: 100%;
	height: 468px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	display:block;
	visibility:visible;
}
.cportraits {
    position: relative; 
	width: 100%;
    height: 468px;
    overflow-x: auto;
    overflow-y: hidden;
	white-space: nowrap;
	display:none;
	visibility:hidden;
}
.ccinema {
    position: relative; 
	width: 100%;
    height: 468px;
    overflow-x: auto;
    overflow-y: hidden;
	white-space: nowrap;
	display:none;
	visibility:hidden;
}
.contact {
	position: absolute;
	color: #ffffff;
	background-color: #760202;
	opacity: 0.9;
	width: 450px;
	height: 180px;
	overflow-y: hidden;
	display:none;
	visibility:hidden;
	padding: 10px;
	border-radius:10px;
	box-shadow: 4px 4px 4px  rgba(0, 0, 0, 0.5);
	z-index: 100;
	top: 200px;
	left: 0px;
	
}
.contact input {
	font-family: "Walkway Bold";
	font-size: 16px;
	width: 100%;
	height:18px;
	color: #000000;
	background-color: #e1e1e1;
	box-shadow: 2px 2px 2px  rgba(0, 0, 0, 0.4) inset;
	border-radius:5px;
	border:0px;
}
.contact textarea {
	font-family: "Walkway Bold";
	font-size: 16px;
	background-color: #e1e1e1;
	box-shadow: 2px 2px 2px  rgba(0, 0, 0, 0.4) inset;
	border-radius:5px;
	height:100px;
	border:0px;
	color: #000000;
	width: 100%;
	resize: none;	
}
.bsubmit {
}
.bsubmit:hover {
	color:#000000;
	cursor : pointer;
	font-size: 16px;
}

