/* Copyright à laisser : Interface graphique 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: 867px; 
	margin: auto; 
	background: url(images/interface/bg.png) repeat-x #699;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	color:#000; 
	font-size:10pt; 
}

img { border: none; }
h2 { font-size: 1.1em; }
h3 { font-size: 0.9em; }
h4 { font-size: 0.7em; }
a { text-decoration: none; color: #000; }
a:hover { border-bottom: 1px dotted #000; color: #000; }

/* CSS de l'extensibilité -------------------------------------------------*/

#global {  
	background: url(images/interface/extensible.png) repeat-y;
}

/* CSS du header ----------------------------------------------------------*/

#header {  
	height: 199px;
	background: url(images/interface/header.png) no-repeat;
	color: #fff;
}

#header h1 { font-size: 1.4em; padding: 128px 0 0 45px; }
#header p { font-size: 8pt; padding: 0 0 0 45px; }

/* CSS du menu ---------------------*/

#menu { 
	float: right;
	width: 222px;
} 

#menu h2 { 
	height: 29px;
	width: 143px;
	font-size: 1em;
	line-height: 30px;
	text-align: center;
	background: url(images/interface/fond_h1_menu.png) no-repeat;
	margin: 20px 0 0 52px;
}

#menu ul { 
	list-style: none;
	margin-left: 52px;
	font-size: 8pt;
}

#menu li { 
	height: 30px;
	width: 143px;
}

#menu a { 
	height: 30px;
	width: 143px;
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	color: #000;
	background: url(images/interface/fond_lien.png) no-repeat;
}

#menu a:hover { 
	height: 30px;
	width: 143px;
	display: block;
	color: #fff;
	background: url(images/interface/fond_lien_hover.png) no-repeat;
	text-decoration: none;
	border: none;
}

/* CSS du contenu ---------------------------------------------------------*/
 
#contenu{ 
	float: left;
	width: 645px;
	padding: 1em 0 1em 0;
}

#contenu h2{ 
	margin: 0.5em 0.4em 0.5em 2.5em; 
	padding-left: 0.5em;  
	border-bottom: 1px dashed #D8D8D8; 
	border-left: 3px solid #D8D8D8; 
}

#contenu h3{ padding: 0 0.4em 0 4em; }
#contenu h4{ padding: 0 0.4em 0 6.5em; }
#contenu p{ padding: 0.5em 0.4em 0.5em 3em; }

/* CSS du footer -----------------------------------------------------------*/ 
 
#footer {
	clear: both;
	height: 71px;
	text-align: center;
	line-height: 65px;
	background: url(images/interface/footer.png) no-repeat;	
	color: #fff;
}

#footer a { text-decoration: none; color: #fff; }
#footer a:hover { border-bottom: 1px dotted #fff; color: #fff; }
