/* Style sheet for : width screen > 1000px */

/* ---------------- Proprietes generales ---------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body
{
	background: url('../images/background.jpg') no-repeat center top #747474;
	height: 1400px;
}

#corps
{
	margin: auto;
	width: 1000px;
	background-color: white;	
	font-family: arial;
	font-size: 12px;
	color: #818181;
}

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

a:visited 
{
	color: #818181;
	text-decoration:none;
}

a:hover
{
	color: #212121;
	text-decoration:none;
}

h1
{
	font-size: 26px;
	font-family: Tahoma;
	font-weight: bold;
	color: black;
}

h2
{
	font-size: 20px;
	font-family: Tahoma;
	color: #818181;
}

h3
{
	font-size: 20px;
	font-family: Tahoma;
	color: #818181;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

table
{
	width: 100%;
	caption-side: top;
	border-collapse: collapse;
}

td
{
	vertical-align: middle;
}

span
{
	display: inline-block;
	vertical-align: middle;
}

caption
{
	height: 20px;
	background: black;
	color: white;
	font-family: arial;
	font-size: 17px;
	font-variant: small-caps;
	font-weight: bold;
}

.text
{
	text-align: justify;
}

.text a
{
	color: #7ACEEF;
	font-weight: bold;
}

.text a:hover
{
	color: #212121;
	font-weight: bold;
}

.box
{
	background-color: #ededed;
	height: 100px;
	box-shadow: 0px 7px 7px -1px #656565;
	width: 190px;
	margin-top: 20px;
}

/* ---------------- Bandeau ---------------- */

#header
{
	background: black;
	padding-top: 40px;
	height: 120px;
}

#bandeau
{
	width: 820px;
	height: 110px;
	margin: auto;
}

#phb_picture
{
	display: inline-block;
	float: left;
}

#citation
{
	width: 450px;
	margin: auto;
	vertical-align: top;
	display: inline-block;
	float: right;
}

.quote
{
	display: inline-block;
	color:#F29619;
	font-size: 42px;
	font-family: Times;
	font-style: italic;
	height: 30px;
	vertical-align: top;
	margin-top: -10px;
}

#quote_start
{
	padding-right: 10px;
}

#cite_text
{
	font-family: Times;
	font-size: 24px;
	color: white;
	text-align: center;
	display: inline-block;
}

#author
{
	padding-left: 10px;
	font-family: Tahoma;
	font-size: 16px;
	font-style: italic;
}

/* ---------------- Section Philippe Boyadjis ---------------- */

#phb
{
	width: 820px;
	margin: auto;
}

#phb_title
{
	height: 100px;
	padding-left: 25px;
	padding-top: 20px;
	line-height: 30px;
	display: inline-block;
}

#phb_box
{
	display: inline-block;
	vertical-align: top;
	float: left;
}

#phb_join td
{
	text-align: center;
	padding-top: 15px;
}

#phb_contact td
{
	text-align: center;
	padding-top: 9px;
}

#phb_text
{
	padding-top: 15px;
	width: 600px;
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
}

/* ---------------- Separation ---------------- */

#separation
{
	background: url("../images/separation.png") no-repeat center;
	margin: auto;
	height: 70px;
	width: 100%;
	display: inline-block;
}

/* ---------------- Section Lukas webagency ---------------- */

#lukas
{
	width: 820px;
	margin: auto;
}

#lukas_haut
{
	width: 820px;
	display: inline-block;
}

#lukas_title
{
	padding-top: 50px;
	display: inline-block;
	float: left;
}

#lukas_picture
{
	float: right;
	display: inline-block;
}

#lukas_body
{
	margin-bottom: 20px;
}

#lukas_text
{
	padding-top: 20px;
	width: 600px;
	display: inline-block;
}

#lukas_box
{
	display: inline-block;
	float: right;
}

#lukas_follow td
{
	text-align: center;
	padding-top: 15px
}

#lukas_adress
{
	text-align: justify;
}

#lukas_adress td
{
	padding-left: 20px;
	padding-top: 9px;
}

.lukas_flag
{
	background: url("../images/flag.png") no-repeat white;
	font-variant: small-caps;
	font-size: 15px;
	color: white;
	height: 25px;
	padding-left: 13px;
}

#lukas_flag_mobile
{
	display: none;
}

.lukas_flag a
{
	color: white;
}

/* ---------------- Footer ---------------- */

#footer
{
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	background: black;
	text-align: center;
	display: inline-block;
	width: 100%;
	color: #FF8F00;
}

#footer a
{
	color: #FF8F00;
	font-weight: bold;
}