/*
 *  Général
 */

body {
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'sans-serif';
	color: #505050;
	font-size: 83%;
	margin: 0px;
	padding: 0px;
	background-color: #B2B2B2;
}

#site {
	position: relative;
	margin: 0px auto;
	width: 716px;
	padding-top: 20px;
}

#container {
	position: relative;
	background-image: url(pics/container_background.png);
	background-repeat: repeat-y;
	background-position: top;
	height: auto;
	margin-top: 18px;
	margin-bottom: 0px;
}


/*
 *  Mise en place du MENU
 */

#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#menu {
	position:absolute;
	top: 20px;
	left: 40px;
	z-index: 100;
	width: 400px;
	height: 18px;
}

#menu dl {
	float: left;
	width: 105px;
}

#menu dl dt {
	background-image: url(pics/menu_dt_background.png);
	background-repeat: no-repeat;
	width: 100px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

#menu dd ul li {
	color: white;
	width: 98px;
	z-index: 3;
	border: thin solid #B2B2B2;
	background-color: #616161;	
}

#menu a {
	color: inherit;
	text-decoration: none;
}


/*
 *  Gestion dynamique du MENU
 */
#menu dd {
	display: none;
	text-align: center;
}

#menu dl:hover dt{
	color: #FF6600;
}

#menu dl:hover > dd {
	display: block;
}

#menu dd ul li:hover {
	color: #FF6600;;
	background-color: white;	
}

 

/*
 *  Le RESUME de la page
 */
#container #resume {
	position: absolute;
	top: 18px;
	left: 11px;
	width: 220px;
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	background-image: url(pics/resume_background.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/*
 *  L'EDITORIAL de la page
 */
#container #editorial {
	margin-right: 40px;
	margin-left: 260px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#container #editorial .article {
	margin-bottom: 20px;
}

/*
 *  les TITRES
 */
#resume h1 {
	color: #CC3300;
	font-size: 180%;
	margin-top: 0px;
}

#editorial h2 {
	font-weight: bold;
	font-size: 100%;
	color: #FF6600;
	border-top: thin solid #B2B2B2;
	border-bottom: thin solid #B2B2B2;;
}

#editorial h3 {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 5px;
}

/*
 *  le PIED de PAGE
 */

#pied_page {
	width: 100%;
	height: 15px;
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	color: white;
	font-size: 80%;
} 

#pied_page ul {
	float:right;
	margin:0px 0px 40px 0px;
	padding: 0px 10px 0px 0px;
}

#pied_page ul li {
	display:inline;
	padding-left:40px;
	list-style-type: none;
}

#pied_page a {
	color: inherit;
}

