/* Copyright à laisser : Interface graphique par Thoy et découpe par Cécile  */
/*  Pour : http://kits-gratuits.net/ */
/* Les couleurs sont modifiables à volonté, cependant elles sont choisies en fonctions des tons du kit, mieux vaut les laisser intactes :) */

* { margin: 0; padding: 0 } 

body { 
	width: 647px; 
	margin: auto; 
	background-color:#453F3B !important; /* pour FF */
	background-color:#3A3430; /* pour IE */
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color:#000; 
	font-size:70%; 
}

img { border: none; }
h2 { font-size: 1em; }
h3 { font-size: 0.7em; color: #D6D5D3; }
a { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color: #000; }

/* CSS de l'extensibilité -------------------------------------------------*/

#global {  
	background: url(images/interface/extensible.png) repeat-y;
}

/* CSS du header ----------------------------------------------------------*/

#header {  
	margin-top: 20px;
	height: 150px;
	background: url(images/interface/head.png) no-repeat;
	color: black;
}

#header h1 { font-size: 4,5em; padding: 35px 0 0 100px; }
#header p { font-size: 10pt; padding: 0 0 0 102px; }

/* CSS du menu ---------------------*/

#menu { 
	float: left;
	width: 165px;
} 

#menu h2 { 
	font-size: 0.9em;
	text-align: center;
	padding: 0.5em 0 0 0;
}

#menu ul { 
	list-style: none;
	font-size: 8pt;
	margin-left: 15px;
}

#menu img { margin-left: 5px }
#menu a { color: #7D7D7B; }

/* CSS du contenu ---------------------------------------------------------*/
 
#contenu{ 
	float: right;
	width: 482px;
}

#contenu h2{ margin: 0 0.4em 0 1em; }
#contenu h3{ padding: 0 0.4em 0 4em; }
#contenu p{ padding: 0.5em; 
	text-align: justify;
}

/* CSS du footer -----------------------------------------------------------*/ 
 
#footer {
	clear: both;
	height: 64px;
	color: #000;
	font-size: 90%;
	text-align: center;
	line-height: 60px;
	background: url(images/interface/footer.png) no-repeat;	
}

#connect {
	float: left;
	width: 165px;
}