
body {
	background-color:#bebfc1;
	margin:0px;
	font-size:small;
	color:#555;
	background-image:url("fond_ancien.png");
}

a {
	color:black;
	text-decoration:none;
}

a:hover {
	color:#c02;
	text-decoration:underline;
}

h1 {
	font-size:large;
	color:#66a;
}

h2 {
	font-size:medium;
	color:#66a;
}

#principal {
	float:left;
	width:73%;
	padding:1em;
}

#annexe {
	font-size:0.9em;
	float:right;
	width: 20%;
	margin-right:1em;
}

.cadre {
	border-top:thin solid gray;
	border-left:thin solid gray;
	border-bottom:thin solid black;
	border-right:thin solid black;
	background-color:white;
	padding:1em;
}

#annexe > .cadre {
	border-top:none;
}

#enteteDePage {
	color:white;
	/*background-color:#1f6cd0;*/
	background-image:url("nojhan_pro_bandeau_1.png");
	background-repeat:repeat-x;
	background-position:top left;
	text-align:left;
	/*border-bottom:thin solid #800f1c;*/
	color:white;
	font-size:medium;
	padding:10px;
	margin-bottom:1em;
	height:115px;
}


#enteteDePage > #titre > a {
	color:white;
}

.entete {
	background-image:url("gradient3.png");
	background-repeat:repeat-x;
	background-position:top left;
	margin-top:2em;
	padding:5px;
	color:white;
	font-weight:bold;
	border-top:thin solid #c00f5c;
	border-left:thin solid #c00f5c;
	border-right:thin solid #c00f5c;
	border-bottom:none;
}

.onglet {
	border-top:thin solid gray;
	border-left:thin solid gray;
	border-bottom:thin solid gray;
	border-right:thin solid black;
	background-color:#eee;
	padding:5px;
	color:gray;
}

.onglet > a{
color:gray;
}

#onglet_courant > a {
	color:black;
}

#onglet_courant {
	background-color:white;
	border-bottom:thin solid white;
	color:black;
}

#onglet_queue {
	float:right;
}

#titre {
	font-weight:bold;
}

#soustitre {
	font-size:small;
}

#derniersArticles {
	margin-top:5px;
}


.date {
	font-size:x-small;
	color:gray;
}

.resume {
	background-color:#f9f9fa;
	background-color:#efeffa;
	border:thin solid #eee;
	border:thin solid #dfdfea;
	margin:2em;
	padding:1em;
}

.rubriques > ul {
	margin:0px;
	padding-left:10%;
}

.rubriques > ul > li > ul {
	padding-left:10%;
}

#pied_page {
	font-size:xx-small;
	color:#eee;
	text-align:right;
	clear:both;
}
 
.chapeau {
	font-style:italic;
}

.article_texte {
	margin:1em;
	text-align:justify;
}

.intro {
	font-size:x-small;
	padding-left:2em;
	margin-top:0px;
	text-align:justify;
}

.article_recent_1 > h2 {
	margin-bottom:0px;
}

.rss_link {
	background-image:url("feed-icon-16x16.png");
	background-repeat:no-repeat;
	background-position: left center;
	padding-left:20px;
	color:#e92;
}


.tag_taille_1{
	font-size: 90%;
}
.tag_taille_2{
	font-size: 110%;
}
.tag_taille_3{
	font-size: 130%;
}
.tag_taille_4{
	font-size: 150%;
}

.tag_epaisseur_1{
     font-weight:300;
}

.tag_epaisseur_2{
     font-weight:500;
}

.tag_epaisseur_3{
     font-weight:600;
}

.tag_epaisseur_4{
     font-weight:700;
}

.subsection {
	font-weight:bold;
}

.pdf_linkto {
	font-variant:small-caps;
	font-size:xx-small;
	background-image:url("pdf-dist_small.png");
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:15px;
	padding-top:1px;
	padding-bottom:1px;
}

.web_linkto {
        font-variant:small-caps;
        font-size:xx-small;
        background-image:url("icon_get_world.gif");
        background-repeat:no-repeat;
        background-position:center left;
        padding-left:15px;
        padding-top:1px;
        padding-bottom:1px;
}


