/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
html {
	background: #0C5A02;
	color: black;
	font: 76% "times new roman", serif;
}


#page {
	background: #E3FCCD;
	position: relative;
	margin: 20px auto 20px auto;
	width: 780px;
}

#header {
	background: #64A023;
	width: 100%;
	height: 100px;
 }
 #logo {
	position: absolute;
	top: 0;
	background: #64A023;
	width: 150px;
	text-align: center;
 }
 #logo img {
	display: block;
	margin: 5px auto 0 auto;
 }
	#logo span {
	margin: 0 auto;
	 font: bold 16px "times new roman", serif;
}
	#header h1 {
	 /*font: bold 2.9em "times new roman", serif;*/
	 font: bold 34px "times new roman", serif;
	 position: absolute;
	 left: 250px;
	 top: 40px;
}
	#header h1 span {
	position: relative;
	top: 10px;
	left: 30px;
	font: bold 18px "times new roman", serif;
}
 #menu {
	 background: #0C3609;
	 line-height: 30px;
	 font: bold 14px/30px "times new roman", serif;
	 height: 30px;
	 color: #64A023;
	 position: absolute;
	 text-align: center;
	 left: 150px;
	 /* la taille est égale à la dimension + le padding, ici, on retire donc 25 de la taille => l'accueil est bien placé */
	 width: 605px;
	 padding-left: 25px;
}
 #menu li {
	display: inline;
}
 #menu li a#accueil {
	border-left: none;
	position: absolute;
	left: 10px;
	top: 3px;
	 padding: 0 ;
	 height: 25px;
	 width: 25px;
	 background-image:url(../images/home.gif);
	 display: block;
 }
	#menu li a#accueil:hover {
	 background-image:url(../images/home_over.gif);
}
 #menu li a#accueil span {
	display: none;
 }
#menu li strong {
	border-left: 1px solid #64A023;
	 padding: 0 10px;
}
 #menu li a {
	border-left: 1px solid #64A023;
	 color: #64A023;
	 text-decoration: none;
	 padding: 0 10px;
 }
 #menu li a:hover {
	color: #E3FCCD;
	text-decoration: none;
}
#menu .active {
	color: #E3FCCD;
}


#content {
	overflow: hidden;
	position: relative;
	width: 780px;
	font-size: 1.15em;
	color: #0C5A02;
}

#content .col {
	float: left;
	padding-bottom: 32767px;/* on fait une grosse colonne*/
	margin-bottom: -32767px;/* on remonte le flux*/
	min-height: 1px; /* quand le div est vide .=> ca marche plus sous Firefox*/
}
#content #main {
	padding: 10px;
	margin-bottom: 10px;
}
hr {
	border: 3px inset #64A024;
	margin: 15px auto;
	width: 500px;
}
* html hr {
	border: 3px solid #64A024;

}
* html #content .col {
		display: inline; /*bug MIE*/
}

#content div.acc_gauche {
	background-color: #9f6;
	width: 400px;
}

#content div.acc_gauche img.aumilieu {
	/*position: absolute;
	display: block;*/
	top: 50%;
	margin-top: 30px;
}
#content div.acc_gauche .enbas {
	background: #cf9;
	display: block;
	margin-top: 40px;
	width: 400px;
}
* html #content div.acc_gauche .enbas {
	bottom: -1px;
}
#content .enbas h3 {
	background: url(../images/pce.gif) no-repeat left center;
	padding: 5px 20px 10px;
}
#content div.acc_droite {
	background-color: #E3FCCD;
	width: 360px;
	padding: 10px 10px 32767px 10px;
	margin-bottom: -32757px;
	position: relative;
}
img.bord {
	display: block;
	border: 2px solid #BF2110;
	/*border: 2px solid #64A023;*/
	padding: 3px;
}
img.g {
	float: left;
	margin-right: 10px;
}
img.m { /*image centrée*/
	margin : 15px auto;
}
.mh {/*centré horizontalement*/
	margin: 0 auto;
}
img.d {
	float: right;
	margin-left: 10px;
}
.lettrine {
	width: 60px;
	height: 62px;
	text-align: center;
	font-size: 55px;
	float: left;
	background-image:url(../images/ca_lettre.gif);
	background-repeat: no-repeat;
	margin: 1px;
}
#content h2, #content div#main h2 {
	clear: both;
	background-image:url(images/puce_ti.gif);
	background-repeat: no-repeat;
	background-position:center left;
	padding: 0.5em 0 0.5em 2em;
	font-size: 1.2em;
}
#content div#main h2.mil {/*associé avec un span, permet de centé les titres*/
	background: none;
	text-align: center;
}
#content div#main h2.mil span {
	background: url(images/puce_ti.gif) no-repeat left 0;
	padding: 5px 0 3px 30px;
}
p.retour3 {
	padding: 2em 0 0 0;
}
p span.alaligne2 {
	display: block;
	margin-top: 3em;
}

* html #content div#main ul {
	 height: 1px;
}

#content div#main ul li p {
	margin-left: 30px;

}
#content div#main ul li ul {
	margin-left: 70px;
	list-style-type: square;

}
ul.activite {
	list-style-type: none;
	margin-left: 1em;
}
ul.activite li a, ul.activite li span {
	text-decoration: none;
	color: #0C5A02;
	padding: 0 0 0 2em;
	font-weight: bold;
	background-image: url(../images/pce.gif);
	background-repeat: no-repeat;
}
ul.activite li a:hover {
	background-image:url(../images/pce_over.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 2.5em;
	color: #64A023;
}

#footer {
	clear: both;
	/*position: absolute;
	bottom: 0;*/
	background: #64A023;
	height: 25px;
	/*width: 100%;*/
	text-align: center;
	 color: #64A023;
 }
#footer a {
	text-decoration: none;
	color: #0C3609;
	padding: 0 2em 0 0;
}
#footer a:hover {
	color: #E3FCCD;

}
.vcard {
		font: bold 16px/25px "times new roman", serif;
		/*font: bold 1.2em/30px "times new roman", serif;*/
	color: #0C3609;

 }
 #footer address span span {
	padding: 0 1em 0 0;
}
.padh {
	padding-top: 15px;
	/*margin-top: 15px;*/
}
.marg25 {
	margin-left: 25px;
}
/* CSS de la page votre carabine*/

ul.typ_chasse {
	list-style-type: circle;
	padding-bottom: 15px;
}

* html ul.typ_chasse {
	height: 1px;
}

ul.typ_chasse li {
	margin-left: 50px;
}
* html ul.typ_chasse li ul {
	height: 1px;
}

ul.typ_chasse li ul li {
	list-style-type: disc;
	margin-left: 20px;
}
.clear_l {
	clear: left;
}
.clear_b {
	clear: both;
}
fieldset {
	-moz-border-radius: 15px;
	border: 1px solid green;
	padding: 15px 0;
}
legend {
	margin-left: 20px;
	color:#006633;
	font-weight: bold;
}
/*#mesures label {
	margin-left: 25px;
}
#mesures input {
}*/
#mesures table {
	width: 500px;
	margin-left: 30px;
}
form table tr td.m, form table tr th.m, fieldset.m {
	text-align:center;
}
form table tr td span {
	font-weight: bold;
}
form table tr td h3 {
	display: block;
}
form table tr td img {
	display: block;
}
input.valid {
	background-color: #64A023;
	/*color: #E3FCCD;*/
	color: #F9FB6D;
	font-weight: bold;
	border: 2px solid #0C3609;
	padding: 0 15px;
	cursor:pointer;
}
fieldset#option_bois, fieldset#option_esth, fieldset#option_tech, fieldset#calibre {
	margin: 0 20px;
}
label.cache {
	display: none;
}
label.t_fixe {
	margin-left: 15px;
	width: 300px;
	float: left;
	font-weight: bold;
}
label.t_fixe span {
	font-weight: 100;
}

fieldset#coord input, fieldset#coord textarea {
	margin-top: 5px;
}
div#fin_form {
	text-align: center;
	padding-top: 20px;
}
a#annul, a#retour { /*formulaire de choix de la carabine étape2*/
	text-decoration: none;
	/*color: #E3FCCD;*/
	color: #F9FB6D;
	font-weight: bold;
	border: 2px solid #0C3609;
	padding: 0 15px;
	cursor:pointer;
	margin: 0 20px;
}
a#annul { /*formulaire de choix de la carabine étape2*/
	background-color: #F82548;
}
a#retour { /*formulaire de choix de la carabine étape2*/
	background-color: #2A25F8;
}
#avant {
	display: block;
}
#contactForm {
	clear: both;
}



#compte_widget {
	background: white;
	border: 2px solid black;
	color: black;
	padding: 2px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
	#compte_widget * {
		display: inline;
	}
	#compte_widget p, #compte_widget a {
		margin-right: 20px;
}

.sous-elements li {
	_zoom: 1;
	padding-bottom: 5px;
	overflow: hidden;
}

.sous-elements li img {
	float: left;
	margin-right: 10px;
}

.sous-elements .link a {
	color: #0c5a02;
	font-weight: bold;
}

.sous-elements .link a:hover, .sous-elements .link a:focus {
	color: #64a023;
}



