
body {
	font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:0px;
	color:#444;
	margin:0px;
	background:url(images/body.jpg) top repeat-x #121212;
	background-attachment:fixed;
	
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	background:#fff;
	border:0px solid #ccc;
	max-width:940px;
	margin-right:220px;
	margin:0 auto;
}

* html #wrapper
{
	max-width:940px;
	margin-right:220px;
}

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

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

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

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

#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 {
	text-decoration:none;
	border-bottom:2px solid #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;
	margin:10px;
width:686px;
}

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

#header #nav a {
	font:120% Arial;
	text-decoration:none;
	font-weight: bold;
	padding:8px;
}

#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;
}

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


#sidebar {float:right;text-align:left; width:179px; color:#21364F; font-size:11px; line-height:16px; padding:0 20px 35px 20px;}

#sidebar ul {padding:0; margin:0;}
#sidebar li {list-style:none; border-bottom:1px solid #E1E3E7;}
#sidebar li a {display:block; width:175px; padding:2px; text-decoration:none;}
#sidebar li a:hover {background-color:#EFF1F3;}

#sidebar h2 {
	font:160% Arial;
	color:#333;
	margin:10px 0 10px 0;
	border:none;
	text-align:left;
}

#sidebar h3 {padding:5px 0 5px 20px; margin:20px 0 10px -20px; background:url(images/sidebar_h3.jpg) repeat-y; text-transform:uppercase; font-size:18px; font-weight:normal;}

#sidebar p {
	margin:15px 0;
}

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

#sidebar p.news a.more {
	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 #fafafa;
}

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

#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:179px;
	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 dashed #ccc;
}


#content {
	/*margin:0 200px 0 200px;*/
	padding:20px 0 0 20px;
width:700px;
float:left;
}

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

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

h2 {
	font:160% Arial;
	color:#79B933;
	border-bottom:2px solid #f6f6f6;
}

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

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;
}

#content ul {
	margin-bottom: 3px;
	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;
	border: 0px;
}

form {
	padding:10px;
	border:1px dotted #ccc;
}

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

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

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: #CCC;
  }

#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: 80px;}

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

a.subcat_display {
	text-decoration: none;
	font-size: 10px;
	border-bottom : 1px dotted #CCC;
}

.lien {
	text-align: justify;
}

.lien a, .lien a:hover {
	font-size: 12px;
	color: #8CC739;
	text-decoration: underline;
	font-weight: bold;
}

.lien span {
	color: #F7560F;
}

.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: 1px dashed #CCC;
	vertical-align : top;
}

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

.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: 12px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#container hr {
	clear: both;
	border: 0px solid #CCC;
	margin-top: 10px;
}

#container ul#menu22 {	
	font-weight:;
width:600 px;
}
#container ul#menu22 li {
	font: 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#menu22 li a {
text-decoration: none;

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

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

a {color:#21364F;}
a:hover {text-decoration:none;}





#main {
/*margin-right:220px;*/
width:600 px;
float:left;
}
#logo {text-align:center; margin:0 auto; width:300px; padding-top:50px; color:#FFFFFF; font-size:10px; line-height:12px; height:199px;}
#logo a {color:#FFFFFF; text-decoration:none; font-size:28px; line-height:normal; letter-spacing:3px; text-transform:uppercase; margin:0 -50px;}
#menu {background:url(images/menu.jpg) no-repeat; height:61px;width:600 px;}
#menu ul {margin:0; padding:2px 50px 0 50px; text-align:center;}
#menu li {display:inline; list-style:none; line-height:28px; padding-top:1px;}
#menu a {font-size:14px; text-decoration:none; color:#FFFFFF; padding:4px 20px 5px 20px; text-transform:lowercase;}
#menu a:hover {background:url(images/menu_a.jpg) repeat-x;}
#menu a.active {background:url(images/menu_a.jpg) repeat-x;}
#text {padding:0 30px 35px 30px; color:#21364F; font-size:11px; line-height:16px;}
#text h1, #text h2 {font-size:20px; font-weight:normal; text-transform:uppercase; margin:20px 0 10px 0;}
#text ul {margin-top:8px; margin-bottom:8px;}
#text br {line-height:8px;}

#footer {clear:both; height:162px; background:url(images/footer.jpg) no-repeat; color:#FFFFFF; font-size:11px;}
#footer a {color:#FFFFFF;}
#menu_footer {padding:30px 250px 0 30px; text-transform:lowercase;}
#left_footer {float:left; padding:30px 30px 0 30px;}
#right_footer {float:right; padding:21px 30px 0 30px; width:159px; text-align:center;}
