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


body
{
background-color:#2c2c38;	
color:#ffffff;
  height: 100%;
  min-height: 3em;
}

body a
{
color:#cccccc;
text-decoration:none;
  height: 100%;
  min-height: 3em;
}

#page-banniere
{
	width:1000px;
	height:160px;
	background: url(banniere.jpg) no-repeat 0 0;
	margin-left: auto;
    margin-right: auto;
}

#page-titre
{
	text-align:center;
}

.message-sent-erreur
{
color:#F00;
text-align:center;
}

.message-sent-ok
{
color:#0C0;
text-align:center;
}

#leftSideBanner
{
	position: absolute; 
	top: 80px; 
	left: 32px;
}

#page-onglets
{	
	width:800px;
	height:35px;
	background: url(onglets.jpg) no-repeat 0 0;
	margin-left: auto;
  	margin-right: auto;
	text-align: center;
	font-weight:bold;
}

#page-onglets a
{	
	color:#ffffff;
}

#page-onglets a:hover
{	
	color:#cccccc;
}

#page-fond
{
	width:800px;

	margin-left: auto;
	background: url(fond.jpg) no-repeat 0 0;
  	margin-right: auto;
}


#logo-dsi-ware
{
	width:134px;
	height:64px;	
	background: url(dsiware.png) no-repeat 0 0;
	margin-left: auto;
  	margin-right: auto;
}

#logo-assoria
{
	width:231px;
	height:64px;	
	background: url(assoria.png) no-repeat 0 0;
	margin-left: auto;
  	margin-right: auto;
}

#trademarks
{
	height: 2em;
	min-height: 2em;
	width:99%;
	clear:both;
}



