/* *************************** */
/* ***  html, body  *** */
html, body
{
	width: 100%;
	height: 100%;
	overflow: auto;
}

/* ***  body  *** */
body
{
	margin: 0;
	padding: 0;
	font-family: sans-serif serif;
	color: #3c3c3c;
	background-color: #ffffff;
}

/* *************************** */
/* ***  id titre corps doc  *** */
#titre, #corps, #doc
{
	background-image: url(../fond.png);
	background-repeat: repeat-y;
	margin: 0;
	margin-left: 200px;
	padding: 0 20px 0px 10px;
}

/* *************************** */
/* ***  id titre  *** */
#titre
{
	height: 10%;
}

#titre h1
{
	margin: 0;
	padding: 20px 0px 0px 0px;
}

/* *************************** */
/* ***  id corps  doc *** */
#corps, #doc
{
	height: 90%;
	overflow: auto;
}

/* *************************** */
/* ***  id corps  *** */
#corps
{
	text-align: justify;
}

/* *************************** */
/* ***  id doc  *** */
#doc
{
	text-align: center;
}

/* *************************** */
/* ***  id : menu  menuLocal *** */
#menu, #menuLocal
{
	position: absolute;
	left: 0;
	width: 180px;
	padding: 0px 0px 0px 20px;
	background-color: #9CCAFF;
}

/* *************************** */
/* ***  id : menu *** */
#menu
{
	top: 0px;
	height: 100%;
}

/* *************************** */
/* ***  id :menuLocal *** */
#menuLocal
{
	top: 200px;
}

#menu h1, #menu h2,#menuLocal h1, #menuLocal h2
{
	text-align: justify;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

#menu h1
{
	padding-bottom: 10px;
}

#menu a, #menuLocal a
{
	text-decoration: none;
}

#menuLocal #ssmenuliste
{
	width: 160px;
	height: 220px;
	overflow: auto;
	text-align: left;
}

#menuLocal #ssmenuliste .detail
{
	padding-left: 20px;
}

/* *************************** */
/* ***  titre  *** */
h1
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.7em;
}

/* *************************** */
/* ***  lien  *** */
a, a:visited
{
	text-decoration: none;
	color: #0a0077;
}

/* quand on passe sur un lien */
a:hover
{
	text-decoration: underline;
	color: red;
}

/* une image dans un lien */
a img
{
	border: 0px solid;
}

/* *************************** */
/* ***  paragraphe  *** */
p
{
	margin-bottom: 0px;
}

/* La première lettre de chaque paragraphe */
p:first-letter
{
	text-transform: uppercase;
}

/* *************************** */
/* ***  liste  *** */
ul, ol, dl
{
	margin-top: 0px;
}

li:first-letter
{
	text-transform: none;
}

/* *************************** */
/* ***  acronym  *** */
acronym
{
	cursor: pointer;
}

/* *************************** */
/* ***  definition  *** */
dfn
{
	text-decoration: underline;
	cursor: pointer;
}

/* *************************** */
/* ***  citation  *** */
blockquote, cite, q
{
	font-style: italic;
}

/* *************************** */
/* ***  ligne de separation  *** */
hr
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* *************************** */
/* ***  class : date  *** */
.date
{
	font-weight: bold;
}

/* *************************** */
/* ***  class : cache  *** */
#cache
{
	visibility: hidden;
}

/* *************************** */
/* ***  class : article  *** */
.article
{
	text-align: justify;
	margin: auto;
	width: 700px;
}

/* *************************** */
/* ***  class : inscription_drapeau  *** */
.inscription_drapeau
{
	text-align: center;
	margin-left: 60px;
	width: 300px;
}

