body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(./img/pastel.jpg);
	background-repeat: no-repeat;
	background-position: 100% 96px;
	background-color: white;
	background-attachment:scroll;
}
#header {
	position: absolute;
	height: 70px;
	top: 0px;
	left: 0px;
	margin-bottom: 0px;
	background-image: url(./img/background.png);
}

#image {
	position: absolute;
	left: 286px;
	top: 0px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 2px;
}

#phrase1 {
	position: absolute;
	left: 240px;
	top: 15px;
	font-size: 11px;
	font-variant: small-caps;
	color: #000000;
}

#phrase2 {
	position: absolute;
	left: 300px;
	top: 35px;
	font-size: 11px;
	font-variant: small-caps;
	color: #000000;

}

#menu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: -30px;
	top: 40px;
}

#menu_no_js {
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-color: #CCCCCC;
	width: 735px;
	height: 28px;
	left: 0px;
	top: 70px;
}
#menu_no_js ul {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-top: 5px;
	width: inherit;
}

#menu_no_js li {
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 10pt;
	font-weight: bold;
	font-variant: small-caps;
	padding-left: 3px;
	padding-right: 3px;
	border-width: 1px;
	border-top-color: #da6720;
}

#menu_no_js a {
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	text-decoration: none;
	color: #000000;
}

#menu_no_js a:hover {
	color: #DA6720;
}

#sous_nav {
	position: absolute;
	top: 98px;
	height: 28px;
	left: 0px;
	width: 735px;
	margin-top: 0;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-left-style: none;
	border-right-style: none;
	border-color: #DA6720;
	padding: 0px;
	
}

#sous_nav ul {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	padding-top: 5px;
}

#sous_nav li {
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 9pt;
	padding-left: 3px;
	padding-right: 3px;
}

#sous_nav a {
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	text-decoration: none;
	color: #000000;
}

#sous_nav a:hover {
	color: #DA6720;
}

#title {
	position: absolute;
	top: 130px;
	height: 50px;
	left: 0px;
	width: 100%;
	margin-top: 0;
	color: #DA6720;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-transform: none;
	background-color: transparent;
	font-size:x-large;
}
	
#content h2{
	color: #8393A7;
	text-transform: uppercase;
	font-size: medium;
	margin-bottom: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ED7E03;
	padding-left: 35px;
	margin-top: 30px;
}
#content a{
	color: #DA6720;
	text-decoration: none;
}


#content {
	position: absolute;
	top: 175px;
	left: 0px;
	width: 100%;
	padding-bottom: 60px;
	
	}
#content a:hover {
	text-decoration: underline;
}

#content p {
	font-size: small;
	margin-top: 4px;
	width: 700px;
	text-align: justify;
	margin-left: 40px;
}

#content span.bold {
	font-weight: bold;
}

#content span.italic {
	font-style: italic;
}

#content span.bolditalic {
	font-style: italic;
	font-weight: bold;
}

#content p.footer {
	font-size: x-small;
	color: #666666;
	text-align: center;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
}

#content ul {
	list-style-image: url(./img/puce_content.png);
	width: 700px;
}
#content li {
	font-size: small;
	margin-top: 4px;
	text-align: justify;
	margin-left: 40px;
}
.orange {
	color: #DA6720;
}

