body {
  text-align: center;
  background: #F4FDE5 url('../img/bg.jpg') top center no-repeat fixed;
  margin-top:10px;
  margin-bottom:10px;
}
blockquote {
	margin-bottom:1px;
	margin-top:1px;
}
.titre_section {
  width:100%;
  text-align: center;
  margin-top:10px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #FF6600;
  padding:4px;
  border: 1px solid #AAE5A4;
  background-color:#F4FDE5;
}
.text-left {
	text-align:left;
}
.titre_section:hover {
  font-weight: bolder;
  color: #FFFFFF;
  background-color:#006633;
  cursor: pointer;
}
.corps_section {
  font-size: 11px;
  font-family: verdana, arial, sans-serif;
  width:100%;
  margin-bottom:35px;
}
.edit {
	cursor: pointer;
	width: 16px;
	height: 16px;
	font-size: 0em;
	color: #FFFFFF;
	font-weight:lighter;
	border: 0;
	background-color: #FFFFFF;
	background-image: url('../img/edit.gif');
}
.add {
	cursor: pointer;
	width: 16px;
	height: 16px;
	font-size: 0em;
	color: #FFFFFF;
	font-weight:lighter;
	border: 0;
	background-color: #FFFFFF;
	background-image: url('../img/add.gif');
}
.delete {
	cursor: pointer;
	width: 16px;
	height: 16px;
	font-size: 0em;
	color: #FFFFFF;
	font-weight:lighter;
	border: 0;
	background-color: #FFFFFF;
	background-image: url('../img/delete.gif');
}
.docs {
	cursor: pointer;
	width: 16px;
	height: 16px;
	font-size: 0em;
	color: #FFFFFF;
	font-weight:lighter;
	border: 0;
	background-color: #FFFFFF;
	background-image: url('../img/copy.gif');
}
.roundedcornr_box_succes {
	width: 60%;
	background: #669933;
}
.roundedcornr_top_succes div {
   background: url('../img/roundedcornr_tl.png') no-repeat top left;
}
.roundedcornr_top_succes {
   background: url('../img/roundedcornr_tr.png') no-repeat top right;
}
.roundedcornr_bottom_succes div {
   background: url('../img/roundedcornr_bl.png') no-repeat bottom left;
}
.roundedcornr_bottom_succes {
   background: url('../img/roundedcornr_br.png') no-repeat bottom right;
}
.roundedcornr_top_succes div, .roundedcornr_top_succes, 
.roundedcornr_bottom_succes div, .roundedcornr_bottom_succes {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_box_erreur {
	width: 60%;
   	background: #990000;
}
.roundedcornr_top_erreur div {
   background: url('../img/roundedcornr_r_tl.png') no-repeat top left;
}
.roundedcornr_top_erreur {
   background: url('../img/roundedcornr_r_tr.png') no-repeat top right;
}
.roundedcornr_bottom_erreur div {
   background: url('../img/roundedcornr_r_bl.png') no-repeat bottom left;
}
.roundedcornr_bottom_erreur {
   background: url('../img/roundedcornr_r_br.png') no-repeat bottom right;
}
.roundedcornr_top_erreur div, .roundedcornr_top_erreur, 
.roundedcornr_bottom_erreur div, .roundedcornr_bottom_erreur {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content {
	margin: 0 10px;
	color:#FFFFFF;
	font-weight:bolder;
	font-family: verdana, arial, sans-serif;
  	font-size:13px;
	text-align:center;
}
.row1 {
	background-color:#E8E8E8;
}
.row2 {
	background-color:#F0F0F0;
}
.erreur {
    color:#CC0000;
	font-weight:bolder;
}
.succes {
	color:Green;
	font-weight:bolder;
}
.ok {
	/*background-color : #eee;
	color : #369;*/
	cursor: pointer;
	width: 16px;
	height: 16px;
	font-size: 0px;
	border: 0;
	background-color: #FFFFFF;
	background-image: url('../img/apply.gif');
	padding:0 6px;	
}
.supprimer {
	/*background-color : #eee;
	color : #369;*/
	cursor: pointer;
	width: 16px;
	height: 16px;
	font-size: 0px;
	border: 0;
	background-color: #FFFFFF;
	background-image: url('../img/cancel.gif');
	padding:0 6px;	
}
input, textarea, select {
	border: 1px solid #ccc;
	font-size: 11px;
}

A:link {
	color: #FF6600; text-decoration: none;
}
A:visited {
	color: #FF6600; text-decoration: none
}
A:active {
	color: #FF6600; text-decoration: none
}
A:hover {
	color: #FF6600; text-decoration: underline
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #FFFFFF url('../img/content_bg.jpg') top right repeat-y;
  border: 1px solid #018843;
}

#page_header {
  height: 120px;
  /*background: #9ACD34 url('../img/header.jpg') top right no-repeat;*/
  background: #a7b38e url('../img/header.jpg') top right no-repeat;
  clear: both;
}

#page_header h1 {
  margin: 0px;
  padding-top:30px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:32px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #FFFFFF;
}

#page_header h2 {
  margin: 0px;
  padding-left:25px;
  font-family: verdana, arial, sans-serif;
  font-size:13px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #66FF66;
}

#menu_bar {
  height:40px;
  background: #FFFFFF url('../img/drop_shadow.gif') top left repeat-x;
  clear: both;
}

#menu_bar ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  background: #FF6600 url('../img/menu_bg.gif') top left repeat-x;
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size:14px;
  font-weight: bold;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:15px;
  padding-right:15px;
  background: #FF6600 url('../img/menu_bg.gif') top left repeat-x;
  color: #EFEFEF;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}

#menu_bar ul li a:hover
{
  background: #FF6600 url('../img/menu_hover_bg.gif') top left repeat-x;
  color: #FFFFFF;
}

#content_wrapper {
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}

#right_side {
  margin-top:5px;
  float: right;
  width:160px;
  border:0px dashed #cccccc;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #FF6600;
  padding:4px;
  border: 1px solid #AAE5A4;
  background-color:#F4FDE5;
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 16px;
  padding-left:4px;
}
.imageElement h5 {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  text-align: left;
}
#left_side {
  float: left;
  width:540px;
  background-color: #FFFFFF;
  border:0px dashed #cccccc;
  text-align:justify;
}

#left_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  color: #FF6600;
  background-color:#FFFFFF;
  padding:4px;
  border-bottom: 1px solid #018843;
  clear:both;
  text-align: left;
}
#left_side h2 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 22px;
  color: #339900;
  background-color:#FFFFFF;
  padding:4px;
  clear:both;
  text-align: left;
}

#left_side p, tr, ul, ol {
  margin-top:0px;
  margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  padding-left:4px;
}
#left_side  ul {
  margin-left:20px;
  list-style : none;
  list-style-image:url(puce.gif);
}
#left_side  ol {
  margin-left:20px;
  list-style : none;
  list-style-type: decimal;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}
.simple_text {
  font-size: 11px;
  font-family: verdana, arial, sans-serif;
  cursor: pointer;
}

#feature_box {
  float:left;
  width:250px;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}
#feature_box ul {
  list-style-image:none;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #779E28;
}

#feature_box p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}
#feature_box_b {
  float:left;
  width:500px;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}
#feature_box_b ul {
  list-style-image:none;
}

#feature_box_b h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  color: #779E28;
}

#feature_box_b p {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #555555;
  line-height: 16px;
  margin-bottom:5px;
}


#page_footer {
  height: 35px;
  background-color: #99CC33;
  clear: both;
}

#page_footer p {
  padding-top:5px;
  padding-bottom:5px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing:1px;
}

#spacer {
  height:20px;
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
  
} 

.arrow_list li { 
  list-style-image:none;
  padding-left: 10px;
  background-image: url(../img/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height:18px;
}
#ajax-process {
  position: absolute;
  height: 1em;
  right: 0px;
  top: 0px;
  background-color: #e24c4c;
  color: #eee;
  font-weight: bolder;
  padding: 2px;
  display: none;
  z-index: 101;
}
.big {
	color: #000000;
    font-size: 18px;
}
