@charset "utf-8";
/* CSS Document */

* {
	border: 0;
	margin: 0;
}
a {
	color: #333;
	text-decoration: none;
}
#main {
	width: 1005px;
	margin: 0px auto 50px auto;
	box-shadow: 0px 0px 10px #888888;
	-moz-box-shadow: 0px 0px 10px #888888;
	-webkit-box-shadow: 0px 0px 10px #888888;
}
#header {
	margin-bottom: 5px;
}
#content {
	height: auto;
	padding: 0 0 0 5px;
}
#content_left {
	height: auto;
	width: 191px;
	float: left;
	padding: 0px;
}
#content_center {
	padding: 0px;
	float: left;
	width: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 16px;
}
#content_form {
	padding: 0px 0px 0px 20px;
	float: left;
	margin: 0px auto 10px auto;
	width: 440px;
}
#content_article {
	padding: 0px;
	float: left;
	width: 695px;
	margin: 0px 10px 5px 10px;
}
.pub_center {
	height: auto;
	margin-bottom: 5px;
	text-align: center;
}
.journ {
	height: auto;
	padding: 2px;
	font-size: 14px;
	border: 1px solid #A30000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.title {
	font-weight: bold;
	color: #FFF;
	background-color: #A30000;
	text-align: center;
}
.numero {
	text-align: center;
	background-color: #A30000;
	color: #FFF;
	clear: both;
	font-weight: bold;
}
#content_right {
	float: right;
	width: 272px;
	height: auto;
	background-color: #F5F5F5;
	padding: 0 5px 0 0;
	font-size: 14px;
}
#content_center #div-pt-vente {
	border: thin dotted #A30000;
}
.text_wapper {
	font-size: 16px;
	text-align: justify;
	margin-bottom: 45px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A30000;
}
.text_wapper h3 {
	font-size: 16px;
	color: #A30000;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
.text_wapper .text {
	padding: 3px 3px 3px 0;
	margin: 0 0 5px 0;
}
.text_wapper .text-art {
	padding: 3px 3px 3px 0;
	min-height: 50px;
	max-height: 600px;
	overflow: auto;
	margin: 0 0 5px 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A30000;
}
.text_wapper .text a {
	padding: 3px;
	margin: 0 0 15px 0;
	color: #292929;
	text-decoration: none;
}
.text_wapper .text a:hover {
	color: #000;
}
.nbr_comment {
	float: right;
	font-family: 'Comic Sans MS', cursive;
	color: #A30000;
	padding: 10px 0 8px 0;
 0;
	margin: 0 0 5px 0;
	font-size: 12px;
}
.image_article img {
	float: left;
	margin: 10px 8px 0px 0px;
	border: thin dotted #900;
	min-height: 40px;
	max-height: 70px;
	min-width: 40px;
	max-width: 100px;
}
.image_article_plan img {
	height: auto;
	min-width: 100px;
	max-width: 300px;
	margin: 2px 15px 0px 0px;
	float: left;
}
#bas_article {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #990000;
	height: 30px;
}
.bref {
	font-size: 11px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #900;
}
.bref a {
	color: #000;
	font-weight: bold;
}
#footer {
	height: auto;
	font-size: 13px;
	color: #ffffff;
	text-align: left;
	padding: 10px 0px 0px 0px;
	clear: both;
	margin: 0;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;
}
.menu_footer {
	padding: 3px;
	float: left;
	width: 200px;
	border-right: #FFFFFF thin dotted;
	margin: 0 0 0px 0px;
}
.menu_footer ul {
	list-style: none;
}
.menu_pied_image {
	width: 400px;
	height: auto;
	float: right;
}
#copyright {
	clear: both;
	padding: 25px 3px 0 0;
	height: 12px;
}
.TextAlignRight {
	text-align: right;
	width: auto;
	font-size: 14px;
}
.TxtField {
	border: 1px solid #A30000;
	color: #171717;
	width: 200px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
}
.BtnField {
	font-size: 12px;
	background-color: #A30000;
	width: 130px;
	cursor: pointer;
	color: #FFFFFF;
	height: 20px;
	border-radius: 5px;
	padding: 0px;
	line-height: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#auteur {
	font-family: "Times New Roman", Times, serif;
	color: #990000;
	width: 400px;
	text-align: right;
	font: 12px;
	float: right;
}
.ClsCritereSearch {
	font-size: 14px;
	font-weight: bold;
	background-color: #A30000;
	color: #FFF;
	height: 20px;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	cursor: pointer;
	margin-bottom: 5px;
}
#form_comment {
	height: auto;
	width: 550px;
}
#comment {
}
.comment_coprs {
	border-bottom: thin dashed #900;
	height: auto;
	padding: 0px;
	margin-bottom: 20px;
	float: left;
	width: 685px;
}
.name_comment {
	float: left;
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	color: #900;
	padding: 5px;
	background: #E1E2FD;
	border-bottom: thin ridge #666;
	width: 100%;
}
.text_comment {
	float: left;
	margin-left: 8px;
	text-align: justify;
}
#title_comment {
	height: 30px;
	background-color: #990000;
	color: #FFFFFF;
	line-height: 30px;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Comic Sans MS", cursive;
	margin-bottom: 10px;
}
#div-add-comment {
	padding: 5px;
	border: thin dotted #A30000;
}
#form_ins {
	border: thin dotted #900;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.clr {
	clear: both;
}
#div-address {
	font-size: 14px;
	margin-bottom: 15px;
	border: thin dotted #A30000;
	padding: 5px;
	border-radius: 4px;
}
#add {
	float: left;
	width: 287px;
	border-right-width: thin;
	border-right-color: #A30000;
	border-right-style: dashed;
}
#mail {
	float: right;
	text-align: right;
	width: 192px;
}
.div-form-contact {
	border: thin dotted #A30000;
	margin-bottom: 20px;
	border-radius: 4px;
}
#div-prix {
	border: thin dotted #A30000;
	margin-bottom: 20px;
	border-radius: 4px;
	font-size: 14px;
}
#div-pt-vente {
	float: left;
	padding: 10px;
	border-radius: 4px;
}
.class-fildset {
	border: 1pt #A30000 dotted;
 	padding:10px margin-bottom:10px;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 3px;
}
