*
{
	padding: 0;
	margin: 0;
	border: 0;
}

body
{
  background-image: url("img/fond_site.png");
	font: .8em/1.5em Tahoma, Arial, sans-serif;
}

#document
{
	position: absolute;
	width: 100%;
	top: 2em;
}

#flou
{
}

#ombre,.content
{
}


#ombre
{
}

#bloc, #entete
{
  background-image:url("img/fond-sommaire.jpg");
  background-repeat:repeat-y;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#bloc
{
	position: relative;
	width: 770px;
	background-color: white;
  border: 1px solid #214191;
  text-align: left;
}

#entete
{
	height: 150px;
	display: block;
}

.rayure
{
  background-image: url("img/bloc_rayure.gif");
  background-repeat: repeat-x;
  height: 6px;
  margin: 0;
  clear: both;
}

.separation
{
  background-image: url("img/separation_rayure.gif");
  background-repeat: repeat-x;
  height: 2px;
  margin: 10px 0 10px 0;
  clear: both;
}

#sommaire
{
  background-image:url("img/fond-sommaire.jpg");
	width: 250px;
  float: left;
  list-style-image: url("img/puce.gif");
}

#information
{
}

#corps
{
  margin: 0 10px 0 250px;
  padding-left: 10px;
  background-color: #fffcff;
  border-left: 1px dotted #214191;
  list-style-image: url("img/puce.gif");
}

#pied
{
	height: 2em;
	line-height: 1em;
	background-color: #fdfdfd;
	text-align: right;
	font-size: .8em;
	padding-top: 1em;
	padding-right: .7em;
}

p:first-letter, h1:first-letter, h2:first-letter, li:first-letter {
  font-weight: bolder;
  color: #214191;
}

p
{
  text-align: justify;
  line-height: 1.2em;
  padding-bottom: 20px;
}

h1
{
  font-weight: bold;
  font-size: 125%;
}

h1:first-letter
{
  font-size: 150%;
}

h2
{
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 1em;
}

h2:first-letter
{
  font-size: 125%;
}

h3
{
  font-weight: bold;
  font-size: 95%;
  margin-bottom: 1em;
}

h3:first-letter
{
  font-size: 125%;
}

p:first-letter
{
  font-size: 100%;
}

ul
{
  margin: 10px 2em;
  padding: 0em;
}

li
{
  padding: 0em;
}

td
{
  text-align: center;
}

a:link 
{
  color: #214191;
  text-decoration: none;
}

a:visited 
{
  color: #214191;
  text-decoration: none;
}

a:hover 
{
  color: #214191;
  text-decoration: overline underline;
  background: #214191;
  background-color: #ffffff;
}

a:active 
{
  color: #214191;
  text-decoration: none;
}

input, select, option, textarea
{
  border: 1px dotted blue;
}

.illustration
{
  border: 0;
  margin: 0 0 5px 10px;
}

.miseenvaleur
{
  font-weight: bold;
  color: #000066;
}

.miseenretrait
{
  color: #cfcfcf:
}



