
#wrapper {
	/*border-left: 1px solid #DDD;
	border-right:1px solid #DDD;*/
	max-width:1200px;
	min-width:760px;
	margin:0 auto;
}

* html #wrapper
{
	max-width:1200px;
	min-width: 760px;
}

#innerwrapper {
	margin:1px;
	padding: 0px 10px;
}

body {
	font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:2px;
	color:#121212;
	background:url(images/body.jpg) top repeat-x #fff; /*121212;*/
}

* {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }

li, dd { margin-left:5%; }

fieldset { padding: .5em; }

select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }

.left{ float:left; }

.right{ float:right; }

.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }

a img{ border:none; }

div {position:relative;}

a { color:#666; text-decoration:none;}

a:hover{ color:#7C7C7C; text-decoration:underline; }

h1{
	color:black;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 160%; margin-bottom: 0.6em; 
	font-weight:normal;
	margin:1em 0;
}

h2, h3{
	font-size: 160%; margin-bottom: 0.4em; 
	color:#107310;
	font-weight:normal;
}

#primary h2{
	color:#107310;
}

p{
	line-height:1.75em;
	font-size:0.95em;
}

ul li{
	font-size:0.95em;
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
}

blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #CCC;
	color:#7C7C7C;
}

pre{
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
}

.rule{
	border-top:1px solid #7C7C7C;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}

/*-----------------------------------------------------------------------------------------------
  logo
-----------------------------------------------------------------------------------------------*/

#logo {
	width: 64em;
	margin: 0 auto;
	padding: 0 0 0 20px;
	text-align: left;
	}
#logo span, #logo a {
	display: block;
	width: 191px;
	height: 55px;
	border-style: none;
	
	}
#logo img  {
	display: block;
	width: 0;
	}
#logo a:hover {
	background-image: url(images/logo-hover.gif);
	}
/*-----------------------------------------------------------------------------------------------
  header
-----------------------------------------------------------------------------------------------*/
#header {
	padding: 0;
	font-size: 95%;
	}
.inside{
	width:80%;
	min-width:65em;
	max-width:85em;
	margin:0 auto;
}
#header .inside{
	padding:2em 0 2em 5em;
	background: url(images/logo.gif) 5px 5px no-repeat;
}
#header h1 {
	float:left;
	font-size:2.25em;
	margin:0 0.5em 0 0;
	padding:0 0.5em 0.25em 0;
	color:#FFF;
	font-weight:normal;
	/*border-right:1px solid #808080;	*/
}

#header h1 a {
	color:#fff;
	text-decoration:none;
}

#header h1 a:hover {
	color:#CCC;
}

#header p{
	padding:1em 0;
	margin:0;
	line-height:1em;
	color:#BFBFBF;
}

#header h2 {
	font:150% Georgia;
	font-weight:normal;
	color:#CCC;
	padding:14px 0 0 0;
	border:none;
	text-align:right;
	display:none;
}

#header h2 a {
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}


/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/

#sform {
	padding:0;
	border:0;
}

#searchBox{
	float:right;
	width:215px;
	margin:4px 0 0 0;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:.40;
	text-align:right;
}

#searchBox:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.00;
}

#searchBox .searchimg{
	float:left;
	width:18px;
	height:25px;
	background:url(images/search.gif) 5px 5px no-repeat;
	position:relative;
}

#searchBox input{ 
	width:175px; 
	font-size: 1em; 
	background:#7C7C7C;
	margin-top:2px;
}

#searchBox input:focus{
	background:#FFF;
}

#searchform{
	margin:1em 0;
}

#searchform #seek{
	background:#222;
	border:none;
	border-bottom:1px solid #333;
	width:30em;
	color:#666666;
	padding:0.25em;
}

#searchform #searchsubmit{
	background:#000;
	color:#666;
	border:none;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.25em;
}

/*-----------------------------------------------------------------------------------------------
  nav
-----------------------------------------------------------------------------------------------*/
#nav {
	background:transparent url(images/navigation.png) top repeat-x;
	display:block;
	height:30px;
}

#nav ul{
	list-style:none;
	margin:0;	
	padding-left:30px;
	text-transform:uppercase;
	font-size:0.85em;
	font-weight:normal;		
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
}

#nav ul li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;  
	white-space:nowrap;	
	font-weight:bold;
}	

#nav ul li a {
	display:block;
	padding:5px 10px 5px;
	letter-spacing:1px;
	border:0;  
	text-decoration:none; 
	color:#fff; 
}	

#nav ul li a:hover,#nav ul li a:active, #nav li.current_page_item a
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:.50;
	background-color:black;
	color:#fff;
	text-decoration:none;
}

#silderButton{
	height:20px;
}

a.nav {
	display:block;
	margin-top:7px;
	padding:2px 5px 2px 5px;
	font-size:9px;
	text-decoration:none;
	background:#F6F6E2;
	color:#393939;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right:1px solid #fff;
	text-decoration:none;
}

*html a.nav {
	width:80px;
}

a.nav:hover{
	background:#fff;
	color:#000;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right:1px solid #fff;
}

/*-----------------------------------------------------------------------------------------------

  Ancillary Items

-----------------------------------------------------------------------------------------------*/

.ancillary{
	background:#000 url(images/bg_ancillary.jpg) top repeat-x;
	padding:2em 0 2em 0;
}

.ancillary .block{
	float:left;
	padding: 1%;
	width: 28%;
	margin:0 0 0 2.5%;	
	background: transparent url(images/transparent_bg.png) repeat left top;
}

* html .ancillary .block{
	background:none;
}

.ancillary .twice-length{ width:65%; }

.ancillary .thrice-length{ width:100%; }

.ancillary .first {
	clear:both;
	margin:0 0 0 2.4%;
}

* html .ancillary .first {
	clear:both;
	margin:0;
}

.ancillary .block-separator{
	clear:both;
	height:2.5em;
}

.ancillary .block h2, #ancillary .block h3{
	font-size:1.15em;
	font-weight:bold;
	margin:0 0 2em 0;
	color: #00AEFF;
	border:none;
}

.divider {
	border-bottom:1px solid #3D3D3D;
}

ul.dates, ul.counts, ul.blogroll ul, ul.pages{
	list-style-type:none;
	margin:1.5em 0 2em 0;
	border-top:1px solid #3D3D3D;
}

ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li{
	list-style-type:none;
	margin:0;
	padding:0.5em 0;
	border-bottom:1px solid #3D3D3D;
}

ul.dates .date{
	color:#858585;
	padding:0 1.5em 0 0;
}

ul.counts .count{
	float:right;
	color:#858585;
}

ul.dates a, ul.counts a, ul.blogroll a, .block p a, ul.pages a{
	color:#BFBFBF;
	text-decoration:none;
}

ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, .block p a:hover,  ul.blogroll a:hover, ul.pages a:hover{ 
	color:#FFF;
}

ul.blogroll{ margin-top:0; }

ul.blogroll li{
	list-style-type:none;
	margin:0;
}

ul.pages ul{
	margin:0;
}

ul.pages ul li{
	border:none;
	margin-left:2em;
	list-style-type:square;
}

/*block items*/
.aside-content p a, ul.recent-comments li a {
	color: #4CBC00;
}

/*-----------------------------------------------------------------------------------------------
  sideBar
-----------------------------------------------------------------------------------------------*/

#sidebarright {
	width:180px;
	float:right;
	padding:10px 0 0 20px;
}

#sidebarright p {
	font:90% Verdana;
	color:#777;
	line-height:20px;
	margin:3px 0;
}

#sidebarright h2 {
	font:160% Arial;
	color:#107310;
	margin:10px 0;
	border:none;
}

#sidebarright ul {
	margin:10px 0 10px 15px;
	font:90% Verdana;
}

#sidebarright ul li {
	margin:5px 0;
}

#sidebarright li a {
	border-bottom:1px dotted #7C7C7C;
	color:#666;
	text-decoration:none;
}

#sidebarright li a:hover {
	color:#C0C0C0;
	border-bottom:1px dashed #ccc;
}

#sidebarright .subnav li {
	list-style:none;
	padding-left:0;
}

#sidebarright .subnav li a {	
	color:#666;
	border: 0;
	text-decoration:none;
	display:block;
}

#sidebarright .subnav li a:hover {
	color:#107310;
}

#sidebarright .subnav li a b {
	color:#fff;
	padding-right:3px;
}

#sidebarright .subnav li a:hover b {
	color:#99D52E;
}


#sidebarright h2.important {
	color: #ECFDCE;
}

#sidebarright h2.special {
	color: #D5E6EB;
}

#sidebarright p.news {
	padding:3px;
}

#sidebarright p.news a.more {
	display:block;
	text-align:right;
	font:80% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#sidebarright p.news a:hover {
	color:#666;
}


#sidebarright input {
	padding:2px;
	background:#f6f6f6;
	border:1px solid #7C7C7C;
	color:#666;
	font:90% Verdana;
}

/*-----------------------------------------------------------------------------------------------
  Content
---------------------------------------------------------------------------------------------*/

#content {
	margin:0 200px 0 0;
	padding:10px 20px 10px 20px;
	color: #3C3C3C;
	background: url(images/bgcontent.gif) top right repeat-y;
}

#contentnorightbar {
	margin:0 0 0 240px;
	padding:20px 0 0 20px;
}

#footer { color:#323232; margin:0; font-family:arial; padding: 0.8em 9.8em 0.8em 0; clear: both; font-size: 92%; border-top: 3px  solid #BABABA; position: relative; }
#footer p { margin: 0; }
#footer a.bleu { color: #00A3D9; text-decoration:none; }
#footer a:hover { color:#00A3D9; }
#footer #waiting { position: absolute; top: 0.8em; right: 0; }
#footer #waiting a { color: #666; }
#footer a { color:#323232; text-decoration:underline; }

#content ul {
	margin-bottom: 3px;
	color: #3C3C3C;

}
#content ul span {

}
#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:5px;
}

label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;

}
input {
	padding: 5px;
	margin: 2px;
	border :1px solid #7C7C7C;
	font:90% Verdana;
	color:#333;
}
textarea {
	padding:4px;
	font:90% Verdana;
	border:1px solid #7C7C7C;
	height:200px;
	display:block;
	color:#333;
}

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;
}


/* Reperoire de categories */

#dircat { margin-top: 1em; margin-bottom: 1em; border: 3px solid #F1F1F1; }
#dircat .categories ul { padding: 0 2px; margin: 0; }
#dircat .categories li { border-bottom: 1px dashed #ddd; padding: 0.35em 0; list-style:none; }
#dircat .categories li.last { border: none; }
#dircat .categories a { font-weight: bold;
 color:#666; font-size:1em;}
#dircat .categories div.dotlink { width: 20%; float: left; }
.dotlink a, a.dotlink { padding-left: 17px; line-height: 1.8em; background: url("images/ico-arrow.gif") no-repeat 0 0.2em; }
.dotlink.black a, a.dotlink.black { color: black; }
a.dotlink2, .dotlink2 a { padding-left: 12px; background: url("images/ico-arrow2.gif") no-repeat 0 0.5em; }

.voteon {
	background:url(images/voteon.png) no-repeat;
	width : 60px;
	height: 60px;
	margin-right: 5px;
	margin-top: 7px;
	text-align:center;
	font-weight:bold; 
}

.voteon a.nb{
	font: normal 24px 'Century Gothic', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	text-decoration:none;
	color:#FFFFFF;
	cursor:text;
}
.voteon a.vote{
	font-size: 14px;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
.voteon a.vote:hover{
	color:#333333;
}
.voteoff {
	background:url(images/voteoff.png) no-repeat;
	width : 60px;
	height: 60px;
	margin-right: 5px;
	margin-top: 7px;
	text-align:center;
	font-weight:bold; 
	font-size: 16px;
	font-family:arial;
	font-weight:bold;
	color:#FFFFFF;
}
.voteoff a.nb{
	font: normal 24px 'Century Gothic', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	text-decoration:none;
	color:#FFFFFF;
	cursor:text;
}
.voteoff a.vote{
	font-size: 16px;
	font-family:arial;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
.voteoff a.vote:hover{
	color:#333333;
}

/*ajout resux*/
.votelargeur {width: 65px;}

.lien a, .lien a:hover {
	font-size: 14px;
	color: #008EF1;
	text-decoration: underline;
	font-weight: bold;
}

.lienInfo {
	margin-top:0.65em;padding:0;
}

.lienInfo a , .lienInfo a:hover {
	color: #4CBC00;
}

.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: 100%;
	vertical-align : top;
	text-align:left;
}
.sitetable p {
	color: #000;
	font-size: 12px;
	line-height: 1.35em;
}

.imgWebApp {
	border: 1px solid #CCC;
	margin:5px 5px 0 5px;
}

.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 {
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#linkfiche {
	font-family:verdana; font-size:12px;
	float:right;
}

#container hr {
	clear: both;
	border-bottom: 1px solid #323232;
	margin-top: 2px;
}

#container ul#menu {	
	font-weight: bold;
}
#container ul#menu li {
	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: 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;
}

/* DAVE */

.tagsSite a:link, .tagsSite a:visited {
	color: #aaa;
	font-size:9px;
	font-family:verdana;
	text-decoration: none;
	background: transparent url(images/tag_blue.png) no-repeat 0 0;
	padding: 2px 2px 2px 18px;
	white-space: nowrap;
}
		
.tagsSite a:hover { color:#FF6600 ; text-decoration: underline; }

.comment {
	font-size: 92%;
}

.intro, .parablock, .nocomment, .comment {
	padding:8px;
	margin-top:1em;
	border: thin silver dotted;
	background:#f1f1f1;
	color:#121212;
}

.intro h1, parablock h1 {
	color: #4D4D4D;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.65em;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 0 0 0.1em 0;
}

.intro h1 strong, .parablock h1 strong {
	color: #4CBC00;
}
.intro strong, .parablock strong, .nocomment strong, .comment strong {
	color: #107310;
}

.intro ul li, .parablock ul li {
	color: #121212;
}

.intro a, .parablock a, .nocomment a, .comment a { color: #EB841D; }
.intro a:hover, .parablock a:hover, .nocomment a:hover, .comment a:hover { color: #00A3D9; }

.dividerBottom {
	border-bottom: solid 1px #E6E6E6;
}

.brd { border-bottom: 1px solid #107310; }
h1.brd { border-width: 3px; }
h2.brd, h3.brd { padding-bottom: 0.4em; margin-bottom: 1em; border-width: 2px; border-color: #F1F1F1; }

.urlsite { font-family:verdana; font-size:10px; color:#ADADAD; }

.urlsite a, .urlsite a:hover {font-family:verdana; font-size:10px; color:#ADADAD; text-decoration:none; }

.urlsite a:hover {text-decoration:underline;}

#commentForm {
clear:both;
}
#commentForm textarea {
width:400px;
}

#dir {
	padding-left:25px;
}
.siteDecouv {
	background: #F7F7F7;
	width: 100%;
	border: 1px dashed #CCC;
	vertical-align : top;
}

#fluxInfo {
	/*background: transparent url(images/rssTitre.jpg) no-repeat right top;*/
}

/* Misc box */
p#supp-box { margin: 3px 0 8px 0; font-size: 92%; line-height: 2.6em; color: #999; border: 1px solid #D2D2D2;  background: #FFF;}
p#supp-box .bold { margin-right: 1em; padding: 0.6em 1em; background: #F4F4F4; color: black; }
p#supp-box a { color: #EB841D; }
p#supp-box a:hover { color: #00A3D9; }

.box { padding: 10px 15px; }
.box a { border:0; }
.box.dark { padding-top: 10px; padding-bottom: 5px; background: #C8C8C8 url("images/box-corner.gif") no-repeat 100% 0; }
.box.dark a { color: black; font-size:12px;}
.box.hl { background: #f1f1f1; border-top: 1px solid white; }
.box.hl a { color: black; }
.box.hl a:hover { color: #3C3C3C; }
.box.dotlink ul { margin-bottom: 0; }

p#soumission { width: 100%; margin: 8px 0 0; background: #00A3D9 url("images/box-soumission.gif") no-repeat 100% 0; color: white; right: 0; }
p#zonemembre { width: 100%; margin: 8px 0 0; background: #99D52E url("images/box-zonemembre.gif") no-repeat 100% 0; color: white; right: 0; }
p#soumission a, p#zonemembre a { color: white; padding: 12px 15px; display: block; }
p#soumission a:hover, p#zonemembre a:hover { color: black; }

/* Icones */
.ico { background-repeat: no-repeat; background-position: 0 0; }
h1.ico, h2.ico { padding-left: 45px; line-height: 50px; }
.cat { background-image: url("./images/ico-cat.gif"); }
.app { background-image: url("./images/ico-app.gif"); }
.com { background-image: url("./images/ico-com.gif"); }

/* Fin Dave*/
