
/* ----- Wider CSS Rules ----- */

#note li {list-style-type: square;}
	
body {
position: relative;
background: #fff url(/i/fond-nouvellys.png) fixed repeat-x;
text-align: center;
margin: 0;
padding: 0;
}

img {border:0;}

#note img {margin: 0 10px;}

h2 {
	clear: both;
	margin: 30px 0 10px 0;
}
a:hover {
	color: #999;
}

h3 a {
	color: #282828;
	text-decoration: none;
	border: 0;
	font-size: 140%;
}
h3 a:visited {
	color: #000;
}

h3 a:hover { color: #282828;}
#head {
position: absolute;
background: #fff url(/i/fondtitre.png) repeat-x;
width: 100%;
height: 100px;

top:0;
left: 0;
text-align: left;
}
li p {
	padding: 0 15px;
}
#wraphead {
	position: relative;
	text-align: center;
	width: 80%;
	max-width:900px;
	margin: 0 auto;
}
#head span {
	display: none;
}
a.fleche {
	background: transparent url(/i/sprite.png) -624px -8px no-repeat;
	height: 18px;
	width: 25px;
	display: block;
	text-indent: -10000px;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	right: 0;
}

a.titre {
	background: url(http://nouvellys.com/i/logonouvellys.png) no-repeat;
	display: block;
	opacity:1;
	width: 292px;
	height: 56px;
	text-indent: -10000px;
    position: relative;
    top:0px;
    left:-30px;
}

.menu-categories {
	position: absolute;
	top: 60px;
	right:0px;
	min-height: 30px;
	font-size: 12px;
	font-family: Verdana;
}
.menu-categories li  {
	float: left;
	list-style-type: none;
	margin: 0 3px;
	padding: 6px;
	text-align: center;
	border: 1px outset #999;
	border-bottom: 0;
}
.menu-categories li:hover {
	background: #FFF;
}
.menu-categories .on:hover {
	background: #fff;
}
.menu-categories a{
	text-decoration: none;
	
}
.menu-categories .on {
	background: #E4F6FF;
	border: 1px outset #fff;
	border-bottom: 0;
}

.menu-categories .no {
	background: transparent;
	border: 0;
	position: relative;
	top: -40px;
	margin: 5px;
	padding: 0px;
}

.menu-categories .no:hover {
	opacity: 0.5;
	background: transparent;
}
.menu-categories .no img {
	border: 1px outset #bbb;
	padding: 1px;
	background: #fff;
}
#head h1 {
	position: absolute;
	font-size: 45px;
	color: #fff;
	top:-5px;
	left: 30px;
}
#head h1 a {
	color: #fff;
	text-decoration: none;
}

div#contenu {

    position: relative;
    text-align: left;
    top: 110px;
	width:80%;
	max-width: 900px;
	margin:0 auto;
	padding-bottom: 30px;
}

.medias {
width: 23%; 
text-align: left;
margin: 4px;
float: left;
padding: 0; 
background: transparent;
height: 800px;

}
.medias h2 {
width: 100%;
color: #fff;
height: 35px;
margin:0;
padding: 5px 0;
text-align: left;
}

hr {
color: #fff; 
}
a {
	color:#000;
}
.medias a:visited {color: #000;}

.medias h2 a {
	color: #333;
	top: 10px;
	background: #FCF0B7;
	padding: 4px;
}




#note {
	font-size: 25px;
	text-align: justify;
	padding-bottom: 10px;
	font-family: Verdana, Georgia, Clarendon, sans-serif;
}

.note p {
	padding: 0;
	margin: 0;
	line-height: 1.3;
}

.note ul {
	padding: 10px 20px;
	margin-left: 0;
}

.note ul li {
		float: left;
		padding: 3px;
		margin: 2px;
		list-style-type: none;
}

.note h3 {clear: both;}

.pubgoogle {
text-align: center; clear: both; margin: 20px 0;
}
.pubgoogle a {
background: FCF0B7;
padding: 3px;
}

/*  plus */

div#site {
    position: relative;
    top: 110px;
	width:80%;
	max-width: 900px;
	margin:20px auto 0 auto;
	text-align: left;
}

code {
	font-size:1.1em;
	background-color:#f3f3ff;
	color:#000;
}

div#site pre {
	background-color:#f3f3ff;
	color:#000080;
	border:1px dotted #000080;
	overflow:auto;
	padding:3px 5px;
}

blockquote {
	font-size:11px;
	color:#666;
	border-left:4px solid #666;
	margin:10px 0 10px 30px;
	padding:0 5px 0 10px;
	background-color:#f3f3f3;
}
.footnote,
.footnote a {
	font:10px/12px verdana, sans-serif;
	color:#aaa;
}

.footnote em {
	background-color:transparent;
	font-style:italic;
}

div#site img {
    float: left;
    display: none;
	max-height: 60px;
	max-width: 60px;
	margin: 0 5px 5px 0;
	padding: 5px;
	border: 1px outset #bbb;	
}
ol {
	margin:10px 0 10px 20px;
	padding:0 0 0 15px;
}

ol li {
	clear: both;
	margin:0 0 20px 0;
	padding:0 0 0 3px;
	border-bottom:1px solid #ccc;
	min-height: 40px;
}

#fleche {
	position: fixed;
	bottom: 0;
	right: 0;
}

#nouvelles {clear: both;}

#nouvelles ul {
	margin:0;
	padding:0;
	border-top: 1px solid #ccc;
	font-size: medium;
}

#nouvelles ul li {
	clear: both;
	margin:0;
	padding:4px;
	border-bottom:1px solid #ccc;
	list-style-type: none;
	display: block;
}

#nouvelles ul li:hover {
	background: #FFFFCC;

}

#nouvelles ul li a {
	text-decoration: none;
	display: list-item;
	padding: 3px;
}

#nouvelles ul li a:visited {
	color: #A01C1C;
	background: #fff;
}

#footer {
	clear: both;
	height: 50px;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
	position: relative;
	right: 0;
}

#presentation {
	background: #ECE4A5;
	border: 1px #bbb outset;
}

#presentation p {
	margin: 10px;
}

#ie6 {
	display: none;
	background: #F4DBF7;
	border: 1px #bbb outset;
	margin-bottom: 20px;
}

a span {
	color: #bb2323;
	text-decoration: none;
}

/* Tableaux */
.classements {
	float: left;
	margin: 0 40px;
}
table {
	border: 1px outset #bbb;
	background: #fff;
}
caption {
	padding: 0 0 5px 0;
	font: italic 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

th {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: center;
	padding: 5px;
	background: #FFFFCC ;
}



td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 5px;
	color: #000;
	text-align: center;
}

td img {margin: 10px;}

td.imp {
	background: #DFF3FF;
	color: #000;
}

td.poches {
	background: #efefef;
}


/* Onglets */

.onglet1 {background: #ECE4A5;}
.onglet2 {background: #8AB87E;}
.onglet3 {background: silver;}

h1 {
  font: bold 330%/100% "Lucida Grande";
  position: relative;
  color: #464646;
}
h1 span {
  background: url(/i/fond-titre.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 31px;
}

h3, #parents h3, #parents p{
	padding: 0 15px;
}
#parents ul {
	border-top: 1px dotted #ccc;
	background: #F0FBFF;
	margin: 0;
	padding: 0;
	width: 924px;
}
#parents ul li {
	clear: both;
	margin:0;
	padding:4px;
	border:1px dotted #ccc;
	border-top: 0; 
	list-style-type: none;
	display: block;
}

#parents ul li:hover {
	background: #FFFFCC;

}

#parents ul li a {
	text-decoration: none;
	display: list-item;
}

#parents ul li:visited {
	color: #DF341E;
	background: #FCF0B7;
}

#english ul {
	margin:30px 0;
	padding:0;
	border-top: 1px solid #ccc;
	font-size: 98%;
}

#english ul li {
	clear: both;
	background: #EDF7FC;
background:#fff;
	margin:0;
	padding: 3px 10px;
	border:1px solid #ccc;
	border-top:0;
	list-style-type: none;
	display: block;
}

#english ul li:hover {
	background: #ffffcc;

}

#english ul li a {
	text-decoration: none;
}


#english ul li a:hover {
	color: #585858;
}
#english li h3 {
	margin: 5px 0 0 0; 
	padding: 0;
	font-size: 120%;
}
