/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
margin:0;
background-color:#000000;
background-image: url(images/home_fondtexte.gif);
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#BABABA;
}
p,table {font-size:12px;}
.border{
border:1px solid #990000;}
.border_bas{
border-bottom:1px solid #990000;}
.border_droite{
border-right:1px solid #990000;}
.small{
font-size:10px;}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #fff;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

/************** header tag styles **************/

h1{
 font-family: Arial,sans-serif;
 color: #BABABA;
 font-size:13px;
 letter-spacing:1px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #BABABA;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #fff;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #fff;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
margin:0;
padding:15px;
list-style-type: disc;
font-family:Trebuchet MS, Arial, sans-serif; 
}

ul ul{
list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}