body
{
   width: 980px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
   background-color: #6666CC;
}

/* L'en-tête */

#en_tete
{
   
   height: 100px;
   background-image: url("images/hokhma.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   background-position: center;
}


/* Le menu */

#menu
{
   float: left;
   width: 210px;
}

#menu h3
{
	background-color: #FFFFFF;
	background-image: url("images/menu.jpg");
	border: none;
	margin: 0px;
	padding: 5px 0 5px 5px;
	font-family: verdana;
	font-size: 18px;
	font-weight: bolder;
	color: #3333CC;
}

.element_menu
{
   background-color: #CCCCFF;
   border: 1px solid #FFFFFF;
   border-top: 0;
   margin-bottom: 40px;
   padding: 10px 0 10px 5px;
}


/* Quelques effets sur les menus */




.element_menu ul
{
   list-style-type: none;
   list-style-position: inside;
   padding: 0px;
   margin: 0px;
   font-size: 18px;
   font-family: verdana;
   text-align: center;
}

.element_menu a
{
   color: #0066FF;
   text-decoration : none;
}

.element_menu a:hover
{
   color: #9999CC;
   text-decoration: none;
}


/* Le corps de la page */


#corps
{
   height: 800px;
   margin-left: 220px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: #000000;
   background-color: #FFFFFF;
   
   font-family: verdana;
}
html>body #corps
{
height: auto;
min-height: 800px;
} 
h1
{
	padding-bottom: 5px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 35px;
	font-family: verdana;
	font-weight: normal;
	font-size: 1.6em;
	color: #0066FF;
	background-color: #CCCCFF;
}

h2
{
	display: inline;
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 35px;
	padding: 0 5px 0 5px;
	font-family: verdana;
	font-weight: normal;
	font-size: 1.4em;
	border-bottom: 2px solid #FF3300;
}

#corps h3
{
	display: inline;
	font-family: verdana;
	font-weight: normal;
	font-size: 1.2em;
	border-bottom: 1px dashed #FF3300;
}

#corps a
{
	text-decoration: none;
	color: red;
	margin-left: 20px;
}

.fleche
{
	display: block;
	text-decoration: none;
	color: red;
	height: 30px;
	margin-left: 40px;
	padding-left: 40px;
	padding-top: 5px;
	background: url("images/fleche.png") 0 0 no-repeat;
}

#corps a:hover
{
	text-decoration: none;
	color: #FF793E;
}

#corps a img
{
	border: none;
}

h2.news
{
	display: block;
	font-size: 1.2em;
	margin: 0px;
	text-align: center;
	text-indent: 20px;
	padding: 3px;
	font-family: verdana;
	color: #FFFFFF;
	background-color: #6666CC;
	border-bottom: 1px solid #FF3300;
	border-left: 8px solid #FF3300;
	border-right: 8px solid #FF3300;
}
.bloc_news
{
	border:1px solid #FF3300;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}	
.contenu_news
{
	padding-top: 10px;
	margin: 8px;
}
.contenu_news img
{
	margin-left: 90px;
}

#corps p
{
	text-indent: 10px;
}

#pied_de_page
{
   margin-left: 220px;
   text-align: center;
   color: #0066FF;
   background-color: #CCCCFF;
   border: 1px solid #FFFFFF;
   font: 14px verdana;
}