/* 	===================
	Feuille de styles
	=================== */
	
/* --- Style global page ---*/	
body {
	height: 1%;
	width: auto;
	margin: 0;
	padding: 10px;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	background: #D9C479;
}
#global {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

/* --- Entete --- */

#entete {
	-height: 1%;
	height: 110px;
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: center;
	font-size: 1.65em;
	font-weight: normal;
	text-transform: lowercase;
}

/* ------------------------------ Menu --- */
#menu {
	float: left;
	width: 140px;
	margin: -5px 0 0 0;
	padding: 0px 0 0 6px;
	list-style: none;
}
#menu li{
	margin-bottom: 8px;/* ecart entre boutons */
}
#menu li a{
	display: block; /* cliquable sur le bloc */
	padding: 0 0 4px 0; /**/
	text-decoration: none;/* */
	color: black;
	background: url(img/bouton.png) no-repeat left bottom;
}
#menu li a span{ /* utilisé pour refermer le bas du bouton */
	position: relative;
	top: -1px;
	display: block;
	padding: 6px 10px 2px 10px;
	background: url(img/bouton.png) no-repeat left top;
	
}
/* - Survol menu --- */
#menu li.en-cours a,
#menu li.en-cours a span{
	background-image: url(img/boutonsurvol.png);
}
#menu li a:hover,
#menu li a:hover span,
#menu li a:focus,
#menu li a:focus span{
	background-image: url(img/boutonsurvol.png);
}

/* ---------------- Contenu --- */
/* - Image fond du contenu - */
#contenu {
	position: relative;
	top: -6px;
	margin-left: 160px;
	color: black; 
}

#contenu-haut{
	height: 10px;
	background: url(img/fondflyer.png) no-repeat left top;
}
#contenu-bas{
	-height: 1%;
	overflow: hidden;
	padding: 16px 30px 30px 26px;
	background: url(img/fondflyer.png) no-repeat left bottom;

}
/* --------------- Style des éléments du contenu - */
/* Colonne de gauche */
#col1{
	float: left;
	width: 285px;
	min-height:450px;
	height:auto;
}

/* Colonne de droite */
#col2{
	float: right;
	width: 210px;
	padding: 0 10px;
}
#col2 p,
#col2 a{
	margin: 10px 0;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: black;
	display: block;
}
#col2 a:hover{
	color: #CC33CC;
}