
body,html{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	font-color: #000000;
	background-color: white;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border:none;
	overflow-x:hidden;
	}
a:visited{
	color: #338833;
	text-decoration: none;
	}
a:link{
	color: #226622;
	text-decoration: none;
	}
a:hover{
	color: #559955;
	text-decoration: underline;
	}

input {
	border: solid 1px #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 4px;
}
input[type="radio"] {
	border: 0;
}
input[type="checkbox"] {
	border: 0;
}
input[type="image"] {
	border: 0;
}
textarea {
	border: solid 1px #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
select {
	border: solid 1px #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Titre de page */
H1.format01{
	font-family:arial;
	font-size:24px;
	font-weight:900;
	color: #555555;
	text-shadow:2px 2px #fff;
	margin-top: 0px;
	margin-bottom: 24px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #eee;
	border-radius: 10px;
	}

/* Pour le nom de rubrique du catalogue */
H1.format02{
	font-family:arial black;
	font-size:18px;
	font-weight:normal;
	color: #0070A6;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	}
a.format02{
	font-family:arial black;
	font-size:18px;
	font-weight:normal;
	color: #0070A6;
	}

/* Titre de rubrique dans la page */
H2.format01{
	font-family:arial;
	font-size:18px;
	font-weight:500;
	font-style:italic;
	color: #555555;
	border-bottom: solid 1px #ddd;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0px;
	}

/* Pour le nom des sous-rubriques du catalogue */
H2.format02{
	font-family:arial;
	font-size:16px;
	font-weight:900;
	color: #0070A6;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-color:#d0e4fe;
	}

/* Pour le nom du produit dans une fiche produit */
H1.format04{
	font-family:arial;
	font-size:20px;
	font-weight:normal;
	color: #A0153D;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	}


/*---------------------
	FONTS spécifiques
  ---------------------*/
  
@font-face {
    font-family: "MyriadPro";
	font-weight: normal;
    src: url('MyriadPro.ttf');
}
@font-face {
    font-family: "MyriadPro";
    font-weight: semibold;
    src: url('MyriadPro-Semibold.ttf');
}
@font-face {
    font-family: "MyriadPro";
    font-weight: bold;
    src: url('MyriadPro-Bold.ttf');
}

/*---------------------
	Conteneur global
  ---------------------*/

#container {
	width:977px;
	background-color:#ffffff;
	z-index:1;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*---------------------
	Page d'accueil
  ---------------------*/

#accueil_diapo {
	width:977px;
	height:224px;
	position: relative;
}

#accueil_diapo_carte {
	position:absolute;
	bottom:-20px;
	right:50px;
	z-index:500;
}

/*---------------------
	Slideshow accueil
  ---------------------*/

#slides {
	position: relative;
    z-index: 100;
    width: 977px;
    height: 224px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:977px;
	height:224px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:977px;
	height:224px;
	display:block;
}

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

.pagination {
	margin:5px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/diapo-pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*---------------------
	Menus de gauche
  ---------------------*/

a.menu_gauche_gros_titre {
	color: #ffffff;
	font-family: MyriadPro, Arial, sans-serif;
	font-weight: bold;
	font-size: 21px;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover.menu_gauche_gros_titre {
	color: #ddffdd;
}

.menu_gauche {
	list-style: none;
	list-style-type: none;
	position: relative;
	padding: 0;
	margin: 0;
	text-align: left;
	/*line-height: 18px;*/
}
.menu_gauche li {
	font-family: MyriadPro, Arial, sans-serif;
	font-weight: semibold;
	font-size: 18px;
	color: #000000;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
	padding-bottom: 0;
}
.menu_gauche ul {
	list-style: none;
	list-style-type: none;
	position: relative;
	padding: 0;
	margin: 0;
	text-align: left;
}
.menu_gauche li ul {
	padding-top: 5px;
}
.menu_gauche ul li {
	list-style: none;
	list-style-type: none;
	position: relative;
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: 14px;
}
.menu_gauche ul li a {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.menu_gauche ul li a:hover {
	color: #000000;
	text-decoration: none;
}

/*-----------------------------
	Menus vignettes de gauche
  -----------------------------*/

a.menu_vignette_pancarte {
	font-family: MyriadPro, Arial, sans-serif;
	font-weight: bold;
	font-size: 21px;
	color: #FFFFFF;
	text-shadow: -1px -1px #555;
	text-decoration: none;
}
a:hover.menu_vignette_pancarte {
	color: #ddffdd;
}

a.menu_vignette_blanc_gros {
	font-family: MyriadPro, Arial, sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.menu_vignette_blanc_gros {
	color: #ddffdd;
}
a.menu_vignette_blanc_petit {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.menu_vignette_blanc_petit {
	color: #ddffdd;
}
a.menu_vignette_vert_petit {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	color: #90c333;
	text-decoration: none;
}

/*---------------------
	Menus du bas
  ---------------------*/

.menu_bas {
	list-style: none;
	list-style-type: none;
	position: relative;
	padding: 0;
	margin: 0;
	text-align: left;
}
.menu_bas li {
/*	font-family: MyriadPro, Arial, sans-serif;
	font-weight: semibold;
	font-size: 18px;
	color: #000000;
*/	font-size: 0;
	padding: 0;
}
.menu_bas ul {
	list-style: none;
	list-style-type: none;
	position: relative;
	float: left;
	width: 230px;
	padding: 0;
	margin: 0;
	text-align: left;
}
.menu_bas li ul {
	padding-top: 5px;
}
.menu_bas ul li {
	list-style: none;
	list-style-type: none;
	position: relative;
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: 14px;
}
.menu_bas ul li a {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.menu_bas ul li a:hover {
	color: #99BB99;
	text-decoration: none;
}

