body
{
	background-color: #83daea;
}

/* FOND D'ÉCRAN CUSTOM */

#design_gauche_haut
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 255px;
	height: 251px;
	background-image: url("Background_left_up.png");
	background-repeat: no-repeat;
}

#design_haut
{
	position: absolute;
	top: 0px;
	left: 249px;
	width: 873px;
	height: 251px;
	background-image: url("Background_up.png");
}

#design_haut_end
{
	position: absolute;
	top: 0px;
	left: 1122px;
	width: 97px;
	height: 156px;
	background-image: url("Background_up_end.gif");
}

#design_gauche
{
	position: absolute;
	top: 245px;
	left: 0px;
	width: 255px;
	height: 1255px;
	background-image: url("Background_left.png");
}
/* LE NOM DU SITE */
#nomdusite
{
	position: absolute;
	top: 120px;
	left: 180px;
	width: 780px;
	height: 2px;
	color: white;
}

#langues
{
	position: absolute;
	display: table;
	top: 260px;
	left: 750px;
	height: 30px;
	padding-bottom: 5px;
	background: url("Ombre_Drapeaux.png") bottom left no-repeat;
}

/* CORPS */
#commencement_corps
{
	position: absolute;
	top: 255px;
	left: 365px;
	width: 162px;
	height: 161px;
	background-image: url("commencement_corps.png");
}

#commencement_corps_mirror
{
	position: absolute;
	top: 100px;
	left: 1080px;
	width: 177px;
	height: 314px;
	background-image: url("commencement_corps_mirror.gif");
}

/* le CONTENU du site */
#contenu
{
	position: absolute;

	top: 325px;
	left: 455px;

	width: 700px;
	height: 1024px;
}

/* content SHADOW */
#content_shadow_up_left
{
	position: absolute;

	top: 312px;
	left: 440px;

	width: 35px;
	height: 32px;
	background-image: url("content_shadow_up_left.gif");
}

#content_shadow_down_left
{
	position: absolute;

	top: 1330px;
	left: 440px;

	width: 35px;
	height: 32px;
	background-image: url("content_shadow_down_left.png");
}

#content_shadow_left
{
	position: absolute;

	top: 341px;
	left: 440px;

	width: 35px;
	height: 993px;
	background-image: url("content_shadow_left.png");
}

#content_shadow_up_right
{
	position: absolute;

	top: 312px;
	left: 1129px;

	width: 37px;
	height: 36px;
	background-image: url("content_shadow_up_right.gif");
}

#content_shadow_down_right
{
	position: absolute;

	top: 1326px;
	left: 1129px;

	width: 37px;
	height: 36px;
	background-image: url("content_shadow_down_right.png");
}

#content_shadow_up
{
	position: absolute;

	top: 312px;
	left: 470px;

	width: 665px;
	height: 32px;
	background-image: url("content_shadow_up.png");
}

#content_shadow_down
{
	position: absolute;

	top: 1326px;
	left: 470px;

	width: 665px;
	height: 32px;
	background-image: url("content_shadow_down.png");
}

#content_shadow_right
{
	position: absolute;

	top: 342px;
	left: 1129px;

	width: 35px;
	height: 988px;
	background-image: url("content_shadow_right.png");
}

/* MENU */
#menu li
{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url("menuitem.png") blue bottom left no-repeat;
	height: 40px;
	line-height: 40px;
	width: 200px;
	text-align: center;
	top: 185px;
	left: 90px;
}

#menu li:hover
{
	background:  url("menuitem_coi.png") bottom left no-repeat;
	padding: 0 0 0 2px;
}

/* UNDER MENU */
#under_menu_left
{
	position: absolute;
	top: 520px;
	left: 138px;
	width: 17px;
	height: 300px;
	background-image: url("degr_left.png");
}

#under_menu_middle
{
	position: absolute;
	top: 538px;
	left: 155px;
	width: 155px;
	height: 282px;
	background-image: url("degr_middle.png");
}

#under_menu_middle_end
{
	position: absolute;
	top: 538px;
	left: 300px;
	width: 17px;
	height: 282px;
	background-image: url("degr_middle_end.png");
}

#under_menu_right
{
	position: absolute;
	top: 520px;
	left: 320px;
	width: 17px;
	height: 300px;
	background-image: url("degr_right.png");
}

/* SHADOW */
#Shadow_right
{
	position: absolute;
	top: 185px;
	left: 320px;
	width: 49px;
	height: 518px;
	background-image: url("Shadow_right.png");
}

#Shadow_left
{
	position: absolute;
	top: 185px;
	left: 110px;
	width: 49px;
	height: 518px;
	background-image: url("Shadow_left.png");
}

