
	@import url(home.css);
	@import url(activites.css);
	@import url(produits.css);
	@import url(coldroite.css);

/*
	Base
*/

* {
	border: 0em;
	margin: 0em;
	padding: 0em;
}

body {
	font-size: 62.5%; /* 1em = 10 px*/
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background: #565656;
	margin: 0em 0em;
	margin-top: 1em; /*10*/
	margin-bottom: 2em;
	padding: 0em;
	text-align: center;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.grislege {
	color: #6e6e6e;
}

.orange {
	color: #f2863a;
}

p {
	font-size: 1.2em;
	text-align: justify;
}

/*
	En-tête
*/

#entete {
	background-image: url(../images/titre-menu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 74.4em;
	height: 15em;
	margin: 0em auto;
	text-align: left;
}

#logo {
	width: 36em;
	height: 9em;
	float: left;
}

#logo h1 {
	font-size: 1em;
}

#logo h1 a {
	display: block;
	width: 36em;
	height: 9em;
	text-indent: -500em;
	text-decoration: none;
}

#langue {
	width: 30em;
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
	padding: 1.1em 2em 0em 0em;
}

#langue a {
	color: #333;
	text-decoration: none;
	padding: 0.2em 0.8em 0.2em 0.8em;
}

#langue .sel {
	color: #f86900;
	background-color: #333;
}

#langue a:hover {
	color: #f86900;
	background-color: #333;
}

/*
	Menu
*/

#clearmenu {
	clear: both;
	height: 2.9em;
}

#menu1, #menu2, #menu3, #menu4 {
	font-size: 1.4em;
	display: block;
	text-align: center;
	margin-right: 2px;
	float: left;
	height: 1.78em; /*2.2 - 0.42*/
	padding-top: 0.42em;
	font-weight: 700;
}

#menu1:hover, #menu2:hover, #menu3:hover, #menu4:hover {
}

#menu1 {
	width: 7.7em; /*1em = 14px*/
}

#menu2 {
	width: 7em; /*1em = 14px*/
}

#menu3 {
	width: 6.9em; /*1em = 14px*/
}

#menu4 {
	width: 6.7em; /*1em = 14px*/
}

.menu1sel {
	background-image: url(../images/mnusel-1.gif);
	background-repeat: no-repeat;
	color: #fff;
}

.menu2sel {
	background-image: url(../images/mnusel-2.gif);
	background-repeat: no-repeat;
	color: #fff;
}

.menu3sel {
	background-image: url(../images/mnusel-3.gif);
	background-repeat: no-repeat;
	color: #fff;
}

.menu4sel {
	background-image: url(../images/mnusel-4.gif);
	background-repeat: no-repeat;
	color: #fff;
}

#sousmenu {
	width: 73.5em; /* 74.4 - 0.9 */
	margin: 0px auto;
	text-align: left;
	clear: both;
	background-image: url(../images/deg-orange.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 2em;
	border-bottom: 0.1em solid #fff;
	padding: 0.7em 0em 0em 0.9em;
	color: #fff;
}

#sousmenu a {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0em 1.2em 0em 1.2em;
}

#sousmenu .sel {
	color: #333;
	text-decoration: none;
}

#sousmenu a:hover {
	color: #333;
	text-decoration: none;
}

/*
	Recherche
*/

#recherche {
	text-align: right;
	margin-right: 1.6em;
	margin-top: 0.3em;
	color: #fff;
	font-size: 1.2em;
}

#recherche input {
	vertical-align: top;
}

#recherche .rech {
	width: 12em;
	height: 1.3em;
	border: 0.08em solid #a5acb2;
	vertical-align: text-bottom;
}

/*
	Contenu
*/

#contenu {
	background-color: #fff;
	width: 74.4em;
	margin: 0em auto;
	text-align: left;
}

#lignegrise {
	background-image: url(../images/ligne-v-gris.gif);
	background-repeat: repeat-y;
	background-position: 53.7em 0;
}

#intcont {
	padding: 2em;
	padding-top: 0;
}

#fincontenu {
	height: 1em;
	clear: both;
}

#ombreblanc {
	background-image: url(../images/ombre-blanc.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 15px;
	width: 100%;
}

/*
	Pied
*/

#pied {
	background-image: url(../images/pied.gif);
	background-repeat: no-repeat;
	width: 74.4em;
	height: 11.6em;
	margin: 0em auto;
	text-align: left;
}

#piedcontact {
	font-size: 1.4em;
	margin-left: 15.7em;
	padding-top: 4.5em;
	text-align: left;
}

#pied .grislege {
	font-size: 1.1em;
	margin-left: 20.1em;
}

#pied2 {
	margin-top: 0.6em;
	text-align: center;
	font-size: 1.1em;
	color: #b9b7b9;
}

#pied2 a {
	color: #b9b7b9;
	text-decoration: none;
	padding: 0em 0.5em 0em 0.5em;
}

#pied2 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*
	Accessibilité
*/

ul#access li
{
	list-style-type: none;
}

ul#access li a
{
	position: absolute;
	top: -100em;
	left: -200em;
}


ul#access li a:focus, ul#access li a:active
{
	position: absolute;
	margin: 0em;
	top: 0em;
	left: 0em;
	background-color: #fff;
	border-bottom: 0.05em solid #f86900;
	display: block;
	width:  99.2%;
	padding: 0.05em 1em 0.05em 0em;
	font-size: 2em;
	text-align: right;
	color: #000;
}


ul#access li a:hover
{
	color: #f86900;
	background-color: #333;
}

/*
	Divers
*/

legend {
	display: none;
}

.flotte_gauche {
	float: left;
}

.nettoyage_vide {
	clear: both;
}

.align_droite {
	text-align: right;
}

.align_centre {
	text-align: center;
}

.emballage {
	border: 1px solid #b2b6c5;
}

select option {
	padding: 0 0.2em 0 0.2em;
}

.btnsubmit {
	font-weight: bold;
	border: 1px solid #f2863a;
}

.evidence {
	color: #000;
	border-bottom: 1px solid #f2863a;
	font-weight: bold;
}

label {
	float: left;
	width: 10em;
	font-size: 1.2em;
	font-weight: bold;
}

form p {
	clear: both;
}

/*
	liste pages
*/

#listepages {
	margin-top: 2em;
	text-align: center;
}

#listepages a {
	color: #f2863a;
	text-decoration: none;
}

#listepages a:hover {
	color: #000;
	text-decoration: underline;
}

/*
	FAQ
*/

#faq {
	margin: 2em 0 2em 2em;
}

#faq a {
	color: #f2863a;
	text-decoration: none;
	font-weight: bold;
}

#faq a:hover {
	color: #000;
	text-decoration: underline;
}

.faqnum {
	font-weight: bold;
	height: 2.5em;
	width: 2em;
	float: left;
}

.question {
	font-size: 1.2em;
}

.reponse {
	display: none;
}

.reponse p {
	margin: 1em 0 1em 2em;
}

.reponse a {
	font-size: 0.9em;
}

.justify {
	text-align: justify;
}

.passphoto150 {
	margin-left: 14.7em;
}

.titreosa {
	font-size: 1.4em;
	font-weight: bold;
}

.ligneseprech {
	width: 50%;
	height: 0.5em;
	border-bottom: 1px solid #f2863a;
	margin: 0em auto;
	margin-bottom: 2em;
}

/* info produit */

.infoprod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #f2863a;
	margin-bottom: 0.8em;
	font-weight: bold;
}
