
@font-face {
    font-family: 'MothproofScriptRegular';
    src: url('Mothproof_Script-webfont.eot');
    src: url('Mothproof_Script-webfont.eot?#iefix') format('embedded-opentype'),
         url('Mothproof_Script-webfont.woff') format('woff'),
         url('Mothproof_Script-webfont.ttf') format('truetype'),
         url('Mothproof_Script-webfont.svg#MothproofScriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    background-color:#FFF;
	margin:0;
}

#conteneur {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	min-height:500px;
	width:1000px;
}

h1{
	position:absolute;
	background: url("imagesaccueil/doublewelcome.png") no-repeat scroll 0 0 transparent;
	height:125px;
	width:372px;
	left:450px;
	top:320px;
	font-family:'MothproofScriptRegular','Arial','Serif';
	font-size:2.5em;
	text-shadow: 2px 2px 4px grey;
	color:#391E54;
	z-index:2;
}

h1:hover {
	color:black;
	background-position: left bottom;
}

li {
	list-style-type:none;
}

li  a span {
	display:none;
}

li a{
	position:absolute;
	z-index:1;
}

#about {
    background: url("imagesaccueil/doubleabout.png") no-repeat scroll 0 0 transparent;
    height: 300px;
    left: 10px;
    top: 0px;
    width: 350px;
}

#about:hover {
    background-position: left bottom;
}

#blog {
    background: url("imagesaccueil/doubleblog.png") no-repeat scroll 0 0 transparent;
    height: 300px;
    left: 750px;
    top: 0px;
    width: 350px;
}

#blog:hover {
    background-position: left bottom;
}

#twitter {
    background: url("imagesaccueil/doubletwitter.png") no-repeat scroll 0 0 transparent;
    height: 300px;
    left: 300px;
    top: 70px;
    width: 350px;
}

#twitter:hover {
    background-position: left bottom;
}


#pics {
    background: url("imagesaccueil/doublepics.png") no-repeat scroll 0 0 transparent;
    height: 300px;
    left: 90px;
    top: 350px;
    width: 350px;
}

#pics:hover {
    background-position: left bottom;
}

#jobhunt {
    background: url("imagesaccueil/doublejobhunt.png") no-repeat scroll 0 0 transparent;
    height: 300px;
    left: 680px;
    top: 350px;
    width: 350px;
}

#jobhunt:hover {
    background-position: left bottom;
}


@media screen and (max-width: 1000px) {

#conteneur {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	min-height:500px;
	width:320px;
}

h1{
	position:absolute;
	background: url("imagesaccueil/doublewelcome2.png") no-repeat scroll 0 0 transparent;
	height:104px;
	width:310px;
	left:5px;
	top:5px;
	font-family:'MothproofScriptRegular','Arial','Serif';
	font-size:2.3em;
	text-shadow: 2px 2px 4px grey;
	color:#391E54;
	z-index:2;
}

h1:hover {
	color:black;
	background-position: left bottom;
}

#about {
    background: url("imagesaccueil/doubleabout2.png") no-repeat scroll 0 0 transparent;
    height: 266px;
    left: 5px;
    top: 120px;
    width: 310px;
}

#about:hover {
    background-position: left bottom;
}

#blog {
    background: url("imagesaccueil/doubleblog2.png") no-repeat scroll 0 0 transparent;
    height: 266px;
    left: 5px;
    top: 396px;
    width: 310px;
}

#blog:hover {
    background-position: left bottom;
}

#twitter {
    background: url("imagesaccueil/doubletwitter2.png") no-repeat scroll 0 0 transparent;
    height: 266px;
    left: 5px;
    top: 675px;
    width: 310px;
}

#twitter:hover {
    background-position: left bottom;
}


#pics {
    background: url("imagesaccueil/doublepics2.png") no-repeat scroll 0 0 transparent;
    height: 266px;
    left: 5px;
    top: 950px;
    width: 310px;
}

#pics:hover {
    background-position: left bottom;
}

#jobhunt {
    background: url("imagesaccueil/doublejobhunt2.png") no-repeat scroll 0 0 transparent;
    height: 266px;
    left: 5px;
    top: 1225px;
    width: 310px;
}

#jobhunt:hover {
    background-position: left bottom;
}


}

