/*
=================================================
Fichier     : Style_Header.css
Auteur      : AUFFRAY Guillaume
Description : CSS pour Header

Revision    : 
		- v1.0 : 
=================================================
*/


#header 
{ 
	width						: 600px;  
	overflow					: hidden; 
	margin-left					: auto; 
	margin-right				: auto; 
	background-color			: #BBBBBB; 
	background-repeat			: repeat-x;
	height						: 55px;
}

#header_admin
{ 
	width						: 650px;  
	overflow					: hidden; 
	margin-left					: auto; 
	margin-right				: auto; 
	background-color			: #BBBBBB; 
	background-repeat			: repeat-x;
	height						: 55px;
}

/* 
=================================================
HEADER TITLE 
=================================================
*/

.header_title 
{ 
	color						: #FFFFFF; 
	height						: 50px; 
	margin-top					: 5px; 
	margin-left					: 0px; 
	padding-top					: 10px; 

	display						: inline;
	background-image			: url(../../images/template/head_center.png);
	background-repeat			: repeat-x;
	
	text-align					: left; 
	font-size					: 20px; 
	font-family					: Tahoma;
	font-weight					: 700;
}

.header_title_border_g, 
.header_title_border_d  
{ 
	height						: 50px; 
	width						: 50px; 
	margin-top					: 5px; 
	position					: relative; 
	display						: inline;  
	background-image			: url(../../images/template/head_left.png);
}

.header_title_border_d 
{ 
	background-image			: url(../../images/template/head_right.png);
}

/* 
=================================================
HEADER SPECIAL 
=================================================
*/