/*===================================================
#		Index de la feuille de style :				#	
#		1. Style généraux							#
#		2. page article							#
#		3. page forum							#
====================================================*/

/*  ------------------------------------------
/*  1. Style généraux
/*  ------------------------------------------
*/

/* the bit that does the work */

body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 100%;
	max-height: 100%;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
	text-align: justify;
  }

/* for internet explorer */
* html body {
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
  }

#header {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 25px;
	overflow: hidden;
	background-image: url(../images/icones/article_header.png);
	background-repeat: repeat-x;
	}
  
#content {
	position: fixed;
	top: 25px;
	left: 0;
	bottom: 30px;
	right: 0;
	overflow: auto;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width:430px;
  }

* html #content {
	height: 100%;
	width: 100%;
  }

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	overflow: hidden;
	text-align: center;
	background-image: url(../images/icones/article_footer.png);
	background-repeat: repeat-x;
  }
  
/* end of bit that does the work */
/* end of bit that does the work */
/* end of bit that does the work */

#content fieldset {
	border: 1px solid #CCCCCC;
	padding: 4px;
	font-size: 11px;
	width: 97%;
	margin-top: 2px;
	text-align: left;
	}
	
#content .fieldset_contenu {
	color: #333333;
	text-align: left;
}
	


/*  ------------------------------------------
/*  2. page article
/*  ------------------------------------------
*/

#header .menu {
	height: 25px;
	margin-top: 5px;
	margin-left: 35px;
	}
	
#header .menu_actif {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	}
	
#header .menu_on a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-left-color: #FFFFFF;
	background-color: #693;
	}
	
#header .menu_off {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-left-color: #FFFFFF;
	background-color: #CCCCCC;
	}
	
#content .breadcrumb {
	color: #000000;
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#content .descriptif {
	color: #333333;
	text-align: left;
	font-size: 12px;
	}
	
#content .titre_ligne TD {
	font-size: 15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
}

#content .titre {
	color: #669933;
	}

#content .note {
	color: #CC6600;
	}
	
#content .texte {
	text-align: justify;
	font-size: 12px;
	margin-top: 5px;
	color: #333333;
	}
	
#content .texte b {
	color: #447711;
	}
	
#content .texte a {
	color: #3300FF;
	text-decoration: underline;
	}
	
#content .texte p {
	margin-top: 0px;
	margin-bottom: 8px;
	}
	
#content .texte ol {
	margin-top: 5px;
	}

#content .texte ul {
	margin-top: 5px;
	}

#content .texte li {
	text-align: left;
	margin-left: -10px;
	}
	
#content .texte h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #669933;
	text-align: left;
	}
	
#content .texte h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #669933;
	text-align: left;
	}
	
#content .texte h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #669933;
	text-align: left;
	}
	
#content .article_image {
	top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	width: 180px;
	float: right;
	position: relative;
	}
	
#content form TD {
	font-size: 11px;
	}
	
#cie TD {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
#content .cie {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
#content .cie a {
	color: #CC6600;
	text-decoration: underline;
	font-size: 10px;
	}
		
#content .sous_titre {
	color: #FFFFFF;
	font-size: 12px;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	border: double #FFFFFF;
	background-color: #669933;
}

#content .sous_titre_div {
	margin-bottom: 10px;
	padding-top: 15px;
}

#content .forum_titre {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-weight: bold;
	text-align: left;
	}

#content .forum_line_texte {
	font-size: 11px;
	padding: 2px;
	}
	
#content .forum_auteur a {
	color: #CC6600;
	text-decoration: underline;
	}

#content .forum_texte{
	font-family: "Courier New", Courier, mono;
	text-align: left;
	margin-top: 5px;
	}
	
#content .small_note {
	font-weight: bold;
	color: #CC6600;
}
	
#content .pagination_forum {
	font-size: 12px;
	color: #999999;
	text-align: center;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

#content .pagination_forum a {
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

#content .forum_commandes {
}

#footer .copyright {
	color: #FFFFFF;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	top: 13px;
}
	
#content .lettrine {
	font-size: 50px;
	float: left;
	height: 40px;
	text-transform: uppercase;
	margin-right: 3px;
	font-weight: bold;
	color: #669933;
	line-height: 40px;
	margin-top: 2px;
	}
