/* 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.jpg) repeat-x #6B2116;
	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.jpg) repeat-y;
}

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

#header {  
	height: 199px;
	background: url(images/interface/header.jpg) 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;
	/*position:absolute;*/
	left:65% !important;
	left:706px;

	top:180px;
	width: 222px;
} 

#menu h2 { 
	height: 29px;
	width: 143px;
	font-size: 1em;
	line-height: 30px;
	text-align: center;
	background: url(images/interface/fond_h1_menu.jpg) 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.jpg) no-repeat;
	//background-color:#000000;
}

#menu a:hover { 
	height: 30px;
	width: 143px;
	display: block;
	color: #fff;
	background: url(images/interface/fond_lien_hover.jpg) 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.jpg) no-repeat;	
	color: #fff;
}

#footer a { text-decoration: none; color: #fff; }
#footer a:hover { border-bottom: 1px dotted #fff; color: #fff; }

a.bulle {
     position:relative;
     color:#396a86;
     text-decoration:none;
     font-family:arial, verdana, sans-serif;
     text-align:center;
     font-size:11px;
   }
   
   a.bulle:hover {
      background: none;
      z-index: 50;
   }
   
   a.bulle span {
     display: none;
   }
   
   a.bulle:active span {
      display:BLock;
      position: Absolute;
	  top:-350px;
	  left:-100px;

      font-family:arial, verdana, sans-serif;
      text-align:justify;
      font-size:12px;
      font-weight:normal;
      width:400px;
      background: white;
      padding: 5px;
      border: 1px solid #62c0f4;
   }
