body {
	margin : 0;
	padding : 0;
	background : #EEE;
	font-family: Verdana, Geneva, "Bitstream Vera Sans", sans-serif;
	font-size: 80%;
	color : #000;
}

html>body{
	background-position: 65em 0;
}

p {
	margin : 1em 0;
	line-height: 1.5em;
}

form { 
	display : block; 
	margin : 0; 
	padding : 0; 
}
code,pre { 
	font-family : "Courier New",monospace; 
	font-size : 1em; 
	width: 95%; 
	margin-left:10px;
    padding: 0.5em;
    border: 1px dashed #8cacbb;
    color: Black;
    background-color: #dee7ec;
    overflow: auto;
}
q { 
	font-style : italic; 
}
a { 
	color : #6F8AAA 
}
a:hover, a:focus, a:active { 
	color: #333; 
}
a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #666;
	background : transparent;
}

img, a img{
	border : none; 
	max-width: 100%; 
	text-decoration: none;
}

ul{
	list-style: square;
	list-style-image: url(images/puce_ul.png);
}

.left{ 
	float: left; 
	margin-right: 1ex;
}
.right{ 
	float: right; 
	margin-left: 1ex;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h2{
	font-size: 1.3em;
	color: #444;
	background: transparent;
}

h3{font-size: 1.2em;}
h4{font-size: 1.1.em;}

/* Page
************************************************************/
#page {
	text-align: left;
	width: 88%;
	margin: 10px auto 10px auto;
	position: relative;
	background: #fff;
	border: 1px solid #CFCFCF;
	-moz-border-radius:6px;
	border-radius:6px;
	padding: 0;
}

/* Header
************************************************************/
#top {
	margin : 0;
	height: 140px;
	background: #BFD4E8 url(images/header.jpg) repeat-x;
	color: inherit;
	position: relative;
}

#top h1 {
	margin: 0;
	position:relative;
	color:transparent;
	font-family: "Trebuchet MS", sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.5em;
	margin-top:110px;
	margin-left:10px;
	text-align:right;
}

#top a {
	text-decoration : none;
	color: #FFF;
	background: transparent;
}


/* Prelude
************************************************************/
#prelude {
	text-align:right;
	margin : 0;
	color: #BFD4E8;
	background: transparent;
}

#prelude a {
	color : #BFD4E8;
	background: transparent;
}

#prelude a:hover {
	color : #FFF;
	background: transparent;
}

/* 
************************************************************/
#main {
	margin: 1em 220px 0 20px;
	padding: 1em 1em 0 0;
	border-right:1px dotted silver;
}

#content {
	margin: 0 0 0 2ex;
}

fieldset{
	border: none;
}

.field label{
	display: block;
}

.field textarea{
	width: 100%;
	height: 20em;
	border: 1px solid #999;
}

input[type=text]{
	border: 1px solid #999;
}

/* Sidebar
************************************************************/
#sidebar {
	width: 200px;
	margin: 0;
	padding-left:10px;
	padding-right:5px;
	float:right;
	/*border-left:1px dotted silver;*/
}

#sidebar h2{
	font-size: 1.1em;
	color: inherit;
	padding-left: 0.5em;
	font-size: 15px;
	margin: 1em 0 0 0;

	background: url("images/puce_h2_menu.png") no-repeat left;
	padding: 0 0.2em 0 1.3em;
	border-bottom: 1px solid silver;
}

.back-to ul, #top-categories ul, #categories ul, #syndicate ul, #contact ul, #otherPages ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/*#sidebar {
background:url("http://nico.tuxfamily.org/xmedia/theme/chaudejournee/images/bayanihan-tux.png") no-repeat;
background-position:0px 38px;
}*/

.back-to  ul li, #top-categories ul li, #categories ul li, #syndicate ul li, #contact ul li, #otherPages ul li {
	margin: 1ex 0;
    list-style: none;
	display: block;
}

.back-to  ul li a, #top-categories ul li a, #categories ul li a, #syndicate ul li a, #otherPages ul li a {
	text-decoration: none;
	display: block;
	width: 95%;
    color: #CD1010;/*#555;*/
    margin: 1px;
	padding: 2px;
    text-decoration: none;
	border: 1px solid white;
	font-weight: bold;
}

.back-to  ul li a:hover, #top-categories ul li a:hover, #categories ul li a:hover, #syndicate  ul li a:hover, #otherPages ul li a:hover{
    text-decoration: none;
    color: #555;
    background-color: #fff0bb;
	border: 1px solid #f7ba21;
    background-color: #d8e0ed;
	border: 1px solid #7f9bc6;
}
#top-categories ul li a.catcurrent, #categories ul li a.catcurrent  {
	padding: 2px;
    text-decoration: none;
    color: #555;
    background-color: #fff0bb;
	border: 1px solid #f7ba21;
}
#top-categories ul li a.catcurrent:hover, #categories ul li a.catcurrent:hover {
	padding: 2px;
    text-decoration: none;
    color: #555;
    background-color: #d8e0ed;
	border: 1px solid #7f9bc6;
}

#contact a {
	text-decoration: none;
	display: block;
	width: 95%;
	height:64px;
	background: url("images/contact.png") no-repeat;
	background-position:130px;
}
#contact a:hover {
	background: url("images/contact_hover.png") no-repeat;
	background-position:130px;
}

/* Recherche */
#q{
	background: #FFF url("images/search.png") no-repeat;
	background-position: 3px center;
	padding-left: 16px;
	width: 10em;
}


/* A retenir */
#selection{
	margin-bottom: 3em;
}

#selection h2{
	font-weight: bold;
	color: #F90;
}

/* Footer
************************************************************/
#footer {
	margin: 0;
	padding: 1ex 1em;
	clear: both;
	background: #EFEFEF;
	height: 30px;
	background: #BFD4E8 url("images/footer.jpg") repeat-x;
}


#footer a{
	color: #A0A0A0;
	text-decoration: none;
}

/*
************************************************************/
.error {
	border : 1px solid #c00;
	background : #fee;
	padding : 0.5em;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}

ol.tree {
	margin: 0;
	padding: 0;
}
ol.tree li {
	display: inline;
	list-style-type: none;
	padding-right: 0.7em;
	padding-left: 0;
}

ol.tree li:before {
	content: '\00bb  ';
}
.resource, .news {
	margin-bottom:15px;
}
.resource h2, .news h2 {
	font-size: 1.1em;
	color: black;
	font-weight: bold;
	padding-left: 0.5em;
	font-size: 15px;
	margin: 1em 0 0 0;
	background: url("images/puce_h2.png") no-repeat left;
	padding: 0 0.2em 0 1.3em;
	border-bottom: 1px solid silver;
}
.resource a, .news a {
	text-decoration:none;
}
.resource h2 a, .news h2 a {
	color: black;
}
.resource h2 a:hover, .news h2 a:hover {
	color: #f7ba21;
}
.resource-info, .news-info {
	font-size:0.7em;
	font-style:italic;
	margin:0;
	text-align:right;
}
.resource h3, .news h3 {
	font-size: 1.0em;
	color: black;
	font-weight: bold;
	margin-top: 1.5em;
	margin-left:10px;
	background: url("images/puce_h3.png") no-repeat left;
	padding: 0 0.2em 0 1.0em;
	border-bottom: 1px solid silver;
}
.resource h4, .news h4 {
	font-size: 0.85em;
	color: black;
	font-weight: bold;
	margin-top: 1.0em;
	margin-left:10px;
	background: url("images/puce_h4.png") no-repeat left;
	padding: 0 0.2em 0 1.0em;
}
input.submit {
	border:1px;
	border-style: solid;
	border-color: #999;
	background: #d2e0e6 url("images/degrade_bleu.png") repeat-x 0 100%;
	font-weight: bold;
}
input.submit:hover, input.submit:focus {
	background: #fc3 url("images/degrade_orange.png") repeat-x 0 100%;
	color: #fff;
}
fieldset{
	border: none;
}
.fieldc {
	border:0px solid red;
	margin:0em;
}
.fieldc label{
	display:block;
	width:250px;
	cursor: pointer;
}
input,textarea{
	margin:0em;
	border-width: 1px;
	border-color: #ccc;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
input[type=text],textarea {
	border-style: solid;
}
textarea{
	width: 100%;
}
input[type=text]:hover, textarea:hover {
	border-color: #f90;
}
input[type=text]:focus, textarea:focus {
	border-color: #3d628e;
}

input.submit:active {
	border-style: solid;
}
ul#menu {
	height: 35px ;
	margin: 0px;/* 5px 0 5px ;*/
	padding: 0 ;
	background: url("images/bg_menu.gif") repeat-x 0 -25px ;
	list-style-type: none ;
	list-style-image:none;
}
ul#menu li {
	float: left ;
	text-align: center ;
}
ul#menu li a {
	width: 130px ;
	line-height: 25px ;
	font-size: 1.2em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #55739b ;
}
ul#menu li a:hover {
	background: url("images/bg_menu.gif") repeat-x 0 0 ;
}
div.px-comment {
	margin: 0.8em 0 0 0;
	font-size : 1em; 
	margin-left:10px;
	border: 1px dashed #8cacbb;
	background-color: #EFF3F6;
	overflow: auto;
	padding: 0.0em 0.5em 0em 0.3em;
}
.px-comment-info {
	font-weight: bold;
	color: #111;
	margin: 0.2em 0 0 0;
/* 	padding: 0em 1em 0.5em 0.5em; */
}