/* Start of CMSMS style sheet 'Forum Alsace Tech' */
* {
margin:0;
padding:0;
}

body {
    text-align: left;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 0.7em;  
    color:#4D4D4D;
    background: #FFFFFF url(./hab/fond.jpg) repeat-y fixed center top;
}

img {
   border: 0;
}

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

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: rgb(164, 196, 0);
}

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


body {
   background-color: #FFF;
   margin:2em 1em 1em 1em;
}


div#pagewrapper {
   border: 1px solid #4D4D4D;
   margin: 0 auto;
  width:1000px;
   background-color: #fff;
}


div#header {
   height: 155px;
    border-bottom:solid 1px #999999;
}

div#header h1 a {
   background	: #FFF url(./hab/bandeau_2010_2.jpg) no-repeat right top; 
   display: block; 
   height: 145px;    
   text-indent: -999em;  
   text-decoration:none;
}

div#search {
   float: right;
   width: 27em;  
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 10px 0 5px 0;
   font-size: 90%;       
   margin: 0 15px;  
   border-bottom: 1px dotted #4D4D4D;;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }


div#content {
   margin: 1.5em auto 2em 0;
}

div#main {
    margin:20px 20px 0px  250px;
    padding-left:30px;
    border-left:1px solid #999999;
   text-align:justify;
  min-height:500px;
  height:auto !important;
  height:500px;

}


div#sidebar {
   float: left; 
   width: 250px;  
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

div#sidebar div.titre{
/*    height: 108px; */
    border-bottom:1px solid #999999;
    font-weight:bolder;
    padding-bottom:20px;
    text-align:right;
    margin-right:15px;
/*    letter-spacing:0.1em; */
    line-height:1em;
    text-transform:uppercase;
}
div#sidebar div.titre p{
line-height:0.9em;
}

div#sidebar div.contenu{
    padding:10px 0 0 30px;
    background	: #FFF url(/hab/traits-250px.jpg) no-repeat right bottom; 
    height: 268px;
    font-weight:normal;
}


.rosefonce{
color:#DC0D81;
}
.orangefonce{
color:#e9492f;
}
.bleuclair{
color:#66B8DC;
}
.bleufonce{
color:#0083A7;
}


/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

/*--------------------- -------------
-------------FOOTER ---------------
----------------------------------------*/
div#footer {
   clear: both;       /* keep footer below content and menu */
   margin: 0 auto;
   width: 1000px; 
   border-top: 1px solid #999;
   background: #fff;
   font-family: Arial, Verdana, sans-serif;
   color: #999;
   overflow: hidden;
}

div#footer p {
   padding: 8px 5px 12px;      
   text-align: right;  
   margin: 0;
}

div#footer p a {color: #999; text-decoration: none;}
div#footer p a:hover {text-decoration: underline;}
div#footer ul {clear: both; list-style-type: none;padding-bottom: 15px;overflow: hidden;}
div#footer ul li {float: left;width:111px}
div#footer ul li a{color: #4d4d4d; text-decoration: none;display: block;/* width: 101px */; padding: 4px;border-left: 1px solid #999;height: 30px;}
div#footer ul li a img {float: right;}
div#footer ul li.borderVert{border-top: 3px solid #C8D317;}
div#footer ul li.borderBleuclair{border-top: 3px solid #66B8DD;}
div#footer ul li.borderGrisclair{border-top: 3px solid #C6C7C9;}
div#footer ul li.borderBleufonce{border-top: 3px solid #0084AA;}
div#footer ul li.borderGrisfonce{border-top: 3px solid #707173;}

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

/* relational links under content */
div.left49 {
  float: left;
  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
*********************/
div#content {

}

div#content .slashs {
color:#C9D30F;
font-weight:bold;
}
div#content .descriptif {
border-left:1px solid #999999;
margin:-10px 0 0 90px;
padding:0 10px;
}
div#content .visuel {
float:left;
margin-top:5px;
}

div#content .descriptif li {
color:#0084A8;
list-style-type:square;
margin-left:15px;
}

div#content .descriptif li .texte{
color:#4D4D4D;
}
/* HEADINGS */
div#content h1 {

}
div#content h2 {
color:#0084A8;
font-size:1.6em;
font-weight:bold;
margin:15px 0 0 0px;
padding-bottom:20px;
}
div#content h3 {
color:#0084A8;
font-size:130%;
font-weight:normal;
margin:15px 0 0 0;
padding-bottom:9px;
}
div#content h3.decale {
margin:15px 0 0 100px;
}
div#content h4 {
font-size:110%;
font-weight:bold;
margin:5px 0 0;
padding-left:0;
padding-right:0;
}
div#content h5 {
font-size:14px;
margin:10px 0 0 0;
color:#e9492f;
}

div#content p{
/* font-size:1.2em; */
}
h6 {
   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;
}
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 */
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: #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 'Layout: Top menu + 2 columns' */

/* OGM = >AT */
.slash {color: #A4C400;}
.floatLeft {float: left;}
.floatRight {float: right;}
img.floatLeft {margin-right: 15px;}
img.floatRight {margin-left: 15px;}

	ul#langues {
		float: left;
		margin-top: 10px;
		margin-left: 50px;
		list-style-type: none;
		font-size: 0.92em;
	}
		ul#langues li{text-align: right; margin-bottom: 7px;}
		ul#langues li a{text-decoration: none; color: #BCBDC0;}
		ul#langues li a:hover {color: #939599;}
		ul#langues li img{margin-left: 5px;}
/* End of 'Forum Alsace Tech' */

