/* main stylesheet for www.sentinelsystems.ca */

div{
  bborder:solid red 1px;
}

/* DOM ELEMENTS */
html{
    margin-top:5px;	
    padding:0px;
    font-family:Arial,sans-serif;
    font-size:0.75em;
    color:#636363;
    mbackground-color:#262626;
    letter-spacing:1px;
}
body{
  margin:0px;
  padding:0px;
}
a:link {text-decoration: underline; color:#418FD6;}
a:hover{text-decoration: underline; color:#418FD6;}
a:visited{text-decoration: underline; color:#418FD6;}
a:active{text-decoration: underline; color:#418FD6;}

h1{
   font-size:2.4em;
   margin:0px;
   color:#418FD6;
}
h2{
  font-size:2.2em;
  margin:0px;
  color:#418FD6;

}
h3{
  font-size:2.0em;
  margin:0px;
  color:#418FD6;
}
h4{
 font-size:1.8em;
 margin:0px;
 color:#418FD6;
}
h5{
  font-size:1.6em;
  margin:0px;
  color:#418FD6;
}
h6{   
   font-size:1.4em;
   margin:0px;
   color:#418FD6;
}

#mainTitle{
  height:30px;
  background:url("../img/titre.PNG") no-repeat;
}
#mainTitle a{
   position:relative;
   top:15px;   
}
/* CONTAINERS */
#container{
    width:760px;
    background-color:#fff;
    border:solid #418FD6 1px;
	position:absolute;
    left:50%;
    margin-left:-380px;	
}
#logo{
 float:left;
}
#banniere{
  float:left;
}
#leftPanel{
    bborder:#CCCCCC solid 1px;
    float:left;
    width:175px;
    background-color:#fff;
	mmargin:0px 20px 5px 5px;
}
#rightPanel{
  width:570px;
  margin:0px 0px 20px 0px;
  float:left;
  nborder:#CCCCCC solid 1px;
  padding:0;
}
#righttitle{
  background:#000;
  font-size:14px;
  font-weight:bold;
  color:#FFF;
  font-family:comic sans MS;
  margin:0px;
  padding:2px 0px 2px 5px;
}

#divfooter{
  background:#CCCCCC;
  text-align:center;
  height:30px;
  line-height:30px;
  width:760px;
  clear:both;
}
#rightcontent{
   width:540px;
   margin:10px 0px 0px 10px;
   bborder:solid red 1px;
   font-size:1em;

}
#rightcontent h3{
   background: none;
}


#navigList{
   text-align:center;
   margin-bottom:5px;
}
#navigList a{
   font-size:1em;
   font-weight:bold;   
}
#navigList span{
   font-size:1em;
   margin:0 5px 0 0;
   color:#CF657A;
   font-weight:bold;
}