﻿body 
{    
    background-color:#5f5f69/*#8d8b96   DarkSlateGray*/;
    color:White;
    /*:"#ff3300";**/
    
}

a:link { color:DarkSalmon;} /* lien non-visité */
a:visited { color:Aqua} /* lien visité */
a:hover { color:Navy} /* lien survolé */
a:active { color: #cc0000} /* lien activé */

h1
{
    text-transform: uppercase;
    text-align:center;
    
}

h2
{
    text-align:left;  
    color:Yellow;
}



#sstop {
	background: url(images/bg_sstop.png) no-repeat;
	height: 500px;
	/*padding: 0;
	margin: 0;*/
}

#sidebar div {
	background: url(images/bg_div_sidebar.png) no-repeat;	
	padding: 10px 20px 0px 33px;
	margin-top: 20px;
	color: black;
	padding-bottom :30px;
}

#sidebar div h2 {

	margin-left : 15px;
	margin-bottom: 25px;
	margin-top: 25px;
	color: black;
	text-transform:uppercase;
}

#main_nav_container {
	position: relative;
	left: -2px;
	overflow: hidden;
  width: 684px;
  margin: 0;
  padding: 0;
}


#main_nav_list a.main_nav_item:hover {
  background: url(images/dynamic/buttonset5/main_nav_active.gif) no-repeat;
  font-family: arial, tahoma, verdana, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #31566b;
}