body{
	background:#602000;
	color:#ffffff;
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
	text-align:justify;
}

a{
	color:#f0c63f;
}

img{
	border:none;
	margin:0px;
	padding:0px;
}

.container{
	background:url(../images/bg_container.jpg);
	width:1024px;
	margin:0px auto 0px auto;
	padding:0px;
}

.header{
		margin:0px;
		padding:0px;
}

.main{
	margin:0px;
	padding:0px;
	background:url(../images/main.jpg) no-repeat;
	height:488px;
}

.work{
	margin:50px 0px 0px 0px;
	width:50%;
	padding:0px;
	float:left;
}

.work_left{
	/*-moz-border-radius-bottomleft: 5px;
 	-moz-border-radius-bottomright: 5px;
 	-moz-border-radius-topleft: 5px;
 	-moz-border-radius-topright: 5px;
	background:#893f22;*/

	margin:50px 0px 0px 0px;
	float:left;
	width:50%;
	padding:0px;
}

h2{
	margin:0px;
	padding:0px;
	font-size:15px;
	color:white;
}

.work h1, .presentation h1{
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:15px;
	color:white;
/*	border-bottom:1px solid white;*/
	text-transform:uppercase;
	text-align:center;
	background:url(../images/trait_transparent.png) no-repeat bottom;
}



.footer{
	height:100px;
	display:block;
}

.cleaner{
	clear:both;
}

.description{
	margin:0px;
	padding:0px;
	color:#f0c63f;

}

.video{
	float:right;
	margin:0px 0px 0px 0px;
	
}



.area{
	-moz-border-radius-bottomleft: 5px;
 	-moz-border-radius-bottomright: 5px;
 	-moz-border-radius-topleft: 5px;
 	-moz-border-radius-topright: 5px;
	font-size:12px;
	background:#993e12;
	padding:20px 50px 20px 20px;
	margin:0px 0 30px 0;
	display:block;
}

.presentation{
	-moz-border-radius-bottomleft: 5px;
 	-moz-border-radius-bottomright: 5px;
	background:#ff8200;
	width:320px;
	float:right;
	margin:0px 10px 0 0;
	padding:10px;
	
	
}

.area h1{
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:13px;
	color:#f0c63f;
	border-bottom:none;
	text-transform:uppercase;
}

.groupe_projet{
	margin:0px 0px 50px 0px;	
}

li{
	margin:0px 0px 0px 20px ;
	font-size:12px;
	list-style-image:url(../images/list.jpg);

}

.area h2{
	margin:10px 0 0 0;
	font-size:12px;

/*	color:#f0c63f;*/
}

.jaune{
	color:#fff600;
}

#about_me{
	position:absolute;
	-moz-border-radius-bottomleft: 5px;
 	-moz-border-radius-bottomright: 5px;
 	-moz-border-radius-topleft: 5px;
 	-moz-border-radius-topright: 5px;
	border:4px solid #ff8200;
	background:#fff6dc;
	color:#333333;
	width:332px;
	height:370px;
	float:right;
	margin:0px 0px 0 0px;
	padding:10px 10px 10px 10px;
	
}

#click_about_me{
		display:block;
		padding:5px 10px 5px 10px;
		margin-right:5px;
		background:#ff8200;
		color:white;
		border-top:1px solid #261603;
		border-right:1px solid #261603;
		border-left:1px solid #261603;			
		cursor: pointer;
}

#click_work{
		display:block;
		padding:5px 10px 5px 10px;
		margin-right:5px;
		background:#777;
		color:white;
		border-top:1px solid #261603;
		border-right:1px solid #261603;
		border-left:1px solid #261603;			
		cursor: pointer;
}
