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

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

div {
   font-size: 1em;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #b56a00; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #b56a00;
}



a:hover {
   text-decoration: none;
   background-color: transparent;
   color: #000;
}

/*****************
basic layout 
*****************/
body {
   background: #113761 url(images/design/fond.jpg) 0 0 repeat-x;
   color: #333;
}

div#pagewrapper {
   margin: 0 auto;
   width: 990px;
   background-color: transparent;
   color: #333;
}

div#header {
   width: 990px;
   height: 144px;
   background: #fff url(images/design/fond_header.jpg) 0 0 repeat-x;       
}

div#header h1 {
   display: block;
   float: right;
   padding: 10px 50px 0 0;
   font-family: Georgia, Times, serif;
   font-size: 2em;
   font-weight: normal;
   color: #0051a0;
}

div#logo {
   position: relative;
   top: 35px;
   left: 75px;
}


div#content {
   background: transparent url(images/design/fond_centre.png) 0 0 repeat-y;
   float: left;
   width: 990px;
}


div#main {
   margin: 30px 70px 0 300px;
   width: 500px;
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}

div#footer {
   clear: both;
   float: left;
   color: #888787;
   background: transparent url(images/design/fond_footer.png) 0 0 repeat-x;
   height: 68px;
   width: 990px;
}

div#footer p {
   font-size: 0.8em;
   text-align: right;
   padding: 35px 50px 0 0;
}

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

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/

h1 {
   font-family: Georgia, Times, serif;
   font-weight: normal;
   color: #3881C8; 
   font-size: 1.8em;
   line-height: 1em;
   margin: 0 0 0.5em 0;
}
h2 {
   font-family: Georgia, Times, serif;
   font-weight: normal;
   color: #3881C8; 
   font-size: 1.5em; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}
h3 {
   font-family: Georgia, Times, serif;
   font-weight: normal;
   color: #939393;
   border-bottom: 1px solid #939393;
   font-size: 1.4em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
h4 {
   color: #CE7A00; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h5 {
   color: #f28e00; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #555; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}


/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   list-style-image: url(images/design/puce_bleue.gif);
   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;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */

.icone {
   display: block;
   float: left;
   margin-top: -20px;
}

/* Form */

.formulaire {
   float: left;
   width: 500px;
   font-size: 0.9em;
}

.formulaire textarea {
   width: 400px;
}

.formulaire div {
   padding: 0 10px 10px 0;
   width: 500px;
   clear: right;
}

.adresse label {
   float: left;
}

.formulaire label {
    display: block;
    width: 200px;
    padding: 0 0 5px 0;
}



.formulaire .boutons label {
    display: inline;
}

.formulaire input[type="radio"] {
   float: left;
   margin: 0 10px 0 0;
}


.type_choix div {
   float: left;
}

.type_choix label {
   width: 100%;
}

.type_choix div input {
   /*float: left;*/
   width: 15px;
}

.type_choix div label {
   /*float: left;*/
   font-weight: normal;
   color: #000;
   width: auto;
   margin: 0 0 0 10px;
}

#liens_bas {
    margin: 30px 0 0 0;
}

div.message_form {
   padding: 20px 0 20px 0;
}




.image_a_droite {
   float: right;
   margin: 0 0 10px 20px;
}

.image_a_gauche {
   float: left;
   margin: 0 20px 10px 0;
}

div#banners {
   float: right;
   margin: 0 20px 20px 20px !important;
   margin: 0 10px 20px 20px;
}

.captcha img {
  display: block;
  clear: right;
}

.error_message {
   font-size: 1.5em;
   color: red;
   padding: 1em 0 1em 0;
}


/* End of 'atel' */

