/* Main Body */
body { 
	background: url(images/corps.gif) center repeat-y #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

#wrapper {
	margin: 0 auto 0 auto;
	width: 750px;
	}

/* Header */
#header {
	background: url(images/entete2.gif) no-repeat #EEEEEE;
	font-family: "Lucida Grande", Verdana, sans-serif;
	height: 151px /* 52px */ ;
	position: relative;
	}

#header .title {
	color: #000000;
	font-size: 90%;
	left: 180px;
	position: absolute;
	top: 10px;
	}

#header .subtitle {
	color: #868686;
	font-size: 80%;
/*	text-decoration: bold;*/
	left: 180px;
	position: absolute;
	top: 27px;
	}

/* Content */
#wrapcontent {
	float: left;
	margin-right: -210px;
	padding: 10px 0px 10px 10px;
	width: 530px; }

#wraprightmenu {
	float: right;
	width: 190px;
	padding: 10px;
	}

#content {
	background: url(images/contenu.gif) no-repeat #FFF;
	}

#rightmenu {
	background-color: #FFF;
	font-size: 75%;
	color: #828282;
	}

/* Menu Nav */
#content #menu {
	list-style: none outside;
	padding: 0; margin: 0;
	background-color: transparent;
	font-size: 70%;
	font-family: "Lucida Grande", Verdana,sans-serif;
	height: 20px;
	}
#content #menu ul {
	padding: 0; margin: 0;
	}

#content #menu li {
	display: inline;
	padding: 0;
	margin: 0;
	}

#content #menu li a:link,  #content #menu li a:visited  {
	text-align: center;
	float: left;
	display: block;
	height: 13px;
	padding: 4px 5px;
	margin: 1px 0 0 1px;
	background-color: #FFF;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	}
	
#content #menu li a:active,  #content #menu li a.selected  {
	background-color:#F8F8F8;
	color: #000000;
	}
	
#content #menu li a:hover {
	background-color:#F8F8F8;
	color: #000000;
	}
	
#content ul {
	list-style: url(images/liste.gif) outside none;
	padding: 0;
	margin: 0 5px 0 20px;
	}
	
#content li {
	font-family: Verdana, sans-serif;
	padding: 2px 0; font-size: 70%;
	line-height: 140%;
	}
	
	
/* Right Menu */
#rightmenu .body {
	background: url(images/menu.gif) no-repeat #FFF;
	margin-bottom: 20px;
	}

#rightmenu ul {
	list-style: url(images/liste.gif) outside none;
	padding: 0;
	margin: 0 5px 0 20px;
	}

#rightmenu li {
	font-family: "Lucida Grande", Verdana, sans-serif;
	padding: 2px 0;
	font-size: 100%;
	}

#rightmenu a, #rightmenu a:link, #rightmenu ul a:visited {
	color: #000;
	text-decoration: none;
	}

#rightmenu a:hover {
	color: #005596;
	text-decoration: underline;
	}
	
	
/* content links */
.normal, .normal a, .normal a:link, .normal a:visited {
	font-size: 100%;
	color: #34A5F9;
	font-weight: bold;
	}

.normal a:hover {
	text-decoration: underline;
	color: #34A5F9;
	} 	
	
/* Post */
#content #body {
	margin: 15px 10px 10px 10px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
	text-align: justify;
	}

#content #body img {
	padding: 15px;
	border: 0;
	}	

#content #body img.right {
	padding: 15px 0px 15px 15px;
	}
	

#content #body img.left {
	padding: 15px 15px 15px 0;
	}
	
#content #body p {
	margin: 10px;
	}

#content #body .spacer {
	height: 30px;
	width: 300px;
	background-color: transparent;
	}
	
#content #body p a, #content #body p a:link, #content #body p a:visited {
	text-decoration: none; color: #005596;
	}

#content #body p a:hover {
	text-decoration: none;
	color: #005596;
	}
	
	
a, a:link, a:visited {
	text-decoration: none;
	color: #005596;
	}

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

#rightmenu a, #rightmenu a:link, #rightmenu a:visited {
	text-decoration: none;
	color: #000;
	font-size: 80%;
	}

#rightmenu a:hover {
	text-decoration: none;
	color: #005596;
	}
	
#rightmenu a img, #rightmenu a:link img, #rightmenu a:visited img {
	text-decoration: none;
	color: #000;
	border: 0; 
	font-size: 80%;
	}

#rightmenu a:hover img {
	text-decoration: none;
	color: #005596;
	border: 0; 
	}
	
#content #body .code {
	border: 1px solid #AAAAAA;
	background: #F5F5F5;
	font-family: courier new;
	font-size: 80%;
	line-height: 120%;
	padding: 5px;
	}
				 
#content #body .center {
	text-align: center;
	}

/* Headings and Paragraphs*/
h1 {
	font-family: "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #005596;
	padding: 0;
	margin: 0;
	}
h1 a {
	text-decoration: none;
	color: #005596;
	}
h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #005596;
	}

h2 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #005596;
	padding: 5px;
	margin: 0;
	}
h3 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #CCCCCC;
	padding: 0;
	margin: 10px 0 30px 0;
	}
h3 a, h3 a:link, h3 a:visited {
	text-decoration: underline;
	color: #555;
	font-size: 80%;
	}
	
h3 a:hover {
	text-decoration: underline;
	color: #005596;
	}
	
form {
	margin: 5px 0 0 0;
	line-height: 150%;
	font-size: 80%;
	}

p {
	margin: 5px 0 0 0;
	line-height: 150%;
	font-size: 80%;
	}
	
#rightmenu p {
	margin: 2px 5px;
	font-size: 90%;
	font-family: "Lucida Grande", Verdana, sans-serif;
	}
	
#rightmenu form {
	margin: 2px 5px;
	font-size: 90%;
	font-family: "Lucida Grande", Verdana, sans-serif;
	}

.hilite {
  color: #fff;
  background-color: #f93;
}
