*
{
	padding:2;
	margin: 2;
	border: 0;
}

body
{
	font: .8em/1.5em Tahoma, Arial, sans-serif;
	background-color: #47464d;
}

#document
{
	position: absolute;
	width: 100%;
	top: 2em;
}

#flou
{
}

#ombre,.content
{
}


.text_blanc
{
  color:white;
}

#ombre
{
}

#bloc
{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#entete
{
  text-align: left;
}

#bloc
{
  position: relative;
  width: 90%;
  background-color: white;
  border: 1px solid black;
  text-align: left;
	background-image: url("img/fond_document.png");
	background-repeat:repeat-y;
}


#tab_gauche{
  position:absolute;
  left:300px;
  top:250px;
  width:550px;

}

#tab_droite{
  position:absolute;
  left:900px;
  top:250px;
  width:550px;

}



#entete
{
  height: 150px;
  display: block;
  background-image: url("img/fond-entete.jpg");
}

.rayure
{
  background-image: url("img/bloc_rayure.gif");
  background-repeat: repeat-x;
  height: 6px;
  margin: 4px 0;
  clear: both;
}

.separation
{
  background-repeat: repeat-x;
  height: 2px;
  margin: 10px 0 10px 0;
  clear: both;
}

#baspage
{
position:absolut;
top:relative;
bottom:10px;
}


#sommaire
{
  width: 250px;
  margin-top: 2em;
  padding-left: 0.5em;
  float: left;
  list-style-image: url("img/puce.gif");
}

#information
{
}

#corps
{
  margin: 2em 10px 0 250px;
  padding-left: 10px;
  border-left: 1px solid black;
  list-style-image: url("img/puce.gif");
}

#pied
{
	height: 2em;
	line-height: 1em;
	text-align: center;
	font-size: .8em;
	padding-right: .7em;
	color: #FFFFFF;
}

p:first-letter, h1:first-letter, h2:first-letter, li:first-letter {
  font-weight: bolder;
  color: #CA5E94;
}

p
{

  line-height: 1.2em;
  padding-bottom: 8px;
  color: white;
  text-align: justify;

}

h1
{
  font-weight: bold;
  font-size: 125%;
  color: white;


}



h1:first-letter
{
  font-size: 150%;
}

h2
{
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 1em;
    color: white;
}

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: 5px 1.5em;
  padding: 0em;
}

li
{
  padding: 0em;
  color: white;
}

a:link 
{
  color: #ffffff;
  text-decoration: none;
}

a:visited 
{
  color: #ffffff;
  text-decoration: none;
}

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

a:active 
{
  color: #ffffff;
  text-decoration: none;
}

input, select, option, textarea
{
  border: 1px solid white;
}

address
{
font-style: normal;
}

.illustration
{
  border: 0;
  margin: 0 0 5px 10px;
}

.miseenvaleur
{
  font-weight: bold;
  color: #78697d;
}

.miseenretrait
{
  color: #cca782;
}

