@charset "utf-8";

/*****************************************************************************/
/* Bandeau */
/*****************************************************************************/

div#bandeau {
	width:800px;
	height:176px; 
	background-image:url(images/bandeau.jpg); 
	background-repeat:no-repeat; 
	background-position:center;
	margin-top: 2%; 
	margin-left: 17%;	
	}

/*****************************************************************************/	
/* Menu gauche */
/*****************************************************************************/
	
div#menu {
	float:left;
	width:172px;
	height:398px;
	text-align:center;
	background-image:url(images/menu.jpg); 
	background-repeat:no-repeat; 
	background-position:center;
	margin-top: 0%; 
	margin-left: 17%;
	}
	
#tab_menu {
	margin-top: 30px;
	font-weight: bold;
	
}

#bouton_menu{
	border:solid 2px;
	border-color:#BAFF54;
	margin-top:2px;
	width:130px;

}

#bouton_menu_in{
	border:solid 2px;
	border-color:#BAFF54;
	margin-top:2px;
	width:130px;
	background-color: orange;
	color: #BAFF54;

}
#texte_menu{
	text-decoration:none;
	color: #B432FF;
}

#texte_menu:hover{
	text-decoration:none;
	color: #7F006E;
}

/*****************************************************************************/
/* Centre */
/*****************************************************************************/
	
div#contenu {
	float:none;
	height:400px;
	width:800px;
	background:#F9FF66;
	background-position:center;
	background-repeat:no-repeat;
	margin-top: 0%; 
	margin-left: 17%;	
}
	
#main {
	position:float;
	left:210px;
	top:199px;
	width:598px;
	height:380px;
	text-align:left;
	padding-left: 30px;
	padding-top: 17px;
	overflow: auto;
}

h1 {
	font: bold large;
	margin-bottom: 2px;
	margin-top: 2px;
	color: #7F006E; 
	text-align: center; 
	font-size: large;
}


/*****************************************************************************/
/* Pied de page */
/*****************************************************************************/

div#pied_page {
	clear:both;
	width:800px;
	height:20px;
	background-color:#DEFF5E;
	margin-top: 0%; 
	margin-left: 17%;
	text-align:center;	
	color:#7F006E;
	padding-top:4px
	}

#footer{
	text-decoration:none;
	color: #B432FF;
}

#footer:hover{
	text-decoration:none;
	color: #7F006E;
}	

/*****************************************************************************/
/* Global */
/*****************************************************************************/

body {
	background-color: #BAFF54;
	font-family: Verdana;
	font-size: small;
}


