body {
	font-family: Arial;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
}

p {
	margin: 10px 0 0 0;
}

a img { border: 0 }

#header {
	width: 800px;
	margin: 10px auto;
}

#nav ul {
	margin: 10px 0 0 0;
	padding: 0;
	position: relative;
}

#nav ul li {
	float: left;
	list-style-type: none;
	margin-left: 20px;
}

#nav ul li:first-child {
	margin-left: 0;
}

#nav li a {
	color: #888;
	text-decoration: none;
}

#nav li a:hover {
	color: black;
}

.tip {
	position: absolute;
	background-image: url(../img/left_tip.png);
	background-repeat: no-repeat;
	height: 26px;
	padding: 6px 0px 6px 6px;
	font-size: 12px;
	color: #666;
	display: none;
}

.close_tip {
	background-image: url(../img/right_tip.png);
	height: 26px;
	width: 6px;
	float: right;
	margin-top: -6px;
	margin-right: -2px;
}

.ombre {
  -webkit-box-shadow: 0px 0px 5px #999;
  -moz-box-shadow: 0px 0px 5px #999;
  border: 3px solid white;
  margin-right: 15px; 
}

a {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}

p {
	text-align: justify;
}

.highlight {
	color: #ff6600;
}

h1 {
	font-family: 'Josefin Sans Std Light', serif;
	font-size: 36px;
	font-weight: bold;
	clear: left;
	padding: 95px 0 0 0;
	margin: 0;
}

h2 {
	font-family: 'Josefin Sans Std Light', serif;
	font-weight: bold;
	font-size: 24px;
	margin: 0;
	padding: 0;
}

.sous_titre {
	font-size: 16px;
	margin-top: -6px;
	color: #ff6600;
}

.float_left {
	float: left;
}

#portrait {
	margin-top: -10px;
	margin-right: 10px;
}

.work_image {
	margin-top: 50px;
	margin-right: -30px;
}

.date {
	color: #888;
	font-size: 80%;
}

#h2_contact {
	padding: 70px 0 0 0px !important;
	margin-left: 40px;
}

#img_mail {
	margin-top: 30px;
	margin-right: 20px;
}

#main_content {
	width: 800px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	position: relative;
	height: 514px;
}

.main_content {
	width: 800px;
	margin: 0 auto;
	padding: 0px 0 0 0;
}

#main_content h2 {
	margin-left: 100px;
	padding: 120px 0 0 0;
	border-bottom: 2px dotted #EEE;
	border-spacing: 20px;
	width: 700px;
}

.works {
	height: 345px;
	width: 800px;
}

.works p {
	width: 800px;
}

#portfolio {
	position: absolute;
	top: 0;
	right: 0px;
	display: ;
}

#unesemaineunchapitre {
	position: absolute;
	top: 0;
	right: 0px;
	display: none;
}

#unesemaineunemusique {
	position: absolute;
	top: 0;
	right: 0px;
	display: none;
}

#allobo {
	position: absolute;
	top: 0;
	right: 0px;
	display: none;
}

#location {
	position: absolute;
	top: 0;
	right: 0px;
	display: none;
}

.arrow { text-align: right; }
.arrow a { border: 0; }

#footer {
	clear: both;
	height: 43px;
	color: #888;
	background-image: url(../img/bg_footer.png);
	background-repeat: repeat-x;
	width: 100%;
	font-size: 10px;
}

#footer p {
	width: 800px;
	margin: 0px auto 0 auto;
	padding-top: 10px;
}

/*
* Form
*/

#name {
	margin-top: 10px;
}

input, textarea {
	background: white;
	border: 2px solid rgb(231, 231, 231);
	color: #535353;
}

.input {
	width: 504px;
}

.input_block {
	position: relative;
}

.input_error {
	position: absolute;
	right: 0px;
	z-index: 1000;
	background-image: url(../img/bg_error_red.jpg);
	background-repeat: repeat-x;
	height: 35px;
	color: white;
	padding: 8px 10px 0px 10px;
	font-size: 14px;
	display:none;
	margin-top: -37px;
	margin-right: 1px;
}

.left {
	float: left;
	margin-right: 5px;
}

.big {
	font-size: 1.2em;
	margin: 5px 0px 0px;
	padding: 7px 8px;
}

.submit {
	background-color: #EEE;
	border: 1px solid #DDD;
	-webkit-border-bottom-left-radius: 3px 3px;
	-webkit-border-bottom-right-radius: 3px 3px;
	-webkit-border-top-left-radius: 3px 3px;
	-webkit-border-top-right-radius: 3px 3px;
	color: #ff6600;
	cursor: pointer;
	font-size: 14px;
	padding: 8px 13px;
	width: auto;
	margin-top: 10px;
	margin-left: 724px;
}