@charset "utf-8";
/* CSS Document */

body{
background-image: url(../images/background.jpg);
padding: 0px;
margin: 0px;
}

p
{
font-family: "Comic Sans MS";
font-size: 14px;
color: #333333;
}

ul
{
font-family: "Comic Sans MS";
font-size: 14px;
color: #333333;
}


img {
    border: none;
} 

h2
{
  position: relative;
  left: 20px;
  background-image: url(../images/h2.jpg);
  background-position: left;
  background-repeat: no-repeat;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 30px;
  height: 30px;
  text-indent: 40px;
}

h2:first-letter
{
	color:#FC7605;
	font-size: 120%;
	font-family:"Comic Sans MS";
}

h3
{
  position: relative;
  left: 20px;
  background-image: url(../images/h3.jpg);
  background-position: left;
  background-repeat: no-repeat;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 30px;
  height: 30px;
  text-indent: 40px;
}

h3:first-letter
{
	color:#1D8EBA;
	font-size: 120%;
	font-family:"Comic Sans MS";
}

.X
{
font-weight: bold;
color: #FF3300;
text-transform: uppercase; 
}

.agenda_gras
{
color: #D7851F;
font-weight: bold;
}

.cadre
{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: auto;
}

#header
{
	position: relative;
	margin-top: 0px;
	width: 900px;
	height: 200px;
	background-repeat:no-repeat;
	
}
	
#cadremenu
{
	position: absolute;
	top: 189px;
	width:900px;
	height: 43px;
}

#cadre_down
{
	/* Partie sous le header et le menu */
	position: absolute;
	background-color: #F8F8F8;
	width:900px; 
	height: auto;
	top: 230px;
}


