
body {
	color: #333300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;*/
	/*word-spacing:2px;*/
	color:#333300;
	margin:20px;
	background:url(images/body.jpg) top repeat-x #CCCC66;
	background-attachment:fixed;
}

* {
	margin:0;
	padding:0;
	
}

#wrapper {
	background:#CCCC66;
	border:1px solid #666600;
	max-width:800px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}

* html #wrapper
{
	width: expression(document.documentElement.clientWidth > 800 ? "800px" : "auto");
}

#innerwrapper {
	margin:1px;
	/*background:url(images/innerwrapper.jpg) top repeat-x;*/
	padding:2px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-color: #666600;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #666600;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #666600;
	border-left-style: solid;
	border-left-color: #666600;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666600;
}

.tablemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0;	
}

#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:2px solid #f6f6f6;
	font:150% Arial;
	color:#999;
}

#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header form {
	padding:27px 25px 20px 25px;
	float:right;
	background:#CCCC99;
	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}

#header h1 {
	float:left;
	font:250% Georgia;
	color:#333;
	padding:5px 20px 5px 5px;
	
	margin:0 20px 0 0;
}

#header h1 a {
	color:#333;
	text-decoration:none;
	
}

#header h1 a:hover {
	color:#111;
	
}

#header h2 {
	font:150% Georgia;
	font-weight:normal;
	color:#595900;
	padding:14px 0 0 0;
	border:none;
}

#header h2 a {
	color:#595900;
	text-decoration:none;
	/*border-bottom:2px solid #f6f6f6;
	border-top-color: #f6f6f6;*/
}


#header #nav {
	clear:both;
	background:url(images/nav.jpg) top repeat-x #4F9EC9;
	border-bottom:2px solid #4F9EC9;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	padding:10px 10px 10px 0 !important;
	padding:4px 10px 10px 0;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header #nav a {
	color:#fff;
	font:140% Trebuchet MS;
	text-decoration:none;
	padding:10px;
}

#header #nav a:hover {
	background:#4F9EC9;
}

#header #nav a.active {
	background:#4F9EC9;
}

#header #nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#header #subnav {
	background:#4F9EC9;
	padding:5px 7px 7px 7px;
	font:90% Verdana;
	color:#DEEDF5;
	border-bottom:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
}

#header #subnav li {
	list-style:none;
	display:inline;
}

#header #subnav a {
	color:#DEEDF5;
	text-decoration:none;
	font:100% Verdana;
	padding:5px;
	border-bottom:2px solid #4F9EC9;
}

#header #subnav a:hover {
	border-bottom:2px solid #388CBA;
	color:#fff;
}

#header #subnav a.active {
	border-bottom:2px solid #388CBA;
	color:#fff;
}


#sidebar {
	/*background:#fff;*/
	width:120px;
	padding:0px 0px 0px 5px;
	float:left;
	color:#595900;
}

#sidebar h2 {
	color:#595900;
	margin:15px 0 5px 0;
	border:none;
	font-weight: bold;
	font-size: 14px;
}

#sidebar h3 {
	color:#999;
	font:100% Verdana;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 -10px 0;
}

#sidebar p {
	margin:5px 0;
}

#sidebar p.news {
	/*background:#fefefe;*/
}

#sidebar p.news a.more {
	color:#ccc;
	display:block;
	text-align:right;
	font:80% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#sidebar p.news a:hover {
	color:#666600;
}

#sidebar .subnav {
	border-top:1px solid #999900;
	font-weight: bold;
}

#sidebar .subnav li {
	list-style:none;
	border-bottom:1px solid #999900;
}

#sidebar .subnav li a {	
	color:#666600;
	text-decoration:none;
	display:block;
}

#sidebar .subnav li a:hover {
	color:#999900;
}

#sidebar .subnav li a b {
	float:right;
	display:none;
	color:#666600;
}

#sidebar .subnav li a:hover b {
	display:inline;
}

#sidebar input {
	padding:2px;
	background:#f6f6f6;
	border:1px solid #ccc;
	color:#666600;
	font:90% Verdana;
}

#sidebarright {
	width:170px;
	float:right;
	padding:10px 0 0 10px;
	/*background:url(images/sidebarright.jpg) top left no-repeat;*/
}

#sidebarright p {
	font:90% Verdana;
	color:#777;
	line-height:20px;
	margin:0px 0;
}

#sidebarright h2 {
	color:#595900;
	margin:5px 0;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#sidebarright ul {
	margin:5px 0 5px 15px;
	font:90% Verdana;
}

#sidebarright ul li {
	margin:5px 0;
}

#sidebarright a {
	/*border-bottom:1px dotted #eee;*/
	color:#595900;
	text-decoration:none;
}

#sidebarright a:hover {
	border-bottom:1px solid #ccc;
}


#content {
	margin:0 180px 0 120px;
	padding:31px 0 0 20px;
}

#contentnorightbar {
	margin:0 0 0 150px;
	padding:20px 0 0 20px;
}

p {
	margin:15px 0;
	line-height:22px;
}

h2 {
	font:160%;
	color:#666600;
	/*border-bottom:2px solid #f6f6f6;*/
	font-family: Arial, Helvetica, sans-serif;
}

h2 a {
	font-family: Arial, Helvetica, sans-serif;
	color:#79B933;
	text-decoration:none;
	font-weight: bold;
}

h2 a:hover {
	color:#5F9128;
}

h4 {
	font-family: Arial;
	font-weight: bold;
	color:#79B933;
}

h4 a {
	color:#79B933;
	text-decoration:none;
}

h4 a:hover {
	color:#5F9128;
}


#footer {
	clear:both;
	/*border-top:1px solid #eee;*/
	padding:5px;
	margin:0px 0 0;
}

a {
	color:#222;
}

a:hover {
	text-decoration:none;
}

h3 {
	font:140% Trebuchet MS;
	margin:10px 0;
}

#content ul {
	margin:15px 0 15px 0;
	line-height:25px;
	padding:15px 0 15px 15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#333;
}
#content ul span {
	color:#444;
}
#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#contentnorightbar ul span {
	color:#444;
}

img {
	padding:1px;
}

form {
	padding:10px;
	border:1px #666600;
}

label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;

}
input {
	padding: 2px;
	margin: 2px;
	border :1px dotted #ccc;
	font:90% Verdana;
	color:#666600;
}

textarea {
	padding:4px;
	font:90% Verdana;
	border:1px solid #eee;
	height:200px;
	display:block;
	color:#777;
}

p img {
	float:left;
	margin:0 10px 0 0;
}

blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}

/* 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: lightyellow;
  }
  
  
  .feedlink {
	color: #555;
}

#feed {
	color: #0098EF;
	font-weight: bold;
}

.vote a{
	color: #119FF0;
	font-size: 28px;
	font-weight: bold;
}

.votetable {
	background: white;
	width : 70px;
	height: 92px;
	margin-right: 5px;
}

/*ajout resux*/
.votelargeur {width: 80;}

a.cat_display {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color:#8CC739;
}

.lien {
	text-align: justify;
}

.lien a, .lien a:hover {
	font-size: 12px;
	color: #666600;
	font-weight: bold;
}

.lien span {
	color: #999900;
}

.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 {
	background: #D0D077;
	width: 100%;
	border: 0px dashed #CCC;
	vertical-align : top;
}

.sitetd {
	border: 1px solid #999900;
}

.mainmenu {
	color: #CCCC33;
	text-align:right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.mainmenu a {
	color: #F0F0D2;
	text-decoration: none;
	font-weight:bold;
}
.mainmenu a:hover {  
	color: #666600;
	background-color: #B6B63D;
}
.mainmenu a:active {  
	color: #CCCC00;
}

.footermenu {
	color: #FFFFCC;
	text-align:right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.footermenu a {
	color: #F0F0D2;
	text-decoration: none;
}
.footermenu a:hover {  
	color: #666600;
	background-color: #B6B63D;
}
.footermenu a:active {  
	color: #CCCC00;
}

.form {
	border: 1px solid #666600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #D0D077;
  }
 
 .form2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #D0D077;
  }
  
  .formchamps {
	border: 1px solid #999900;
	background-color: #CCCC99;
	color: #666600;
  }
