@charset "UTF-8";

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

body{
	background:#f0f url(../graphisme/degrade_fond.gif) repeat-y left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}

ul,li,p,h1,h2,h3,h4,h5,h6,form,input,label{
	margin:0px;
	padding:0px;
	font-size:1em;
	font-weight:normal;
}

input, textarea{
	border:none;
	max-width:100%;
}

a{
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#0ff;
}

ul{
	list-style:none;
}


hr{
	clear:both;
	visibility:hidden;
}

#plast{
	width:1000px;
	/*background:#F69;*/
	margin: 5px 0px 0px 10px;
}

#content{
	margin-right:185px;
	margin-bottom:35px;
	/*background:#990;*/
	padding:0px;
}

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

#header{
	border-bottom:10px #0FF solid;
	color:#0ff;

	display:none;
}

#titre{
	width:400px;
}

#titre h1{
	font-size : 3.6em;
	color:#000;
	line-height:0.92em;
	font-family:"Arial Black", sans-serif;
	text-transform:uppercase;
}

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


#menuHeader{
	float:right;
	color:#000;
	width:180px;
	margin-top:180px;	
}

#menuHeader ul li{
	text-transform:uppercase;
	font-size:0.8em;
	padding:1px 0px;
}

input{
	background:none;
	border:solid #000 1px;
	padding:1px;
	text-transform:uppercase;
}

input.button{
	background:#000;
	color:#F0F;
	border:solid #000 1px;
	padding:1px 3px;
	text-transform:uppercase;
}

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

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

/*MENU HAUT */
#menuHaut{
	/*background:#FF0;*/
	margin-top:5px;

	display:none;
}

#menuHaut ul{
	list-style:none;
}

#menuHaut ul li{
}

#menuHaut{
	position:relative;
	z-index:800;
}

#menuHaut #menuDown, #menuDown ul, #menuDown li{
	list-style: none;
	padding: 0;
	margin: 0;
}

#menuHaut #menuDown li {
	float: left;
}

#menuHaut #menuDown li a {
	cursor: pointer;
	font-weight: bold;
	font-family:"Arial Black", sans-serif;
	/*color: #000;*/
	display: block;
	font-size:1.2em;
	padding-left:5px;
	text-transform:uppercase;
}

#menuHaut #menuDown li .menuDown-hover {
}

#menuHaut #menuDown li ul {
	display: none;
	background-color:#a374ff;
	float:left;
	position:absolute;
	padding:5px 0px;
}

#menuHaut #menuDown li ul li{
	float:none;
	text-align: left;
	color:#ccc;
	width:150px;
}

#menuHaut #menuDown li ul li a {
	color:#0FF;
	display: block;
	font-size:0.9em;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-bottom:dotted #0ff 1px;
	margin:0px 5px;
	padding:7px 0px;
}

#menuHaut #menuDown li ul li a:hover {
	text-decoration:underline;
}

#menuHaut #menuDown li ul li:last-child a {
	border-bottom:none;
}


/* MENU LATERAL */

#menuLat{
	width:180px;
	float:right;

	display:none;
}

#menuLat ul{
	margin-bottom:20px;
}


#menuLat ul li{
	font-family:"Arial Black", sans-serif;
	text-transform:uppercase;
	font-size:0.8em;
	padding:1px 0px;
}

#menuLat ul li a:hover{
	text-decoration:underline;
}


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

.column{
	width:265px;
	float:left;
	margin-right:5px;
}

#column1{
	/*background:#90F;*/
}

#column2{
	/*background:#900;*/
}

#column3{
	/*background:#30F;*/
}


#columnPage{
	float:right;
}

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

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

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


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

.post{
	/*background:#396;*/
	width:265px;
	margin:0px 0px 5px 0px;
}

.post p.date{
	padding:5px 10px;
	font-size:2.1em;
	font-family:Arial, Helvetica, sans-serif;
}

.post h1{
	padding:0px 10px 5px 10px;
	font-size : 2.4em;
	text-transform:uppercase;
	color:#000;
	line-height:0.92em;
	font-family:"Arial Black", sans-serif;
}

.post h1 a{
}

.post h2{
	padding:0px 10px 5px 10px;
	font-size:2.4em;
	line-height:0.9em;
	font-style:italic;
}

.post h2 a{
}

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

.post p{
	padding:0px 10px 10px 10px;
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.post p a{
	text-decoration:underline;
}

.post .pub{
	color:#0FF;
	border:8px #0FF solid;
	padding:5px 0Px;

	display:none;
}
.post .pub a{
	color:#0FF;
}

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

#page{
	z-index:200;
}

.page{
	position:relative;
	float:left;
	width:535px;
	margin:0px 5px 5px 0px;
	background:url(../graphisme/degrade_page.gif) repeat-y left;
}

.page p.date{
	padding:5px 10px;
	font-size:2.5em;
	font-family:Arial, Helvetica, sans-serif;
}

.page h1{
	padding:0px 10px 5px 10px;
	font-size : 2.5em;
	text-transform:uppercase;
	color:#000;
	line-height:0.92em;
	font-family:"Arial Black", sans-serif;
}

.page h1 a{
}

.page h2{
	padding:0px 10px 5px 10px;
	font-size:2.5em;
	line-height:0.9em;
	font-style:italic;
}

.page h2 a{
}

.page p{
	padding:0px 10px 10px 10px;
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.page p a{
	text-decoration:underline;
}

.page hr{
	border:dotted 1px #0ff;
	visibility:visible;
	margin:10px;
}

.page hr.wrapper{
	border:none;
}

.page a.legendlabel{
	color:#6FF;
	font-size:0.9em;
	font-weight:bold;
}

.legende{
	display:block;
	float:right;	
}

#legende{
	position: absolute;
	width:265px;
	background:#0ff;
	top:600px;
	left:550px;
	z-index:700;
	visibility:hidden;
	margin-top:-10px;
}

#legende p{
	margin:5px 5px 10px;
	color:#000;
	font-size:0.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#legendeImg{
	position: absolute;
	width:265px;
	background:#FF9;
	/*top:600px;
	left:550px;*/
	z-index:701;
	visibility:hidden;
	margin-top:-10px;
}

#legendeImg p{
	margin:5px 5px 10px;
	color:#000;
	font-size:0.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
}


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

.page ul.cat{
	margin:10px 10px 20px 10px;
}

.page ul.cat li{
	font-family:"Arial Black", Gadget, sans-serif;
	text-transform:uppercase;
	font-size:2em;
	border-bottom:dotted 1px #0ff;
}

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

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

dl#listing dt, ul#listing li.toggleSubMenu {
	/*cursor:pointer;*/
	color:#000;
	display:block;
	list-style:none;
	clear:both;
	margin:0px 5px;
	border-top:dotted 1px #0ff;
}

dl#listing dt:first-child, ul#listing li.toggleSubMenu:first-child{
	border-top:none;
}

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{
	text-transform:uppercase;
	display:block;
	font-size:2em;
	font-family:"Arial Black", Gadget, sans-serif;
}

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

dl#listing dd ul, ul#listing li.toggleSubMenu ul{
	list-style:none;
	margin:1px 5px 10px 1px;
}

dl#listing dd ul li, ul#listing li.toggleSubMenu ul li {
	margin:1px 0px;
	text-transform:uppercase;
	font-size:0.8em;
	display:block;
	margin-left:0px;
}






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

#footer{
	/*background:#FF0;*/

	position:fixed;
	clear:both;
	border-top:10px #0FF solid;
	width:1000px;
	height:25px;
	bottom:0px;
	background:#f0f url(../graphisme/degrade_fond.gif) repeat-y left;
	z-index:900;

	display:none;
}

#footer ul{
	list-style:none;
	margin-top:5px;
	margin-left:5px;
}

#footer ul li{
	float:left;
	margin-left:5px;
}

#footer ul li a{
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
}





