body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: #BFD3F5;
}

img {
	border: 1px solid black;
}

a {
	color: #1659BE;
}

a:hover {
	color: #12438C ;
}

div#conteneur
{
	width: 770px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #4B86DF;
	background: #fff ;
}

h1#header
{
	height: 210px ;
	margin: 0 ;
	background: url(images/header.jpg) no-repeat left top ;
}

h1#header a
{
	width: 274px ;
	height: 200px ;
	display: block ;
	background: url(images/title.gif) no-repeat ;
	position: relative ;
	left: 483px ;
	top: 5px ;
}

h1#header a span
{
	display: none ;
}

ul#menu
{
	height: 35px ;
	margin: 0 ;
	padding: 0 ;
	background: url(images/bg_menu.gif) repeat-x 0 -25px ;
	list-style-type: none ;
	margin-right: -4px;
}
html>body ul#menu
{
	margin-right: 0px;
}
		
ul#menu li
{
	float: left ;
	text-align: center ;
}

ul#menu li a
{
	padding-left: 8px;
	padding-right: 9px;
	line-height: 25px ;
	font-size: 1em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #BFD3F5;
}

ul#menu li a:hover
{
	background: url(images/bg_menu.gif) repeat-x 0 0 ;
}

div#pub
{
	padding: 0 25px 0 21px ;
}

div#contenu
{
	padding: 0 25px 0 100px ;
	background: url(images/bg_page.gif) no-repeat 15px 10px ;
}
html>body #contenu
{
	min-height: 320px;
}

div#contenu h2
{
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.4em ;
	background: url(images/paragraphe.gif) no-repeat left bottom ;
	color: #12438C ;
	border-bottom: 1px solid #12438C ;
}

div#contenu h3
{
	margin-top: 25px;
	margin-left: 15px ;
	padding-left: 5px ;
	border-bottom: 1px solid #12438C ;
	border-left: 3px solid #12438C ;
	color: #12438C ;
}

div#contenu p
{
	text-align: justify ;
	line-height: 1.7em ;
	color: #2A74E4;
}

.suite
{
	text-align: right;
	margin-top: -15px;
	font-style: italic;
}

div#contenu ul
{
	margin-top: -10px;
	text-align: justify ;
	line-height: 1.5em ;
	color: #2A74E4;
}

div#contenu table
{
	text-align: justify ;
	line-height: 1.7em ;
	color: #2A74E4;
	margin-left: 15px ;
	padding-left: 5px ;
}

div#contenu input, textarea
{
	text-align: justify ;
	line-height: 1.7em ;
	color: #2A74E4;
}

div#contenu input.bouton
{
	margin-left: 100px ;
	padding-left: 5px ;
}


p#footer
{
	margin: 0;
	margin-top: 15px;
	padding-right: 10px ;
	line-height: 30px ;
	text-align: right ;
	color: #1659BE ;
}

pre
{
	overflow: auto ;
	background: #dea ;
	border: 2px solid #12438C ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
}

* html pre
{
	width: 636px ;
}

pre span
{
	color: #560 ;
}

pre span.comment
{
	color: #b30000 ;
}

a.autoliens, a.autoliens:hover {
	color: #2A74E4;
	cursor: text;
	text-decoration:none;
	font-weight: normal;
}

