body {
	font-size: 68.5%!important; 
	font-size: 0.7em;
	font-family: 'Tahoma', Verdana, Arial, Sans-Serif;
	color:black;
	padding:0;
	margin:0;
	background: white url(images/sfondo.jpg) repeat-x top;
}
/*---- styles communs ----*/
a {
	color:black;
	text-decoration:underline;
}	
a:hover {
	color:gray;
	text-decoration:underline;
}	
a:active {
        color:#ff0000;
}
h3 {
	color:gray;
	text-decoration:none;
	padding:5px 20px;
}
h2 {
	color:gray;
	text-decoration:none;
}		
img {
        border:none;
}
blockquote {
	border:1px dashed #9acb00;
	padding:10px;
}
code {
	border:1px dashed #9acb00;
	padding:10px;
}
.navigation {
	padding:20px;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}
.aligncenter {
        text-align:center;
}
/*---- navigation ----*/	
.top {
	font-size:10px;
	width:900px;
	margin:0 auto;
	padding:5px 0;
	border-bottom:1px solid #9acb00;
}	
.top ul {
	padding:5px 0;
        text-align:center;
}	
.top li {
	display:inline;
	padding:5px;
}	
.top a {
	color:black;
	text-decoration:none;
	font-size:1.3em;
	padding:10px;
}	
.top a:hover {
	color:gray;
	text-decoration:none;
	font-size:1.3em;
	padding:10px;
}		
#header {
	margin:0 auto;
	width:900px;
	height:210px;
	background:white url(images/header.jpg) no-repeat center;
}
#header h1, h1 a:hover,h1 a {
	font-size:1.5em;
	color:#374c5a;
	text-decoration:none;
}
.description {
	font-size:1em;
	color:black;
	font-size:bold;
	padding-left:12px;
}
.search {
  width:900px;
  margin:0 auto;
  }
.ok { 
        font-family: verdana; 
        font-size: 8.5pt; 
        background-color: #FFFFFF; 
        width: 110px; 
        height:22px;  
        color: #000000; 
        font-weight: normal;
        }
#box {
	width:900px;
	background:white;
	margin:0 auto;
        padding:0;
}	

/*---- colonnes latérales gauche et droite ----*/
#sidebar
	{
	float:right;
	width:170px;
	background: white url(images/sidebar.jpg) repeat-x ;
        font-size:11px;
	}
#sidebarleft {
    	float:left;
	width:170px;
	background: white url(images/sidebar.jpg) repeat-x ;
        font-size:11px;
	}
#sidebarleft, #sidebar {
	padding-top:20px;
}
* html #sidebarleft, * html #sidebar {
        width:130px;
        padding-top:30px;
        }
#sidebarleft h2, #sidebar h2 {
	padding:5px 40px;
	color:#374c5a;
	text-align:left;
	font-size:1.5em;
	background:white url(images/h2.jpg) center left no-repeat;
}	
*html #sidebarleft h2, * html #sidebar h2 {
        width:90px;
}
#sidebarleft h4, #sidebar h4 {
	padding:5px;
	color:#374c5a;
	text-align:left;
	font-size:1.3em;
}
* html #sidebarleft h4, * html #sidebar h4 {
	font-size:1.2em;
}
#sidebarleft ul, #sidebar ul, #midbar ul
	{
        margin-left:5px;
	padding:0 5px 5px 15px;
	list-style:none;
	}	
#sidebarleft li, #sidebar li
	{
	padding:2px 5px;
	list-style:disc;
	}		
#sidebarleft a:hover, #sidebar a:hover
	{
	text-decoration:none;
	}	
#sidebarleft a, #sidebar a
	{
	text-decoration:none;
	}	
#sidebarleft .news {
        text-align:center;
        }
      
/*---- contenu ----*/
#content {
        margin:0 180px 0 180px
}
* html #content {
        margin:0 190px 0 200px;
        }
* html #dir {
        margin-right:10px;
        }
#message, .message {
	text-align: left;	
	background:white url(images/h2.jpg) center left no-repeat;
}
#message h2, .message h2 {
	padding:5px 40px;
	color:#374c5a;
	font-size:1.5em;
}
#message h2 a {
	padding:5px 3px;
	color:#374c5a;
	font-size:1em;
}

/*---- sites.html ----*/	
.lien1 {
	padding:0;
	color:#374c5a;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}
.lien1 a, .lien1 a:hover {
      text-decoration:none;
      }
.lien {
	padding:5px;
	text-align: justify;
}
.lien a, .lien a:hover {
	font-size: 12px;
	color: #8CC739;
	text-decoration: underline;
	font-weight: bold;
}
.lien span {
	color: #F7560F;
}
#content p {
        font-size:12px;
        text-align:justify;
}
#content p img {
	float:left;
	margin:0 10px 0 0;
}

#content ul {
	margin-bottom: 3px;
	color:#333;
}
#content ul span {
	color:#444;
}
a.cat_display {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color:#8CC739;
}

a.subcat_display {
	text-decoration: none;
	font-size: 10px;
}

/*---- pied de page ----*/	
#footer {
	clear:both;
	padding:10px 20px 10px 20px;
	background:white url(images/footer.jpg) repeat-x bottom;
	color:black;
	border-top:1px solid #9acb00;
}	
#footer a {
	color:black;
	text-decoration:underline;
}	
#footer a:hover {
	color:gray;
	text-decoration:none;
}	

/* AutoCompletion CSS */

#autocompletion {
    border: 1px solid #999;
    background: #fafafa;
	text-align: left;
  }
  #autocompletion ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #autocompletion li {
	
  }
  #autocompletion a {
    display: block;
    padding: .2em .3em;
    text-decoration: none;
    color: #333;
  }
  .selected {
    background: #CCC;
  }

#feed {
	color: #0098EF;
	font-weight: bold;
}
.vote {
}
.vote a{
	color: #119FF0;
	font-size: 28px;
	font-weight: bold;
}
.votetable {
	background: white;
	width : 70px;
	height: 92px;
	margin-right: 5px;
	background:url(images/vote.jpg) no-repeat;
}
/*ajout resux*/
.votelargeur {
        width: 80px;
}
.ariane {
	color: #A9A9A9;
}

.ariane a {
	color: #A9A9A9;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}

.ariane a:hover {
	color: #A9A9A9;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

.sitetable {
	width: 98%;
	vertical-align : top;
}
.sitetd {
}

.warning {
	background: #CFEBF7 url(images/notice.png) no-repeat 1em ;
	border: 2px solid #000;
	text-align: center;

	padding: 10px;
	font-family: tahoma, verdana;
	font-weight: bold;
	max-width: 780px;
}

/* Onglets fiche site */
#container {
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}
* html #container {
	margin-right:10px;
}
#container hr {
	clear: both;
	border: 1px solid #d9ec9d;
	margin-top: 10px;
}

#container ul#menu {	
	font-weight: bold;
}
#container ul#menu li {
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	display: inline;
	margin: 5px;
}
#container ul#menu li a {
text-decoration: none;

}
#container ul#menu li a:hover {
text-decoration: underline;
color: #333333;
}
#container h1, #container h2 {
	margin: 0.5em 0 0.5em 0;
	font-size: 12px;
}
#container .content {
	border: 1px solid #d9ec9d;
	padding: 10px;
}

#container a.current {
	padding: 3px 7px;
	border: 1px solid #d9ec9d;
	background-image: url(images/shadeactive.gif);
	border-bottom-color: white;
}
#container a.ghost  {
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #d9ec9d;
	color: #333333;
	background: white url(images/shade.gif) top left repeat-x;
}
#container .on {
	display: block;
}
#container .off {
	display: none;
}