@charset "utf-8";

/* CSS Document */
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #43350f;
}

h1,h2,h3,h4 {
	text-align: left;
	margin: 0;
	padding-top: 23px;
}

p,ul {
	text-align: justify;
}

a {
	color: #43350f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.green_text {
	color: #728f19;
}

.orange_text {
	color: #d04e14;
}

.spacer {
	clear: both;
}

/**********************************LINKS********************************/
.green_link {
	color: #728f19;
}

.blue_link {
	color: #1365ed;
}

.orange_link {
	color: #d04e14;
}

.red_link {
	color: #b80b0b;
}

.purple_link {
	color: #943589;
}

/***************************HEADER**********************/
#header {
	border-top: 8px solid #43350f;
	border-bottom: 1px solid #43350f;
	height: 102px;
	background-color: #FFFFFF;
}

#header #header_text {
	margin: 0 auto 0 auto;
	width: 949px;
	height: 102px;
}

#header #header_text #logo {
	float: left;
	height: 95px;
}

/*#main_title{
	width:500px;
	float:left;
}*/
#header h1 {
	font-size: 30px;
	font-weight: normal;
}

#main_title p {
	font-size: 18px;
	margin: 0;
}

#main_menu {
	float: right;
	font-size: 14px;
}

#main_menu ul {
	margin: 0;
}

#main_menu li {
	display: inline;
	background: transparent url(../images/site/green_point.png) no-repeat
		scroll left 7px;
	padding: 0 0 0 13px;
}

/*********************************CONTENT**************************/
#container {
	width: 957px;
	margin: 0 auto;
	background: transparent url(../images/site/background-repeat.png)
		repeat-y;
}

#content {
	width: 957px;
	/*height:500px;*/
	background: transparent url(../images/site/blue_background.png)
		no-repeat;
	margin: 0 auto;
	padding-bottom: 20px;
}

#content_footer {
	background: transparent url(../images/site/bottom_blue_background.png)
		no-repeat scroll 0 0;
	bottom: 0;
	margin: 0 auto 0 auto;
	height: 230px;
	position: relative;
	width: 957px;
}

/********************************************SECOND MENU*******************************************/
#second_menu {
	float: left;
	width: 225px;
	height: 400px;
	padding: 15px;
}

#second_menu h2 {
	font-size: 13px;
	padding-top: 0;
	font-weight: normal;
}

#second_menu ul {
	padding: 0;
	margin: 20px 0 0 0;
}

#second_menu ul li {
	font-weight: bold;
	list-style-image: none;
	list-style-type: none;
	background: transparent url(../images/site/green_point.png) no-repeat
		scroll left 3px;
	padding-left: 15px;
	margin-bottom: 15px;
}

#second_menu ul.sub_menu {
	margin: 0;
}

#second_menu ul.sub_menu li {
	font-weight: normal;
	list-style-image: none;
	list-style-type: none;
	background: transparent url(../images/site/orange_point.png) no-repeat
		scroll left 3px;
	margin-bottom: 0;
}

/******************************************************TEXT*********************************************/
#text {
	margin-left: 255px;
	padding: 0 8px 0 0;
	min-height: 400px;
	_height: 400px;
}

#text p {
	padding: 0 15px;
	margin: 0 0 10px 0;
}

#text h4,#text .table {
	padding: 0px 15px 10px 15px;
	margin: 0;
}

#text h3 {
	font-size: 13px;
	font-weight: normal;
	padding: 15px 15px 10px 15px;
}

h4 {
	font-size: 11px;
	padding-top: 0;
	font-weight:bold;
}

#text table {
	border: 1px solid #cbcbcb;
	border-collapse: collapse;
	font-size: 11px;
}

#text table tr td {
	text-align: left;
	padding: 5px;
}

/***************************************************BOTTOM*********************************************/
#bottom {
	background-image: url(../images/site/bottom_img2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	bottom: 0;
	position: fixed;
	height: 719px;
	width: 100%;
	z-index: -5;
}

/****************************************LES BLOCS GENERAUX***********************************/
.block {
	width: 320px;
	float: left;
	padding: 0 0 17px 17px;
}

.block h5 {
	font-size: 11px;
	background-color: #cbcbcb;
	padding: 5px;
	margin: 0;
}

.block .block_content {
	border: 1px solid #cbcbcb;
}

#text .block p {
	margin: 0;
}

#text .block .block_text {
	padding: 8px 8px 0 8px;
}

#text .block .block_text img {
	float: left;
	margin: 0 6px 0 0;
}

#text .block .block_link {
	text-align: right;
	padding: 0 8px 8px 8px;
}

#text .block .block_link a {
	background: transparent url(../images/site/orange_point.png) no-repeat
		scroll left 3px;
	padding-left: 8px;
}

/*************************************** LES ACTUALITES *****************************************/
.news_block {
	height: 142px;
}

.news_block .block_content {
	height: 120px;
}

/*#text .news_block .block_text img { 
	height: 102px;
}*/

#text .news_block .news_date {
	font-style: italic;
}

.archives_link {
	text-align: right;
}

.archives_link a {
	background: transparent url(../images/site/orange_point.png) no-repeat
		scroll left 3px;
	padding-left: 8px;
}

#article img {
	float: right;
	margin:0 0 6px 6px;
	border:1px solid #43350f;
}

#article img.left-img {
	float: left;
	margin:6px 6px 0 0;
	border:1px solid #43350f;
}

#article #article_date {
	font-style: italic;
}

/******************************************LISTE BLOCS***************************/
.page_number {
	text-align: center;
}

.list_block {
	height: 120px;
}

.list_block .block_content {
	height: 85px;
}

.list_block .name {
	background-color: #cbcbcb;
	padding: 5px;
}

#text .list_block .block_text img {
	height: 70px;
}

/***************************************FICHE CHEVAL*********************************/
#left_part {
	float: left;
	width: 335px;
	padding: 0 0 0 15px;
}

#text #left_part #galery {
	margin: 0 0 15px 0;
}

#text #galery {
	text-align: left;
	margin: 0 15px 15px 15px;
	padding: 0 5px 5px 0;
	background-color: #cdcdcd;
}

#galery img {
	margin: 5px 0 0 5px;
	height: 70px;
}

#right_part {
	float: right;
	width: 340px;
}

/*************************************************CONTACT***************************************/
#form_content {
	padding-left: 15px;
	width: 340px;
}

#form_content .form-row {
	margin-bottom: 15px;
}

#form_content .submit input {
	border: medium none;
	padding: 2px 5px;
	background-color: rgb(67, 53, 15);
	color: white;
	float: right;
}

#form_content .form-error {
	color: #f33;
}

#form_content .form-error input,#form_content .form-error select,#form_content .form-error textarea
	{
	border: 1px solid #f33;
}
