*{margin:0; padding:0; border:0;}
a{text-decoration:none; color:#8d8d8d; font-size:8pt}
a:hover{text-decoration:underline; color:#699a0a;}
html
{
background: rgb(233,244,250) url(images/background.jpeg) repeat-x left top;
}
body {
	width: 887px;
	margin:0 auto;
	font: normal 10pt Tahoma, Verdana, sans-serif, Arial;
	color:#8d8d8d;
	background: #ededed; 
		/* couleur de face de la barre de défilement et des boutons */
   scrollbar-face-color: rgb(23,195,11) ;

  /* couleur des flèches des boutons */
  scrollbar-arrow-color :  black ;

  /* couleur de l'arrière plan où glisse la barre de défilement */
  scrollbar-track-color : green ;

  /* couleur de l'effet 3D sur le côté eclairé de la barre et des boutons : bords externes haut et gauche */
  scrollbar-3dlight-color : rgb(23,195,11) ;

  /* couleur du coté éclairé de la barre et des boutons : bords internes haut et gauche */
  scrollbar-highlight-color : rgb(23,195,11) ;

  /* couleur du coté sombre de la barre et des boutons : bords internes bas et droite */
  scrollbar-shadow-color : rgb(23,195,11) ;

  /* couleur de l'effet 3D du coté sombre de la barre et des boutons : bords externes bas et droite */
  scrollbar-darkshadow-color : rgb(23,195,11) ;
}

/*///////////////////////////////////  GLOBAL  //////////////////////////*/
#global {
	margin:0 auto;
	float:left;
	width:900px;
	background:#ededed url(images/background.jpeg) repeat-y left top;
}


/*///////////////////////////////////  HEADER  //////////////////////////*/
#header {
	width:937px;
	height:271px;
	background:#ededed url(images/header.jpg) no-repeat left top; 
}

#header a
{
	margin-top:253px;
	margin-left:300px;
	font-size:12px;
	float:left;
	display:block;
}

#news
{
	color:rgb(23,195,11);
	font-weight:bold;
	margin-top:25px;
	margin-left:108px;
	width:145px;
	height:218px;
	overflow:auto;
	float:left;

}

#header form{height:1%;}
/*///////////////////////////////////  MENU  A GAUCHE //////////////////////////*/
#menu {
	background: url(images/menu.jpg) no-repeat left top;
	width:937px;
	height:40px;
}
#menu font {
	font-size:22px;
	margin-left:70px;
	margin-top:22px;
	color:black;
	font-weight:bold;
	background: transparent;
	font-family: Tahoma, Verdana, sans-serif, Arial;
}
#menu ul {
	margin:0 0 15px 0;
	width:162px;
	font-size:10pt;
	list-style:none;
}

#menu ul li {
	width:177px;
}

#menu a 
{
	font-size:20px;
	font-weight:bold;
	background: transparent;
	font-family: Tahoma, Verdana, sans-serif, Arial;
}

#menu ul li a:hover {
	text-decoration:underline;
}

/*///////////////////////////////////  CORPS  //////////////////////////*/
#corps {
	margin:0 40px 0 0px;
	padding:10px;
	width:937px;
	height:579px;
	background: url(images/corps.jpg) no-repeat left top;
}

.floatl {
	float:left;
	padding-right:1em;
	margin:0;
}


#corps h1 {
	color:#699a0a;
	margin:auto;
	margin-left: 220px;
	padding:0 5px;
	font: bold 18px Tahoma,Verdana,sans-serif, Arial;
}
h3 {
	border:solid #699a0a;
	border-width:0 0 1px 0;
	margin:1em 1em 0.5em 2em;
	color:#699a0a;
	font:bold 16px Tahoma,Verdana,sans-serif, Arial;
}
h4
{
	margin:1em 1em 0.5em 2em;
	color:#699a0a;
	font:bold 14px Tahoma,Verdana,sans-serif, Arial;
}
#corps div
{
	margin-right: 250px;
	margin-left:80px;
}
#corps p {
	color:#8d8d8d;
	text-indent:15px;
	margin:0px 5px 5px 5px;
	font-size:11px;
}
#corps p a {
	color:#699a0a;
	font-size:12px;
}

#corps p.right {
	margin-right:15px;
	text-align:right;
	font-weight:bold;
	font-size:9px;
	letter-spacing:1px;
	color:#8d8d8d;
}

#corps ul {
	margin-left:100px;
	margin-top:20px;
}
#corps li ul {
	margin-left:10px;
	margin-top:0px;
}
#corps li a {
	color:#699a0a;
	font-size:11px;
}

/*///////////////////////////////////  FOOTER  //////////////////////////*/
p#footer {
	clear:both;
	width:937px;
	height:141px;
	padding-top:30px;
	font-size:9px;
	text-align:center;
	color:#8d8d8d;
	background:#ededed url(images/footer.jpg) no-repeat left top;
}

p#footer a{
color:#699a0a;
}
