/*---------------------------- Main -------------------------------*/
body { 	background-color: #fff;	font-family: Serif;	font-size: 12pt;}
#header, #ac, #breadcrumb, #menu, .navigation, #respond, #commentform, #footer, #contact, .contactform {
	display: none;
	}
/*---------------------------- Liens -------------------------------*/
a {  
	color: #791735;
	text-decoration: none;
	}	
a:visited {
	color: #573C5F;
	text-decoration: none;
	}
a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	}
acronym[title]:after {
	content: "\0000a0[" attr(title) "]";
	}
a img {
	border: none;
	}	
/*---------------------------- Images -------------------------------*/
.centre {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-size: 11pt;
	}	
.right {
	float: right;
	margin-left: 1pt;
	border: 1pt solid #ccc;
    padding: 5pt;
	text-align: right!important;
	font-size: 11pt;
	background: #ffffff;
	}
.left {
	float: left;
	margin-right: 1pt;
	border: 1pt solid #ccc;
    padding: 5pt;
	font-size: 11pt;
	background: #ffffff;
	}

/*---------------------------- H -------------------------------*/
h1 {	
	font-size: 15pt;
	font-weight: bold;	text-align: center;	margin: 0 0 5pt 0;	}h2 {	
	text-align: left;
	font-weight: bold;
	border-bottom: 1pt solid #408040;
	margin-top: 5pt;
	font-size: 12pt;	}
h3 {
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	}
/*---------------------------- Balises -------------------------------*/			
kbd {
	border: 1pt solid #ccc;
	padding: 2pt;
	background: #fff;
	}
blockquote {
	border: 1pt solid #DAD5A9;
	background:#f1efe2;
	border-left : 5pt solid #DAD5A9;
	padding: 10pt 20pt;
	}
code, pre {	
	border: 1pt solid #ccc; 
	background: #eee; 
	padding: 5pt;
	margin-left: 10pt;
	display: block;
	text-align: left;
	}	
small {
	font-size: 10pt;
	}
strike, del {
	text-decoration: line-through;
	}
/*---------------------------- Page -------------------------------*/
#page {
	margin: 0 auto;
	width: 100%;
	background-color: white;
	}
/*---------------------------- content -------------------------------*/
#content {
    margin: 0;
	line-height: 20pt;
	}
.inter {
	clear: both;
	margin: 2pt;
    }
.interpost {
	clear: both;
	background: url("design/divider.gif") no-repeat center;
	margin: 2pt;
    }
.textcenter {
	margin: 0 auto;
	text-align: center!important;
	}
#content ul li {
    display: list-item;
    list-style: disc;
	margin: 1pt;
    }
#content ol li {
    display: list-item;
    list-style: decimal;
    margin: 1pt;
    }
#content a {
    text-decoration: underline;
    }
#content a:focus, #content a:hover {
	text-decoration: none;
	}
.postdatasingle {
	border: 1pt solid #DAD5A9;
	background:#f1efe2;
	padding-left: 5pt;
	margin-right: 1pt;
	clear: both;
	}
.postdatahome {
	background:#f1efe2;
	border: 1pt solid #DAD5A9;
	padding-left: 5pt;
	margin-right: 1pt;
	}
.ih2 {
	margin: 0pt 0pt 2pt;
	border: none!important;
    }
.ih2 a:hover, .ih2 a:focus {
	border: none;
    }
#content h2 a,#content h1, #content h1 a, #content h3 a {
	background: transparent;
	color: #303030;
	text-decoration: none;
	}
#content h2 {
	border-bottom: 2pt solid #a40808;
	width: 60%;
	}
#content h2 a:hover, #content h1 a:hover, #content h3 a:hover {
	border: none;
	}
#content dl {
 	margin-bottom: 1pt;
 	margin-left: 5pt;
 	text-align: left;
 	}
#content dt {
	font-size: 1.1pt;
	}
#content dd {
	margin-bottom: 2pt;
	}
#content p {
	text-align: justify;
	}
#content .shop {
	border: none!important;
    }
/*---------------------------- Page d'accueil -------------------------------*/
#content .lastnews li {
	list-style: url("design/news.gif");
}
/*---------------------------- Commentaires -------------------------------*/

#commentaires p {
	text-align: left;
	}
#commentaires h2 {
	margin-top: 10pt;
	text-align: left;
	border: none;
	}
.com {
	margin: 1pt 1pt 1pt 0;

	padding: 2pt 5pt 5pt 2pt;	
	}
.cmeta {
	margin: 1pt 0pt 5pt 2pt;
	border-bottom: 1pt solid #DAD5A9;
	}
.cmeta a {
	text-decoration: none!important;
	color: #303030;
	}
.cmeta a:focus, .cmeta a:hover {
	background: transparent;
	text-decoration: none;
	}
.mod {
	color: red;
	}
.comtxt{
	margin: 5pt 5pt 5pt 15pt;
	}

/*---------------------------- links tptplate -------------------------------*/
.links {
	line-height: 20pt;
	}
.links a {	
	font-weight: bold;
	}
/*---------------------------- Clients -------------------------------*/
#content .bleu {	color:blue;	}
#content .rouge {	color:#ff0000;	}
#content .vert {	color:green;	}
/*---------------------------- Flexible Upload -------------------------------*/	
.imageframe { margin: 10pt; padding: 5pt; border: 1pt solid #aaa; }
.imageframe a { border-bottom: none!important; }.imgalignleft { float: left; }.imgalignright { float: right; }.imgaligncenter { margin-left: auto; margin-right: auto; }