/*
- Lieu : 1142 Pampigny
- Auteur : Quentin Mathey
- Date : 25.7.2007

- Description :
- Feuille qui définira l'aspect général du site sur toutes les pages client.
*/
body
{
	padding:0;
	margin:0;
	background-color:black;
	text-align:center;
}
#page
{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:left;
}
/* tout ce qui concerne l'en-tête du site */
#header
{
	background-image:url(ban.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:270px;
	position:absolute;
}
/*Ce qui concerne le menu dans l'en-tête */
#header_menu
{
	position:absolute;
	margin-top:250px;
	height:20px;
	width:800px;
}
.element_menu
{
	height:20px;
	width:160px;
	text-align:center;
	font-family:Stencil,Cooper Std Black;
	font-size:18px;
	position:absolute;
	padding-top:2px;
	color:white;
	cursor:pointer;
}
.element_menu:hover
{
	background-image:url(menu_hover.gif);
	background-repeat:no-repeat;
	background-position:left;
}
/* Définit le contenu du site*/
#contenu
{
	margin-top:280px;
	margin-left:150px;
	width:650px;
	position:absolute;
}
#contenu_top
{
	background-image:url(contenu_top.gif);
	background-repeat:no-repeat;
	height:30px;
	padding-top:15px;
	padding-left:25px;
	font-size:x-small;
}
#contenu_middle
{
	
	background-image:url(contenu_middle.gif);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:20px;
	margin-top:-15px;
}
#contenu_bottom
{
	background-image:url(contenu_bottom.gif);
	background-repeat:no-repeat;
	height:30px;
}
/* Définit le pied du site*/
#foot
{
	text-align:center;
	color:#b0b0b0;
	font-size:x-small;
}
/* Définit tout ce qui est pour le minichat */
#minichat_global
{
	margin-top:290px;
	width:150px;
	height:auto;
	position:absolute;
}
#minichat
{
	margin-top:28px;
	width:150px;
	height:auto;
	position:absolute;
	color:white;
	background-image:url(minichat_middle.gif);
	background-repeat:repeat-y;
	
}
#minichat_top
{
	width:150px;
	height:28px;
	background-image:url(minichat_top.gif);
	background-repeat:no-repeat;
	position:absolute;
}
#minichat_bottom
{
	width:150px;
	height:35px;
	background-image:url(minichat_bottom.gif);
	background-repeat:no-repeat;
}
#minichat_message
{
	width:120px;
	height:auto;
	padding-left:15px;
	padding-right:15px;
	overflow:auto;
	text-align:left;
	color:black;
}
#minichat_message p
{
	font-size:10px;
	font-family:Arial;
}
#minichat_envoyer 
{
	width:150px;
	height:108px;
	text-align:center;
}
/*Definit les attribus HTML par défauts*/
a
{
	text-decoration:none;
	color:blue;
}
img
{
	border:none;
}
table
{
	border:none;
}