
* {
	margin:0;
	padding:0;
}

body {
	font-family:"Courier New", Courier, monospace;
	font-size:15px;
	background-color:#333333;
	color: #000000;
}

#pitch {
	position: fixed;
	top: -500px;
	/* pour IE */
	_position: absolute;
	top: expression(body.scrollTop + -400 + "px");
	width: 150px;
	right: 20px;
	background: #FFFFFF;
	border: thin dashed #E88B00;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#pitch p, textarea, input {
	font-family: "Trebuchet MS";
	font-size: 12px;
}

#pitch a img {
	margin-left: 140px;
}

#header {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#page {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	min-height: 650px;
	background-color: #FFFFCC;
	padding-top: 20px;
	padding-bottom:20px;
	border: 2px solid #FF9900;
}

/*************************/

#menu {
	width: 140px;
	margin-left: 20px;
	margin-top: 80px;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	text-align: right;
	padding-right: 20px;
	position:absolute;
}

#menu ul li {
	list-style-type: none;
	line-height: 1.5;
	font-weight: bold;
}

#menu ul li a {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

#menu ul li a:hover {
	color: #FF9900;
}

/*************************/

#portrait {
	float: left;
	width: 240px;
	padding-left: 220px;
}

#signature_nom {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	text-align: center;
	margin-right: 75px;
	margin-left: 75px;
}

#signature_fonction {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

/*************************/

#article {
	margin-left: 200px;
	margin-right: 20px;
}

#article h1 {
	margin-bottom: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #E88B00;
	font-weight: bold;
}

#article h3 {
	margin-bottom: 14px;
	color: #E88B00;
	line-height: normal;
	font-weight: normal;
	font-size: 18px;
	font-weight: bold;
}

#article h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #E88B00;
}

#article p {
	padding-left: 20px;
	margin-bottom: 14px;
}

.lettrine:first-letter {
	color: #E88B00;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

#article p a {
	margin-bottom: 14px;
	color: #C87800;
	text-decoration: none;
}

#article a {
	color: #E88B00;
	text-decoration: none;
}

#article p a:hover, #article a:hover {
	color: #E88B00;
}

#article ul li {
	margin-left: 60px;
}

#fiche_projet p {
	color: #000000;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}

.page_choisie {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.table_project {
	width: 100%;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: dashed;/*color: #FFFFFF;*/
}

.table_project tr.interligne td {
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;*/
}

table td a {
	color: #C87800;
	text-decoration: none;
}

hr {
	visibility: hidden;
	margin-bottom: 40px;
	font-weight: bold;
}

.separation {
	clear:both;
}

.super_separation {
	clear:both;
	margin-top:180px;
}

.orange {
	/*	color: #336699;
*/	color: #993333;
}

.centre {
	text-align: center;
}

.right {
	text-align: right;
}

form {
	font-size: 14px;
	line-height: 1.5;
}

.normal {
	font-size: 15px;
	line-height: normal;
}

tbody {
	font-size: 15px;
}

input, select {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

label {
	font-size: 14px;
}

textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#footer {
	text-align: center;
	margin-left: 180px;
	margin-right: 20px;
	margin-top: 40px;
}

#footer p, #footer a {
	text-decoration: none;
	color: #999999;
	font-size: 11px;
}

#footer a:hover {
	color: #E88B00;
}

.floatleft {
	float: left;
}

.bouton_style {
	width: 200px;
	background-color: #FFFFCC;
	border: 2px ridge #FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-align: left;
	text-indent: 10px;
}