/* CSS Document */

body {
	padding: 0%;
	margin: 0%;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}

#global {
	width: 1024px;
	padding: 0px;
	background-repeat: no-repeat;
	height: 600px;
	border: thin solid #FFFFFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;


}

#header {
	width: 1024px;
	padding: 0px;
	height: 112px;
	background-repeat: no-repeat;
	margin: auto;
	background-image: url(images/header.jpg);


}

#content {
	width: 1024px;
	padding: 0px;
	height: 419px;
	background-repeat: no-repeat;
	margin: 0px;
	background-image: url(images/content.jpg);


}

#illustr {
	background-image: url(images/illust_citation_03.jpg);
	width: 410px;
	height: 375px;
	float: left;
	margin-top: 20px;
	background-repeat: no-repeat;
	margin-left: 11px;
}
#menu {
	float: right;
	width: 250px;
	list-style-type: none;
	margin-right: 20px;
}
#menu .presse a {
	background-image: url(images/presse.jpg);
	display: block;
	height: 45px;
	width: 100px;
	background-repeat: no-repeat;
	margin-left: 140px;
}
#menu .presse a:hover {
	background-image: url(images/presse_in.jpg);
}
#menu .curiculum a {
	background-image: url(images/cv.jpg);
	display: block;
	height: 45px;
	width: 180px;
	background-repeat: no-repeat;
	margin-left: 70px;
	list-style-type: none;
}
#menu .curiculum a:hover {
	background-image: url(images/cv_in.jpg);
}
#menu .prix a {
	background-image: url(images/prix.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 85px;
	list-style-type: none;
	margin-left: 160px;
}
#menu .prix a:hover {
	background-image: url(images/prix_in.jpg);
}
#menu .plan a {
	background-image: url(images/plan.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 150px;
	display: block;
	list-style-type: none;
	margin-left: 95px;
}
#menu .plan a:hover {
	background-image: url(images/plan_in.jpg);
}


#menu .collections a {
	background-image: url(images/collections.jpg);
	width: 150px;
	height: 50px;
	display: block;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 98px;
	list-style-type: none;
}
#menu .contact a {
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	width: 120px;
	margin-left: 135px;
	margin-top: 5px;
}
#menu .contact a:hover {
	background-image: url(images/contact_in.jpg);
}

#menu .boutique a {
	background-image: url(images/boutique.jpg);
	display: block;
	height: 45px;
	width: 200px;
	background-repeat: no-repeat;
	margin-left: 48px;
	list-style-type: none;
	padding-bottom: -7px;
}
#menu .boutique a:hover {
	background-image: url(images/boutique_in.jpg);
}
#menu .agenda a {
	background-image: url(images/agenda.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 150px;
	margin-left: 90px;
	padding-bottom: 5px;
	padding-top: 5px;
	list-style-type: none;
}
#menu .agenda a:hover {
	background-image: url(images/agenda_in.jpg);
}


#menu .collections a:hover {
	background-image: url(images/collections_in.jpg);
}

#footer {
	width: 1024px;
	padding: 0px;
	height: 69px;
	background-repeat: no-repeat;
	background-image: url(images/footer.jpg);
	margin: 0px;


}

