#accueil_image {
	float: left;
	width: 587px;
	height: 700px;
	margin-right: 80px;
	line-height: 700px;
	vertical-align: middle;
	text-align: center;
	background: url('../images/accueil_gauche.jpg') no-repeat;
}
	#accueil_image * {
		vertical-align: middle;
	}

	#accueil_image span {
		display: inline-block;
		height: 100%
	}


/************************************************************/
#conteneur_droit {

	position: relative;
	float: left;
	height: 700px;

}


#entete_droite {

	width: 280px;
	padding-top: 20px;
	margin-left: 20px;
	margin-bottom: 16px;

}


#entete_droite img {

	float: left;
	margin-bottom: 10px;
}


#entete_droite table {

	float: left;
	margin-bottom: 10px;
}

	#entete_droite table img {

		display: block;
		margin-bottom: 0; /* ecrase */
	}


/* IE 6 */
* html #entete_droite p {
	margin-top: -20px;
}
/* IE 7 */
*:first-child+html #entete_droite p {
	margin-top: -20px;
}
/**********************************************************/


/**********************************************************/
/* MENU */
/**********************************************************/

#menu {

	margin-left: 40px;

}
/* IE 6 */
* html #menu {
	margin-right: 30px;
}


#menu li {

	margin-bottom: 15px;
	overflow: hidden;
	zoom: 1;

}


.sous_menu {

	margin-left: 40px;

}


.sous_menu li {

	margin-bottom: 0 !important; /* ecrase */

}


.sous_menu a {

	text-decoration: none;

}


#menu a {

	display: block;
	vertical-align: middle;
	text-indent: 52px;
	font-weight: bold;
	color: #000;

}


#menu #menu_onze_dixieme {

	height: 40px;
	line-height: 40px;
	background: url('../images/oeil-violet.jpg') no-repeat;

}

#menu #menu_collections {

	height: 40px;
	line-height: 40px;
	background: url('../images/oeil-kaki.jpg') no-repeat;

	outline: none;

}

	#menu .sous_menu_collections {

		height: 35px;
		line-height: 19px;
		padding-left: 30px;
		text-indent: 0;
		background: url('../images/oeil-kaki_mini.jpg') no-repeat;

	}
	#menu .vert {
		background: url('../images/oeil_sous_menu_vert.jpg') no-repeat;
	}
	#menu .gris {
		background: url('../images/oeil_sous_menu_gris.jpg') no-repeat;
	}
	*:first-child+html .sous_menu_collections {
		/*height: 30px;*/
	}

#menu #menu_creation {

	height: 40px;
	line-height: 40px;
	background: url('../images/oeil-orange.jpg') no-repeat;

}

#menu #menu_uniques {

	height: 42px;
	line-height: 42px;
	background: url('../images/oeil-bleu.jpg') no-repeat;

}

#menu #menu_nous {

	height: 37px;
	line-height: 37px;
	background: url('../images/oeil-grisrose.jpg') no-repeat;

}

#menu #menu_oeil {

	height: 38px;
	line-height: 38px;
	background: url('../images/oeil-jaune.jpg') no-repeat;

}

#menu #menu_contact {

	height: 40px;
	line-height: 40px;
	background: url('../images/oeil-lavande.jpg') no-repeat;

}


#bts_langues {

	position: absolute;
	bottom: 15px;
	right: 0px;
}
* html #bts_langues {
	right: 20px;
}

#copyright {

	position: absolute;
	bottom: 0px;
	right: 0px;
	width:380px;
	font-size:7pt;
	text-align:right;

}
* html #copyright {
	bottom: 10px;
	right: 70px;
}
