@charset "utf-8";
/* CSS Document */

* { 
	margin:0;
	padding:0;
}

body{
	background-image:url(images/background1.jpg);
}

.clear {
	clear:both;
}

.blokhome {
	width:100px;
	height:100px;
	margin-left:25px;
	background-image:url(images/blokhome.jpg);
	float:right;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	margin-top: 25px;
	text-decoration:none;
	color:#333;
}

.blokhome:hover {
	text-decoration:underline;
}
.blokhome2 {
	background-image:url(images/blokhome2.jpg);
}
.blokhome3 {
	background-image:url(images/blokhome3.jpg);
}
	.blokhome_text {
	margin-top:40px;
	}
	.blokhome_text2 {
	margin-top:10px;
	width:90px;
	margin-left:5px;
	}
.blokhome4 {
	width:150px;
	background-image:url(images/blokhome4.jpg);
}
	.blokhome_text3 {
	margin-top:20px;
	width:140px;
	margin-left:5px;
	}
	
.blokhome_legrioule {
	background-image:url(images/legrioulehome.jpg);
}
.blokhome_20142015 {
	background-image:url(images/20142015.jpg);
	}

.blokhome_couleurs {
	background-image:url(images/avis_couleurs.jpg);
	}
.blokhome_villaromaine {
	background-image:url(images/villaromaine.jpg);
	}
/* TEXT + HEADINGS
----------------------------------------------------------- */
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:right;
}

ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
}
.pleft {
	text-align:left;
}
	.hometext {
		font-size:14px;
		color:#515151;
		text-decoration:none;
	}
		.hometext:hover {
			text-decoration:underline;
		}
		
	.concevoir {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		color:#000000;
		text-decoration:none;
	}
		.concevoir:hover {
			text-decoration:underline;
		}

.toptext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	display:block;
	color:#000000;
}
	a.toptext {
		text-decoration:none;
	}
		a.toptext:hover {
			text-decoration:underline;
		}	


		.reg {
		font-size:16px;
		}
		.twee {
		font-size:42px;
		font-family:"Times New Roman", Times, serif;
		}
	.subtext {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:10px;
	}
	
.bigtext1 {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140px;
	color:#515151;
	text-align:right;
	text-decoration:none;
	border: none;
}
	.bigtext1:hover {
		background-color:#f6f6f6;
		border: none;
	}
		.bigtext2 {
			color:#a5a5a5;
		}
		.bigtext3 {
			color:#dadada;
		}
		
.portfolio_header{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140px;
	color:#515151;
	text-align:right;
	text-decoration:none;
	
}
.portfolio_linkbox{
	float:right;
	text-align:right;
	
}
	a.portfolio_links{
		text-decoration:none;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:24px;
		color:#000000;
	}
	a.portfolio_links:hover{
		text-decoration:underline;
	}
	a.inactive_portfolio{
		color:#a5a5a5;
		text-decoration:none;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:24px;
	}
	a.inactive_portfolio:hover{
		text-decoration:underline;
	}
	
		

/* LAYOUT 
-----------------------------------------------------------*/
.container {
	width:850px;
	height:auto;
	margin: 0 auto;
}

	.heading {
		margin:50px 25px;
	}
	
	.portfoliocontentbox {
	width:550px;
	float:left;
	}
	
.durable {
	display:block;
	width:151px;
	height:151px;
	background-image:url(images/durable.png);
	position:absolute;
	margin-top:-150px;
	margin-left:-150px;
	float:left;
}
	.durable:hover {
		background-position:0 -151px;
	}
.passive {
	display:block;
	width:151px;
	height:151px;
	background-image:url(images/passive.png);
	position:absolute;
	margin-top:-150px;
	margin-left:875px;
	float:left;
}
	.passive:hover {
		background-position:0 -151px;
	}


/*PORTFOLIO 
-----------------------------------------------------------*/
a.item {
	display:block;
	width:125px;
	height:125px;
	background-color:#f2f2f2;
	border:none;
	border-color:#f2f2f2;
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}
	a.item:hover {
		background-color:#e5e5e5;
		border:none;
		border-color:#e5e5e5;
	}

.tumb {
	margin:12.5px;
	border:none;
}

.grey {
	color:#dbdbdb;
}
