@charset "utf-8";

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

body
{
	background: url(../fond/zites.fr.png) no-repeat left bottom fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	color:#666;
	font-family:"vegur_lightregular", sans-serif;
	font-size:12px;
	line-height:14px;
}


html,  
h1, h2, h3, h4, h5, h6, p
{
	font-size: 100%;
	vertical-align: baseline;
}

a:link,
a:visited {
	color:#21759b;
	text-decoration:none;
}

a:hover,
a:active {
	color:#d54e21;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom:18px;
	font-weight: lighter;
	text-transform:uppercase;
}

h1 {
	font-size:140%;
	line-height:140%;
	text-align: center;
}

h2 {
	font-size:130%;
	line-height:130%;
}

h3 {
	font-size:120%;
	line-height:120%;
}

h4 {
	font-size:110%;
	line-height:110%;
}

p {
	margin-bottom:18px;
	text-align: center;
}


#global {
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}

#prestations {
	padding-right: 40px;
	padding-bottom: 20px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}
