@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background:#d7d6d4;
}

#principale {
	background:url(../img/background.png) top left repeat-y;
	width:950px;
	min-height:100%;
	margin:0px auto 0px auto;
	position:relative;
	overflow:hidden;
}

#accueil {
	background:url(../img/virginiecorre.png) top left no-repeat;
	margin:80px auto 45px auto;
	width:259px;
	height:85px;
}

h1 {
	display:none;
}

h2 {
	display:none;
}

span {
	display:none;
}

#container {
	width:950px;
	position:relative;
	margin:0px auto 0px auto;
}

#presse {
	background:url(../img/presse.png) top left no-repeat;
	width:241px;
	height:34px;
	margin:0px auto 60px auto;

}

#tel {
	background:url(../img/tel.png) top left no-repeat;
	width:272px;
	height:20px;
	margin:0px auto 10px auto;
}


#mail {
	background: url(../img/email.png) top left no-repeat;
	width:370px;
	height:13px;
	position:relative;
	margin:0px auto 100px auto;
}

#mail a {
	position:absolute;
	bottom:0px;
	left:0px;
	display:block;
	width:370px;
	height:13px;
}

#mail a span {
	display:none;
}

#adresse {
	background: url(../img/adresses.png) top left no-repeat;
	width:281px;
	height:72px;
	margin:0px auto 0px auto;
}
	

#logo {
	background:url(../img/logo3.png) top left no-repeat;
	width:220px;
	height:190px;
	position:absolute;
	top:120px;
	right:60px;
}

.clear {
	clear:both;
}


