/*Definition style des balise de base */

h1, h2, h3, h4, h5, h6, h7 {
	font-family: arial, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: rgb(95, 0, 81);
	border: 0px;
	padding: 0px;
	margin: 0px;
	Padding-bottom: 10px;
	text-transform:
	}
h2{font-size: 90%;}
h3{font-size: 85%;}
h4{font-size: 80%;}
h5{font-size: 70%;}
h6{font-size: 70%;}
h7{font-size: 70%;}

ul, ol, li{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	}
a{ color: inherit;}
a:hover {background-color: silver;}
img{
	border: 0px;
	padding: 0px;
	margin: 3px;
	}
/** EFFETS */
.hiddenMenu, .hiddenCommentDiv, .hidden {
	display: none;
	}
.Visible{
	display: block;
	z-index: 99;
	}
/*fait varier la couleurs des bordures d'une liste*/
.on{
	border-left: 10px solid rgb(95, 0, 81);
	}

.off{
	border-left: 10px solid rgb(255, 204, 102);
	}
/** definition des ballises de structures**/

/*entete/bandeau*/
#entete{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 140px;
	width: 100%;
	}
#entete h1{
	display: block;
	margin-top: 8px;
	margin-left: 10px;

	font-size: 22px;
	color: rgb(95, 0, 81);
	border-bottom: 1px dotted silver;
z-index: 99;	
}

#entete h2{
	display: block;
	margin-top: 5px;
	margin-left: 10px;
	font-size: 13px;
	color: rgb(140, 140, 140);
z-index: 99;
	}

#entete h2 b{
	font-size: 120%;
	color: rgb(220, 130, 110);
	}

#logo_gauche{
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-left: 3px;
	margin-right: 20px;
	z-index: 0;
	}

#logo_droite{
	float: right;
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-left: 20px;
	margin-right: 5px;
	z-index: 0;
	}

/*Menu*/
#menu{
	display: block;
	position: absolute;
	top: 145px;
	left: 0px;
	width: 180px;
	border: 1px solid rgb(24, 90, 148);
	background-color: rgb(195, 215, 231);
	}
#menu h1{
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 3px;
	color: ivory;
border-top: 1px solid black;
border-bottom: 1px solid balck;
background-color: rgb(24, 90, 148);
	}
#menu a{text-decoration: none;}
#navigation{
	padding-left: 10px;
	}
#navigation .menulist{

	}
#menu_rubriques{
	padding-left: 10px;
	font-family: arial, sans-serif;
	}
#menu_rubriques .menuItem{padding-left: 10px;}
#menu_rubriques .menuItem img{cursor: pointer;}
.menuSSrub{
	display: block;
	cursor: pointer;
	}
.visible{
border: 1px solid white;
color: maroon;
}
.menuItem img{
float: left;
}
.menuItem{
font-size: 19px;
font-family: arial, sans-serif;
}
.visible{
font-size: 12px;
font-weight: bold;
}
.visible .menuSSrub{
background-color: rgb(223, 247, 255);
color: rgb(24, 90, 148);
}
/*description du contenu*/
#contenu{
	display: block;
	position: absolute;
	top: 145px;
	left: 190px;
	right: 190px;
	bottom: 0px;
	width: 100%;
	overflow: hidden scroll;
	}

#article, #Une, #edito, #telex, #forum, #form_forum, #form_forum_ini{
	position: relative;
	right: 0px;
	margin-right: 400px;
	}

#telex{
	display: block;
	color: black;
	font-family: courier;
	font-size: 14px;
	border: 2px solid red;
	background-color: rgb(255, 207, 207);
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
#telex h4{
	color: black;
	font-size: 16px;
	font-weight: bold;
	}
	
	
#contenu h1{font-size: 230%;
	font-weight: bolder; 
	border-bottom: 1px solid silver;
	margin-bottom: 4px;
	padding-bottom: 0px;
	width: auto;
	}
#contenu h2{font-size: 110%;}
#contenu h3{font-size: 105%;}
#contenu h4{
	font-size: 80%;
	font-weight: lighter;
	text-decoration: underline overline;
	font-style: italic;	
	}
#contenu .notes{
	background-color: rgb(255, 228, 175);
	border: 1px dashed rgb(35, 71, 140);
	}
.formulaire_auteur{cursor: pointer;}
.encart{
	float: right;
	font-size: 12px;
	border: 1px dotted silver;
	margin-bottom: 10px;
	}	
.UneItem{
	margin-bottom: 20px;
	padding-left: 10px;
	border-bottom: 1px dotted silver;
	}
.resume{
	width: 90%;
	padding-left: 10px;
	}
.auteur{width: 10%;}
.date, .suite, .docs{
	font-family: arial, sans-serif;
	font-size: 12px;
	}

#news{
font-family: courrier;
font-size: 11px;
text-align: left;
padding: 5px;
}
#news h1{
color: blue;
padding-bottom: 15px;
padding-top: 5px;
	}
#news h3{
color: blue;
padding-bottom: 0px;
padding-top: 15px;
border-bottom: 1px solid maroon;
}

/*description des raccourcis*/
#raccourcis{
	display: block;
	position: absolute;
	top: 145px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 165px;
	margin-right: 15px;
	border: 0px;
	text-align: center;
	background-color: white;
	}
#raccoucis #news h2{
	Background-color: rgb(167, 199, 255);
	}
#raccourcis #news h4{
	border-bottom: 1px rgb(24, 90, 148);
}
#raccourcis #news{
	border: 2px solid rgb(24, 90, 148);
}

#news .corps{
	text-align: justify;
	font-size: 80%;
	}
#google{
	display: none;
	}, 148);
}
#raccourcis #news{
	border: 2px solid rgb(24, 90, 148);
}

#news .corps{
	text-align: justify;
	font-size: 80%;
	}
#google{
	display: none;
	}
#recherche{
	border: 1px dotted rgb(24, 90, 148);
	}