/*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: silver;
	border: 0px;
	padding: 0px;
	margin: 0px;
	Padding-bottom: 10px;
	}
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;
	text-decoration: none;
	}

a:hover {background-color: silver;}

img{
	border: 0px;
	padding: 0px;
	margin: 3px;
	}
/** EFFETS */
.hiddenMenu, .hiddenCommentDiv, .hidden {
	display: none;
}
/*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;
	}
#entete h1{
	display: block;
	font-size: 22px;
	color: rgb(95, 0, 81);
}

#entete h2{
	display: block;
	font-size: 13px;
	}

#entete h2 b{
	font-size: 120%;
	color: rgb(220, 130, 110);
	}

#logo_gauche{	display: none;}

#logo_droite{display: none;}

/*Menu*/
#menu{display: none;}
#menu h1{}
#menu a{}
#navigation{}
#navigation ul.menulist{}
#menu_rubriques{}
#menu_rubriques #suite{}
#menu_sousrubriques{}
/*description du contenu*/
#contenu{
	display: block;
	width: 100%;
	}

#article, #Une, #edito, #telex{}

#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);
	}
.encart{
	float: right;
	margin: 3px;
	padding: 0px;
	border: 1px solid rgb(220, 130, 110);
	width: 20%;
	text-align: center;
	background-color: rgb(255, 249, 142);
	color: black;
	}	
.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 h3{
color: blue;
padding-bottom: 0px;
padding-top: 15px;
border-top: 1px solid maroon;
}

/*description des raccourcis*/
#raccourcis{
	display: none;
	}
#raccoucis #news h2{	}
#raccourcis #news h4{}
#raccourcis #news{}

#news .corps{	}
#google{}