/* Start of CMSMS style sheet 'atonra' */
* {
  margin:0;
  padding:0;
}

body {
  text-align: left;
  font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
  font-size: 75.01%;
  line-height: 1em;
}

div {
  font-size: 1em;
}

img {
  border: 0;
}

a,
a:link 
a:active {
  text-decoration: none;
  background-color: inherit; 
  color: #DF5018;
}

a:visited {
  text-decoration: none;
  background-color: inherit;
  color: #DF5018;             
}

a:hover {
  text-decoration: none;
  color: #E21414;
}

/*****************
basic layout 
*****************/
body {
  background-color: #fff;
  color: #333;
  margin:1em; 
}

div#pagewrapper {
   border: 0px solid black;
   margin: 0 auto;     /* this centers wrapper */
   max-width: 1000px; /* IE wont understand these, so we will use javascript magick */
   min-width: 1000px;
   background-color: #fff;
   color: black;
}

div#header {
  height: 200px; 
  background: transparent url(images/cms/atonra/header_2_abstrait.jpg) no-repeat 0 0px; 
  margin: 0px;
}

div#header h1 a {
   display: block; 
   height: 200px;           /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#content {
  min-height: 500px;
}

div#sidebar {
  width: 470px;
  padding: 1em;
}

div#main {
  min-width: 240px;
  margin-right: 1em;
}

div#pnleft {
  width: 450px;
  padding-left: 1.5em;
  padding-right: 2.5em;
  padding-top: 1em;
  padding-bottom: 1em;
}

div#pnright {
  width: 405px;
  padding-left: 2.5em;
  padding-right: 1.5em;
  padding-top: 1em;
  padding-bottom: 1em;
}

div#pncenter {
  width: 800px;
  padding-left: 1.5em;
  padding-right: 2.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: left;
}

.contactborder {
  border-left: 1px solid #ddd;
}

div#pnrightb {
  width: 450px;
  padding-left: 2.5em;
  padding-right: 1.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-left: 1px solid #ddd;
}

div#pntop {
  width: 100%;
  padding-left: 1.5em;
  padding-top: 2em;
  padding-bottom: 2em;
}

div#pntopleft {
  width: 460px;
  padding-left: 1.5em;
  padding-top: 2em;
  padding-bottom: 2em;
}

div#pntopright {
  width: 460px;
  padding-left: 2.5em;
  padding-top: 2em;
  padding-bottom: 2em;
}

div#pncenter {
  padding-top: 0.5em;
}

div#login {
  padding: 0px;
}

div#footer {
   border-top: 1px solid #ccc;
}

div#footer p {
   font-size: 0.8em;
   padding: 0.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #DF5018; 
   font-size: 18px; 
   text-align: left; 
/* some air around the text */
   padding-left: 0em;
/*   padding-bottom: 4px; */
/* set borders around header */
   border-bottom: 3px solid #ccc; 
   line-height: 1.5em;
/* and some air under the border */
/*   margin: 0 0 0em 0; */
}
div#content h3 {
   color: #DF5018;
   font-size: 1.2em;
   line-height: 1.3em;
   margin-top: 0.3em;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

div#content ul {
}

h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1.1em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.1em;
   padding: 0;
   color: #888;
}

.t1 {
   text-align: justify;   
   font-size: 1em;
   line-height:1.7em;
   padding: 0;
   color: #888;
}

.t2 {
   text-align: justify;
   font-size: 1.1em;
   line-height:1.7em;
   padding: 0;
   color: #888;
}

.t2i {
font-style: italic;   
font-size: 1.1em;
   line-height:1.7em;
   padding: 0;
   color: #888;
}

.t3 {   
   text-align: justify;
   font-size: 1.2em;
   line-height:1.7em;
   padding: 0;
   color: #888;
}

.t3i {   
   font-style: italic;
   font-size: 1.2em;
   line-height:1.7em;
   padding: 0;
   color: #888;
}

.t4 {   
   text-align: justify;
   font-size: 1.3em;
   line-height:1.7em;
   padding: 0;
   color: #888;
}


.tabcontact {
   font-size: 0.9em;
   line-height:1.4em;
   padding: 3;
   background-color: #ddd;
   color: #888;
}

blockquote {
   margin-left: 2em;
   text-align: jusify;
}


.quote {
   border: 2px solid #ccc;
   margin-left: 2em;
   margin-bottom: 2em;
   background-color: #eee;
   font-style: italic;
   text-align: justify;
   padding: 1em;
}

pre {
   font-family: monospace;
   font-size: 1.0em;
}

strong, b {
/* explicit setting for these */
   font-weight: bold;
}

em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of 'atonra' */

