
#content {
	float: left;
	width: 565px;
	margin: 0px 0px 0px 2px;
	border-left: 1px solid #6d665a;
	color: #707173;
}

#content h1 {
	background-image: url(../img/construct/bg_h1.gif);
	padding: 5px 0px 6px 5px;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	color: #ffffff;
}

#content h2 {
	font-size: 11px;
	margin: 0px 10px 5px 10px;
	color: #075521;	
}

#content h3 {
	font-size: 11px;
	margin: 0px 10px 10px 10px;
	font-weight: bold;
	
}

#content h4 {
	font-size: 11px;
	margin: 0px 10px 5px 10px;
	font-weight: bold;
}

#content p {
	margin: 0px 10px 10px 10px;	
}

#content p.intro {
	font-weight: bold;
	color: #6b5A44;
}

#content p.infos {
	text-align: left;
}

#content p.infos a {
	color: #6b5a44;
	font-weight: bold;
}

#content ul, #content ol {
	margin: 0px 10px 10px 35px;	
}

#content li {
	margin: 0px 0px 5px 0px;	
}

#content hr {
    height: 1px;
    margin: 20px 10px 20px 10px;
    background-color: #707173;
    color: #707173;
    border: 0px;
    padding: 0px;
    display: block;
}

#content a:link , #content a:visited {
	color: #2b2519;
	text-decoration: none;
}

#content a:hover {
	color: #2b2519;
	text-decoration: underline;
}

#content h2 a:link , #content h2 a:visited {
	color: #075521;
	text-decoration: none;
}

#content h2 a:hover {
	color: #075521;
	text-decoration: underline;
}
.cat{
	width:186px;
	height: 175px;
	text-align:center;
	float:left;
	padding:10px 0;
}
#promo{
	border:2px solid #BE0F1E;
	padding:10px;
	width:500px;
	margin:auto;
}
.promo1{
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}

.promo2{
	text-align:center;
	line-height:3px;
}

#promo a.liendemo{
	color:#BE0F1E;
	font-weight:bold;
}
#promo a:hover.liendemo{

	text-decoration:none;
}
.promo3{
	
	color:#BE0F1E;
	font-size:14pt;
	font-weight:bold;
	text-align:center;
	
}
/* ----- TABLE ------------------------------------------------------------------------------- */

#content table {
	margin: 0px 10px 10px 10px;
}

#content caption {
	margin: 0px 0px 3px 0px;
	text-align: left;
	font-weight: bold;
}

#content thead {
	font-weight: bold;
}

#content th, #content td {
	font-size: 10px;
	border: 1px solid #ffffff;
	padding: 2px;
}

#content th {
	background-color: #dddddd;
	text-align: left;
}

#content td {
	text-align: center;
	background-color: #eeeeee;
}

/* ----- FORM -------------------------------------------------------------------------------- */

#content fieldset {
	/*background-color: #ffffff;*/
	display: block;
	width: 500px;
	margin: 0px auto 15px auto;
	border: 0px solid #121f13;
	text-align: left;
}

/*#content fieldset legend {
	margin: 3px;
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #121f13;
	color: #6a8330;
	font-weight: bold;
}*/

#content fieldset legend {
	display: none;
}

#content label, #content .titre {
	color: #707173;
	margin: 7px 5px 0px 10px;
	display: inline;
	float: left;
	width: 180px;
	text-align: left;
	font-weight: bold;
	border: 0px solid #ff00ff;
}

#content input, #content select, #content textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	background-color: #ffffff;
	border: 1px solid #707173;
	font-size: 11px;
}

#content input, #content select {
	width: 260px;
}

#content textarea {
	width: 450px;
}

#content .error {
	color: #cc0000;
	font-weight: bold;
}
