* {
	margin: 0;
	background-color: white;
}

html, body
{
	font-family: Arial, Verdana, serif;
	height: 100%;
	background-color: #282828;
	background-image: url("./motif -grey4.jpg");
}

p, ul
{
	font-family: 'PT Serif Caption', Georgia, serif;
	font-weight: 400;
	font-size: 16px;
	color: #282828
}

h1
{
	font-family: 'Allan', Helvetica, Arial, sans-serif;
	color: #282828;
	font-weight: 600;
	font-size: 28px;
}

h2
{
	color: #db3915;
	font-size: 1.3em;
	font-family: 'Lato', Arial, serif;
	font-weight:normal;
	border-bottom: 10px;
}

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

.barre
{
	text-decoration: line-through;
}

a:hover
{
	color: #159cdb;
}

#header
{
	width: 800px;
	height: 230px;
	text-align: center;
	margin: auto;
	background-image:url("./header.jpg");
	background-color: white;
}

#menu
{
	width: 776px;
	text-align: center;
	padding: 12px;
	margin: auto;
	border-bottom: 1px dashed #96999e;
}

#langue
{
	text-align: right;
}

#langue a
{
	text-decoration : none;
	padding: 4px;
	border-bottom: 1px dotted #96999e;
	border-left: 1px dotted #96999e;
	border-right: 1px dotted #96999e;
	font-family: 'Josefin Slab', Arial, serif;
	font-size: 22px;
	background-color: #ffcd6b;
	color: #db3915;
}

#langue a:hover
{
	background-color: #f17d0a;
	color: #db3915;
	border-bottom: 1px dotted #222222;
	border-left: 1px dotted #222222;
	border-right: 1px dotted #222222;
}

#corps
{
	width: 800px;
	text-align: justify;
	margin: auto;
	color: #282828;
	font-size: 1.3em;
	background-color: white;
	padding: 12px;
}

#description
{
	text-align: center;
	border-bottom: 1px dashed #96999e;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size: 14px;
}

#mail
{
	text-align: center;
}

#description p
{
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 18px;
	font-family: 'Droid Sans', Arial, sans-serif;
}

.sp
{
	color: #282828;
}

#texte_projet
{
	border-bottom: 1px dashed #ded69d;
}

.screenshot
{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

#footer
{

	width: 800px;
	height: 20px;
	text-align: center;
	padding: 5px;
	padding-left: 12px;
	padding-right: 12px;
	margin: auto;
	color: #282828;
	font-family: 'Droid Sans', Arial, sans-serif;
}

.menu_item
{
	color: #282828;
	text-decoration : none;
	padding-right: 16px;
	font-size: 1.2em;
	font-family: 'Julius Sans One', Arial, sans-serif;	
	
}

.img_article
{
	border-width:4px;
	border-style:solid;
	border-color:white;
}

.img_article:hover
{
	border-color:#db3915;
}

.menu_item:hover
{
	color: #db3915;
	text-decoration : none;
}

.img_portfolio
{
	text-align: center;
}

.caption
{
	margin-bottom: 10px;
	border-style:solid;
	border-color:white;
}

.caption:hover
{
	border-color:#db3915;
}

.cat_portfolio
{
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
	
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
	width: 824px;
	background-color: white;
}

.push {
	height: 30px;
}

.video {
	text-align: center;
}
