


/**********************************
*																	*
*							général							*
*																	*
***********************************/

* {
	margin: 0px;
	padding: 0px;
	line-height: 17px;
}

html {
	height: 100%;
	margin: 0;
}

body {
	height: 100%;
	margin: 0;
	background-image: url(../im/bg_side.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#body {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../im/bg_body.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

a,a:hover{
	color: #666600;
	outline:none;
	cursor:pointer;
	position:relative;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	padding: 10px 0px 30px 0px;
}

h2 {
	padding: 10px;
	color:#502608;
	letter-spacing: -1px;
	font-size: 1.8em;
	font-family:Arial, Helvetica, sans-serif;
}

h3 {
	padding: 10px 0px 10px 0px;
	color:#502608;
	letter-spacing: -1px;
	font-size: 1.4em;
	font-family:Arial, Helvetica, sans-serif;
}

h2 img {
	margin: -5px 0px 0px -10px;
	vertical-align: middle;
}

h4 {
	padding: 20px 0px 0px 0px;
	color:#502608;
	letter-spacing: -1px;
	font-size: 1.4em;
	font-family:Arial, Helvetica, sans-serif;
	color: #F0742B;
}

p {
	color: #512C2C;
}

.left {
	float: left;
}

.right {
	float: right;
}

.puce {
	vertical-align:middle;
}

/**********************************
*																	*
*						FINADORM bar					*
*																	*
***********************************/

#bar {
	top: 0px;
	left: 0px;
	width:100%;
	height:30px;
	text-align: center;
	background-color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	z-index: 3;
}

#bar_content {
	padding-top:8px;
}

#bar_content a {
/*	position:relative;*/
	color: #b68863;
	text-decoration: none;
}
#bar_content a:hover {
/*	position:relative;*/
	color: #b68863;
	text-decoration: underline;
}

/**********************************
*																	*
*						menu flash						*
*																	*
***********************************/

#header {
	position:relative;
	width:100%;
	height: auto !important;
	height: 240px;
	/*border:1px solid yellow;*/
}

#header_cat {
	width:100%;
	height: 190px;
}

/**********************************
*																	*
*						sous menu							*
*																	*
***********************************/

#sous_menu {
	position:absolute;
	margin-top:-63px;
	margin-left:470px;
}
#sous_menu ul {
	list-style-type:none;
}

#sous_menu img {
	vertical-align: middle;
}

#sous_menu li a {
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

#sous_menu li a:hover {
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: underline;
}

/**********************************
*																	*
*							contenu							*
*																	*
***********************************/

#global {
	width:100%;
	overflow: hidden;
	/*border:1px solid blue;*/
}

#global_cat {
	top: 220px;
	left: 0px;
	width:100%;
}

#global_wrapper {
	width: 959px;
	margin: 0 auto;
	text-align: left;
	min-height:100%;
	height:auto !important;
	padding-bottom: 100px;
}

/**********************************
*																	*
*							footer							*
*																	*
***********************************/

#footer {
	position: absolute;
	bottom:0;
	width:100%;
	background-color:#91E123;
	color:#596C2A;
	padding: 10px 0px 10px 0px;
	text-align: center;
	/*border:1px solid yellow;*/
}

#footer_wrapper {
	width: 920px;
	margin: 0 auto;
}

#footer span {
	float: left;
}

ul#menu_footer {
	list-style: none;
	text-align: center;

}

ul#menu_footer li {
	display: inline;
}

ul#menu_footer li a, #footer_wrapper p {
	color:#596C2A;
	text-align:center;
}

/**********************************
*																	*
*							BOUTONS							*
*																	*
***********************************/

/** suivant **/
.next {
	background-color: transparent;
	color: #FFFFFF;
	width: 90px;
	height: 18px;
	border: 0px;
	font-size: 0.9em;
	font-weight: bold;
	background-image: url(../im/btn_blue.gif);
	background-repeat: no-repeat;
	text-align: center;
	cursor:pointer;
	text-decoration: none;
}

.next span {
	font-size: 0.7em;
	font-weight: bold;
}

.next a {
	color: #FFFFFF;
	text-decoration: none;
}

.next a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/** envoyer **/
.send {
	background-color: transparent;
	color: #FFFFFF;
	width: 90px;
	height: 30px;
	line-height: 2.5em;
	border: 0px;
	font-size: 0.9em;
	font-weight: bold;
	background-image: url(../im/btn_send.gif);
	background-repeat: no-repeat;
	text-align: center;
	cursor:pointer;
	text-decoration: none;
}

.send a {
	color: #FFFFFF;
	text-decoration: none;
}

.send a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/** DEMANDE : Formulaire **/

#frm_demande label, #frm_demande input {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight : bold;
}
#frm_demande label {
	margin: 0px;
	padding: 0px;
}
#frm_demande label.required {
}
#frm_demande input {
	width: 300px;
	height: 15px;
	padding: 3px;
	border: 1px solid #D6D6D6;
	/*background-image: url(../im/input_bg.gif);
	background-position: top;*/
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
#frm_demande div.errOff, #frm_demande div.errOn {
	display: none;
	height: 25px;
	margin-top: 3px;
	padding-top: 1px;
	padding-left: 20px;
	/*background-image: url(../im/stop.gif);
	background-repeat: no-repeat;*/
	font-weight: bold;
	font-size: 10px;
	color: #D45353;
}
#frm_demande div.errOn {
	display: block;
}
#frm_demande button#btn_valider {
	border:0px none;
	width:100px;
	height:56px;
	background-color: white;
	cursor: pointer;
}
#frm_demande fieldset {
	padding : 10px;
   margin-bottom : 15px;
}
#frm_demande legend {
	font-weight : bold;
}

form {
	padding: 0px;
	margin: 0px;
}
form.form label, form.form input {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight : bold;
}
form.form label {
	margin: 0px;
	padding: 0px;
}
form.form label.required {
}
form.form input {
	width: 300px;
	height: 24px;
	padding: 3px;
	border: 1px solid #D6D6D6;
	/*background-image: url(../im/input_bg.gif);
	background-position: top;*/
	background-repeat: repeat-x;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
}
form.form div.errOff, #frm_demande div.errOn {
	display: none;
	height: 25px;
	margin-top: 3px;
	padding-top: 1px;
	padding-left: 20px;
	/*background-image: url(../im/stop.gif);
	background-repeat: no-repeat;*/
	font-weight: bold;
	font-size: 10px;
	color: #D45353;
}
form.form div.errOn {
	display: block;
}
form.form button.btn {
	border:0px none;
	width:100px;
	height:56px;
	background-color: white;
	cursor: pointer;
}
form.form fieldset {
	padding : 10px;
	padding-top: 15px;
	margin-top: 15px;
   margin-bottom : 15px;
	border: 1px solid #CCCCCC;
}
form.form legend {
	font-weight : bold;
	padding-left: 5px;
	padding-right: 5px;
}

div.formMessOk {
	padding: 15px;
	margin: 0px;
	margin-bottom: 20px;
	border: 1px dotted #69B83E;
	font-weight: bold;
	color: #69B83E;
}
div.formMessErr {
	padding: 15px;
	margin: 0px;
	margin-bottom: 20px;
	border: 1px dotted #D45353;
	font-weight: bold;
	color: #D45353;
}
div.errOff, div.errOn {
	display: none;
	height: 25px;
	margin-top: 3px;
	padding-top: 1px;
	padding-left: 20px;
	/*background-image: url(../im/stop.gif);
	background-repeat: no-repeat;*/
	font-weight: bold;
	font-size: 10px;
	color: #D45353;
}
div.errOn {
	display: block;
}
