body {
	font-family: Comic Sans MS, Arial, Verdana ;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

#bodi {
	background-color: #C7B199;
    	background-image: url(../images/accueil.png);
    	background-repeat: no-repeat;
	background-position: top left;
    	....
}

.container {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/accueil.jpg);
	background-repeat: no-repeat;
	background-position: top left;
//margin = marge au dessus du site
}
#suche {
	height: 30px;
	margin: 26px 0 0 0;
	overflow: hidden;
}
#suche .inputbox {
	margin: 0 0 0 20px;
	padding: 3px;
}

#right  { 
	margin: 90px 20px 300px 20px; width: 500px; float: right
//right est la colonne de droite
//margin est la marge du haut puis droite puis bas puis gauche
//width correspond à la marge à droite de la colonne de droite
}
#left {
	width: 20px;
	float: left;
	padding-left: 10px;
}
#left_top {
	background-image: url(../images/left_top.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 20px 0px 10px 0px;
	padding-top: 10px;
	padding: 10px 0 0 35px;
}
#logo {
	background-repeat: no-repeat;
	height: 110px;
	width: 110px;
}
#left_content, #right_content {
	width: 500px;
	display: block;
	margin: 0px 0px 0px 7px;
//largeur de la colonne droite ou gauche
}
.sidebar h3 {
	color: #FFFFFF;
	height: 29px;
	line-height: 29px;
	background-image: url(../images/moduletable.png);
	background-repeat: no-repeat;
	margin: 0 0 5px 0;
	padding: 0px 0px 0px 10px;
	width: 158px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
}
.sidebar .module,
.sidebar .module_menu,
.sidebar .module_text {

	background-repeat: repeat-y;
	margin-bottom: 10px;
} 
.sidebar .module div,
.sidebar .module_menu div,
.sidebar .module_text div {

	background-position: bottom;
	background-repeat: no-repeat;
}
.sidebar .module div div, 
.sidebar .module_menu div div,
.sidebar .module_text div div{
	
	background-position: top;
	background-repeat: no-repeat;
}
.sidebar .module div div div, 
.sidebar .module_menu div div div,
.sidebar .module_text div div div{
	padding: 3px 3px 0px 3px;
	padding-bottom: 10px !important;
	width: 158px;
	overflow: hidden;
	background: none;
}
#header {
	height: 75px;
	display: block;
//hauteur entre le haut du site et le haut de l'article central
}
#schriftzug {
	width: 435px;
	float: left;
	font-size: 18px;
	color: #FFFFFF;
	padding: 30px 0 5px 20px;
}
#navigation    {
	height: 40px;
	margin-top: 6px;
	font-size: 12px;
	overflow: hidden;
	width: 100%;
	float: left;
//titre de l'article central
}
#navigation ul, #navigation li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}
#navigation  a:link, #navigation a:visited {
	float: left;
	display: block;
	height: 33px;
	line-height: 33px;
	text-decoration: none;
	background-image: url(../images/topmenu.jpg);
	text-align: center;
	width: 113px;
	text-transform: none;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0 3px 0 0;
}
#navigation a:hover, #navigation li#current a{
	font-weight: bold;
	padding-left: 0px;
	background-image: url(../images/topmenu.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
}
#box_content {
	height: 140px;
	display: block;
	padding: 0px;
	width: 100%;
}
#top_module_1, #top_module_2 {
	width: 48%;
	float: left;
}
#separator {
	width: 2%;
	height: 130px;
	float: left;
}
.topmodule_blue {
	height: 130px;
	background-image: url(../images/box_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	overflow: hidden;
}
.topmodule_blue .moduletable {
	height: 130px;
	overflow: hidden;
}
.topmodule_blue h3 {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	margin: 0px 5px;
	font-size: 12px;
}
#box_content ul, #box_content li   {
	padding: 0px 0px 0px 5px;
	margin: 0px 10px;
}
.left_box {
	background-image: url(../images/left_box.png);
	width: 100%;
	height: 130px;
	float: left;
	background-repeat: no-repeat;
}
.topmodule_inside {
	background-image: url(../images/right_box.png);
	height: 130px;
	background-position: top right;
	background-repeat: no-repeat;

}
#maincontent {
	text-align: left;
	width: 100%;
	display: block;
//largeur de l'article central
}
a:link, a:visited {
	text-decoration: none;
	color: #000000;
}
#content  a:link, #content a:visited {
	color: #A80000;
//couleur des liens dans les articles//
}
#content a:hover {
	text-decoration: underline;
}
a.readon {
	border-left: 2px solid #339900;
	padding: 2px 0 2px 5px;
	margin: 3px 0 0 0;
	float: left;
}
#content  
{
	background-color: rgba(255, 255, 255, 0.85);
	border: 5px solid #FFDA4E;
	padding: 10px 20px;
	margin-bottom: 10px;
	text-align: left;
}
//background-color = couleur de l'arrière plan de l'article central, la dernière valeur est le pourcentage d'opacité, 0.9 = 90 %

.date {
	font-weight: bold;
	margin-top: 10px;
}
.time {
}
#footer {
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	margin: 0px;
	text-align: center;
}
.sitetitle {
	float: left;
}
.footer {
	float: right;
}
.footer a:link,.footer a:visited   {
	color: #5E94CA;
	color: #76A4D1;
}
.clearfloat {
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}
.sidebar ul.menu {
	margin: -2px 0 0 0;
	padding: 0px;
	list-style-type: none;
}
.sidebar ul.menu li{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.sidebar ul.menu ul{
	padding: 0 0 0 15px;
	margin: 0;
	list-style-type: disc;
}
.sidebar ul.menu ul li{
	padding: 0px;
	margin: 0px;
	list-style-type: disc;
}
.sidebar ul.menu a:link, 
.sidebar ul.menu a:visited  {
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	border-top: 1px solid #ccc;
	padding: 0px 5px;
	display: block;
}
.sidebar ul.menu a:hover, 
.sidebar ul.menu li#current a {
	background-color: #BBDBEE;
	color: #fff;
	margin: 0px;
	padding: 0px 5px;
}
.sidebar ul.menu ul a:link, 
.sidebar ul.menu ul a:visited,
.sidebar ul.menu ul li#current a:link, 
.sidebar ul.menu ul li#current a:visited  {
	color: #999999;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	padding: 0px 5px;
	margin: 0px;
	background: none !important;
	border: none !important;
}
.sidebar ul.menu li a:hover,
.sidebar ul.menu li li#current a:hover,
.sidebar ul.menu li li#current a {
	text-decoration: none;
	background-color: #BBDBEE !important;
	color: #fff;
}
ul, li {
}
.contentheading {
	font-size: 18px;
//taille police titre articles du blog//
	height: 28px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	width: 100%;
}
.contentheading a{
	color: #000000 !important;
}
//taille police des Titres//
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
.contentpane, .contentpaneopen {
	width: 100%;
}
.componentheading  {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	background-color: #DC00A0;
	padding: 5px 0px 5px 20px;
	text-align: center;
	margin: 0 0 20px 0;
}
//couleur du titre de l'article central

.contentdescription {
	padding: 0 20px 20px 20px;
}
.createdate {
	color: #999999;
}
.small {
	color: #999999;
}
.smalldark {
	color: #999999;
}

.searchbox {
	width: 100px;
}
#right .inputbox, #left .inputbox{
	margin: 2px 0px;
	padding: 2px;
}
#right .button, #left .button {
	background-color: #669900;
	border: 1px outset #CCC;
	color: #FFFFFF;
	text-align: center;
	margin: 5px 0px;
}
.inputbox {
	padding: 0px;
	margin: 0px;
}
.sectiontableheader {
	background-color: #84A9CE;
	color: #FFFFFF;
	padding-left: 5px;
	height: 30px;
	font-size: 14px;
}
.sectiontableheader a {
	color: #FFFFFF !important;
}
.sectiontableentry1, .sectiontableentry2 {
	height: 30px;
	text-indent: 5px;
}
.modifydate {
	font-size: 8px;
	color: #999999;
// date de modification au sein des articles
}
.search {
	margin: 0px;
	padding: 0px;
}
td, tr, p, div, span {
	font-size: 15px;
// taille police du corps des articles du blog//
	color: #000000;
}
fieldset, fieldset .small {
	border: none !important;
}
form {
	margin: 0;
	padding: 0;
}
.input {
	border: none;
}
img {
	text-decoration: none;
	border: none;
}
.pagenavcounter {
	border-top: 1px solid #ccc;
	padding: 3px 0 0 0;
	margin: 3px 0 0 0;
}
