
/* ! Eléments de contenu communs */

#maincontent p{
	color:#5a5556;	
}

#maincontent ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#maincontent ul li {
	background: transparent url(../images/content/puce.png) 20px center no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 40px;
}


#maincontent ol {
    counter-reset: i 0;
    margin: 0;
	padding: 0;
	list-style-type: none;
}

#maincontent ol li {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
}

#maincontent ol li:before {
    content: counter(i) ". ";    
    counter-increment: i;
    padding-right: 7px;
    color: #319ac1;
}

/* !Contenu Rubrique 1*/



/* ! Article 1 */


.article1_chapo {
	font-size: 16px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	color: #5c802a !important;
	margin-bottom: 20px;
}


.article1_image {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	

}
.article1_image_left {
	margin: 0 20px 10px 0px;
}
.article1_image_right {
	margin: 0 2px 10px 20px;
}
.article1_nonintegre_right {
	text-align: right;
	margin-bottom: 10px;
	margin-right: 10px;
}
.article1_nonintegre_left {
	text-align: left;
	margin-bottom: 10px;
}
.article1_nonintegre_center {
	text-align: center;
	margin-bottom: 10px;
}
#article1_footer {
	clear: both;
	height: 0;
}


/* ! Albums photos */

#album1_photos {
	margin-left:5px;
	
}

table.album1_photo {
	width: 300px;
	margin: 2px 4px 2px 0;
}

table.album1_photo td {
	text-align: center;
	color: #707070;
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	text-shadow: 0 1px 0 #ffffff;
}

table.album1_photo img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

p.album1_pagination {
	text-align: center;
	color: #707070;
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0;
	word-spacing: 0.25em;
	padding: 16px 3px 3px 3px;
	text-shadow: 0 1px 0 #fdfdfd;
}

p.album1_pagination a {
	color: #5c802a;
	text-decoration: none;
}

p.album1_pagination a:hover {
	color: #446319;
}

p.album1_pagination span.page_active {
	color: #5c802a;
	font-weight: normal;
	font-size: 18px;
}

#lightbox-image-details-caption {
	color: #707070;
	font-family: 'Fira Sans', sans-serif;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 24px;
}

#lightbox-image-details-currentNumber {
	color: #5c802a;
	font-family: 'Fira Sans', sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
}



/* ! Formulaires */

.form1_table {
	padding-top:20px;
}

.form1_th {
	font-size: 16px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: normal;
	color: #5a5556;
	text-align: right;
	width: 30%;
	padding: 10px;
}
.form1_td {
	text-align: left;
	font-weight: normal;
	padding: 2px;
	width: 66%;
}
.form1_table td {
	font-family: 'Fira Sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #818a94;
}
.form1_field {
	width: 500px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #818a94;
	border: 1px solid #dcdcdc;
	padding: 3px;
	
}
.form1_field:focus {
	border: 1px solid #cccccc;
}
.form1_td label {
	padding-right: 15px;
}
.form1_td label input {
	margin-right: 10px;
}
.form1_td_buttons {
	text-align: center;
	padding: 10px;
}

.form1_td_buttons input[type="submit"] {
	
	display: block;
	width: 140px;
	height: 44px;
	background: transparent url(../images/content/form_submit.png) left top no-repeat;
	cursor: pointer;
	border: none;
	margin: 0 auto 0 auto;
margin-left:280px;
	padding: 0;
}

.form1_td_buttons input[type="submit"]:hover {
	background-position-y: -44px;
}




#external_element {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}


/* ! Catalogues */

#catalogue_elements {
	margin-left: 0;
}

#maincontent #catalogue_elements li {
	list-style: none;
	display: block;
	position: relative;
	background: none;
	padding: 5px 0 10px 0;
	margin-left: 10px;
	min-height: 130px;
}

#catalogue_elements li img {
	position: absolute;
		border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#catalogue_elements li h2 {
	color: #91bd38;
	font-family: 'Fira Sans', sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-shadow: 0 1px 0 #fdfdfd;
	margin: 0;
	padding: 0 0 3px 180px;
	text-indent: 0;
}

#catalogue_elements li div.catalogue_element_legende {
	padding: 0 0 3px 180px;
	text-indent: 0;
	color: #707070;
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	text-shadow: 0 1px 0 #ffffff;
	text-align: left;
}

p.catalogue_pagination {
	text-align: center;
	color: #707070;
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 0 0;
	word-spacing: 0.25em;
	padding: 16px 3px 3px 3px;
	text-shadow: 0 1px 0 #fdfdfd;
}

p.catalogue_pagination a {
	color: #91bd38;
	text-decoration: none;
}

p.catalogue_pagination a:hover {
	color: #75982d;
}

p.catalogue_pagination span.page_active {
	color: #707070;
	font-weight: normal;
	font-size: 18px;
}





/* ! Contenu des rubriques */

#rubriquecontent {
	clear: both;
	margin: 30px 0 20px 0;
	padding: 0;
}

ul.rubrique_contents {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 40px;
}

li.rubrique_contentli {
	padding: 5px 0 5px 0;
	background: transparent url(../images/content/fleche.gif) left center no-repeat;
}

li.rubrique_contentli a {
	font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	color: #5c802a;
	text-shadow: 0 1px 0 #fbfbfb;
	padding-left: 30px;
	text-decoration: none;
}

li.rubrique_contentli a:hover {
	color: #4e6e22;
}

#rubriquecontent p.no-result {
	font-style: italic;
	text-align: center;
	color: #a0a0a0;
}


/* Pages de news */

.maincontent_news div.news_element {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 10px;
}

.maincontent_news div.news_element:first-child {
	border-top: none;
	margin-top:50px;
}

.maincontent_news div.news_element p {
	margin: -25px 5px 0 5px;
	padding: 0;
	color: #5a5556;
	font-family: 'Fira Sans', sans-serif;
	text-align: justify;
	font-weight: normal;
	font-size: 14px;
	
}

.maincontent_news div.news_element p.news_element_title {
	font-family: 'Fira Sans', sans-serif;
	font-weight: normal;
	text-transform:uppercase;
	font-size: 14px;
	color: #a01a1e;
	margin: -10px 0 -15px 0;
	padding: 20px 0px 35px 20px;
	text-indent:5px;
}


.maincontent_news div.news_element p.lastnews_link {
	text-align: right;
}



/* Plan du site */

#sitemap {
	padding-left: 0px;
}

#sitemap ul li a {
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	color: #3f454b;
}

#sitemap ul li {
	padding-left: 30px;
	list-style-type: none;
}

#sitemap ul {
	margin-bottom: 5px;
}






