/* ------------------------------------STYLE */

html, body {
	background-color: #f6f2d0;
	background-image:url(../images/img_back01.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

div.wrapper {
	border: 0px solid black;
	width: 780px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

div.image {
	background-image:url(../images/cssImgVer1/logo.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width: 780px;
	height: 200px;
	margin-bottom: 20px;
}

/* -----------------------------------MENU */

div.menu{
	border: 0px solid black;
	width: 150px;
	height:200px;
	float: left;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	margin-left: 25px;
}

a.menu{
	color:#336600;
	text-decoration:none;
	display: block;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
}

a.menu:hover{
	color:#009900;
	text-decoration:none;
}


/* ------------------------------------BOX */

div.box {
	border: 0px solid black;
	width: 480px;
	margin: 0 0 0 110px;
	padding: 0;
	position: relative;
	float: left;
	/*overflow: auto;*/
}

/* -----------------------------------CONTENU --*/

form.contact{
	text-align: left;
	color:#666666;
	font-size: 0.8em;
}

input{
	color:#666666;
	font-size: 0.8em;
}

input.bouton{
	color:#666666;
	font-weight:bold;
	height: 30px;
}

input.long{
	text-align: left;
	color:#666666;
	font-size: 0.8em;
	width: 300px;
}

img.produits {
	margin:0 10px 0 0;
	position: relative;
	border:0;
	float: left;
	width:80px;
}
img.normal {
	margin:0;
	border:0;
	float: left;
}

hr{
	border: 1px solid #CCCCCC;
	margin: 0 0 20px 0;
	width: 480px;
}

h1{
	color:#006600;
	margin: 0 0 20px 0;
	padding:0;
	font-weight: bold;
	font-size: 1.5em;
	text-align: left;
}

h2{
	color:#666666;
	margin: 30px 0 10px 0;
	font-weight: bold;
	font-size: 0.9em;
	text-align: left;
}

p {
	color:#666666;
	margin: 0 0 10px 0;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.3em;
}


/* -----------------------------------FOOTER --*/

div.footer{
	width: 780px;
	height: 20px;
	margin: 30px 0 0 0;
	padding: 0;
	text-align:left;
	font-size: 0.7em;
	color: #9FA0A3;
	position: relative;
	float: left;
}

a.regular:link, a.regular:visited, a.regular:hover {
	font-family: arial;
	color: #336600;
	text-decoration: underlined;
}
a.regular:link, a.regular:visited {
	text-decoration: underlined;
}
a.regular:hover {
	color: #009900;
	text-decoration: underlined;
}


img {
	border:0;
}

img.assemblee {
	margin: 15px 337px 20px 0;
}

a.footer{
	color: #9FA0A3;
	text-decoration: underline;
}

a.footer:hover{
	color: #9FA0A3;
	text-decoration: none;
}



ul {
	margin:0;
	padding:0 0 10px 25px;
}
ul li {
	color: #6E6E6E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 5px 0 5px 0;
	margin: 0;	
}

/* -----------------------------------Evenements--*/

.scrollable{
       overflow: auto;
}
#evenement_text{
       height: 90px;
       padding-bottom: 9px;
}
#evenement_box{
       width: 565px;
       margin-left: 40px;
}