body {
  text-align: left;
  //background: #be26b6 top center fixed;
  background-image:url('images/bckgrnd2.jpg');
  background-repeat:repeat;
  margin-top:10px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #9f2222;
}

img {
	border-color: #000000;
}


A:link {
	COLOR: #9f2222; font-weight:bold; text-decoration: none
	//COLOR: #be26b6; font-weight:bold; text-decoration: none
}

A:visited {
	COLOR: #9f2222; font-weight:bold; text-decoration: none
	//COLOR: #be26b6; font-weight:bold; text-decoration: none
}

A:active {
	COLOR: #9f2222; font-weight:bold; text-decoration: none
	//COLOR: #be26b6; font-weight:bold; text-decoration: none
}

A:hover {
	COLOR: #9f2222; font-weight:bold; text-decoration: none
	//COLOR: #be26b6; font-weight:bold; text-decoration: underline
}

.title {
background-color:#ffdddd;
font-family:"Georgia";
font-size:20px;
margin-top: 0px;
margin-left: 0px;
padding-left: 0px;
padding-bottom: 5px;
width: 900px
  
}

.credits {
background-color:#ffe3ec;
font-family:"Georgia";
font-size:10px;
margin-top: 0px;
margin-left: 0px;
padding-left: 0px;
padding-bottom: 10px;
width: 900px
}

#boutons_subchoice {
	height:50px;
	width:900px;
	margin-left: 30px;;
}
#boutons_subchoice  ul{
display:inline;
}
#boutons_subchoice  ul li{
	width: 200px;
	display:inline;
	  margin-left: 20px;
	    margin-right: 20px;
	border-right: 3px solid #BBB;
	border-left: 3px solid #BBB;
	border-bottom: 3px solid #BBB;
	border-top: 3px solid #BBB;
	border-color: #Af3232;
	  font-weight: bold;
	  text-decoration: none;
	 text-align: center;
  float: left;
}

#menu_bar {

  height:70px;
  width: 900px;
  background: #FFFFFF  top left repeat-x;
  clear: both;
}

#menu_bar ul {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  background: #FFFFFF; top left repeat-x;
  float: right;
  width: 100%;
  font-family: verdana, arial, sans-serif;
	font-size:12px;
  font-weight: bold;
}

#menu_bar ul li { display: inline;
}

#menu_bar ul li a
{
width: 90px;
//height: 40px;

//	margin-left: 2px;
//  margin-right: 2px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
  padding-right:5px;
//  background:#FFFFFF //url('../images/test.png') top left repeat-x; // #FFFFFF; // 
  background: url(casebck.jpg);
  color: #BBBBBB;
  text-decoration: none;
  float: left;
//  border-right: 1px solid #BBB;
//  border-left: 1px solid #BBB;
//  border-bottom: 1px solid #BBB;
//  border-top: 0px solid #BBB;
}

#subtitle {
font-size: 15px;
font-weight: bold;
}

#belette {
 padding-left:40px;
 //font-weight: bold;
}

#important {
text-align: center;
font-weight:bold;
color: #9d0b3c;
}

#pics {
vertical-align: center;
}

#menu_bar ul li a:hover
{
background: #9d0b3c; //#9f2222; // url('../images/menu_hover_bg.gif') top left repeat-x;
  //background: #be26b6; // url('./images/test.png') top left repeat-x;
  color: #FFFFFF;
}

#main_page {
  
  text-align: left;
  clear: both;
  width:900px;
  background-color: #FFFFFF;
//  border:0px dashed #cccccc;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #444444;
  line-height: 18px;
  padding-left:0px;
  padding-right:0px;
}

#main_text {
  padding-left:30px;
  padding-right:30px;
}


