
body {
	font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:2px;
	color:#000000;
	margin:5px;
	background-attachment:fixed;
	background-color: #EEEEEE;
	background-image: url(images/body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#mainContainer{
		width:100%;
		margin:0 auto;
		text-align:left;
		height:100%;		
		padding-bottom:30px;
}
#headertoo{
	background-repeat:no-repeat;
	height:99px;
	float: none;
}	/* Logo image */
#header img{
		float:left;
}
#headergoo{
	float: left;
	position: absolute;
	margin-top:5px;
	vertical-align: top;
}
#headertab{
	margin-top: 1px;
	margin-left: 2px;
	margin-right: 2px;
	float: center;
}
.headtabs {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size: 11px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}
.headadtable {
	border: solid;
}
.headtabsCopy {
	border-bottom: 1px solid #cccccc;
}
.logotab {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
* {
	margin:0;
	padding:0;
}
#wrapper {
	background:#fff;
	border:2px solid #ccc;
	max-width:1200px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}
* html #wrapper
{
	w\idth: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}
#innerwrapper {
	margin:1px;
	background:url(images/innerwrapper.jpg) top repeat-x;
	padding:7px;
}
#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:2px solid #ccc;
	font:150% Arial;
	color:#999;
}
#header input:hover {
	border:2px solid #ccc;
}
#header input:focus {
	border:2px solid #999999;
	color:#333333;
}
#header form {
	padding:27px 25px 20px 25px;
	float:right;
	background:#fff;
	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:#555;
	padding:14px 0 0 0;
	border:none;
}
#header h2 a {
	color:#555;
	text-decoration:none;
	border-bottom:2px solid #ccc;
}
#header #nav {
	clear:both;
	padding:10px 10px 10px 0 !important;
	padding:4px 10px 10px 0;
	background-color: #999999;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 2px solid #999999;
}
#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:#999999;
}
#header #nav a.active {
	background:#999999;
}
#header #nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}
#header #subnav {
	background:#999999;
	padding:5px 7px 7px 7px;
	font:90% Verdana;
	color:#FFFFFF;
	border-bottom:2px solid #999999;
	border-left:2px solid #999999;
	border-right:2px solid #999999;
}
#header #subnav li {
	list-style:none;
	display:inline;
}
#header #subnav a {
	color:#FFFFFF;
	text-decoration:none;
	font:100% Verdana;
	padding:5px;
	border-bottom:2px solid #999999;
}
#header #subnav a:hover {
	border-bottom:2px solid #999999;
	color:#fff;
}
#header #subnav a.active {
	border-bottom:2px solid #999999;
	color:#fff;
}
#sidebar {
	background:#fff;
	width:170px;
	padding:10px 0px 0px 20px;
	float:left;
	color:#666;
	background:url(images/sidebarleft.jpg) top right no-repeat;
}
#sidebar h2 {
	font:160% Arial;
	color:#333;
	margin:10px 0 10px 0;
	border:none;
}
#sidebar h3 {
	color:#999;
	font:100% Verdana;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 -10px 0;
}
#sidebar p {
	margin:15px 0;
}
#sidebar p.news {
	background:#fefefe;
	background:url(images/sidebarleft.jpg) top right no-repeat;
}
#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:#666;
}
#sidebar .subnav {
	border-top:1px solid #cccccc;
}
#sidebar .subnav li {
	list-style:none;
	border-bottom:1px solid #cccccc;
}
#sidebar .subnav li a {	
	color:#666;
	text-decoration:none;
	display:block;
}
#sidebar .subnav li a:hover {
	color:#666;
}
#sidebar .subnav li a b {
	float:right;
	display:none;
	color:#666;
}
#sidebar .subnav li a:hover b {
	display:inline;
}
#sidebar input {
	padding:2px;
	background:#f6f6f6;
	border:1px solid #ccc;
	color:#666;
	font:90% Verdana;
}
#sidebarright {
	width:170px;
	float:right;
	padding:10px 0 0 20px;
	background:url(images/sidebarright.jpg) top left no-repeat;
}
#sidebarright p {
	font:90% Verdana;
	color:#777;
	line-height:20px;
	margin:10px 0;
}
#sidebarright h2 {
	font:160% Arial;
	color:#333;
	margin:10px 0;
	border:none;
}
#sidebarright ul {
	margin:10px 0 10px 15px;
	font:90% Verdana;
}
#sidebarright ul li {
	margin:5px 0;
}
#sidebarright a {
	border-bottom:1px dotted #eee;
	color:#444;
	text-decoration:none;
}
#sidebarright a:hover {
	border-bottom:1px solid #ccc;
}
#content {
	margin:0 200px 0 200px;
	padding:20px 0 0 20px;
}
#contentnorightbar {
	margin:0 0 0 240px;
	padding:20px 0 0 20px;
}
p {
	margin:15px 0;
	line-height:22px;
}
h2 {
	font:160% Arial;
	color:#666666;
	border-bottom:2px solid #cccccc;
}
h2 a {
	color:#666666;
	text-decoration:none;
}
h2 a:hover {
	color:#333333;
}
h4 {
	font-family: Arial;
	font-weight: bold;
	color:#666666;
}
h4 a {
	color:#666666;
	text-decoration:none;
}
h4 a:hover {
	color:#333333;
}
#footer {
	clear:both;
	border-top:1px solid #ccc;
	padding:10px;
	margin:30px 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 #ccc;
	border-bottom:1px solid #ccc;
	color:#333;
}
#content ul span {
	color:#444;
}
#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#666666;
}
#contentnorightbar ul span {
	color:#444;
}
img {
	padding:1px;
}
form {
	padding:1px;
	border:0px dotted #ccc;
}
label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;
}
input.button {
	background-color: #E4E4E4;
}
textarea {
	padding:4px;
	font:90% Verdana;
	border:1px solid #ccc;
	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: #CCCCCC;
  }
  .feedlink {
	color: #555;
}
#feed {
	color: #999999;
	font-weight: bold;
}
.vote a{
	color: #666666;
	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:#666666;
}
.lien {
	text-align: justify;
}
.lien a, .lien a:hover {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
.lien span {
	color: #FF3300;
}
.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: #F7F7F7;
	width: 100%;
	border: 0px dashed #CCC;
	vertical-align : top;
}
.sitetd {
	border: 1px solid #CCC;
}
h5 {
	font:160% Arial;
	color:#666666;
	border-bottom:2px solid #ccc;
	float: right;
}
#header h5 {
	font:150% Georgia;
	font-weight:normal;
	color:#555;
	padding:14px 0 0 0;
	border:none;
}

