body {
	margin:0;
	padding:0;
   background-image: url(../images/body_2.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Navy;
}


#top {
	width:100%;
	height: 121px;
	margin:0;
	padding:0;
}

#top_left {
	float: left;
}
#top_right {
	float: right;
}

#navigation {
   background-image: url(../images/back_navigation.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #017F02;
	width: 150px;
	float: left;
}

#box_navigation {
	width:150px;
	padding-top:20px;
}


#content {
	background-color: transparent;
	left: 160px;
	padding-left: 20px;
	width: 600px;
	float: left;
}

.top_img_right {
	margin-right: 5px;
}

.top_img_left {
	margin-top:0px;
}


/*____________Typographie__________*/

label {
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	display: block;
}

input {
	background-color: #EAEAEA;
}

textarea {
	background-color: #EAEAEA;
}



/*____________NAVIGATION__________*/
.nav {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.nav li {
	margin: 0px;
	list-style: none;
	}
	

.nav a {
	display: block;
	padding: 0px;
	margin-left: 21px;
	padding-left: 3px;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
	color: #FFCB50;
	padding-bottom: 1px;
	border-bottom: solid 1px #F2B33D;
	margin-top: 5px;
}


.nav a:hover, .nav a:focus {
	display: block;
	background-color: #FFC12D;
	color: white;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dashed 1px white;
	padding-bottom: 1px;
	margin-top: 5px;}

.nav_act a {
	display: block;
	background-color: white;
	color: #B8882E;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dotted 1px white;
	padding-bottom: 1px;
	margin-top: 5px;}

/*----------------------sub--------------------------------*/
.nav_sub {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


.nav_sub li {
   font-size: 0.85em;
   padding-top: 0px;
	list-style: none;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.nav_sub a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #FFCB50;
	border: none;
	text-align:right;
	padding-right: 10px;
	background-color: transparent;
}

.nav_sub a:hover, .nav_sub a:focus {
	display: block;
	background-color: transparent;
	color: white;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: none;
}

.nav_sub_act a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: white;
	border: none;
	text-align:right;
	padding-right: 10px;
	background-color: transparent;
}

.nav_sub_act a:hover {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: white;
	border: none;
	text-align:right;
	padding-right: 10px;
	background-color: transparent;
}



