body {
	margin:0;
	margin:auto;
	background-color:#267fae;
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
}

#header {
	margin:auto;
	width:1121px;
	height:209px;
}

#header-left {
	background-image:url(../img/header-left.png);
	float:left;
	width:289px;
	height:209px;
}

#header-right {
	background-image:url(../img/header-right.png);
	float:right;
	width:311px;
	height:209px;
}

#logo {
	background-image:url(../img/logo.png);
	width:521px;
	height:209px;
	margin-left:289px;
	padding-top:173px;
}

#menu1 {
	padding-left:15px;
	float:left;
}

#menu2 {
	padding-right:15px;
	float:right;
}

#container {
	margin:auto;
	width:1121px;
	height:429px;

}

#container-bottom {
	background-image:url(../img/container-bottom.png);
	margin:auto;
	width:1121px;
	height:163px;
}

#container-left {
	background-image:url(../img/container-left.png);
	float:left;
	width:206px;
	height:429px;
}

#container-right {
	background-image:url(../img/container-right.png);
	float:right;
	width:206px;
	height:429px;
}

#footer {
	margin:auto;
	width:1121px;
	height:200px;
}

#corps {
	background-color:#fff;
	padding-top:30px;
	margin:auto;
	width:709px;
	height:429px;
	font-family: "Century Gothic", Tahoma, Arial;
	color:#2c2c2c;
	font-size:13px;
}

#gauche {
	background-image:url(../img/presentation.png);
	background-repeat:no-repeat;
	float:left;
	width:350px;
	padding-left:15px;
	padding-top:60px;
	text-align:justify;
}

#droite {
	background-image:url(../img/mes-creations.png);
	background-repeat:no-repeat;
	margin-left:405px;
	padding-top:60px;
}

#corps a {text-decoration:none; color:#6eb638}
#corps a:hover{background-color:#cfffa8; color:#124517}

