
		
	/*-----FORMULAIRE DE DEMANDE DE DEVIS-------------*/


/*----Accordion-----------*/
.smk_accordion {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}
/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in {
	position: relative;
	z-index: 10;
	margin-top: -1px;
	overflow: hidden;
	color: #fff;
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_head {
	position: relative;
	background: #000;
	color: #fff;
	padding: 10px;
	display: block;
	cursor: pointer;
	width: 44px;
    font-size: 12px;
    margin: 10px auto 15px;
    display:inline;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	background: url(../img/plusminus2.png) center 0;
	display:inline;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content {

	padding: 3px 0;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type, .smk_accordion .accordion_in .acc_content h2:first-of-type, .smk_accordion .accordion_in .acc_content h3:first-of-type, .smk_accordion .accordion_in .acc_content h4:first-of-type, .smk_accordion .accordion_in .acc_content h5:first-of-type, .smk_accordion .accordion_in .acc_content h6:first-of-type {
	margin-top: 5px;
}
/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in:first-of-type, .smk_accordion .accordion_in:first-of-type .acc_head {
	border-radius: 8px 8px 0 0;
	display:inline;
}
.smk_accordion .accordion_in:last-of-type, .smk_accordion .accordion_in:last-of-type .acc_content {
	border-radius: 0 0 8px 8px;
}
.smk_accordion .accordion_in.acc_active > .acc_content {
	display: block;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
	background: #000;
	display:inline;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
	background: url(../img/plusminus.png) center -18px;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head, .smk_accordion.acc_with_icon .accordion_in .acc_content {
/*padding-left: 40px;*/

}
.liAnimal2, .liAnimal3, .liAnimal4, .liAnimal5, .liAnimal6 {
	display: none;
}
#btnAjout {
    background: #000;
    text-align: center;
    font-size: 13px;
    border: #DB7D5B 1px solid;
    color: #fff;
    padding: 3px 10px;
    line-height: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    float: right;
    display: block;
    width: 60px;
    height: 60px;
    padding-top: 5px;
}
#btnAjout:hover {
	background: #fff;
	border: #DB7D5B 1px solid;
	color: #000;
}
#btnSuppr {
    margin-top: 0px;
    font-size: 13px;
    background: #000;
    text-align: center;
    border: #DB7D5B 1px solid;
    color: #fff;
    padding: 3px 10px;
    line-height: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    float: right;
    display: block;
    width: 60px;
    height: 60px;
    padding-top: 5px;
    margin-right: 20px;
}
#btnSuppr:hover {
	background: #fff;
	border: #DB7D5B 1px solid;
	color: #000;
}
/*----Accordion-----------

.btn, .btn50pc {
	background: #fff;
	text-align:center;
	border: #036b5e 1px solid;
	color: #036b5e;
	font-weight:bold;
	font-size:16px;
	padding: 10px 20px;
	line-height: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	display:block;
}
.btn50pc{ width:45%; float: left; margin:0 5px;}
.btn span, .btn50pc span{
	font-size:11px;
}
.btn:hover, .btn50pc:hover {
	background: #036b5e;
	border: #036b5e 1px solid;
	color: #fff;
}
.EnteteBloc{
	background: #036b5e;
	}
.EnteteBlocTitre{
	color:#fff;
	}
.Style_garantiesTXTsmall{
	font-size:10px;
	}
.cadre{
border:1px dotted #00aa98; padding:4px 6px;
}
*/
