/*  
--------------------------------------------------------------------
	Général
--------------------------------------------------------------------
*/
body {
	background: #ffffff url(../images/fond.jpg)  no-repeat top right fixed;
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	text-align: center;
}

#gen {
	width: 700px;
	margin: 10px auto;
	padding: 0px;
	text-align: left;
	font-size: 70%;
	line-height: 150%;
	background: #ffffff url(../images/gen.jpg) no-repeat 113px -10px fixed;
	border: 1px solid #540607;

}

html>body #gen {
		background: #ffffff url(../images/gen.jpg) no-repeat top right fixed;
}
a:link, a:visited {
	color: #9a0b0b;
	text-decoration: none;
}

a:hover {
	color: #ff5a00;
	text-decoration: underline;
}

a:active, a:focus {
	color: #ff874a;
}

a img {
	border: 0;
}

h1 {
   margin-top: 30px;
   font: bold 1.5em verdana;
	color: #9a0b0b;
	text-align: justify;
}

h2 {
   margin-top: 30px;
	font: bold 1.4em georgia;
	color: #ffffff;
	background: #9a0b0b url(/) no-repeat 0 3px;
	padding-left: 10px;
}

 h3 {
	font: bold 1.2em verdana;
	color: #9a0b0b;
}

h4 {
	font: bold 1.1em Arial;
	margin-top: 1.2em;
}

p {
	font-size: 1.1em;
}

ul, ol {
font-family: verdana;
	font-size: 1em;
	line-height: 130%;
	margin-left: 19px;
	padding-left: 19px;
	list-style: upper-roman;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

li {
	margin-bottom: 0.2em;
	margin-left: 10px;
	padding-left: 16px;
	background: url(/) no-repeat 0 4px;
}

dl {
	font-size: 1.1em;
}
dt {
	margin: 1.5em 0 0.5em;
}
dd {
	margin-bottom: 0.75em;
}

hr {
margin-top: 20px;
margin-bottom: 20px;
border: 5px solid #9a0b0b; 	
 }
 
pre {
	background: #d3f7c5 url(/) no-repeat 0 0;
	width: 411px;
	padding: 30px 5px 10px;
	font-size: 1.3em;
	line-height: 1.6em;
	overflow: auto;
}

ul pre, ol pre {
	margin-left: -15px;
}

abbr, acronym, .help {
	border-bottom: 1px dotted;
	cursor: help;
}

blockquote {
	font-family: fantasy;
	min-height: 60px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	background: url(/) no-repeat 0 0;
}

blockquote p {
	margin-left: 85px;
	margin-bottom: 0em;
	padding-bottom: 0;
}

blockquote>p {
	margin-left: 55px;
}

.hidden {
	display: none;
}

table {
	width: 80%;
}

td {
	border: 1px solid #540607;
	padding-left: 1em;
	font-size: 1.1em;
}

.titre {
	background: #540607;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
	border-color: #ffffff;
}

.titre2 {
	background: #9a0b0b;
	font-weight: bold;
	font-size: 1.1em;
	color: #ffffff;
	border-color: #ffffff;
}

.heure1 {
	background: #ff874a;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
	border-color: #ffffff;
}

.heure2 {
	background: #ff5a00;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
	border-color: #ffffff;
}
/*  
--------------------------------------------------------------------
	Header
--------------------------------------------------------------------
*/

#header {
	background: transparent url(../images/banniere.png) no-repeat;
	width: 100%;
	padding-bottom: 0px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 100px;
	border-bottom: 1px solid #540607;
}

#header a {
	display: block;
	height: 100%;
	text-decoration: none;
	text-indent: -9000px;
}


/*  
--------------------------------------------------------------------
	Menu principal
--------------------------------------------------------------------
*/
#menu {
	width: 700px;
	height: 25px;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 0px;
	list-style: none;
	background: /*#6b7d64*/ url(../images/menu.png) repeat-x;
}
html>body #menu {
	padding-bottom: 4px;
}

#menu li {
	height:28px;
	margin: 0px;
	margin-left: 6px;
	padding-top: 2px;
	float: left;
	text-align: center;
}

#menu a {
	display: block;
	height: 100%;
}

#menu li a:link, #menu li a:visited {
	background: #ffffff url(../images/link.png) repeat-x;
	line-height: 28px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-style: bold;
	color: #000000;
}

#menu li a:hover {
	background: #ffffff url(../images/hover.png) repeat-x;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #ffffff;
}

#menu li a:active {
	background: #9a0b0b url(../images/active.png) repeat-x;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #ffffff;
}

.nav_menu {
	width: 100px;
	padding-left: 1px;
	padding-right: 1px;
	background: #9a0b0b url(../images/active.jpg) repeat-x;
}

/*
--------------------------------------------------------------------
	Article
--------------------------------------------------------------------
*/

#article {
	padding-right: 15px;
	padding-left: 20px;
	border-top: 1px solid #540607;
}

#article p {
   font-family: verdana;
   margin: 0 0 1.5em 30px;
	font-size: 1em;
	text-align: justify;
}

#article p.signature {
	font: bold 1.3em verdana;
	color: #9a0b0b;
	text-align: center;
	margin-top: -1em;
}

p.signature a:link {
	color: #9a0b0b;
}
p.signature a {
	text-decoration: none;
}

dl.liste dt {
	font-family: verdana;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 0.3em 15px;
	padding-left: 15px;
}

span.auteur {
	font-weight: normal;
	font-size: 1em;
	color: #ff5a00;
}

dl.liste dd {
font-family: verdana;
	margin: 0 0 1.5em 50px;
	font-size: 0.9em;
	text-align: justify;
}

dl.liste dd ul {
list-style: disc;
	margin-left: 0;
	padding-left: 0;
}

dl.liste dd li {
	margin-bottom: 0.5em;
	margin-left: 40px;
	padding-left: 0px;
}

.prog {
width: 600px;
margin: 10px;
margin-right: 20px;
margin-left: 20px;
border: 0px solid #ffff00;
	
}

.prog td {
 font-family: verdana;
	border: 1px solid #9a0b0b;
	padding: 0px;
	/*padding-right: 15px;*/
	text-align: center;
}

.prog ul {
  
   text-align: left;
	list-style: circle;
	padding: 0px;
	padding-left: 15px;
	margin-left: 0px;
}
/*  
--------------------------------------------------------------------
	Footer
--------------------------------------------------------------------
*/
#credits {
	height: 40px;
	padding: 8px 5px 0px 0px;
	margin-bottom: 0px;
	clear: both;
	background: #ffffff url(../images/footer.png) no-repeat 0 0px;
	color: #540607;	
	text-align: center;
}

#credits p {
	font-size: 10px;
	line-height: 40px;
	voice-family: "\"}\"";
	voice-family:inherit;
}
#gen>#credits p {
	height: 40px;
}



/*  
--------------------------------------------------------------------
	Menu contextuel
--------------------------------------------------------------------
*/
 #context {
	background: #ffffff url(../images/context.jpg) no-repeat right bottom;
	padding: 10px;
	margin: 0px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	float:right;
	border: 1px solid #540607;
}

#context p {
font-family: Arial, Helvetica, sans-serif;
}

#context ul {
	font-family: verdana;
}
#context a {
	color: #ff5a00;
	font-weight: bold;
	text-decoration: none;
}

#context a:hover {
	color: #ff5a00;
	font-weight: bold;
	text-decoration: underline;
}

#context a:visited {
	color: #540607;
	font-weight: bold;
	text-decoration: none;
}
