html, body {
	height: 100%;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #262626;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	color: #282828;
}

#global {
	position: relative;
	height: 100%;
	min-width: 1024px;
	max-width: 1200px;
	margin: 0 auto 0 auto;
}

#header {
	height: 108px;
	background: #FEFEFB url('/images/header-right.png') no-repeat top right;
}

#logo {
	margin: 0 0 0 11px;
	clear: both;
}

#logo img {
    width: 250px;
}

#menu {
	position: absolute;
	height: 36px;
	margin: 0 0 0 20px;
	z-index: 150;
}

#menu-left {
	float: left;
	height: 100%;
	width: 6px;
	background-image: url('/images/menu-left.png');
}

#menu-center {
	float: left;
	height: 100%;
	width: auto;
	background-image: url('/images/menu-background.png');
}

#menu-right {
	float: right;
	height: 100%;
	width: 6px;
	background-image: url('/images/menu-right.png');
}

#fondu {
	position: absolute;
	height: 10px;
	width: 100%;
	background-image: url('../images/fondu.png');
	background-repeat: repeat-x;
	z-index: 100;
}

#background {
//	background-image: url('/images/background.jpg');
	background-image: url('/images/IMGP2220.jpg');
	background-position: center;
}

#main {
	height: 100%;

}

#main-left {
	height: 100%;
}

#main-center {
	height: 100%;
	width: 510px;
	margin: 0 50px 0 auto;
	background-image: url('/images/content-background.png');
}

#main-right {
	height: 100%;
}

#title {
	height: 50px;
	background-color: #ECECEC;
}

#content {
	height: 100%;
	margin: 0 10px 0 10px;
}

#content-left {
	height: 100%;
	background: url('/images/content-left.png') no-repeat top left;
}

#content-center {
	min-height: 480px;
	height: 100%;
	margin: 0 20px 0 20px;
	font-size: 0.8em;
	text-align: justify;
}

#texte {
	height: 100%;
	max-height: 750px;
	overflow: auto;
	font-size: 1em;
	text-align: justify;
}

#content-right {
	height: 100%;
	background: url('/images/content-right.png') no-repeat top right;
}

.clear {
	clear: both;
}

#footer {
	height: 15px;
	background-color: #262626;
}

/********/
/* MENU */
/********/

#menu ul {
	margin: 0;
	padding: 0;
	color: white;
	line-height: 36px;
}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	font-size: 13px;
}

.link, #references {
	margin: 0 10px 0 10px;
	padding: 0;
	color: white;
	text-decoration: none;
}

#menu li a:hover {
	color: white;
	text-decoration: underline;
}

#stats, #stats img {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
}

/***********/
/* SUBMENU */
/***********/

#menu ul li ul {
	position: absolute;
	height: 136px;
	width: 161px;
	display: none;
	background: url('/images/submenu.png') no-repeat top left;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    opacity: 0.9;
}

#menu ul li:hover ul {
	display: block;
}

#menu ul li ul li {
	width: 100%;
	line-height: 26px;
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
	border-left: white solid 10px;
}

#menu ul li ul li a {
	color: black;
	text-decoration: none;
}

#menu ul li ul li a:hover {
	color: black;
}

#internet-solutions:hover {
	border-left: #003267 solid 10px;
}

#tixpanel:hover {
	border-left: #003267 solid 10px;
}

#webhosting:hover {
	border-left: #DD2A23 solid 10px;
}

#webdesign:hover {
	border-left: #CF7C3C solid 10px;
}

#backup:hover {
	border-left: #F4C131 solid 10px;
}

#iphone-apps:hover {
        border-left: green solid 10px;
}

/**********/
/* FOOTER */
/**********/

#footer p {
	margin: 0;
	padding: 0;
	line-height: 15px;
	font-size: 0.6em;
	color: #7D7D7D;
	text-align: center;
}

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

#footer a:hover {
	text-decoration: none;
	color: white;
}

/***********/
/* GENERAL */
/***********/

h1 {
	padding: 17px 0 0 0;
	margin: 0;
	font-size: 1.4em;
	color: #003568;
	font-weight: normal;
}

h2, h2 a {
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 1.1em;
	color: #003568;
	font-weight: normal;
	text-decoration: none;
}

h3 {
	margin: 0 0 2px 0;
	font-size: 0.8em;
	padding: 0;
}

p, li {
	font-size: 1em;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#swissmade {
	position: absolute;
	margin-top: -40px;
	left: 10px;
}

/****************/
/* Realisations */
/****************/

.mini-refs {
	float: right;
	margin: 0 0 15px 20px; 
	height:84px;
}

.mini
{
	float: right;
	margin: 0 0 15px 20px; 
	width:84px;
	height:84px;
}

.realisation {
	background-color: #F7F7F7;
	margin: 10px;
	padding:  5px;
	border: 1px solid #E6E6E6;
	width: 425px;
	min-height: 85px;
}

.pagination {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

