/* CSS Document */
/* COMMUN */
body { 
	margin: 0;
	padding: 0;
	background: url(images_css/background_image.jpg) fixed no-repeat center 0;
	background-color: #666666;
	font-family: "Times New Roman", Times, serif;
	color:#3F3F3F;
	font-size: 13px;
	line-height: 21px;
}

#body img {
  border:0;
}
/* LOGO */
#logo {
	background: url(images_css/logo_vertical.png) no-repeat left top;
	height: 200px;
	width:42px;
	margin: 0px 0 0 -42px;
	padding: 0;
}
/* CONTAINER */
#container {
	margin: 50px auto;
	padding: 0;
	width: 700px;
	height: auto;
	background: url(images_css/pix_transp.png) 0 0;

}
/* MENU */
#menu {
	width:700px;
	height: 80px;
	margin: -200px 0 0 0;
	padding: 0;
	background: url(images_css/bandeau_haut.png) no-repeat 0 0;
}
#menu #haut p {
	font-family: "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
#menu #haut a {
	text-decoration: none;
	color: #FFFFFF;
}
#menu #haut a:hover {
	text-decoration: underline;
}
#menu #bas p {
	font-family: "Times New Roman", Times, serif;
	color:#FF6600;
	font-size: 13px;
	font-weight: bold;
}
#menu #bas a {
	text-decoration: none;
	color: #FF6600;
}
#menu #bas a:hover {
	text-decoration: underline;
}

/* SOUS-MENU */
#sous-menu {
	width:auto;
	height: 30px;
	margin: 0;
	padding: 0 0 0 50px;
}
#sous-menu p {
	font-family: "Times New Roman", Times, serif;
	color:#3F3F3F;
	font-size: 13px;
	font-weight: bold;
}
#sous-menu a {
	text-decoration: none;
	color:#3F3F3F;
}
#sous-menu a:hover {
	text-decoration: underline;
}
#sous-menu a.selected {
	text-decoration: none;
	color:#FFFFFF;
	background-color:#FF6600;
	padding: 2px 5px;
}
/* SOUS-TITRE */
#sous-titre {
	width:700px;
	height: 80px;
	margin: 0;
	padding: 0;
}
/* CONTENU */
#contenu {	
	margin: 0 0 0 50px;
	width:600px;
	height:auto;
	vertical-align:top;
	font-family: "Times New Roman", Times, serif;
	color:#3F3F3F;
	font-size: 13px;
	line-height: 21px;
}
p {
	font-family: "Times New Roman", Times, serif;
	color:#3F3F3F;
	font-size: 13px;
	line-height: 21px;
}


a {
	text-decoration: none;
	color:#68982A;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color:#FF6600;
	font-size: 16px;
	background: url(images_css/ligne_orange.png) no-repeat 0 18px;
	height: 20px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color:#808080;
	font-size: 16px;
	font-style: italic;
	padding-left: 30px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	color:#3F3F3F;
	font-size: 13px;
	line-height: 15px;
	padding-left: 30px;
	font-weight: normal;
}
h7 {
	font-family: "Times New Roman", Times, serif;
	color:#3F3F3F;
	font-size: 13px;
	line-height: 10px;
	padding-left: 30px;
	font-weight: normal;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	color:#808080;
	font-size: 13px;
	font-style: italic;
	line-height: 21px;
}

h5 {
	font-family: "Times New Roman", Times, serif;
	color:#808080;
	font-size: 13px;
	font-style: italic;
	line-height: 21px;
	Font-weight : normal
}

h6 {
	
	font-family: "Times New Roman", Times, serif;
	color:#FF6600;
	font-size: 16px;
	background: url(images_css/ligne_orange.png) no-repeat 0 18px;
	height: 20px;


}

/* PIED DE PAGE */
#footer {
	width:700px;
	height: 65px;
	margin: 0;
	padding: 0;
	background: url(images_css/bandeau_bas.png) 0 0;
	height:auto;
}
#footer p {
	font-family: "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
#footer p a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer p a:hover {
	text-decoration: underline;
}

/* Pied de page */
#pied {
	clear: both;
	width: 500px;
	border-top: 1px dotted #CCC;
	padding: 2px;
	text-align: center; }
#pied small { font-size: 0.66em; }
#pied img { vertical-align: bottom; }

#pied a {
	text-decoration: none;
	color: #FFFFFF;
}
