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

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   background-color: #786d5e;
   color: #333333;
   margin:1em;

}


#main
{
  position : relative;
  width : 950px;
  margin : auto;
}

#page
{
  position : relative;
  background-color : #b0a18b;
  /*font-family : palatino, times, serif;*/
  width : 950px;
  margin : auto;
  border-style : ridge;
  border-color : #f8e3c4;
}

div {
   font-size: 11px;
}

DIV.titre {
    font-weight: Bold;
    font-style: italic;
    color: #3366FF;
}

div#article
{
  position : relative;
  border : 1px solid #a59681;
  padding : 3px;
}
div#galerie
{
  position : relative;
  border : 1px solid #a59681;
  padding : 3px;
}


div.sous-titre {
    font-weight: Bold;
    color: #3a3429;
    /*border-top : 1px solid white;*/
    padding-top : 10px;
    font-size : 11pt;
}


img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   /*color: #cc6714;*/  
  color: #ff6600;

}

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

}

a:hover {
   text-decoration: none;
   background-color: white;
   color: #ff6600;
}

/* center wrapper, min max width */
div#pagewrapper {
  position : relative;
   margin: auto;
   width: 930px;
   background-color: #fffff;
   background : url(images/globes.png) no-repeat right top;
   margin-top : 5px;
}

div#header {
   /* border-bottom: 4px solid #948979; */
   /*border-bottom: 4px solid #fcf4e8;*/
   font-size: 24px;
   margin-bottom:15px;
   padding-top: 10px;
   padding-left: 10px;
   padding-bottom: 10px;
}

div#header h1 {
   font-size: 22pt;
   color: #d07235;
   line-height:1em;
   margin:0;
   text-align:left;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 6px;
}

div#slogan {
   padding-left: 30px;
   font-size: 8pt;
   color: #555555;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 6px;
}

div#search {  
  position : relative;  
  width : 180px;
   color: #666666;
}

div#search input {
   margin: 4px 0 0 0;
   color: #666666;
}

div#contener
{
   /*color: #444444;
   background-image : url(images/contenu_corps.png);
   background-repeat : repeat-y;*/
   margin-left: 205px;
   margin-right:200px;
   width: 520px; /* minus 6px due to ie6 */
text-align : center;
}

div#content_top {
   position : relative;
   width : 520px;
height : 25px;
   background-image : url(images/contenu_haut.png);
   background-repeat : no-repeat;
}
div#content {
   position : relative;
   background-image : url(images/contenu_corps.png);
   background-repeat : repeat-y;
   width: 520px; /* minus 6px due to ie6 */
}
div#contenuTexte
{
   width : 490px;
   text-align : justify;
margin : auto;
}
div#content_bottom {  
height : 26px;
   background-image : url(images/contenu_bas.png);
   background-repeat : no-repeat;
}


div#leftsidebar {
   float: left;
   display: inline;  /* FIX IE double margin bug */
}

div#logos {
   /*border-top: 1px dotted #fcf4e8;*/
margin-left : 1px;
   width: 180px;  
   text-align : center;
}

div#logos a {
  text-decoration : none;
  color : none;
}

div#logos a:hover {
  background-color : transparent;
}

div#rightsidebar {
   float: right;
   margin-right : 3px;
   width: 180px;
}

div#actu_haut
{
   background : url(images/menu4.png) top no-repeat;
   height : 22px;
}
div#actu_haut h1
{
   text-align : center;
   /*font-style : italic; */
   color : oldlace;
}

div#actu_centre
{
   background : url(images/menu_corps4.png) repeat-y;
}
div#separActuDroite
{
   height: 1px;
   border-bottom: 1px solid #f4ebdd;
   width :160px;
   margin : auto;
}
div#actu_bas
{
   background : url(images/menu4.png) bottom no-repeat;
   height : 22px;
}

div#recherche_haut
{
   background : url(images/menu4.png) top no-repeat;
   height : 22px;
}
div#recherche_centre
{
   background : url(images/menu_corps4.png) repeat-y;
}
div#recherche_centre #box_rech
{
  width : 152px;
  margin : auto;
}
div#recherche_centre #box_rech input.recherche
{
 /* height : 20px;*/
  border : none;
font-size : 9pt;
}
div#recherche_bas
{
   background : url(images/menu4.png) bottom no-repeat;
   height : 22px;
}

#derniereLigne
{
  clear : both;
  width : 100%;
  height : 1px;
}

div#footer {
  position : relative;
  text-align : center;
  font-family: Arial, Helvetica, sans-serif;
  font-size : 8pt;
  clear: both;
  color: #222222;
}

div#footer p {
   margin :0;
}

div#footer p a {
    color: #222222;
   border-bottom:1px dotted #786d5e;
   text-decoration: none;
}

div#footer p a:hover {
   color: #ffffff;
   background-color: #3a3429;
   text-decoration: none;
   border-bottom:1px dotted #fff;
}

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

h1 {
   color: #3a3429;
   font-size: 15px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h2 {
   color: #262626; 
   font-size: 14px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h3 {
   color: #666666; 
   font-size: 13px;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

h4 {
   color: #666666; 
   font-size: 12px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h5 {
   color: #666666; 
   font-size: 11px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   /*font-size: 1em;*/
   margin: 0 0 0.8em 0; /* some air around p elements */
   line-height: 1.6em;
   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;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}
pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #fff;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* 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#content ul,
div#content ol,
div#content dl {
   font-size: 11px;
   line-height: 1.6em;
   margin: 0 0 1.5em 0em;
}

div#content ul li,
div#content ol li {
  margin: 0 0 0.25em 3em;
}

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

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


/* END LISTS */

/* Rajouts */
table.formulaireContact
{
  font-size : 8pt;
  font-family : verdana, arial, sans-serif;
}

table.formulaireContact input
{
  font-size :  8pt;
font-family : verdana, arial, sans-serif;
}

table.formulaireContact textarea
{
  font-size :  8pt;
font-family : verdana, arial, sans-serif;
}

h3.desole
{
  text-align : center;
  color : red;
}

ul.clearfix li a
{
   color: #cc6714;  
}

/* contactform */
.contactform fieldset 
{
   padding: 1em; 
   background-color: #eee;
} 
.contactform .legend 
{
   color : white; 
   font-size:13pt;
   font-weight: bold;
} 
.contactform div 
{
   width: 100%; 
   padding: 0.25em 0 0.25em 0;
} 
.contactform div label 
{
   display: block; 
   width: 10em; 
} 
.contactform div.required 
{
   color: #cc6714;
} 
.contactform textarea
{
   width : 350px; 
   height : 250px; 
   font-size : 8pt;
   font-family : verdana, arial, sans-serif;
} 
.contactform input
{
   font-size : 8pt; 
   font-family : verdana, arial, sans-serif;
} 
.contactform 
{
   font-size : 8pt;
}
/* End of 'Asteur : Main' */

