/* CSS Document */

BODY {
  background: #D9D9D9;
  color: #000000;
  margin: 0px;
  font-size:10px;
  letter-spacing:0.2em;

}
/* Font et Style Tableau */
body, p, a, form, input, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	text-decoration:none;
	font-weight:normal;
 
}

table, tr, th, td,p, span, a, form, input, select, li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	text-decoration:none;
	font-weight:normal;
 
}

p {margin: 0;}
li {

	list-style-position:outside;
	list-style-type: disc;
	list-style-image:url(images/puce_ronde.gif);


}

/* abr */

abbr, acronym, .aide {
  border-bottom: 1px dashed #005094;
  color:#005094;
  font-weight:bold;
  cursor: help;
}
h1 {
font-size :13px;
color:black;
font-weight:bold;

}
h2 {
font-size :13px;
color:black;
font-weight:bold;

}
img { border: 0px; } 

A {
  color: #F66610;
  text-decoration: none;

}

A:hover {
  color: #D61A1A;
  text-decoration: none;
}

A#me {
  color: #F66610;
  font-weight:bold;
  font-size:12px;
  text-decoration: none;
  letter-spacing:0.1em;
}

A#me:hover {
  color: #D61A1A;
  text-decoration: none;
}

A#bl {
  color: #6395C0;
  font-weight:bold;
  text-decoration: none;
  letter-spacing:0.1em;
}

A#bl:hover {
  color: #F66610;
  text-decoration: none;
}

A#bl2 {
  color: #005094;
  font-weight:bold;
  text-decoration: none;
  letter-spacing:0.1em;
}

A#bl2:hover {
  color: #F66610;
  text-decoration: none;
}
.gris {
border-left : 1px dashed #C5C2C2;
}

.ecr_black {
color:black;
}

#page {	
	position: absolute;
	width: 857px;
	/*height:600px;*/
	left: 50%;
	margin-left: -428px;
	background-color: white;
	border:1px solid black;
	}


#header {
height:25px;
width:100%;
background-color: #C5C2C2;
color:#4C4C4C;
font-weight:bold;
border-bottom:1px solid black;
}

#menu {
height:110px;
width:100%;
background-color: white;
}

#bandeau {
height:163px;
width:100%;
background-image:url(images/bandeau-absys-informatique-de-gestion.jpg);
background-repeat:no-repeat;
border-top:1px solid black;
border-bottom:1px solid black;

}

#frame {

width:450px;
float:left;

background-color: white;
border-right:1px dashed #6395C0;border-left:1px dashed #6395C0;
}
#right {
width:200px;
float:left;
background-color: white;

}

#left {
width:200px;
float:left;
background-color: white;

}
#footer {
height:30px;
width:100%;
background-color: #C5C2C2;
color:#4C4C4C;
font-weight:bold;
border-top:1px solid black;

}


.txt_nompage {
color:#6395C0;
font-weight:bold;
font-size:13px;
}

.ecr_orange_titre {
color:#F66610;
font-weight:bold;
}

#bandeau_ecriture {
background-image:url(images/bandeau-ecriture.gif);
background-repeat:no-repeat;
color:white;
font-weight:bold;

}