/* main stylesheet for sentinelsystems.ca */

div{
  bborder:solid red 1px;
}

/* DOM ELEMENTS */
html{
    margin:0px;
    padding:0px;
    font-family:Arial, sans-serif;
    font-size:0.75em;
    color:#636363;
    background-color:#262626;
    letter-spacing:1px;
}
table{
    font-family:Arial, sans-serif;
    font-size:1em;
    color:#636363;
    letter-spacing:1px;
}
span a:link {text-decoration: none; color:#262626;}
span a:visited {text-decoration: none; color: #262626;}
span a:active {text-decoration: none; color: #262626;}
span a:hover {text-decoration:none; color: #f48824;}

a:link {text-decoration: underline; color:#f48826;}
a:hover{text-decoration: underline; color:#666666;}
a:visited{text-decoration: underline; color:#f48826;}
a:active{text-decoration: underline; color:#f48826;}

span{
line-height:35px;
padding-left:38px;
}

h2{
    color:#f48824;
    padding-left:5px;
    font-size:1.8em;
}

h3{
    color:#f48824;
    padding-left:5px;
    font-size:1.6em;
}


h4{
    color:#f48824;
    margin-bottom:5px;
    margin-top:5px;
    
}


p{
    padding-left:5px;
    width:635px;
}




/* CONTAINERS */
#container{
    mmargin-right:auto;
    mmargin-left:auto;
    width:918px;
    background-color:#fff;
    bborder:solid red 3px;
    position:absolute;
    left:50%;
    margin-left:-458px;
}

#clearBoth{
clear:both;
}

#divmenu{
    width:918px;
    height:34px;
    background:url(../images/sentinel_menu.png) no-repeat;
    bborder:solid red 1px;
}

#leftPanel{
    bborder:red solid 1px;
    float:left;
    width:247px;
    background-color:#fff;
    align:"justify";
}

#leftPanel h3{
    color:#f48824;
    padding-left:0px;
    margin-left:10px;
}
#leftPanel p{
  margin-left:10px;
  width:220px;
}

#newsfeed{
  margin-left:10px;  
}
#rightPanel{
    width:671px;
    float:left;
    background-color:#fff;
}
#divfooter{
  background:#CCCCCC;
  text-align:center;
  height:30px;
  line-height:30px;
  width:918px;
  clear:both;
}

#tableacceuil td p{
   width:200px;
}
#nouvelletitre{
  font-size:1.2em;
  font-weight:bold;
}
#sousmenutitre{
  margin-left:30px;
  margin-top:10px;
  margin-bottom:10px;
}
#sousmenu{
  margin-top:5px;
  list-style-image: url(../images/arrow.png);
  
}
#sousmenu li{
  margin-bottom:15px;
  margin-left:30px;
}
#divpagecontenutimce{
 vborder-top:1px solid red;
}
#divpagecontenutimce h1{
 color:#999999;
 font-weight:normal;
 font-size:27px;
 ccolor:#AAAAAA;
}
/* CLASS */
.bold{
    font-weight:bold;
    padding:0px;
    line-height:0px;
}

.bottomSpacing{
    
    padding-top:20px;
}

.pAccueil p{
    width:200px;
    vertical-align:top;
}

.links{
    color:#f48824;
    padding-left:5px;
    text-decoration:underline;
}

.myInput{
    height:20px;
    width:200px;
    border:solid 1px #f48824;
    font-size:15px;
    color:#636363;
    padding:2px;
    margin-left:5px;
}

.subMenu{
    width:230px;    
    ppadding-left:60px;
    
}
.subMenu img{
    margin-left:60px;
    
}
.pageTitle{
   text-align:center;
   font-size:27px;
   color:#AAAAAA;
}

