a
{
	color: white;
	text-decoration: underline;
}

a:visited
{
	color: white;
	text-decoration: underline;
}
a:hover
{
	color: white;
	text-decoration: underline;
	font-style: italic;
}

a img
{
	border: 0;
}

body
{
	margin: auto;
	background-image: url('images/fond.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #050609;
	height: 950px;
	width: 1100px;
	color: #2FA1FF;
}

#corps
{
	
	height: 620px;
	width: 660px;
	float: right;
	position: relative;
	right: 50px;
	top: 100px;
	overflow: auto;
	padding-right: 0px;
}

#texte_accueil
{
	font-size: 120%;
	font-weight: bold;
}


#bouton_accueil
{
	background-image: url('images/Accueil.png');
	height: 74px;
	width: 184px;
	float: left;
	position: relative;
	top: 220px;
	left: 190px;
}

#bouton_accueil:hover
{
	background-image: url('images/Accueil_hover.png');
	height: 74px;
	width: 184px;
	float: left;
	position: relative;
	top: 220px;
	left: 190px;
}

#bouton_dessins
{
	background-image: url('images/Dessins.png');
	height: 65px;
	width: 178px;
	float: left;
	position: relative;
	top: 50px;
	left: -100px;
}

#bouton_dessins:hover
{
	background-image: url('images/Dessins_hover.png');
	height: 65px;
	width: 178px;
	float: left;
	position: relative;
	top: 50px;
	left: -100px;
}

#bouton_chibi
{
	background-image: url('images/Chibi.png');
	height: 70px;
	width: 163px;
	float: left;
	position: relative;
	top: 50px;
	left: -120px;
}

#bouton_chibi:hover
{
	background-image: url('images/Chibi_hover.png');
	height: 70px;
	width: 163px;
	float: left;
	position: relative;
	top: 50px;
	left: -120px;
}


#bouton_sanguines
{
	background-image: url('images/Sanguines.png');
	height: 76px;
	width: 235px;
	float: left;
	position: relative;
	top: 50px;
	left: -150px;
}

#bouton_sanguines:hover
{
	background-image: url('images/Sanguines_hover.png');
	height: 76px;
	width: 235px;
	float: left;
	position: relative;
	top: 50px;
	left: -150px;
}


#bouton_expos
{
	background-image: url('images/Expos.png');
	height: 69px;
	width: 153px;
	float: left;
	position: relative;
	top: -20px;
	left: 900px;
}

#bouton_expos:hover
{
	background-image: url('images/Expos_hover.png');
	height: 69px;
	width: 153px;
	float: left;
	position: relative;
	top: -20px;
	left: 900px;
}

#bouton_presse
{
	background-image: url('images/Presse.png');
	height: 58px;
	width: 161px;
	float: left;
	position: relative;
	top: 300px;
	left: -100px;
}

#bouton_presse:hover
{
	background-image: url('images/Presse_hover.png');
	height: 58px;
	width: 161px;
	float: left;
	position: relative;
	top: 300px;
	left: -100px;
}


#bouton_biographie
{
	background-image: url('images/Biographie.png');
	height: 62px;
	width: 226px;
	float: left;
	position: relative;
	top: 380px;
	left: -261px;
}

#bouton_biographie:hover
{
	background-image: url('images/Biographie_hover.png');
	height: 62px;
	width: 226px;
	float: left;
	position: relative;
	top: 380px;
	left: -261px;
}


#bouton_liens
{
	background-image: url('images/Liens.png');
	height: 60px;
	width: 160px;
	float: left;
	position: relative;
	top: 460px;
	left: -487px;
}

#bouton_liens:hover
{
	background-image: url('images/Liens_hover.png');
	height: 60px;
	width: 160px;
	float: left;
	position: relative;
	top: 460px;
	left: -487px;
}

#bouton_blog
{
	background-image: url('images/Blog.png');
	height: 63px;
	width: 140px;
	float: left;
	position: relative;
	top: 540px;
	left: -647px;
}

#bouton_blog:hover
{
	background-image: url('images/Blog_hover.png');
	height: 63px;
	width: 140px;
	float: left;
	position: relative;
	top: 540px;
	left: -647px;
}

#bouton_contact
{
	background-image: url('images/Contact.png');
	height: 73px;
	width: 292px;
	float: left;
	position: relative;
	top: 550px;
	left: -200px;
}

#bouton_contact:hover
{
	background-image: url('images/Contact_hover.png');
	height: 73px;
	width: 292px;
	float: left;
	position: relative;
	top: 550px;
	left: -200px;
}

#footer
{
	float: left;
	width: 686px;
	position: absolute;
	/*bottom: -650px;*/
	top: 880px;
	left: 500px;
	color: #AA2222;
}
