/* Général */
body {
	color: white;
	background: white url("../jpg/degrade_gris.jpg") repeat-x;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	font-weight: bold;
	color: #A1B55D;
}

/* Global */
#global {
	color: white;
	border-style: groove;
	border-color: grey ;
	border-width: 5px;
	background: #dadada url("../jpg/dgris.jpg") repeat-x;
}

/* Navigation */
#navigation {
	background: #F5F5DC ;
}
#navigation a {
	color: #FF6533 ;
}
#navigation a:hover, #navigation a:focus {
	background: #FFE4B5;
}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 30px 50px 30px 50px;
}
#global {
	width: 100%; 
	overflow: hidden; 
}

/* En-tête */
#entete {
	padding: 20px;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#cicf {
	width: 15%;
	float: right;
	margin: 0px 5px 10px 0;
	font-size: 0.3em;
}
#img_cicf {
	float: right;
}
#entete h1 span {
	margin: 10px 0px 10px 0;
}
#entete h4 {
	padding-left: 15%;
}

/* Menu de navigation */
#navigation {
	clear: left;
	width: 18%; 
	float: left;
	margin-top: 20px;
	margin-left: 5px;
}
#navigation ul {
	margin: 0;
	padding: 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%; 
	padding: 6px 6px 6px 10px;
	line-height: 1.5;
	font-size: 0.9em;
	text-decoration: none;
}
.sousmenu {
	padding: 0 0 0 20px ;
}


#pied {
	clear: left;
	width: 180px;
	margin: 0;
	padding: 0 0 50px 20px;
	float: left;
}

