/*############################################
#                   GÉNÉRAL                  #
############################################*/
*{
	margin: 0;
	padding: 0;
	outline : none;
}
body {
	padding-bottom: 10px;
	background: #4f97ae;
	font: normal .8em/1.3em Verdana, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}
a, a:visited {
	color: #000;
}
h2 a, h2 a:visited {
	color: #fff;
}
a:hover {
	color: #7de1c3;
}
h1 {
	padding: .3em;
	margin-bottom: 20px;
	font-size: 1.5em;
	color: #7de1c3;
	background: #4f97ae url(../images/bg_h1.png);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .05em;
}
h2 {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #fff;
	text-align: center;
}
h2 a:hover {
	color: #7de1c3;
}
h3 {
	font-size: 1.2em;
}
p {
	margin-bottom: 1em;
}
#content dt {
	background: #4f97ae url(../images/puce_engrenage.png) 0 50% no-repeat;
	padding: .2em 0 .2em 22px;
	line-height: 1.4em;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
#content dd {
	margin-bottom: 1em;
	margin-left: 22px;
	padding-left: 2px;
	border-left: 2px solid #7de1c3;
}
hr {
	clear: both;
	visibility: hidden;
}
/*classes*/
.gras {
	font-weight: bold;
}
.italique {
	font-style: italic;
}
.boite {
	float: left;
	margin: 2em 21px 0 21px;
	width: 388px;
	border: 1px solid #13617b;
	background: #87b0bd;
	text-align: center;
	padding: 5px;
}
img.vignette {
	border: 1px solid #fff;
	padding: 1px;
	margin-bottom: 20px;
}
/*############################################
#                   HEADER                   #
############################################*/
div#header {
	height: 150px;
	min-width: 950px;
	border-bottom: 2px solid #ccc;
	background: #4f97ae url(../images/header.jpg) no-repeat;
}
div#header img {
	float: right;
}
div#header h1 {
	display: none;
}
div#header a {
	position: absolute;
	display: block;
	width: 405px;
	height: 75px;
	top: 40px;
	left: 0;
	text-indent: -5000px;
}
/*############################################
#                    MENU                    #
############################################*/
ul#menu {
	height: 3.2em;
	background: #7de1c3;
	border-bottom: 10px solid #0f607b;
}
ul#menu li {
	display: inline;
	float: left;
	height: 1em;
	margin: .5em;
	margin-right: 0;
}
ul#menu li a {
	display: block;
	padding: .5em;
	background: #fff;
	border: thin outset #000;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
}
ul#menu li a:hover {
	background: #000;
	color: #fff;
}
div.sousmenu {
	position:absolute;
	margin-top: 2px;
	width: 200px;
	z-index: 100;
	visibility: hidden;
	border:1px solid #000;
	border-bottom-width: 0;
	background: #fff;
	text-align: left;
}
div.sousmenu a {
	width: 100%;
	display: block;
	text-indent: .2em;
	border-bottom: 1px solid #000;
	padding: .2em 0;
	text-decoration: none;
	font-weight: bold;
}
div.sousmenu a:hover {
	background: #000;
	color: #fff;
}
/*############################################
#                  CONTENU                   #
############################################*/
div#contenu {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 950px;
}
/*retour*/
div#contenu p.retour {
	text-align: right;
	padding-bottom: .2em;
	border-bottom: 1px solid #7de1c3;
}
div#contenu p.retour a, div#contenu p.retour a:visited {
	color: #7de1c3;
	text-decoration: none;
}
div#contenu p.retour a:hover {
	color: #fff;
}
/*vignettes*/
div#col_gauche, div#col_droite {
	float: left;
	width: 254px;
}
/*pied*/
p#pied {
	margin-top: 1em;
	margin-bottom: 0;
	border-top: 1px solid #0f607b;
	text-align: center;
	font-size: .8em;
	color: #0f607b;
}
p#pied a, p#pied a:visited {
	color: #0f607b;
}
p#pied a:hover {
	color: #000;
}
/*############################################
#                FORMULAIRES                 #
############################################*/
form {
	margin-top: 1em;
}
form label {
	float: left;
	width: 25%;
	padding: 0 .3em;
	margin-right: .3em;
	text-align: right;
	line-height: 19px;
	border-right: 2px solid #7de1c3;
}	
form input, form select, form textarea {
	border: 1px solid #13617b;
}
form textarea {
	width: 230px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
}	
form input.bouton {
	color: #fff;
	font-weight: bold;
	background: #13617b;
	border: 1px solid #fff;
	cursor: pointer;
}
/*formulaires d'administration*/
div#administration {
	margin-top: 10px;
	background: #fff;
	border: 1px solid #000;
}
div#administration h3 {
	padding: .2em;
	background: #000;
	color: #fff;
}
div#contenu form.administration fieldset {
	border: none;
	border-bottom: 1px solid #13617b;
	margin: 1em 5px;
}	
div#contenu form.administration legend {
	padding-bottom: 1em;
	color: #000;
	font-weight: bold;
	font-variant: small-caps;
}	
div#contenu form.administration input, form.administration select, form.administration textarea {
	border-color: #000;
}
div#contenu form.administration select, form.administration textarea {
	width: 230px;
}
div#contenu form.administration label {
	width: 20%;
	padding: 0;
	border: none;
}	
div#contenu form.administration input.bouton {
	background: #000;
}
/*---------------------------------------------------------COLONNE CENTRALE-------------------------------------------------*/
div#content, form#contact {
	float: left;
	margin: 0 21px;
	width: 400px;
}

/*------------------------------------------------------------INDEX.PHP-----------------------------------------------------*/
h2#txt_accueil {
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #7de1c3;
}
/*---------------------------------------------------------FOURNISSEURS.PHP-------------------------------------------------*/
dl#col_1 {
	float: left;
	width: 190px;
}
dl#col_2 {
	float: left;
	margin-left: 10px;
	width: 200px;
}

/*------------------------------------------------------------CONTACT.PHP---------------------------------------------------*/
form#contact select {
	width: 7em;
}

/*-----------------------------------------------------------VISSERIE.PHP---------------------------------------------------*/
p#url {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #fff;
}
p#url a {
	color: #fff;
}
p#url a:hover {
	color: #7de1c3;
}
p#url span a {
	font-size: 1.5em;
	color: #7de1c3;
}
p#url span a:hover {
	color: #000;
}
img.img_visserie {
	margin-bottom: 5px;
	margin-left: 5px;
}

/*-------------------------------------------------------------SALON.PHP----------------------------------------------------*/
dl.img_salons {
	float: left;
	display: inline;
	list-style-type: none;
}
dl.img_salons img {
	display: block;
}
dl.img_salons dd {
	padding: 2px;
	margin: 10px 0;
	width: 296px;
	background: #000;
	text-align: center;
	color: #fff;
}
dl.img_salons dd.legende {
	text-align: center;
	background: #4f97ae;
	border-top: 1px solid black;
}
dl.img_salons dd a {
	color: #fff;
	font-size: .8em;
	text-decoration: none;
}
dl.img_salons dd a:hover {
	color: #7de1c3;
}
dl.img_salons dd form {
	margin: 0;
}
dl.img_salons dd form textarea {
	width: 294px;
	overflow: auto;
}
/*n° de pages*/
p#num_pages {
	text-align: center;
	padding: .2em;
	background: #13617b;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
p#num_pages span {
	color: #7de1c3;
}
p#num_pages a, p#num_pages a:visited {
	color: #fff;
	text-decoration: none;
}
p#num_pages a:hover {
	color: #7de1c3;
}
