@charset "utf-8";

/* --------------------------------------------------- */
/*  Default HTML elements definitions                  */
/* --------------------------------------------------- */


body {
	margin:0px;
    padding:0px;
	background: #fff url(images/vi-multimedia-background.jpg) repeat-x;
	background-position:top center;
	font-size:11pt;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:#333;
	line-height:16pt;
	}


a{
	color:#4b92c9;
	font-weight:normal;
	text-decoration:none;
}


a:hover{
	color:#4b92c9;
	font-weight:normal;
	text-decoration:underline;
}

a:visited{
	color:#4b92c9;
	font-weight:normal;
	text-decoration:none;
}


ul, ol, li, form, blockquote, dl, dt, dd, h1, h2, h3 {
	margin:0;
	padding: 0;
}

.ul_liste {
	margin-left: 20px;
}



img{
	border:0px;
}


.clear {
	clear: both;
	overflow:hidden;
}
.small { font-size: 12px; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }


/* --------------------------------------------------- */
/*	Home										       */
/* --------------------------------------------------- */


#logo-background {
	background: #fff url(images/vi-multimedia-logo.jpg) no-repeat;
	margin:auto;
	background-position:top center;
	height:400px;
	width:580px;
}

#realisations {
	margin:auto;
	text-align:left;
	width:580px;
}


/* --------------------------------------------------- */
/*	Fonts									           */
/* --------------------------------------------------- */

H1 {
	font-size: 18pt;
	color:#386da7;
	text-align:left;
	font-weight:normal;
	line-height:24px;
	margin:0px;
}



