/***********************************************/
/* 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;
}

/*****Buttons *****/
a.bt:link, a.bt:visited {
min-width: 55px;
text-decoration:none;}

.bt{
background: url("../Images/alert-overlay.png") repeat-x scroll 0 0 #222222;
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 5px 5px 5px 5px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
color: #FFFFFF;
cursor: pointer;
display: inline-block;
font-weight: bold;
line-height: 1;
text-align:center;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
padding: 5px 10px 6px;
position: relative;}

.bt:hover{
background-color: #111111;
color: #FFFFFF;}

.offre{border-bottom: 1px solid #636363;
    margin: 27px 0 14px;}

.offre h1{margin:0 0 15px 20px}

table.servicesEntreprises{
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 8px;
color: #F0EFEF;
margin: 5px 0 23px 20px;
width:90%}

table.servicesEntreprises:hover, .offre table{
border:1px solid #a06a60;}

table.servicesEntreprises h1{
color: #FFFFFF;
font-family: 'Nothing You Could Do', Arial, cursive;
 font-size: 2.3em;
    font-weight: normal;
    line-height: 1em;
}

.bgred{background:#3e160e;}
.bgbrown{background:#260d09}

.bgred:hover, .bgbrown:hover, .offre table{background:#5f261c}
