body {
	font-family:"century-gothic";
	font-size: 16px;
	color:#666666
}

.hidden { display: none; }

a {
	color: #5182D8;
	text-decoration: none;
}

a:hover {
	color: #000;
}

ul {
	margin: 0px;
	padding:0px;
	list-style: none;
}

h1 {
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
}

h2 {

}

h3 {
	color: #333;
	font-size: 12px;
	border-bottom:1px solid #333;
	margin-bottom: 10px;
}

hr {
	clear: both;
	background: #FFF;
	color: #FFF;
	border-bottom:1px solid #CCC;
	margin-bottom: 10px;
}

.clear {
	display: block;
	clear: both;
}

/* -------------------------------- */
/* COMMUN						 -- */
/* -------------------------------- */

.animal {
	float: left;
	width: 120px;
	margin: 0 10px 10px 0;
	position: relative;
}

.animal abbr {
	padding: 0.4em 0 0 0;
	display: inline-block;
	font-size: 11px;
	color: #000;
}

.animal abbr a {
	color: #000;
}

.animal .vendu {
	position: absolute;
	top:0;
	left:0;
}

.onglet {
	border-bottom:1px solid #ccc;
	margin: 0 0 15px 0;
}

.onglet li {
	display: inline-block;
	padding: 5px 10px;
}

.onglet li.current {
	color: #000;
	background: #eee;
}

.step_title {
    background: url("http://www.irp.ch/layout/images/icons/icon-plus.png") no-repeat scroll 10px 10px #dfe9f3;
    border: 1px solid #ccc;
    color: #007ab3;
    cursor: pointer;
    display: block;
    font-size: 15px;
    margin: 0;
    padding: 10px 10px 10px 35px;
    text-transform: none;
}

.step_box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f0f7fc;
    border-color: -moz-use-text-color #ccc #ccc;
    border-image: none;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    margin: 0;
    padding: 5px 0 0;
}

.step_box table {
	margin:0;
	padding: 0;
}

.step_box table td {
    margin: 0;
    padding: 10px;
}

.step_total {
    border-top: 1px solid #ccc;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 4px 10px;
}

.step_total_final {
    border-top: 2px solid #ccc;
}

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

.buttonsubmit {
	display: block;
	width:100px;
	height:29px;
	background: url(../../../form/layout/images/button-submit.png) no-repeat top left;
}

.buttonsubmit:hover {
	background: url(../../../form/layout/images/button-submit.png) no-repeat 0 -29px;
}

.buttoninactive {
	background: url(../../../form/layout/images/button-submit.png) no-repeat 0 -58px;
}

.buttoninactive:hover {
	background: url(../../../form/layout/images/button-submit.png) no-repeat 0 -58px;
}

.buttonsave {
    background: none repeat scroll 0 0 #006ba7;
    border-radius: 8px;
    color: #ffffff;
    font-size: 13px;
    padding: 10px;
    text-transform: uppercase;
}

.buttonsave:hover, .buttonsave:focus, a.buttonsave:hover {
    background: none repeat scroll 0 0 #0a5a91;
	color:#FFF;
}

.space{
	height:10px;
	}

.form2 {
	width: 100%;
	background: none repeat scroll 0 0 #f0f7fc;
	margin-bottom: 10px;
}

.form3 {
	width: 100%;
	background: none repeat scroll 0 0 #f0f7fc;
	margin-bottom: 10px;
	border: solid 1px #ccc;
	padding:10px;
}

.form2 th, .form3 th {
	text-align: right;
	width: 120px;
	padding: 10px;
	vertical-align: text-top;
	font-weight: normal
}

.form2 td, .form3 td {
	padding: 0 10px;
	vertical-align: text-top;
}

.form3 td.right {
	text-align: right;
	width: 120px;
}

.form2 .info, , .form3 .info {
	color: #999;
}

.form2 .italic, .form3 .italic {
	font-style: italic
}

.form2 td label, .form3 td label {
	width: 130px;
}
		
.warning {
	color: #E31837;
	font-weight:bold;
}
		
.check {
	font-weight:bold;
}	

.mandatory {
	font-weight:bold
}

.price {
	text-align:right
}	

.auto {
	width:auto;
	border: 0;
	padding: 0;
}	

.file {
	border:1px solid #CCC;
	padding: 2px;
	position: relative;
	top:-4px;
}

input, select, textarea {
	/*border:1px solid #CCC;*/
	border: 0;
	padding: 4px;
	background: #e4edf4;
	width: calc(50% - 8px);
	margin: 0 0 10px 0;
	height: 40px;
	font-size: 16px;
}

select {
	width: 300px
}

.full {
	width:420px;
}

.blocktextarea th {
	text-align: left;
}

.blocktextarea th label {
	font-weight:bold;
}

.blocktextarea span {
	font-weight:bold;
}

.blocktextarea textarea {
	width: 250px;
	height:120px;
}

.send {
    background: none repeat scroll 0 0 #006ba7;
    border-radius: 7px;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
	cursor: pointer;
}

.send:hover, .send:focus, a.send:hover {
    background: none repeat scroll 0 0 #0a5a91;
	color:#FFF;
}

.coeur:before {
	content: "";
	display: inline-block;
	width:30px;
	height: 30px;
	background: url(../images/coeur.svg) no-repeat center center;
	background-size: contain;
	position: relative;
	top:9px;
	margin: 0 10px 0 0;
}