/* --------------------------------------------------------------------------------- 
   STRUCTURE SITE
----------------------------------------------------------------------------------*/

html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #339933;
	color: #444;
}
#site {
	width : 840px;
	height: 100%;
	display: block;
	margin: 0 auto 0 auto;
}
#bandeau  {
	display: block;
	width: 840px;
	height: 280px;
	background-color: #696;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#contenu {
	width: 796px;
	margin: 0 auto 0 auto;
	padding: 0 22px;
	background: url(images/fond.gif) repeat-y top;
}
#pied {
	width: 840px;
	height: 45px;
	display: block;
	color: #CCC;
	font-size: 10px;
	text-align: center;
	clear: both;
	/*background: url(images/pied.gif) no-repeat top center;*/
	/*margin: 0px auto 0 auto;*/
	/*background-color: #F0F;*/
}

/* ------------------------------------------------------------------
 CONTENUS
-------------------------------------------------------------------*/
h1 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #696;
	background-color: #EEE;
	border: 1px solid #696;
	padding: 2px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #F60;
}
.rail {
	background-color: transparent;
	margin-left: 65px;
	margin-top: -40px;
	font-size: 10px;
	color: #999;
}
.rail_current {
	font-size: 9px;
	font-weight: bolder;
	text-decoration: underline;
	color: #333;
}
.texte {
	padding: 0 10px 0 10px;
	text-align: justify;
}
.titre {
	font-weight: bold;
	text-align: right;
}
.titre2 {
	font-weight: bold;
	text-align: center;
	background-color: #333;
	font-size: 14px;
	border: 1px solid #CCC;
}
.titre3 {
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	border-bottom: 1px solid #CCC;
}
.titre4 {
	font-weight: bold;
	text-align: left;
	font-size: 13px;
}
.comment {
	font-size: 10px;
	color: #333;
}
a {
	color: #F90;
	text-decoration: none;
}
a:hover {
	color: #C30;
	text-decoration: none;
}
.img{
	border: 1px solid #CCC;
}
.equipe {
	width: 60%;
	margin: 10px auto 10px auto;
	padding: 10px;
	border: 2px solid #FF9900;
	
}
.green {
	/*color: #696;*/
	color: #F60;
	font-size: 13px;
	font-weight: bold;
}
ul.cadre {
	border: 1px dotted #FF9900 !important;
	border: 1px solid #FF9900;
	list-style: circle inside;
	padding: 5px 5px 5px 20px; /*width: 85%;*/
	margin-left: 40px;
	margin-right: 40px;
	background-color: #eeeeee;
}
.salon_date {
	background-color: #F60;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	font-weight: bolder;
	text-align: right;
}
.salon_nom {
	background-color: #FFF;
	color: #666;
	font-size: 11px;
	font-weight: bolder;
	text-align: justify;
	text-transform: uppercase;
	border: 1px dotted #999 !important;
	border: 1px solid #999;
	padding: 2px;
}
.salon_lieu {
	color: #999;
	font-size: 9px;
	text-align: right;
	padding-right: 2px;
	text-decoration: underline;
}
.erratum {
	color: #666;
	font-size: 10px;
	text-align: justify;
	padding: 2px;
}
.legend {
	font-size: 11px;
	font-style: italic;
	color: #999;
	background-color: #EEE;
	display: block;
	width: 200px;
}
.distri {
	width: 500px;
	color: #666;
	font-size: 11px;
	text-align: justify;
	border: 1px dotted #999 !important;
	border: 1px solid #999;
	padding: 2px;
	margin: 5px auto;
}
.distri_tel {
	float: right;
	color: #999;
	text-decoration: underline;
	text-align: right;
	line-height: 16px;
	padding: 2px;
}
/*#ombre {
	float: left;
	background-color: #036;
	padding: 0;
	margin: 5px 0 0 5px;
	display: inline-table;
}
#ombre .img {
	display: block;
	position: relative;
	top: -3px;
	left: -3px;
	height: 100%
}*/
/* --------------------------------------------------------------------------------- 
   FORMULAIRES
----------------------------------------------------------------------------------*/

form {
	margin: 0;
	padding: 0;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
input.field {
	border: 1px solid #F60;
	background-color: #FFFFFF;
	/*padding: 0px 2px 0px 2px;*/
}
input.disfield {
	border: 1px solid #333333;
	background-color: #CCCCCC;
	/*padding: 0px 2px 0px 2px;*/
}
input.button {
	border: 1px solid #999999;
	background-color: #666666;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
input.valid {
	border: 1px solid #999999;
	background-color: #009966;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
input.sup {
	border: 1px solid #999999;
	background-color: #993300;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	padding: 2px 5px 2px 5px;
}

.clr {
	clear: both;
}