/* Premium Computer Services */

body {
     margin: 0px;
     text-align: center;
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 font-size: 10px;
	 background-image:url(./bg.png);
	 background-repeat:repeat;
}

#header{
	position:relative;
    margin-left: auto;
    margin-right: auto;
	width:900px;
	height:100px;
	background-image:url(./banniere.jpg)
}
#global{
	position:relative;
     margin-left: auto;
     margin-right: auto;
     width: 900px;
	 background-image:url(./fond_centre.jpg);
}
#menu_centre {
	background: url(./nav-back-fix.jpg) no-repeat;
	width:900px;
	list-style-type:none;
	height:30px;
}
#menu_gauche{
	float:left;
	position:relative;
	width: 185px;
	background-image:url(./fond_menu.jpg);
}
#page_principale{
	padding-right:10px;
	float:right;
	position:relative;
	left:0px;
	width:685px;

}

#footer{
	position:relative;
	width: 900px;
	height:40px;
	background-image:url(./footer.jpg);
	background-attachment:inherit;
	clear:both;
}
#bloc_top{
	position:relative;
    margin-left: auto;
    margin-right: auto;
	width: 500px;
	height:20px;
	background-image:url(./admin_top.png);
	background-attachment:inherit;
	clear:both;
}
#bloc_content{
	position:relative;
    margin-left: auto;
    margin-right: auto;
	width: 500px;
	background-image:url(./admin_bg.png);
	background-attachment:inherit;
	clear:both;
}
#bloc_bas{
	position:relative;
    margin-left: auto;
    margin-right: auto;
	width: 500px;
	height:20px;
	background-image:url(./admin_bas.png);
	background-attachment:inherit;
	clear:both;
}
#editor{
	clear:both;
}

.copy_gris{
	color: #999999;
}


.spacer {
	clear:both;
}

a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}

