/****************

Ordre des sections

1-procede
2-avantages
3-performances énergétiques
4-solutions murs
5-confort thermique


****************/

/*****CSS élément d'entête et de navigation******/

header h1
{
	position:relative;
	display:block;
	float:left;
	width:215px;
	height:153px;
	margin-bottom:0;
	margin-top:23px;
	padding:0;
}

header>img:first-of-type
{
	position:relative;
	display:block;
	float:right;
	margin-top:17px;
}

header nav li:nth-of-type(1) a
{
	background-image:url('../images/fonds/onglet.png');
	background-repeat:no-repeat;
	color:black;
}

header,section,footer
{
	position:relative;
	display:block;
	width:990px;
	margin:0 auto;
}

header nav
{
	margin-bottom:3px;
}


/****CSS élément extérieur aux articles*****/

section>p
{
	position:relative;
	display:block;
	width:560px;
	clear:both;
	text-align:center;
	font-size:25pt;
	font-weight:bold;
	font-style:italic;
	padding:10px;
	margin:0 auto;
	border-left:solid 2px #9A9A9A;
	border-right:solid 2px #9A9A9A;
	border-bottom:solid 2px #9A9A9A;
	background-color:#B6B6B6;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	margin-bottom:20px;
	color:#3B9A34;
}

section>img
{
	position:relative;
	display:block;
	float:left;
	margin-left:80px;
	margin-bottom:30px;
}

/****CSS section****/

article
{
	position:relative;
	display:block;
	border:solid 2px #9A9A9A;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	overflow:hidden;
}

article h2 /*titre de chaque section*/
{
	position:relative;
	display:block;
	margin-top:0;
	padding:5px;
	font-size:18pt;
	border-bottom:solid 2px #9A9A9A;
	background-color:#B6B6B6;
	margin-bottom:10px;
	border-top-left-radius:16px;
	border-top-right-radius:16px;
	text-align:center;
}

article:nth-of-type(1)
{
	float:left;
	width:445px;
	margin-bottom:20px;
}

article:nth-of-type(2),article:nth-of-type(5)
{
	float:right;
	width:500px;
}

article:nth-of-type(2)
{
	margin-bottom:30px;
}

article:nth-of-type(3)
{
	clear:left;
	width:445px;
	margin-bottom:20px;
}

article:nth-of-type(4)
{
	float:left;
	width:445px;
	margin-bottom:80px;	
	font-size:12pt;
	line-height:25px;
	text-align:justify;
}

article:nth-of-type(4) p
{
	padding-left:5px;
	padding-right:5px;
}

article:nth-of-type(5)
{
	margin-bottom:30px;
}

article:nth-of-type(6)
{
	float:right;
	width:510px;
	padding-bottom:10px;
	margin-bottom:30px;
}

/*****CSS contenu article******/

article:nth-of-type(1) p
{
	position:relative;
	display:block;
	float:left;
	width:250px;
	text-align:justify;
	padding-left:5px;
	margin-top:0;
}

article:nth-of-type(2) ul
{
	position:relative;
	display:block;
	float:left;
	list-style-type:none;
	padding-left:0;
	margin-left:5px;
	margin-top:0;
	width:250px;
	text-align:justify;
}

article:nth-of-type(2) li
{
	background-image:url('../images/icones/coche.png');
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:25px;
	margin-bottom:10px;
}

article:nth-of-type(3) ul
{
	position:relative;
	display:block;
	float:right;
	list-style-type:none;
	font-size:12pt;
	padding-left:0;
	margin-right:5px;
	line-height:30px;
	margin-top:20px;
}

article:nth-of-type(5) ul
{
	position:relative;
	display:block;
	float:left;
	width:230px;
	list-style-type:none;
	padding-left:0;
	text-align:justify;
	padding-left:5px;
	font-size:12pt;
	line-height:30px;
	margin-top:25px;
}

article:nth-of-type(6) a
{
	position:relative;
	display:block;
	width:200px;
	float:right;
	margin-right:30px;
	text-align:center;
	text-decoration:none;
	font-size:14pt;
	font-weight:bold;
}

article:nth-of-type(6) p
{
	position:relative;
	display:block;
	float:left;
	width:230px;
	margin-left:5px;
	text-align:justify;
	margin-top:25px;
	line-height:20px;
}

/*****CSS image article*******/

article:nth-of-type(1) img,article:nth-of-type(5) img
{
	position:relative;
	display:block;
	float:right;
	margin-right:5px;
	margin-bottom:5px;
}

article:nth-of-type(1) img
{
	margin-top:15px;
}

article:nth-of-type(2) img
{
	position:relative;
	display:block;
	float:right;
	padding-right:5px;
	margin-bottom:10px;
}

article:nth-of-type(3) img
{
	position:relative;
	display:block;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
}

/*****CSS lien *****/

article:nth-of-type(1) a,article:nth-of-type(2) a
{
	position:relative;
	display:block;
	clear:both;
	text-align:right;
	width:87px;
	margin-bottom:5px;
}

article:nth-of-type(1) a
{
	margin-left:350px;
}

article:nth-of-type(2) a
{
	margin-left:400px;
}
