/* définition des styles */
body {
  font-size:13px;
  font-family:Tahoma,"Lucida Sans Unicode";
}

/* mise en forme des liens */
a {
	text-decoration:none;
    color: #ADB4C3;
}

img {
  border: 0;
}

/* niveaux de titres */
h1
{
  font-size: 22px;
}

h2
{
  font-size: 16px;
}

h3
{
  font-size: 12px;
  font-style: bold;
}

/* format des paragraphes */
.paragraphe
{
  font-size:13px;
  font-family:"Trebuchet MS";
  text-align:justify;
}

p:first-letter
{
   font-weight: bold;
   font-size: 1.7em;
   color: red;
}

/*	disposition des différentes parties du corps de la page	*/

/* définition des blocs */
div#menu {
	float:left;
	width:220px;
	height:100%;
	}
div#menu2 {
	float:right;
	width:200px;
	height:100%;
	}
div#contenu {
	float:left;
	width:85%;
	height:100%;
	}
.image{
padding-top:350px;
}
.posmenu{
padding-right:27px;
}
.poscoord{
padding-left:25px;
}
