﻿html, body{
	color:#F62C74;
	font-family:"Open Sans", Arial, sans-serif;
	position:relative;
}
#headerImgFond {
	background-image: url(../images/contrat.jpg);
	position: absolute; 
	top: 0; 
	left: 0; 
	min-width: 100%;
	height: 340px;
	text-align:center;
}
	#secCpt{
		float:right;
		width:26%;
		margin-top:1em;
		margin-right:1em;
	}
		#lblCpt{
			color:#F62C74;
			font-size:26px;
			float:left;
			min-width:60px;
			width:50%;
			margin-top:0%;
			margin-left:26%;
			text-align:justify;
		}
		#divCpt{
			color:#fff;
			font-size:36px;
			width:90px;
			height:auto;
			float:right;
			text-align:center;
			padding:2%;
			border-radius:5px;
			background-color:#F62C74;
	}
	#divChrono{
		width:24%;
		float:left;
	}
	#sectTitre{
		clear:both;
	}
		h1{
			font-size:88px;
			text-align:center;
		}
		h2{
			font-size:40px;
			text-align:center;
			color:#fff;
			border:thin solid #F62C74;
			border-left:none;
			border-right:none;
		}
		h3{
			font-size:36px;
			line-height:56px;
			text-align:center;
		}
#divTrianglehaut{
   width: 0; 
   height: 0; 
   border-color: #3D331A transparent transparent;
   border-style: solid;
   border-width: 42px 30px 0 ;
   cursor: pointer;
   position:absolute;
   top:340px;
   left:48%;
}
#sectCtn{
	position:absolute;
	top:340px;
	width:100%;
	}
#divAmpersand{
	position:absolute;
	float:none;
	top:94px;
	left:49%;
	font-size:36px;
}
.ctn{
	color:#fff;
	font-size:36px;
	width: 42%;
	min-height: 20%;
	height:auto;
	float:left;
	text-align:center;
	margin:4%;
	padding:2%;
	border-radius:5px;
	background-color:#F62C74;
}
#divCtnCom{
	margin-top:0%;
	width: 92%;
}

