@charset "UTF-8";

/* ################################################### */
/* ############## GENERAL ############################ */
/* ################################################### */

body{
	background:#fff url(../graphisme/c_degrade_fond.gif) repeat-y left;
}

ul,li,p,h1,h2,h3,h4,h5,h6,form,input,label{
}

input, textarea{
}

a{
	color:#000;
}

a:hover{
	color:#0f0;
}

ul{
}


hr{
}

#plast{
}

#content{
}

/* ################################################### */
/* ############## HEADER ############################# */
/* ################################################### */

#header{
	border-bottom:9px #0f0 solid;
	color:#0f0;
}

div#titre{
}

#titre h1{
	color:#000;
}

#titre h1 a:hover{
	color:#000;
}


#menuHeader{
	color:#000;	
}

#menuHeader ul li{
}

input{
	border:solid #000 1px;
}
textarea.front{
	border:solid #000 1px;
}

input.button{
	background:#000;
	color:#fff;
	border:solid #000 1px;
}

input.button:hover{
	color:#0f0;
}

/* ################################################### */
/* ############## MENUS ############################## */
/* ################################################### */

/*MENU HAUT */
#menuHaut{
}

#menuHaut ul{
}

#menuHaut ul li{
}

#menuHaut{
}

#menuHaut #menuDown, #menuDown ul, #menuDown li{
}

#menuHaut #menuDown li {
}

#menuHaut #menuDown li a {
	border-bottom:solid 3px transparent;
}

#menuHaut #menuDown li a:hover {
	color:#000;
	border-bottom:solid 3px transparent;
}

#menuHaut #menuDown li .menuDown-hover {
}

#menuHaut #menuDown li ul {
	background-color:#69ffff;
}

#menuHaut #menuDown li ul li{
	color:#ccc;
}

#menuHaut #menuDown li ul li a {
	color:#000;
	border-bottom:dotted #000 1px;
}

#menuHaut #menuDown li ul li a:hover {
	color:#000;
	border-bottom:dotted #000 1px;
}

#menuHaut #menuDown li ul li:first-child a {
}

#menuHaut #menuDown li ul li:last-child a {
}


/* MENU LATERAL */

#menuLat{
}

#menuLat ul{
}


#menuLat ul li{
}

#menuLat ul li a:hover{
	color:#0f0;
}


/* ################################################### */
/* ############## COLONNES ########################### */
/* ################################################### */

.column{
}

#column1{
}

#column2{
}

#column3{
}


#columnPage{
	float:right;
}

#column1 div.post{
	background:url(../graphisme/c_degrade_bloc_01.gif) repeat top left;
	background-image:url(../graphisme/c_degrade_bloc_01.gif);
}

#column2 div.post{
	background:url(../graphisme/c_degrade_bloc_02.gif) repeat top left;
	background-image:url(../graphisme/c_degrade_bloc_02.gif);
}

#column3 div.post{
	background:url(../graphisme/c_degrade_bloc_03.gif) repeat top left;
	background-image:url(../graphisme/c_degrade_bloc_03.gif);
}


/* ################################################### */
/* ############## POST ############################### */
/* ################################################### */

.post{
}

.post p.date{
}

.post h1{
	color:#000;
}

.post h1 a{
}

.post h2{
}

.post h2:first-letter{
}

.post h2 a{
}

.post a, .post a:hover{
	color:#000;
}

.post p{
}

.post p:first-line{
}

.post p.suite{
}

.post p a{
}

.post .pub{
	color:#000;
	border:8px #000 solid;
}
.post .pub a{
	color:#000;
}


/* ################################################### */
/* ############## PAGE ############################### */
/* ################################################### */

#page{
}

.page{
	background:url(../graphisme/c_degrade_page.gif) repeat-y left;
}

.page p.date{
}

.page h1{
	color:#000;
}

.page h1 a{
}

.page h2{
}

.page h2 a{
}

.page p{
}

.page p a{
}

.page hr{
	border:dotted 1px #0f0;
}

.page hr.wrapper{
}

.page a.legendlabel{
	color:#0f0;
}

.legende{
}

#legende{
	background:#0f0;
}

#legende p{
	color:#000;
}

#legendeImg{
	background:#FF9;
}

#legendeImg p{
	color:#000;
}


#legende p .number{
	color:#F6F;
}

.page ul.cat{
}

.page ul.cat li{
}

.page ul.cat li a:hover{
	color : #0f0;
}

/* ################################################### */
/* ############## LISTING ############################# */
/* ################################################### */

ul#listing{
}

dl#listing dt, ul#listing li.toggleSubMenu {
	color:#000;
	border-top:dotted 1px #0f0;
}

dl#listing dt:first-child, ul#listing li.toggleSubMenu:first-child{
}

dl#listing dt:hover, ul#listing li.toggleSubMenu a:hover {
}

dl#listing dt a, ul#listing li.toggleSubMenu span, ul#listing li.toggleSubMenu a.letter{
}

dl#listing dt a:hover, ul#listing li.toggleSubMenu a.letter:hover{
	color:#0f0;
}

dl#listing dd ul, ul#listing li.toggleSubMenu ul{
}

dl#listing dd ul li, ul#listing li.toggleSubMenu ul li {
}

ul#listing li.toggleSubMenu ul li a:hover{
	color:#000;
}

/* ################################################### */
/* ############## NEWSLETTER ######################### */
/* ################################################### */

ul#liste_newsletter {
	color:#000;
}

ul#liste_newsletter li span{
}

ul#liste_newsletter li span{
	border-top:dotted 1px #0f0;
}

ul#liste_newsletter li:first-child span{
}

ul#liste_newsletter li ul li{
}


/* ################################################### */
/* ############## FOOTER ############################# */
/* ################################################### */

#footer{
	border-top:10px #0f0 solid;
	background:#fff url(../graphisme/c_degrade_fond.gif) repeat-y left;
}

#footer ul{
}

#footer ul li{
}

#footer ul li a{
}



form label{
}

form input{
}



