body {
	margin: 0;
	padding: 0;
	background: #EDF5F8 url(images/site_ar.png) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#main_content{
   width: 1000px;
   margin: 0 auto;
   border:0px solid #000;
}
h1, h2, h3 {
	margin: 0;
	/*text-transform: uppercase;*/
	font-weight: bold;
	color: #136D86;
}

h1 { font-size: 30px; }

h2 { font-size: 18px; }

h3 { }

ul, ol,li {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}


blockquote { }

a { color:#006600; /* #77B003;*/ }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}


hr { 
    color: #006600;
}


.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 1000px;
	height: 36px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	width: 1000px;
	height: 50px;
	background: url(images/img02.jpg) no-repeat left top;
}




/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
    /*
    border: 1px solid #000;
    */
}


/** LOGO */

#logo {
	width: 940px;
	height: 115px;
	margin: 0 auto;
    background-image:url(images/logo_forem2.png) ;
    background-repeat: no-repeat;
}

#logo h1, #logo p {
	margin-left: 280px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: normal;
	color: #136D86;
}

#logo p {
	margin-top: -4px;
	text-transform: lowercase;
	font-size: 13px;
	color: #A8A8A8;
}

#logo h1 {
	padding-top: 10px;
	font-size: 48px;
}

#logo a {
	text-decoration: none;
	color:#FCD404 ; /* #A8A8A8;*/
}

#logo h1 a {
	text-decoration: none;
	color: #FEDEFE;
}


#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	width: 1000px;
    min-height: 400px;
    height:auto;
    text-align: left;
    padding:15px 0 15px 0 ;
}


#content h1 { 
    font-size: 23px; 
    margin-bottom: 10px;
}

#content h2 { 
    font-size: 18px; 
    margin-bottom: 5px;
}

#content h3 { 
    font-size: 14px; 
    margin-bottom: 3px;
}

#content h4 { 
    font-size: 13px; 
    margin-bottom: 3px;
}

#content ul {
    margin-top: 0;
    line-height: 140%;
    text-align: justify;
}

/* Footer */

#footer {
	width: 100%;
	height: 65px;
	margin: 0 auto;
	padding: 0;
	background: #D5E6EC;
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
}

#footer a {
}


form.css{
    padding:0;
    margin:0;
    text-align: left;
}

form.css fieldset {
  padding:10px;
  margin:10px 10px; 
  /*
  
  0.7em;*/
  
  color:#006600;
  background-color:#FFF;
  }

form.css legend {
  padding:0 25px 0 25px; 
}

  
form.css label {
  display: inline;
  float: left;
  width: 140px;
  padding:4px; 
}


form.css input {
    font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
    color:#333;
    background-color:#EFEFEF;    
    border:1px solid #CCC;    
    padding-bottom:2px;    
}



form.css select {
    font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
    color:#333;
    background-color:#EFEFEF;    
    border:1px solid #CCC;
}

form.css textarea {
    font: bold 80% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
    color:#333;
    background-color:#EFEFEF;    
    border:1px solid #CCC;
    width:250px;
    height:150px;    
}


form.css input.bt {
    font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
    color:#333;
    background-color:#AAA;    
    border:1px solid #333;
    width:120px;
    height:20px;    
}

.form_div_error{
    background-color:#FF0000;
    color:#FFFFFF;
    font: bold 100% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;    
    padding: 10px;
}
.span_error{
    background-color:#FF0000;
    color:#FFFFFF;
    font: bold 100% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;    
}

.div_edition_article
{
    border:0px solid #CCC;
    padding:10px;
    margin-bottom:10px;
}

.div_bordered
{
border:1px solid #CCC;
padding:5px;
margin-bottom:10px;
}
.div_bordered p
{
padding:2px;
margin: 2px;
}

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


.jqmWindow {
    display: none;
    
    
    position: fixed;
    top: 5%;
    left: 35%;
    
    
    margin-left: -300px;
    width: 900px;
    /*
    margin: 40px auto;
    */
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

form .myform{
    font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;    
    color:#333;
    padding:0;
    margin:0;
    text-align: left;
}

form.myform input{
    background-color:#EFEFEF;    
    border:1px solid #CCC; 
    font-size: 9px;       
}

form.myform select {    
    background-color:#EFEFEF;    
    border:1px solid #CCC;
    font-size: 9px;       
}
