
body{
	background-image:linear-gradient(to right, #E5B88A, #cb7d4f);
}

#container{	
	width: 350px;
	height:300px;
	background-color:white;
	margin: auto;
	margin-top:150px;
	border-radius: 5px;
	box-shadow: 10px 10px 5px #98633D;
	border-radius: 5px;

	
}
.partiegauche
{
	width :65%;
	background-color:white;
	float:left;
	height: 100%;
	border-radius: inherit;
}


h1 	{font-size:14px;
	font-family: trebuchet ms;
	text-align: center;
    color: #7C6F68;


}

h2  {font-size: 11px;
   font-family: trebuchet ms;
    text-align: center;
    color: #7C6F68}
   
p {text-align: center;}

.lighttext { 
	font-size: 11px;
    font-family: trebuchet ms;
    text-align: center;
    color: #7C6F68;
}

.boldtext {
	margin-top: 10px
	font-size:14px;
	font-family: trebuchet ms;
	text-align: center;
    color: #7C6F68;
    font-weight: bold;

}

.partiedroite{
	width :35%;
	background-color: #F5E8DF;
	float:left;
    height: 100%;
    border-radius: inherit;
}

.sub-block {
	height:33.3%;
	background-color: #F5E8DF;
	text-align: center;
	 margin:auto;
    vertical-align:middle;
    padding: 20px;
    box-sizing: border-box;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
	
}

.cercle1{
    border: solid 2px #7C6F68;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    text-align: center;
    padding: 2px;
    border-right: 2px solid white;
    margin: auto;
    margin-top: 15px;

}


.cercle2{
    border: solid 2px #7C6F68;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    text-align: center;
    padding: 2px;
    border-left: none;
    box-sizing: border-box;
    border-left: 2px white solid;

}

#middle {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-radius:initial;
}

img {border-radius: 100%;
	width: 100%;}

button {background-color: white;
	color:#7C6F68;
	border-color: #7C6F68;
	font-family:trebuchet ms;
	border-radius: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	width:150px;
	font-weight: bold;
	margin-bottom: 10px;
}

.button { text-align: center; }

