@charset "ISO-8859-1";

/*
Theme Name: Black light
Theme URI: http://jeremymatter.ch/
Description: Le theme par defaut pour le site JeremyMatter.ch
Version: 1.0
Author: Jeremy Matter & Quentin Mathey
Author URI: http://jeremymatter.ch/
Tags: webdesign, custom header, fixed width
Text Domain: jeremymatter

*/

/* CSS Document */

body {
	background-image:url(images/form/background.jpg);
	background-repeat:no-repeat;
	background-color:#121212;
	background-attachment:fixed;
	color:#FFF;
	width: 960px;
	margin-left:125px;
	margin-top:110px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#logo {
	float:left;
	margin-top:20px;
	margin-left:45px;
}

/* *** menu *** */
#menu {
	float:right;
	margin-top:23px;
}
#menu ul {
	margin:0;
    padding:0;
}
#menu li {
	list-style-type:none;
	float:left;
}
a.menu_home_off, a.menu_home_on {
	width:70px;
	height:53px;
	display:block;
	background-image:url(images/menu/home_off.png);
	background-repeat:no-repeat;
}
a.menu_home_off:hover, a.menu_home_on {
	background-image:url(images/menu/home_on.png);
}

a.menu_work_off, a.menu_work_on {
	width:65px;
	height:53px;
	display:block;
	background-image:url(images/menu/work_off.png);
	background-repeat:no-repeat;
}
a.menu_work_off:hover, a.menu_work_on {
	background-image:url(images/menu/work_on.png)
}

a.menu_tutorials_off, a.menu_tutorials_on {
	width:104px;
	height:53px;
	display:block;
	background-image:url(images/menu/tutorials_off.png);
	background-repeat:no-repeat;
}
a.menu_tutorials_off:hover, a.menu_tutorials_on {
	background-image:url(images/menu/tutorials_on.png)
}

a.menu_contact_off, a.menu_contact_on {
	width:96px;
	height:53px;
	display:block;
	background-image:url(images/menu/contact_off.png);
	background-repeat:no-repeat;
}
a.menu_contact_off:hover, a.menu_contact_on {
	background-image:url(images/menu/contact_on.png)
}

/* *** anything else *** */

#presentation {
	margin-top:60px;
	width:922px;
	height:270px;
	margin-left:32px;
	background-image:url(images/form/welcome.png);
	background-repeat:none;
	padding-top:20px;
	padding-left:18px;
}

.right {
	float:right;
	width:450px;
	margin-right:12px;
}

.right_work {
	margin-top:20px;
	float:right;
	width:300px;
	margin-right:12px;
	text-align:justify;
}

.left {
	float:left;
	width:450px;
	margin-left:32px;
}

.left_work {
	float:left;
	width:550px;
	margin-left:32px;
}

.sep_work {
	border-bottom:1px dashed #FFF;
	opacity: .5;
	filter: alpha(opacity=50);
	width:525px;
	height:1px;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

.sep_side {
	border-bottom:1px dashed #FFF;
	opacity: .5;
	filter: alpha(opacity=50);	width:300px;
	height:1px;
	margin-top:20px;
	margin-bottom:20px;
}

.sep {
	border-bottom:1px dashed #FFF;
	opacity: .5;
	filter: alpha(opacity=50);	
	width:425px;
	height:1px;
	margin-top:20px;
	margin-left:25px;
	margin-bottom:20px;
}

.desc_title {
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:left;
}

.desc_link a {
	float:right;
	color: #CCC;
}

.desc {
	float:right;
	width:245px;
	margin-top:20px;
	text-align:justify;
}

.desc_work {
	float:right;
	width:350px;
	margin-top:20px;
	text-align:justify;
}

.img_bg {
	background-image:url(images/form/background_img.png);
	width:150px;
	height:150px;
	padding:20px;
	z-index:1;

}

#text_img {
	position:absolute;
	width:870px;
	top:457px;
	left:175px;
	padding:15px;
	opacity: .7;
	filter: alpha(opacity=70);
	background-color:#000;
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	z-index:10;
}

#contact {
	margin-top:80px;
	margin-left:50px;
}

.contact_title {
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}

.end {
	clear:both;
}

.input {
	margin-top:5px;
	width:280px;
	background-color:#000;
	padding:10px;
	border:none;
	color:#FFF;
	opacity: .5;
	filter: alpha(opacity=50);
}

#footer {
	background-color:#fff;
	padding:10px;
	border:none;
	opacity: .1;
	color:#000;
	filter: alpha(opacity=10);
	margin-top:30px;
	margin-left:52px;
	margin-bottom:30px;
	font-size:12px;
	height:15px;
}
#footer_content {
	position:absolute;
	margin:-68px 0px 0px 75px;
	color:#818181;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:5px;
	width:888px;
	height:150px;
	background-color:#000;
	padding:10px;
	border:none;
	color:#FFF;
	opacity: .5;
	filter: alpha(opacity=50);
}


img {
	border:none;
} 

a {
	color:#FFF;
}

/*-------------------------------*/

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}