#bloc1  {
	border-radius: 20px;
	border: 12px solid red;
	witdth:  600px;
	height:  600px;
	background-color: blue;
	}

#titre	{
	border-radius: 20px ;
	font-style: italic;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 100px;
	background-color: yellow;
	text-align: center;
 	}

#domoticz {
	border-radius: 10px;
	border: 3px solid red;
	width: 220px;
    	height: 40px;
	background-color: yellow;
	margin-left: auto;
	margin-right: auto;
	margin-top:  50px;
	text-align: center;
	}

#temp 	{
	border-radius: 10px ;
	border: 3px solid red;
	width:	220px;
	height:	40px;
	background-color: yellow;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}

#volets	{
	border-radius: 10px ;
	border: 3px solid red;
	width: 220px;
	height: 40px;
	background-color: yellow;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#portail {
	border-radius: 10px;
        border: 3px solid red;
        width: 220px;
        height: 40px;
        background-color: yellow;
        margin-top: 10px;
        margin-left: auto;
	margin-right: auto;
	text-align: center;
        }

#meteo {
	border-radius: 10px;
        border: 3px solid red;
        width: 220px;
        height: 40px;
        background-color: yellow;
        margin-top: 10px;
        margin-left: auto;
	margin-right: auto;
	text-align: center;
        }

