/*Body ~~~~~~~~~~~~~~~~~~~~~ */
body {
	color: #000;
	margin:auto;
	padding : auto;
	font: "Trebuchet MS", smaller arial, helvetica, sans-serif;
	text-align: center;
	width :100%;
	background-color:white;
	background: url('images/top_gradient.jpg') repeat-x;
}

/*Menu onglet applications*/

#onglet {
position:relative;
margin:auto;

  width:90%;
  background:white url('images/bg.gif') repeat-x bottom;
  background-position:bottom;
  height:2px;
  font-size:93%;
  line-height:normal;
  }

 /*#onglet ul {
position:relative;
left:60%;
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#onglet li {
  float:left;
  background:url('images/left.gif') no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#onglet a {
  float:left;
  display:block;
  background:url('images/right.gif') no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }*/
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#onglet a {float:none;}
/* End IE5-Mac hack */
#onglet a:hover {
  color:#333;
  }
#onglet #current {
  background-image:url('images/left_on.gif');
  }
#onglet #current a {
  background-image:url('images/right_on.gif');
  color:#333;
  padding-bottom:5px;
  }

/*Container = Header + Menu + Corps de Texte + Footer ~~~~~~~~~~~~~~~~~~~~~ */
#Container {
	font: "Trebuchet MS", smaller arial, helvetica, sans-serif;
	font-family : "Trebuchet MS";
	margin:auto;
	padding:auto;
	text-align: left;
	/*background: #fff url("images/tiretM.png") repeat-y 0 0;*/
	width : 90%;
	height : auto;
	border-left: #000000 solid 3px;
	border-right: #000000 solid 3px;
	border-bottom: #000000 solid 3px;
	min-width:500px;
}

#Container a, a:link, a:visited {
	color: #18122A;
	text-decoration: none;
}
#Container a:hover, a:active {
	color: #727085;
	text-decoration: underline;
}

/*Ban = Bannière ~~~~~~~~~~~~~~~~~~~~~ */
#ban {
 background: url('images/top_gradient.jpg') repeat-x;
	margin:auto;
	padding:auto;
	text-align: left;
	width:100%
}

/*Header = Barre du haut ~~~~~~~~~~~~~~~~~~~~~ */
#Header {
	height: 30px;

}

#Header h1 a {
	text-decoration: none;
	overflow: hidden;
}

#Header h1 a, a:link, a:visited {
	color: transparent;
	text-decoration: none;
}

#Header h1 a:hover, a:active {
	color: transparent;
	text-decoration: underline;
}
#Header p {
	margin: 0;
	padding: 0;
	color: black;
	text-align: right;
}

/*Corps de Texte = Zone dynamique ~~~~~~~~~~~~~~~~~~~~~ */
#CorpsText{
	Margin-left : 40px;
	padding-bottom : 1%;
}

#CorpsText h2{
	display : block;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	background: url('images/souligne.png') repeat-x bottom right;
	height: 25px;
	width: 300px;
	word-spacing: 0.25em;
}

#CorpsText td{
	width: 50%;
	word-spacing: 0.25em;
}

/*Mess = Zone affichage des messages d'erreur ~~~~~~~~~~~~~~~~~~~~~ */
.Mess p{
	margin:auto;
	margin-bottom:6px;
	padding:4px;
	display:block;
	width : 70%;
	background-color : #D7D9E0;
	border : solid 2px;
}

/* Footer = Barre du bas ~~~~~~~~~~~~~~~~~~~~~ */
#Footer{
	clear: both;
	width : 100%;
	height: 32px;
	font-size : 0.8em;
}
#Footer p {
	color: black;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	padding: 0.55em;
	text-align: right;
	word-spacing: 0.25em;
}

#Footer a {
	color: black;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	text-decoration : underline;
	padding: 0.55em;
	text-align: right;
	word-spacing: 0.25em;
}


.menu {
	float :left;
	margin: 0 auto; /* center for now */
	width: 220px; /* ems so it will grow */
	font-size: 100%;
}

.sidebox {
	margin: 0 auto; /* center for now */
	width: 220px; /* ems so it will grow */
	background: url(images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;

}
.boxhead {
	background: url(images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
.sidebox ul {
	padding: 2px;
	margin-left:0;
	padding-left:0;
}
.sidebox ul li {
	margin: 0;
    padding-top: 0;
    list-style: none;
    width: 164px;
}