/*
 * Styles generaux
 */

body { 
  margin: 0px auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Tahoma, Verdana;
  font-size: 11px;
  line-height: 14px;
  cursor: default;
  font-weight: normal;
  background-color: #EEEEEE;
  color: #000000;
  text-align: center;
}

p {
   text-align: justify;
   text-indent: 1em;
}

p:first-letter {
   font-size: 125%;
   padding-right: 1px;
   font-weight: bold;
   color: #FF7F00;
}

a { 
  text-decoration: none;
  font-weight: bold;
  color: #626262;
}

strong {
  color: #626262;
}

a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #FF7D00;
}

a.on {
  color: #339933; 
  font-weight: bold;
  text-transform: uppercase;
}

img { border: 0px; }

ul { 
  margin: 5px 5px; 
  padding-left: 8px; 
  list-style-image: url("../image/l_ulround.png"); 
}

li { 
  margin-left: 0px; 
  padding: 0px;
}

hr {
  border: 0px;
  height: 2px;
  color: #FF7D00;
  background-color: #FF7D00;
  
}

hr.FIN {
  border: 0px;
  height: 1px;
  color: #FF7D00;
  clear: both;
  background-color: #FF7D00;
}

hr.GRISFIN {
  border: 0px;
  height: 1px;
  color: #D2D2D2;
  background-color: #D2D2D2;
}

.TITLE_HR {
  margin-bottom: -2px;
  text-align: left;
  font-weight: bold;
}

.TITLE_ORANGE {
  color: #FF7D00;
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 2px #FF7D00;
  padding-bottom: 8px;
  margin-right: 0px;
}

.SUBTITLE_ORANGE {
  color: #FF7D00;
  font-size: 12px;
  font-weight: bold;
}

.TEXT_DSC {
  font-size: 13px;
  text-align: justify;
  line-height: 18px;
  font-weight: bold;
  color: #666666;
}

.TABLE_MATIERE {
	float: right;
	margin-top: 10px;
	margin-left: 15px;
}

.TEXT_ARTICLE {
  font-size: 12px;
  text-align: justify;
  line-height: 16px;
}

.TEXT_ENUM {
  text-align: left; 
  padding-left: 30px; 
  margin-bottom: 20px;
  line-height: 18px;
}

.DSC_ERROR {
  color: #FF0000;
  font-weight: bold;
}

h2.menu-titre {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #666666;
    margin: -2px -8px 0 -8px;
    border-bottom: 1px dotted #cdcdcd;
    margin-bottom: 5px;
    padding-left: 10px;
	padding-right: 10px;
    padding-bottom: 2px;
}

h3.spip {
  font-size: 14px;
  border-bottom: dotted 1px #CCCCCC;
  padding-bottom: 5px;
  padding-top: 15px;
  text-align: right;
  color: #666666;
}

table.spip {
  margin: 10px auto;
  border: dotted 1px #000000;
}

table.spip caption {
}

table.spip tr.row_first {
  background-color: #FFF7B3;
  text-align: center;
}

table.spip tr.row_odd  {
  background-color: #EFEFEF;
}

table.spip tr.row_even {
  background-color: #FFFFFF;
}

table.spip th {
  padding: 2px;
}
table.spip td {
  padding: 5px;
  margin: 0px;
}

.loading{
  background: url( '../image/loadingIcon.gif' ) no-repeat 50% 50%;
  height: 180px;
  z-index:10;
}
