﻿html {	
	height:100%;		
}

* {
	margin:0;
	padding:0;
}

body 
{
	color:Black;
	font-size:12px;	
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(test.gif);
	background-repeat:repeat-x;
	background-color:#dea3e0;
	height:100%;
	min-height:100%;	
}

#container{	
	margin:0 10px;		
	height:95%;
}

#main {
	height:100%;
	overflow:hidden;
}

.haut
{

	border-width:1px;
	border-color:Black;
	border-style:solid;
	width:100%;
	height:20px;
}

.haut2
{
	height:40px;
	width:100%;
	background-image:url(croix_petit.jpg);
	background-repeat:repeat-x;
}


.rightContent  {	
	padding: 10px 10px 10px 15px;
	border-left:1px solid #a4b4d4;
	border-right:1px solid #a4b4d4;
	background:white;
	height:100%;
	text-align:justify;
	width:auto;
	
}

.fluid
{
	overflow: auto;
	width: 100%;
	height:85%
}

.gauche
{
	background-image:url(test2.gif);
	background-repeat:repeat-y;
	border-style:solid;
	border-width:1px;
	
		float:left;
 	width:185px; 
    height:100%; 
}

.ImageArticle
{
	
}

.ContenuGauche
{
	overflow:hidden;
	padding:5px;
	height:85%;
}

.ContenuGauche a:visited 
{
	text-decoration:none;
}

.DivBlog
{
	padding-left:20px;
}

.droite
{
	border-width:1px;
	border-style:solid;
	margin-left:225px;
	border-left-style:none;
	height:100%;
}

.droite2
{
	float:left;
	width:40px;
	background-image:url(brod_petit.jpg);
	background-repeat:repeat-y;
	height:100%;
}


.form 
{
	height:100%
}

.NodeHover
{
	
}

.Node
{
	padding-left:5px;
	padding-top:3px;
}

.imageArt img
{
	text-decoration:none;
	border:none;
}

ul
{
	list-style-type:disc;
	list-style-position:inside;
}

li
{
	list-style-type:disc;
	list-style-position:inside;
}