
header{
	text-align:center;
	background-color: green;
	height: 30px;
}

footer{
	text-align:center ;
	background-color: red;
}

/*header+nav+ul+li{*/
	/*display: inline-block;*/
	/*width :30%;*/
	/*text-align: center;*/
/*}*/

.headerList{
	display: inline-block;
	width :30%;
	text-align: center;
}

a:link {color: blue;}
a:visited {color: black;}
a:hover {color: red;}
a:active {color: red;}

.left{
	float: left;
	width: 33%;
	margin-bottom: 3px;
/*	height: 205px;*/
}

.center{
	display:inline-block;
	width:33%;
	margin-left:  auto;
	margin-right:  auto;

	margin-bottom: 3px;
	/*	width: 200px;
	height: 205px;*/
}

.right{
	float:right;
	width: 33%;
	margin-bottom: 3px;
}

.my_footer{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}



textarea{
	width:600px;
	height:250px;
}
.headerList{
	display: inline-block;
	width :30%;
	text-align: center;
}


#generale{
	/* couleur de fond generée avec le génerateur d'images http://www.colorzilla.com/gradient-editor/*/
	background: rgb(216,208,239); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(216,208,239,1) 30%, rgba(193,191,234,1) 79%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(216,208,239,1) 30%,rgba(193,191,234,1) 79%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(216,208,239,1) 30%,rgba(193,191,234,1) 79%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d0ef', endColorstr='#c1bfea',GradientType=0 ); /* IE6-9 */

	width: 800px;
	height:700px;
	margin-right: auto;
	margin-left: auto;
}

#contenu{
margin-left: 10px;
}
.border{
	border-radius: 2px;
	border: 5px solid #000000;	
}

.left{
	float: left;
	width: 300px;
	height: 205px;
}

.center{
	display:inline-block;
	margin-left:  auto;
	margin-right:  auto;
	width: 200px;
	height: 205px;
}
.center2{
	margin-left:  auto;
	margin-right:  auto;
}

.right{
	float:right;
	width: 218px;

	height: 205px;
}

#menu{
	float: left;
}

#contact{
	display:inline-block;
	margin-left:  auto;
	margin-right:  auto;
}

#connect{
	float:right;
	width: 150px;
}
img{
	margin: 5px;
	width:200px;
	height: 150px;
	border-radius: 10px;
	border: 5px solid green;	
}

a:link {color: white;}
a:visited {color: black;}
a:hover {color: red;}
a:active {color: red;}